diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index ec4b699d2c4..6fd7d9e8e64 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.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." : "若您啟用了雙因子認證,您必須點擊此處建立並使用新的應用程式密碼。", + "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} 個資料夾"], |