diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 7f9a9c87dc9..7dad67422f6 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -16,8 +16,8 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"", "This will stop your current uploads." : "這會終止目前任何的上傳。", "Upload cancelled." : "上傳已取消", - "…" : "...", "Processing files …" : "正在處理檔案…", + "…" : "...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在", @@ -149,7 +149,6 @@ OC.L10N.register( "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "使用這個位址來<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">使用 WebDAV 存取檔案</a>", "Toggle grid view" : "切換網格檢視", - "Cancel upload" : "取消上傳", "No files in here" : "沒有任何檔案", "Upload some content or sync with your devices!" : "在您的裝置中同步或上傳一些內容", "No entries found in this folder" : "在此資料夾中沒有任何項目", @@ -168,6 +167,7 @@ OC.L10N.register( "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", "Target folder" : "目標資料夾", + "Cancel upload" : "取消上傳", "%1$s of %2$s used" : "在 %2$s中使用了%1$s " }, "nplurals=1; plural=0;"); |