summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-17 02:29:30 +0000
committerNextcloud bot <bot@nextcloud.com>2022-05-17 02:29:30 +0000
commit67472b716718de6d09fbf386fc08ee4213de6e0b (patch)
treeef34fae447de89d22dc145af7f26652141e0b28b /apps/files/l10n/uk.js
parentab0548e4edb1d2cf47718f752272d68aa6be07e2 (diff)
downloadnextcloud-server-67472b716718de6d09fbf386fc08ee4213de6e0b.tar.gz
nextcloud-server-67472b716718de6d09fbf386fc08ee4213de6e0b.zip
[tx-robot] updated 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 e276e2d068f..4d42722236f 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -38,7 +38,6 @@ OC.L10N.register(
"Could not load info for file \"{file}\"" : "Не вдалося завантажити інформацію для файлу \"{file}\"",
"Files" : "Файли",
"Details" : "Деталі",
- "Select" : "Вибрати",
"Pending" : "Очікування",
"Unable to determine date" : "Неможливо визначити дату",
"This operation is forbidden" : "Ця операція заборонена",
@@ -181,6 +180,7 @@ OC.L10N.register(
"Deleted shares" : "Вилучено зі спільного доступу",
"Pending shares" : "Спільні ресурси в очікуванні",
"Text file" : "Текстовий файл",
- "New text file.txt" : "Новий текстовий файл file.txt"
+ "New text file.txt" : "Новий текстовий файл file.txt",
+ "Select" : "Вибрати"
},
"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);");