diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-27 00:22:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-27 00:22:10 +0000 |
commit | 75e9be595b41238a95741bc5643948a9223eb592 (patch) | |
tree | c7512b2921e23ffe86658e2c20f65a2e250a7a4a /apps/files/l10n/zh_HK.js | |
parent | c3ac8bf89aa649a987762ac7ece8bca34d8da191 (diff) | |
download | nextcloud-server-75e9be595b41238a95741bc5643948a9223eb592.tar.gz nextcloud-server-75e9be595b41238a95741bc5643948a9223eb592.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index f0c546c14c8..acd5c79973a 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -267,6 +267,7 @@ OC.L10N.register( "This operation is forbidden" : "此操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", "Storage is temporarily not available" : "儲存空間暫時無法使用", + "Unexpected error: {error}" : "意外錯誤:{error}", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], |