diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
commit | 1518ded8b193ca789b28f8f64114798ab8df1747 (patch) | |
tree | e0470db295454297111293aac63827993b54aefe /apps/files_trashbin/l10n/uk.js | |
parent | 2a96042db19032d869b1d824d64cc355a2137fea (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/uk.js')
-rw-r--r-- | apps/files_trashbin/l10n/uk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/uk.js b/apps/files_trashbin/l10n/uk.js index 8f9e802f1e3..8eba1f6a389 100644 --- a/apps/files_trashbin/l10n/uk.js +++ b/apps/files_trashbin/l10n/uk.js @@ -12,7 +12,6 @@ OC.L10N.register( "Confirm permanent deletion" : "Підтвердити остаточне вилучення", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Дійсно остаточно вилучити усі файли та каталоги у кошику? Цю операцію буде неможливо скасувати.", "Cancel" : "Скасувати", - "Deletion cancelled" : "Вилучення скасовано", "Original location" : "Звідки вилучено", "Deleted by" : "Ким вилучено", "Deleted" : "Вилучено", @@ -25,6 +24,7 @@ OC.L10N.register( "No deleted files" : "Кошик порожній", "Files and folders you have deleted will show up here" : "Тут показуватимуться файли та каталоги, які ви вилучили", "All files have been permanently deleted" : "Всі файли було безпворотно вилучено", - "Failed to empty deleted files" : "Не вдалося очистити вилучені файли" + "Failed to empty deleted files" : "Не вдалося очистити вилучені файли", + "Deletion cancelled" : "Вилучення скасовано" }, "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);"); |