Merge pull request #1465 from hide-me/main
Added ru lang file & fix file formatting
This commit is contained in:
commit
578339dddb
8 changed files with 190 additions and 132 deletions
|
@ -9,18 +9,18 @@ $examples = array(
|
||||||
'description' => 'A warm welcome to your new website.',
|
'description' => 'A warm welcome to your new website.',
|
||||||
'tags' => array('Welcome', 'Plugins', 'Themes', 'Bludit'),
|
'tags' => array('Welcome', 'Plugins', 'Themes', 'Bludit'),
|
||||||
'content' =>
|
'content' =>
|
||||||
'<p>Thank you for choosing Bludit and welcome to our community, we are growing every day and it\'s amazing.</p>
|
'<p>Thank you for choosing Bludit and welcome to our community, we are growing day by day and it\'s amazing.</p>
|
||||||
<p>Follow Bludit on different social networks:</p>
|
<p>Follow Bludit on different social networks:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
||||||
<li><a href="https://www.facebook.com/bluditcms">https://www.facebook.com/bluditcms</a></li>
|
<li><a href="https://fb.com/bluditcms">https://facebook.com/bluditcms</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Take a look at the plugins and themes:</p>
|
<p>Take a look at the plugins and themes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
|
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
|
||||||
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
|
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Do you need support? or want to read about Bludit, consult our official documentation or participate in our forum</p>
|
<p>Do you need support? Or want to read more about Bludit? Consult our official documentation or participate in our forum:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://forum.bludit.org">https://forum.bludit.org</a></li>
|
<li><a href="https://forum.bludit.org">https://forum.bludit.org</a></li>
|
||||||
<li><a href="https://docs.bludit.com">https://docs.bludit.com</a></li>
|
<li><a href="https://docs.bludit.com">https://docs.bludit.com</a></li>
|
||||||
|
@ -36,7 +36,7 @@ $examples = array(
|
||||||
'tags' => array('Language', 'Timezone', 'Markdown', 'Bludit'),
|
'tags' => array('Language', 'Timezone', 'Markdown', 'Bludit'),
|
||||||
'content' =>
|
'content' =>
|
||||||
'<h2>Site information</h2>
|
'<h2>Site information</h2>
|
||||||
<p>Improve your site information and metadata. Include a site description to refine your ranking on the search engines, add social networks, and include a site logo with your brand.</p>
|
<p>Improve your site information and metadata. Include a site description to refine your ranking on the search engines, add social networks, and include a site logo with your logo.</p>
|
||||||
<h2>Language and Timezone</h2>
|
<h2>Language and Timezone</h2>
|
||||||
<p>Bludit supports a variety of languages and time zones. Choose the option that best suits you and your visitors.</p>
|
<p>Bludit supports a variety of languages and time zones. Choose the option that best suits you and your visitors.</p>
|
||||||
<h2>Admin panel</h2>
|
<h2>Admin panel</h2>
|
||||||
|
@ -47,7 +47,7 @@ $examples = array(
|
||||||
<h2>Markdown</h2>
|
<h2>Markdown</h2>
|
||||||
<p>Bludit supports Markdown, you just need to enable the right editor to work with it.</p>
|
<p>Bludit supports Markdown, you just need to enable the right editor to work with it.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Go to the Admin panel</li>
|
<li><a class="color-blue" href="./admin/">Go to Admin panel</a></li>
|
||||||
<li>Go to the plugins section</li>
|
<li>Go to the plugins section</li>
|
||||||
<li>Disable TinyMCE plugin</li>
|
<li>Disable TinyMCE plugin</li>
|
||||||
<li>Enable EasyMDE plugin</li>
|
<li>Enable EasyMDE plugin</li>
|
||||||
|
|
|
@ -15,7 +15,7 @@ $examples = array(
|
||||||
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
||||||
<li><a href="https://www.facebook.com/bluditcms">https://www.facebook.com/bluditcms</a></li>
|
<li><a href="https://www.facebook.com/bluditcms">https://www.facebook.com/bluditcms</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Neem een kijkje bij de plugins and thema's:</p>
|
<p>Neem een kijkje bij de plugins and thema\'s:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
|
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
|
||||||
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
|
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
|
||||||
|
|
56
bl-languages/installer/ru.php
Normal file
56
bl-languages/installer/ru.php
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
<?php
|
||||||
|
$examples = array(
|
||||||
|
array(
|
||||||
|
'url' => 'welcome-to-bludit',
|
||||||
|
'type' => 'published',
|
||||||
|
'category' => 'general',
|
||||||
|
'position' => 1,
|
||||||
|
'title' => 'Добро пожаловать в Bludit!',
|
||||||
|
'description' => 'Тепло приветствуем на Вашем новом сайте.',
|
||||||
|
'tags' => array('Приветствуем', 'Плагины', 'Темы', 'Bludit'),
|
||||||
|
'content' =>
|
||||||
|
'<p>Спасибо, что выбрали Bludit и добро пожаловать в наше сообщество, мы растем с каждым днём и становимся всё восхитительней.</p>
|
||||||
|
<p>Следите за новостями сообщества Bludit в разных социальных сетях:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
||||||
|
<li><a href="https://fb.com/bluditcms">https://facebook.com/bluditcms</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>Не забудьте взглянуть на плагины и темы для Bludit:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://plugins.bludit.com/ru/">https://plugins.bludit.com/ru</a></li>
|
||||||
|
<li><a href="https://themes.bludit.com/ru/">https://themes.bludit.com/ru</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>Вам нужна помощь? Или Вы хотите узнать больше о Bludit? Ознакомьтесь с нашей официальной документацией или посетите наш форум:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://forum.bludit.org">https://forum.bludit.org</a></li>
|
||||||
|
<li><a href="https://docs.bludit.com/ru/">https://docs.bludit.com/ru</a></li>
|
||||||
|
</ul>'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'url' => 'set-up-your-new-website',
|
||||||
|
'type' => 'published',
|
||||||
|
'category' => 'general',
|
||||||
|
'position' => 2,
|
||||||
|
'title' => 'Настройте свой новый сайт',
|
||||||
|
'description' => 'Простые и понятные настройки.',
|
||||||
|
'tags' => array('Языки', 'Часовой пояс', 'Markdown', 'Bludit'),
|
||||||
|
'content' =>
|
||||||
|
'<h2>Онформация о сайте</h2>
|
||||||
|
<p>Улучшите информацию и метаданные Вашего сайта. Включите описание сайта, чтобы улучшить свой рейтинг в поисковых системах, добавьте социальные сети и загрузите для лого сайта Ваш логотип.</p>
|
||||||
|
<h2>Язык и часовой пояс</h2>
|
||||||
|
<p>Bludit поддерживает множество языков и часовых поясов. Выберите время и язык, которые лучше всего подходят Вам и вашим посетителям.</p>
|
||||||
|
<h2>Панель управления</h2>
|
||||||
|
<p>Войдите в Панель управления, чтобы настроить и наполнить свой сайт. Из Панели управления Вы можете создавать новый контент, включать или отключать плагины, изменять тему и производить другие настройки.</p>
|
||||||
|
<ul>
|
||||||
|
<li><a class="color-blue" href="./admin/">Перейти в Панель управления</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Markdown</h2>
|
||||||
|
<p>Bludit поддерживает Markdown, Вам просто нужно включить этот тип редактора для работы с Markdown разметкой. Для этого надо:</p>
|
||||||
|
<ol>
|
||||||
|
<li><a class="color-blue" href="./admin/">Зайти в Панель управления</a></li>
|
||||||
|
<li><a class="color-blue" href="./admin/plugins">Перейти в раздел Плагинов</a></li>
|
||||||
|
<li>Отключить плагин TinyMCE</li>
|
||||||
|
<li>Включить плагин EasyMDE</li>
|
||||||
|
</ol>'
|
||||||
|
)
|
||||||
|
);
|
|
@ -5,9 +5,9 @@
|
||||||
"locale": "ru, ru_RU",
|
"locale": "ru, ru_RU",
|
||||||
"last-update": "2018-08-20",
|
"last-update": "2018-08-20",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Сергей Ворон https:\/\/voron.pw",
|
"Paul Bid https:\/\/paul.bid",
|
||||||
|
"Сергей Ворон",
|
||||||
"Макс Костиков https:\/\/kostikov.co",
|
"Макс Костиков https:\/\/kostikov.co",
|
||||||
"Paul https:\/\/paul.bid",
|
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -58,10 +58,12 @@
|
||||||
"thanks-for-supporting-bludit": "Спасибо за поддержку Bludit",
|
"thanks-for-supporting-bludit": "Спасибо за поддержку Bludit",
|
||||||
"upgrade-to-bludit-pro": "Улучшить до Bludit PRO",
|
"upgrade-to-bludit-pro": "Улучшить до Bludit PRO",
|
||||||
"language": "Язык",
|
"language": "Язык",
|
||||||
|
"unlisted": "Отсутствующий",
|
||||||
"plugin": "Плагин",
|
"plugin": "Плагин",
|
||||||
"plugins": "Плагины",
|
"plugins": "Плагины",
|
||||||
"developers": "Информация для разработчиков",
|
"developers": "Информация для разработчиков",
|
||||||
"themes": "Темы",
|
"themes": "Темы",
|
||||||
|
"theme": "Тема",
|
||||||
"about": "О системе",
|
"about": "О системе",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"welcome": "Добро пожаловать",
|
"welcome": "Добро пожаловать",
|
Loading…
Add table
Reference in a new issue