Skip to content

Commit e0cc0c7

Browse files
committed
minor #464 Add missing Russian translations (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Add missing Russian translations Commits ------- d2eefd3 Add missing Russian translations
2 parents 3ac8164 + d2eefd3 commit e0cc0c7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

app/Resources/translations/messages.ru.xlf

+26
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
<source>label.published_at</source>
203203
<target>Опубликовано</target>
204204
</trans-unit>
205+
<trans-unit id="label.tags">
206+
<source>label.tags</source>
207+
<target>Теги</target>
208+
</trans-unit>
205209
<trans-unit id="label.actions">
206210
<source>label.actions</source>
207211
<target>Действия</target>
@@ -243,6 +247,10 @@
243247
<source>menu.logout</source>
244248
<target>Выйти</target>
245249
</trans-unit>
250+
<trans-unit id="menu.rss">
251+
<source>menu.rss</source>
252+
<target>RSS Записей Блога</target>
253+
</trans-unit>
246254

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

288+
<trans-unit id="notification.comment_created">
289+
<source>notification.comment_created</source>
290+
<target>Ваша запись получила комментарий!</target>
291+
</trans-unit>
292+
<trans-unit id="notification.comment_created.description">
293+
<source>notification.comment_created.description</source>
294+
<target><![CDATA[Ваша запись "%title%" получила новый комментарий. Вы можете прочесть этот коментарий, перейдя по <a href="%link%">этой ссылке</a>]]></target>
295+
</trans-unit>
296+
280297
<trans-unit id="help.app_description">
281298
<source>help.app_description</source>
282299
<target><![CDATA[Это <strong>демо приложение</strong> создано на основе Symfony фреймворка для того, чтобы показать рекомендованный способ разработки Symfony приложений.]]></target>
@@ -317,6 +334,15 @@
317334
<source>help.more_information</source>
318335
<target><![CDATA[Для дополнительной информации обратитесь к <a href="http://symfony.com/doc">Symfony документации</a>.]]></target>
319336
</trans-unit>
337+
338+
<trans-unit id="rss.title">
339+
<source>rss.title</source>
340+
<target>Symfony Demo блог</target>
341+
</trans-unit>
342+
<trans-unit id="rss.description">
343+
<source>rss.description</source>
344+
<target>Самые последние записи, опубликованные в Symfony Demo блоге</target>
345+
</trans-unit>
320346
</body>
321347
</file>
322348
</xliff>

0 commit comments

Comments
 (0)