Skip to content

Commit

Permalink
minor #464 Add missing Russian translations (bocharsky-bw)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add missing Russian translations

Commits
-------

d2eefd3 Add missing Russian translations
  • Loading branch information
javiereguiluz committed Feb 14, 2017
2 parents 3ac8164 + d2eefd3 commit e0cc0c7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/Resources/translations/messages.ru.xlf
Expand Up @@ -202,6 +202,10 @@
<source>label.published_at</source>
<target>Опубликовано</target>
</trans-unit>
<trans-unit id="label.tags">
<source>label.tags</source>
<target>Теги</target>
</trans-unit>
<trans-unit id="label.actions">
<source>label.actions</source>
<target>Действия</target>
Expand Down Expand Up @@ -243,6 +247,10 @@
<source>menu.logout</source>
<target>Выйти</target>
</trans-unit>
<trans-unit id="menu.rss">
<source>menu.rss</source>
<target>RSS Записей Блога</target>
</trans-unit>

<trans-unit id="post.to_publish_a_comment">
<source>post.to_publish_a_comment</source>
Expand Down Expand Up @@ -277,6 +285,15 @@
<target>Запись успешно удалена!</target>
</trans-unit>

<trans-unit id="notification.comment_created">
<source>notification.comment_created</source>
<target>Ваша запись получила комментарий!</target>
</trans-unit>
<trans-unit id="notification.comment_created.description">
<source>notification.comment_created.description</source>
<target><![CDATA[Ваша запись "%title%" получила новый комментарий. Вы можете прочесть этот коментарий, перейдя по <a href="%link%">этой ссылке</a>]]></target>
</trans-unit>

<trans-unit id="help.app_description">
<source>help.app_description</source>
<target><![CDATA[Это <strong>демо приложение</strong> создано на основе Symfony фреймворка для того, чтобы показать рекомендованный способ разработки Symfony приложений.]]></target>
Expand Down Expand Up @@ -317,6 +334,15 @@
<source>help.more_information</source>
<target><![CDATA[Для дополнительной информации обратитесь к <a href="http://symfony.com/doc">Symfony документации</a>.]]></target>
</trans-unit>

<trans-unit id="rss.title">
<source>rss.title</source>
<target>Symfony Demo блог</target>
</trans-unit>
<trans-unit id="rss.description">
<source>rss.description</source>
<target>Самые последние записи, опубликованные в Symfony Demo блоге</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e0cc0c7

Please sign in to comment.