diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index e16b7934232..21687a1ca70 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "空間暫時無法使用", "Storage invalid" : "無效的儲存空間", "Unknown error" : "未知的錯誤", - "All files" : "所有檔案", - "Recent" : "近期", - "Favorites" : "最愛", "File could not be found" : "找不到檔案", "Move or copy" : "移動或複製", "Download" : "下載", "Delete" : "刪除", "Home" : "家目錄", "Close" : " 關閉", + "Favorites" : "最愛", "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"", "This will stop your current uploads." : "這會終止目前任何的上傳。", "Upload cancelled." : "上傳已取消", @@ -94,6 +92,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "您一次只能為一個檔案或資料夾加星號", "New folder" : "新資料夾", "Upload file" : "上傳檔案", + "Recent" : "近期", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "添加到最愛", @@ -135,6 +134,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "檔案或目錄已被 <strong>刪除</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "僅顯示<strong>已加星號的檔案</strong>的動態通知<em>(僅限訊息串)</em>", "A file or folder has been <strong>restored</strong>" : "檔案或目錄已被 <strong>恢復</strong>", + "All files" : "所有檔案", "Unlimited" : "無限制", "Upload (max. %s)" : "上傳(至多 %s)", "Accept" : "接受", |