Skip to content

Commit 306b877

Browse files
authored
Updated translations with latest Crowdin changes (#5317)
* New translations common.php (Ukrainian) * New translations entities.php (Ukrainian) * New translations errors.php (Ukrainian) * New translations activities.php (Czech) * New translations entities.php (Czech)
1 parent c40ab41 commit 306b877

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lang/cs/activities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'bookshelf_create_from_book_notification' => 'Kniha byla úspěšně převedena na polici',
4747
'bookshelf_update' => 'aktualizovat polici',
4848
'bookshelf_update_notification' => 'Police byla úspěšně aktualizována',
49-
'bookshelf_delete' => 'odstranit knihovnu',
49+
'bookshelf_delete' => 'odstranil polici',
5050
'bookshelf_delete_notification' => 'Police byla úspěšně odstraněna',
5151

5252
// Revisions

lang/cs/entities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
'search_update' => 'Aktualizovat hledání',
8484

8585
// Shelves
86-
'shelf' => 'Knihovna',
87-
'shelves' => 'Knihovny',
86+
'shelf' => 'Police',
87+
'shelves' => 'Police',
8888
'x_shelves' => '{0}:count polic|{1}:count police|[2,4]:count police|[5,*]:count polic',
8989
'shelves_empty' => 'Nebyly vytvořeny žádné police',
9090
'shelves_create' => 'Vytvořit novou polici',

lang/uk/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@
109109
'terms_of_service' => 'Умови використання',
110110

111111
// OpenSearch
112-
'opensearch_description' => 'Search :appName',
112+
'opensearch_description' => 'Шукати :appName',
113113
];

lang/uk/entities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
'pages_edit_switch_to_markdown_clean' => '(Очистити вміст)',
225225
'pages_edit_switch_to_markdown_stable' => '(Стабілізувати вміст)',
226226
'pages_edit_switch_to_wysiwyg' => 'Змінити редактор на WYSIWYG',
227-
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
228-
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
227+
'pages_edit_switch_to_new_wysiwyg' => 'Перейти на новий WYSIWYG',
228+
'pages_edit_switch_to_new_wysiwyg_desc' => '(В альфа-тестуванні)',
229229
'pages_edit_set_changelog' => 'Встановити журнал змін',
230230
'pages_edit_enter_changelog_desc' => 'Введіть короткий опис внесених вами змін',
231231
'pages_edit_enter_changelog' => 'Введіть список змін',

lang/uk/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// Users
7979
'users_cannot_delete_only_admin' => 'Ви не можете видалити єдиного адміністратора',
8080
'users_cannot_delete_guest' => 'Ви не можете видалити гостьового користувача',
81-
'users_could_not_send_invite' => 'Could not create user since invite email failed to send',
81+
'users_could_not_send_invite' => 'Не вдалося створити користувача, оскільки не вдалося надіслати електронний лист із запрошенням',
8282

8383
// Roles
8484
'role_cannot_be_edited' => 'Цю роль не можна редагувати',

0 commit comments

Comments
 (0)