diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:37 +0000 |
commit | 830b2c5c282b178d094489801203f947bfc5391b (patch) | |
tree | 0f529d99978e3bceeea09aa5c2ad5e8439655498 /apps/files/l10n/uk.js | |
parent | c41d89b7238361e7f24bf1bb06916285b41cfd7c (diff) | |
download | nextcloud-server-830b2c5c282b178d094489801203f947bfc5391b.tar.gz nextcloud-server-830b2c5c282b178d094489801203f947bfc5391b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 0f5356c248b..32f6de4d735 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -194,13 +194,10 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Не вдалося скопіювати файл {file}. {message}", "Could not move {file}. {message}" : "Не вдалося перемістити файл {file}. {message}", "Total rows summary" : "Загалом рядків", - "\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах", - "\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано", - "ascending" : "за зростанням", - "descending" : "за спаданням", - "Sort list by {column} ({direction})" : "Впорядкувати список за {column} ({direction})", "Select all" : "Вибрати все", "Unselect all" : "Зняти вибір", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах", + "\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано", "List of files and folders." : "Список файлів та каталогів", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.", "{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}", @@ -309,6 +306,9 @@ OC.L10N.register( "This file has the tag {tag}" : "Цей файл має мітку {tag}", "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Open folder {name}" : "Відкрити каталог {name}", + "ascending" : "за зростанням", + "descending" : "за спаданням", + "Sort list by {column} ({direction})" : "Впорядкувати список за {column} ({direction})", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Через обмеження, пов'язані з потужністю, список не показується повністю. Файли показуватимуться, щойно ви рухатиметеся списком.", "Search for an account" : "Пошук облікового запису", "Choose" : "Вибрати", |