Skip to content

Commit

Permalink
feature #1041 Add missing Ukrainian 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 Ukrainian translations

Commits
-------

7ea964b Add missing translations for UK
  • Loading branch information
javiereguiluz committed Nov 25, 2019
2 parents 37f9f60 + 7ea964b commit 28e2ee6
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions translations/messages+intl-icu.uk.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
<source>title.comment_error</source>
<target>Виникла помилка під час публікації вашого коментаря</target>
</trans-unit>
<trans-unit id="title.edit_user">
<source>title.edit_user</source>
<target>Редагувати користувача</target>
</trans-unit>
<trans-unit id="title.change_password">
<source>title.change_password</source>
<target>Змінити пароль</target>
</trans-unit>

<trans-unit id="action.show">
<source>action.show</source>
Expand Down Expand Up @@ -169,6 +177,14 @@
<source>action.browse_admin</source>
<target>Перейти до панелі керування</target>
</trans-unit>
<trans-unit id="action.edit_user">
<source>action.edit_user</source>
<target>Редагувати користувача</target>
</trans-unit>
<trans-unit id="action.change_password">
<source>action.change_password</source>
<target>Змінити пароль</target>
</trans-unit>

<trans-unit id="label.title">
<source>label.title</source>
Expand All @@ -186,10 +202,30 @@
<source>label.username</source>
<target>Логін</target>
</trans-unit>
<trans-unit id="label.fullname">
<source>label.fullname</source>
<target>Повне ім'я</target>
</trans-unit>
<trans-unit id="label.email">
<source>label.email</source>
<target>Email</target>
</trans-unit>
<trans-unit id="label.password">
<source>label.password</source>
<target>Пароль</target>
</trans-unit>
<trans-unit id="label.current_password">
<source>label.current_password</source>
<target>Поточний пароль</target>
</trans-unit>
<trans-unit id="label.new_password">
<source>label.new_password</source>
<target>Новий пароль</target>
</trans-unit>
<trans-unit id="label.new_password_confirm">
<source>label.new_password_confirm</source>
<target>Підтвердіть пароль</target>
</trans-unit>
<trans-unit id="label.role">
<source>label.role</source>
<target>Роль</target>
Expand Down Expand Up @@ -247,6 +283,10 @@
<source>menu.admin</source>
<target>Панель керування</target>
</trans-unit>
<trans-unit id="menu.user">
<source>menu.user</source>
<target>Обліковий запис</target>
</trans-unit>
<trans-unit id="menu.logout">
<source>menu.logout</source>
<target>Вийти</target>
Expand Down Expand Up @@ -301,6 +341,11 @@
<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>
<target>Ваш запис отримав коментар!</target>
Expand Down Expand Up @@ -350,6 +395,27 @@
<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>
</trans-unit>

<trans-unit id="rss.title">
<source>rss.title</source>
Expand All @@ -368,6 +434,10 @@
<source>paginator.next</source>
<target>Далі</target>
</trans-unit>
<trans-unit id="paginator.current">
<source>paginator.current</source>
<target>(поточна)</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 28e2ee6

Please sign in to comment.