diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:32 +0000 |
commit | 178a60bc68907611e136c679cad528877a70b774 (patch) | |
tree | 9e98fa69ecbe3a233106989a8d4728cd8b39ecd4 /lib | |
parent | be116f9ba239837604c51b7e8a94c29886160c80 (diff) | |
download | nextcloud-server-178a60bc68907611e136c679cad528877a70b774.tar.gz nextcloud-server-178a60bc68907611e136c679cad528877a70b774.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/uk.js | 2 | ||||
-rw-r--r-- | lib/l10n/uk.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index d72a4a09a8d..ed167b98b77 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -216,7 +216,7 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Застосунок \"%1$s\" неможливо встановити, оскільки не виконано такі залежності: %2$s", "a safe home for all your data" : "безпечний дім для ваших даних", "File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше", - "Cannot download file" : "Неможливо завантажити файл", + "Cannot download file" : "Неможливо звантажити файл", "Application is not enabled" : "Застосунок не увімкнено", "Authentication error" : "Помилка авторизації", "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index c290f60e5ec..c23256a857c 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -214,7 +214,7 @@ "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Застосунок \"%1$s\" неможливо встановити, оскільки не виконано такі залежності: %2$s", "a safe home for all your data" : "безпечний дім для ваших даних", "File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше", - "Cannot download file" : "Неможливо завантажити файл", + "Cannot download file" : "Неможливо звантажити файл", "Application is not enabled" : "Застосунок не увімкнено", "Authentication error" : "Помилка авторизації", "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 8e0f2ad517d..3956b7c8484 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -23,6 +23,7 @@ OC.L10N.register( "Enterprise bundle" : "企業組合包", "Groupware bundle" : "協作組合包", "Hub bundle" : "集線器束", + "Public sector bundle" : "公共門組合包", "Social sharing bundle" : "社交網絡組合包", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", "PHP with a version lower than %s is required." : "需要 PHP 版本低於 %s ", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 91c47ccdc32..ce2d2d6ee94 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -21,6 +21,7 @@ "Enterprise bundle" : "企業組合包", "Groupware bundle" : "協作組合包", "Hub bundle" : "集線器束", + "Public sector bundle" : "公共門組合包", "Social sharing bundle" : "社交網絡組合包", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", "PHP with a version lower than %s is required." : "需要 PHP 版本低於 %s ", |