summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-02 00:21:25 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-02 00:21:25 +0000
commit114970676503ff2cfefa9547b06b00abc47cfa73 (patch)
tree269788ec79471ffc33b49cdc6d4478abd23a1a3d /apps/files/l10n/uk.js
parent917e271730a59126d9dba45490c0bfd1ac7e2a7d (diff)
downloadnextcloud-server-114970676503ff2cfefa9547b06b00abc47cfa73.tar.gz
nextcloud-server-114970676503ff2cfefa9547b06b00abc47cfa73.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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index f6c99cc6f6a..61ffaa39fdc 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -172,6 +172,7 @@ OC.L10N.register(
"Reload current directory" : "Перевантажити поточний каталог",
"Go to the \"{dir}\" directory" : "Перейти до каталогу \"{dir}\"",
"Drag and drop files here to upload" : "Перетягніть файли сюди для завантаження",
+ "Uploading \"{filename}\" failed" : "Завантаження \"{filename}\" не вдалося",
"Upload successful" : "Успішно завантажено",
"\"{displayName}\" action executed successfully" : "Дію \"{displayName}\" успішно виконано",
"\"{displayName}\" action failed" : "Дію \"{displayName}\" не вдалося виконати",
@@ -197,7 +198,6 @@ OC.L10N.register(
"Unselect all" : "Зняти вибір",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах",
"\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано",
- "Sort list by {column}" : "Впорядкувати список за {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}",
"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." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.",
@@ -310,6 +310,7 @@ OC.L10N.register(
"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" : "Вибрати",
- "No files or folders have been deleted yet" : "Поки жодного каталогу чи файлу не було вилучено"
+ "No files or folders have been deleted yet" : "Поки жодного каталогу чи файлу не було вилучено",
+ "Sort list by {column}" : "Впорядкувати список за {column}"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");