diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index f49d49c3d85..896e0dd41f6 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -14,6 +14,7 @@ OC.L10N.register( "Home" : "家目錄", "Close" : " 關閉", "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"", + "This will stop your current uploads." : "這會終止目前任何的上傳。", "Upload cancelled." : "上傳已取消", "…" : "...", "Processing files …" : "正在處理檔案…", @@ -21,6 +22,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在", "Not enough free space" : "空間不足", + "An unknown error has occurred" : "發生未知的錯誤", "Uploading …" : "上傳中...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})", "Uploading that item is not supported" : "不支援上傳該項目", @@ -42,6 +44,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", "Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在", "Could not move \"{file}\"" : "無法移動 \"{file}\"", + "copy" : "複製", "Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在", "Could not copy \"{file}\"" : "無法複製\"{file}\"", "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}", @@ -65,6 +68,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案", "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"], "New" : "新增", + "Select file range" : "選擇多個檔案", "{used} of {quota} used" : "已使用 {quota} 當中的 {used}", "{used} used" : "已使用 {used}", "\"{name}\" is an invalid file name." : "{name} 是無效的檔名", @@ -83,6 +87,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n 位元組"], "Favorited" : "已加入最愛", "Favorite" : "我的最愛", + "You can only favorite a single file or folder at a time" : "您一次只能為一個檔案或資料夾加星號", "New folder" : "新資料夾", "Upload file" : "上傳檔案", "Not favorited" : "未加入至最愛", |