diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 625d9176d65..a0e9e1642dc 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -19,6 +19,8 @@ OC.L10N.register( "Uploading …" : "上傳中...", "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})", + "Target folder does not exist any more" : "目標資料夾已經不存在了", + "Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}", "Actions" : "動作", "Download" : "下載", "Rename" : "重新命名", @@ -39,6 +41,8 @@ OC.L10N.register( "Could not move \"{file}\"" : "無法移動 \"{file}\"", "Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在", "Could not copy \"{file}\"" : "無法複製\"{file}\"", + "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "已複製 {origin} 和其他 {nbfiles} 個檔案至 {destination}", "{newName} already exists" : "{newName} 已經存在", "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱", |