diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 0283c91b656..3843e89c797 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -29,7 +29,7 @@ OC.L10N.register( "Total file size {size1} exceeds upload limit {size2}" : "檔案大小總和 {size1} 超過上傳限制 {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Could not get result from server." : "無法從伺服器取回結果", - "File upload is in progress. Leaving the page now will cancel the upload." : "檔案上傳中,離開此頁面將會取消上傳。", + "File upload is in progress. Leaving the page now will cancel the upload." : "檔案上傳中,離開此頁面將會取消上傳", "Actions" : "動作", "Download" : "下載", "Rename" : "重新命名", @@ -42,6 +42,10 @@ OC.L10N.register( "Unable to determine date" : "無法確定日期", "This operation is forbidden" : "此動作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", + "Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在", + "Could not move \"{file}\"" : "無法移動 \"{file}\"", + "{newName} already exists" : "{newName} 已經存在", + "Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯", "No entries in this folder match '{filter}'" : "在此資料夾中沒有項目與 '{filter}' 相符", "Name" : "名稱", "Size" : "大小", @@ -90,6 +94,7 @@ OC.L10N.register( "Maximum upload size" : "上傳限制", "max. possible: " : "最大允許:", "Save" : "儲存", + "Missing permissions to edit from here." : "您沒有在此編輯的權限", "Settings" : "設定", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "使用這個地址<a href=\"%s\" target=\"_blank\">來透過 WebDAV 存取檔案</a>", |