diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index c3a6fe76782..fe37822b446 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -172,7 +172,6 @@ OC.L10N.register( "Reload current directory" : "重新載入目前的目錄", "Go to the \"{dir}\" directory" : "到「{dir}」目錄", "Drag and drop files here to upload" : "將檔案拖曳到此處以上傳", - "Uploading \"{filename}\" failed" : "上傳「{filename}」失敗", "Upload successful" : "上傳成功", "\"{displayName}\" action executed successfully" : "「{displayName}」動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", @@ -233,7 +232,10 @@ OC.L10N.register( "Shared" : "已分享", "Switch to list view" : "切換至列表檢視", "Switch to grid view" : "切換到網格檢視", + "Your have used your space quota and cannot upload files anymore" : "您已用完您的空間配額,無法再上傳檔案", "You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案", + "Error during upload: {message}" : "上傳時發生錯誤:{message}", + "Unknown error during upload" : "上傳時發生未知的錯誤", "Open the files app settings" : "開啟檔案應用程式設定", "Files settings" : "檔案設定", "File cannot be accessed" : "無法存取檔案", @@ -276,6 +278,7 @@ OC.L10N.register( "Templates" : "範本", "Unable to initialize the templates directory" : "無法初始化範本目錄", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", + "Uploading \"{filename}\" failed" : "上傳「{filename}」失敗", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], |