aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:21 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:21 +0000
commitff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch)
treee2578c758d2ca9b0ad4015265b2df653d989c251 /apps/files/l10n/uk.js
parentbe98ea3e63d1a70615f251abfabe281c7788986d (diff)
downloadnextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz
nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 4f0a4416bd3..b9f1d26a4d2 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -274,7 +274,6 @@ OC.L10N.register(
"(copy %n)" : "(копія %n)",
"Move cancelled" : "Переміщення скасовано",
"A file or folder with that name already exists in this folder" : "Файл чи каталог з таким ім'ям вже присутній в цьому каталозі",
- "The files is locked" : "Файл заблоковано",
"The file does not exist anymore" : "Цей файл більше недоступний",
"Choose destination" : "Виберіть каталог призначення",
"Copy to {target}" : "Копіювати до {target}",
@@ -345,6 +344,7 @@ OC.L10N.register(
"Search for an account" : "Пошук облікового запису",
"Choose" : "Вибрати",
"No files or folders have been deleted yet" : "Поки жодного каталогу чи файлу не було вилучено",
- "Add" : "Додати"
+ "Add" : "Додати",
+ "The files is locked" : "Файл заблоковано"
},
"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);");