Skip to content

Updated Russian translation #921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion translations/messages+intl-icu.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@
<source>post.search_no_results</source>
<target>Ничего не найдено</target>
</trans-unit>

<trans-unit id="user.updated_successfully">
<source>user.updated_successfully</source>
<target>Информация о пользователе успешно обновлена!</target>
</trans-unit>

<trans-unit id="notification.comment_created">
<source>notification.comment_created</source>
Expand Down Expand Up @@ -390,7 +395,23 @@
<source>help.more_information</source>
<target><![CDATA[Для дополнительной информации обратитесь к <a href="https://symfony.com/doc">Symfony документации</a>.]]></target>
</trans-unit>

<trans-unit id="help.post_summary">
<source>help.post_summary</source>
<target>В кратком содержании не допускается использование Markdown разметки и HTML-тегов, только простой текст.</target>
</trans-unit>
<trans-unit id="help.post_publication">
<source>help.post_publication</source>
<target>Установите дату в будущем, чтобы запланировать публикацию поста в блоге.</target>
</trans-unit>
<trans-unit id="help.post_content">
<source>help.post_content</source>
<target>Используйте Markdown разметку для оформления записи. HTML тоже разрешён.</target>
</trans-unit>
<trans-unit id="help.comment_content">
<source>help.comment_content</source>
<target>Комментарии, не соответствующие нашему Кодексу поведения, будут модерироваться.</target>
</trans-unit>

<trans-unit id="info.change_password">
<source>info.change_password</source>
<target>После изменения пароля Вам потребуется заново авторизоваться в приложении.</target>
Expand Down