diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-09 00:19:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-09 00:19:50 +0000 |
commit | 7daddb0f8c4a1cc46e27db6d42959f2156c02b92 (patch) | |
tree | 53405d7d16f422f30ada6c19b5fbac7f41d031c0 /apps/files/l10n/zh_HK.js | |
parent | 1363c4cc11ace6662e78cb84ddc4388093f88855 (diff) | |
download | nextcloud-server-7daddb0f8c4a1cc46e27db6d42959f2156c02b92.tar.gz nextcloud-server-7daddb0f8c4a1cc46e27db6d42959f2156c02b92.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index c0601780592..cc05f2580cf 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -175,6 +175,8 @@ OC.L10N.register( "Drag and drop files here to upload" : "將檔案拖拽到此處即可上傳", "Your have used your space quota and cannot upload files anymore" : "您已用完您的空間配額,無法再上傳檔案", "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案", + "Some files could not be uploaded" : "無法上傳某些檔案", + "Files uploaded successfully" : "成功上傳檔案", "\"{displayName}\" action executed successfully" : "成功執行 “{displayName}” 操作", "\"{displayName}\" action failed" : "“{displayName}” 操作失敗", "Toggle selection for file \"{displayName}\"" : "切換對檔案 \"{displayName}\" 的選擇", @@ -261,8 +263,10 @@ OC.L10N.register( "Unable to create new file from template" : "無法從模板創建新檔案", "Delete permanently" : "永久刪除", "Delete and unshare" : "刪除並取消分享", + "You are about to delete {count} items." : "您即將刪除 {count} 項。", "Confirm deletion" : "確認刪除", "Cancel" : "取消", + "Deletion cancelled" : "刪除已取消", "Destination is not a folder" : "目標地不是資料夾", "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", @@ -279,6 +283,7 @@ OC.L10N.register( "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", + "An error occurred while uploading. Please try again later." : "上傳時發生錯誤。請稍後再試。", "Could not copy {file}. {message}" : "無法複製 {file}。{message}", "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Create new templates folder" : "創建新範本資料夾", |