Skip to content

Commit 28e2ee6

Browse files
committed
feature #1041 Add missing Ukrainian translations (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Add missing Ukrainian translations Commits ------- 7ea964b Add missing translations for UK
2 parents 37f9f60 + 7ea964b commit 28e2ee6

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

translations/messages+intl-icu.uk.xlf

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@
9292
<source>title.comment_error</source>
9393
<target>Виникла помилка під час публікації вашого коментаря</target>
9494
</trans-unit>
95+
<trans-unit id="title.edit_user">
96+
<source>title.edit_user</source>
97+
<target>Редагувати користувача</target>
98+
</trans-unit>
99+
<trans-unit id="title.change_password">
100+
<source>title.change_password</source>
101+
<target>Змінити пароль</target>
102+
</trans-unit>
95103

96104
<trans-unit id="action.show">
97105
<source>action.show</source>
@@ -169,6 +177,14 @@
169177
<source>action.browse_admin</source>
170178
<target>Перейти до панелі керування</target>
171179
</trans-unit>
180+
<trans-unit id="action.edit_user">
181+
<source>action.edit_user</source>
182+
<target>Редагувати користувача</target>
183+
</trans-unit>
184+
<trans-unit id="action.change_password">
185+
<source>action.change_password</source>
186+
<target>Змінити пароль</target>
187+
</trans-unit>
172188

173189
<trans-unit id="label.title">
174190
<source>label.title</source>
@@ -186,10 +202,30 @@
186202
<source>label.username</source>
187203
<target>Логін</target>
188204
</trans-unit>
205+
<trans-unit id="label.fullname">
206+
<source>label.fullname</source>
207+
<target>Повне ім'я</target>
208+
</trans-unit>
209+
<trans-unit id="label.email">
210+
<source>label.email</source>
211+
<target>Email</target>
212+
</trans-unit>
189213
<trans-unit id="label.password">
190214
<source>label.password</source>
191215
<target>Пароль</target>
192216
</trans-unit>
217+
<trans-unit id="label.current_password">
218+
<source>label.current_password</source>
219+
<target>Поточний пароль</target>
220+
</trans-unit>
221+
<trans-unit id="label.new_password">
222+
<source>label.new_password</source>
223+
<target>Новий пароль</target>
224+
</trans-unit>
225+
<trans-unit id="label.new_password_confirm">
226+
<source>label.new_password_confirm</source>
227+
<target>Підтвердіть пароль</target>
228+
</trans-unit>
193229
<trans-unit id="label.role">
194230
<source>label.role</source>
195231
<target>Роль</target>
@@ -247,6 +283,10 @@
247283
<source>menu.admin</source>
248284
<target>Панель керування</target>
249285
</trans-unit>
286+
<trans-unit id="menu.user">
287+
<source>menu.user</source>
288+
<target>Обліковий запис</target>
289+
</trans-unit>
250290
<trans-unit id="menu.logout">
251291
<source>menu.logout</source>
252292
<target>Вийти</target>
@@ -301,6 +341,11 @@
301341
<target>Нічого не знайдено</target>
302342
</trans-unit>
303343

344+
<trans-unit id="user.updated_successfully">
345+
<source>user.updated_successfully</source>
346+
<target>Користувача оновлено успішно!</target>
347+
</trans-unit>
348+
304349
<trans-unit id="notification.comment_created">
305350
<source>notification.comment_created</source>
306351
<target>Ваш запис отримав коментар!</target>
@@ -350,6 +395,27 @@
350395
<source>help.more_information</source>
351396
<target><![CDATA[Для додаткової інформації зверніться до <a href="https://symfony.com/doc">Symfony документації</a>.]]></target>
352397
</trans-unit>
398+
<trans-unit id="help.post_summary">
399+
<source>help.post_summary</source>
400+
<target>Короткий зміст не може містити Markdown розмітку або HTML контент; лише звичайний текст.</target>
401+
</trans-unit>
402+
<trans-unit id="help.post_publication">
403+
<source>help.post_publication</source>
404+
<target>Встановіть дату в майбутньому, щоб запланувати публікацію запису.</target>
405+
</trans-unit>
406+
<trans-unit id="help.post_content">
407+
<source>help.post_content</source>
408+
<target>Використовуйте Markdown розмітку для форматування змісту запису. HTML також дозволений.</target>
409+
</trans-unit>
410+
<trans-unit id="help.comment_content">
411+
<source>help.comment_content</source>
412+
<target>Коментарі, які не відповідають нашому Кодексу поведінки, будуть модеровані.</target>
413+
</trans-unit>
414+
415+
<trans-unit id="info.change_password">
416+
<source>info.change_password</source>
417+
<target>Після зміни пароля, ви вийдете із програми.</target>
418+
</trans-unit>
353419

354420
<trans-unit id="rss.title">
355421
<source>rss.title</source>
@@ -368,6 +434,10 @@
368434
<source>paginator.next</source>
369435
<target>Далі</target>
370436
</trans-unit>
437+
<trans-unit id="paginator.current">
438+
<source>paginator.current</source>
439+
<target>(поточна)</target>
440+
</trans-unit>
371441
</body>
372442
</file>
373443
</xliff>

0 commit comments

Comments
 (0)