diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 1fec104d77d..ad14f5403b1 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -266,7 +266,6 @@ OC.L10N.register( "File successfully converted" : "成功轉換檔案", "Failed to convert file: {message}" : "無法轉換檔案:{message}", "Failed to convert file" : "無法轉換檔案", - "Deletion cancelled" : "刪除已取消", "Leave this share" : "保留該共用", "Leave these shares" : "保留這些分享", "Disconnect storage" : "解除連結儲存空間", @@ -290,7 +289,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", "(copy)" : "(複本)", "(copy %n)" : "(複本 %n)", - "Move cancelled" : "移動已取消", "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", "The files are locked" : "檔案已被上鎖", "The file does not exist anymore" : "檔案已不存在", @@ -301,8 +299,6 @@ OC.L10N.register( "Move" : "移動", "Move or copy operation failed" : "移動或複製操作失敗", "Move or copy" : "移動或複製", - "Cancelled move or copy of \"{filename}\"." : "已取消移動或複製 \"{filename}\"。", - "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open locally" : "在近端打開", @@ -327,7 +323,6 @@ OC.L10N.register( "Audio" : "音頻", "Photos and images" : "照片與圖像", "Videos" : "影片", - "New folder creation cancelled" : "已取消建立新資料夾", "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", "Unable to initialize the templates directory" : "無法初始化模板目錄", "Create templates folder" : "創建模板資料夾", @@ -465,6 +460,11 @@ OC.L10N.register( "Enable the grid view" : "啟用網格檢視", "Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果您啟用了 2FA,則必須通過單擊此處創建和使用新的應用程式密碼。", + "Deletion cancelled" : "刪除已取消", + "Move cancelled" : "移動已取消", + "Cancelled move or copy of \"{filename}\"." : "已取消移動或複製 \"{filename}\"。", + "Cancelled move or copy operation" : "已取消移動或複製操作", + "New folder creation cancelled" : "已取消建立新資料夾", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], |