summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-24 00:27:09 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-24 00:27:09 +0000
commit2ec9936b93bd134b2fa989d02f0c2ff61ff94f18 (patch)
tree69d21b22e377f7cd689aff2ae9e201c8832ac80a /apps/files_versions/l10n/uk.js
parenta9c627cd9140ebad550fd3885e46c438019d6d5f (diff)
downloadnextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.tar.gz
nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_versions/l10n/uk.js')
-rw-r--r--apps/files_versions/l10n/uk.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_versions/l10n/uk.js b/apps/files_versions/l10n/uk.js
index 991ccd2ab98..c78dd74b75b 100644
--- a/apps/files_versions/l10n/uk.js
+++ b/apps/files_versions/l10n/uk.js
@@ -21,10 +21,6 @@ OC.L10N.register(
"Could not restore version" : "Не вдалося відновити версію",
"Could not set version name" : "Не вдалося встановити назву для версії",
"Could not delete version" : "Не вдалося вилучити версію",
- "${version.label} restored" : "${version.label} відновлено",
- "Failed to revert {file} to revision {timestamp}." : "Не вдалося повернути {file} до ревізії {timestamp}.",
- "_%n byte_::_%n bytes_" : ["%n байт","%n байти","%n байтів","%n байтів"],
- "Restore" : "Відновити",
- "No other versions available" : "Інші версії недоступні"
+ "${version.label} restored" : "${version.label} відновлено"
},
"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);");