diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index cc0dd0a43ef..1179e266164 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -191,16 +191,14 @@ OC.L10N.register( "Folder name" : "資料夾名稱", "This node is unavailable" : "此節點不可用", "Download file {name}" : "下載檔案 {name}", - "Invalid file name" : "無效的檔案名稱", - "\"{name}\" is not an allowed filetype." : "「{name}」是不允許的檔案類型。", - "{newName} already exists." : "{newName} 已經存在。", - "\"{char}\" is not allowed inside a file name." : "不允許檔名中出現「{char}」。", - "Name cannot be empty" : "名稱不能空白", - "Another entry with the same name already exists" : "已存在另一個同名條目", "Renamed \"{oldName}\" to \"{newName}\"" : "已將「{oldName}」重新命名為「{newName}」", "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在資料夾「{dir}」中已被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", + "Clear filter" : "清除過濾條件", + "Type" : "類型", + "Active filters" : "作用中的過濾條件", + "Remove filter" : "移除過濾條件", "Total rows summary" : "總列摘要", "Toggle selection for all files and folders" : "切換所有檔案和資料夾的選取", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", @@ -210,13 +208,16 @@ OC.L10N.register( "Column headers with buttons are sortable." : "帶有按鈕的欄位標題是可排序的。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "File not found" : "找不到檔案", - "Storage informations" : "儲存空間資訊", "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", "{relative}% used" : "已使用 {relative}%", "Could not refresh storage stats" : "無法重新整理儲存空間統計資料", "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", "Create" : "建立", "A file or folder with that name already exists." : "已存在同名的檔案或資料夾。", + "Invalid file name" : "無效的檔案名稱", + "\"{char}\" is not allowed inside a file name." : "不允許檔名中出現「{char}」。", + "\"{name}\" is not an allowed filetype." : "「{name}」是不允許的檔案類型。", + "Submit" : "遞交", "Transfer ownership of a file or folder" : "轉移檔案或是資料夾的所有權", "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", @@ -245,7 +246,7 @@ OC.L10N.register( "Error during upload: {message}" : "上傳時發生錯誤:{message}", "Error during upload, status code {status}" : "上傳時發生錯誤,狀態碼 {status}", "Unknown error during upload" : "上傳時發生未知的錯誤", - "Open the files app settings" : "開啟檔案應用程式設定", + "Views" : "顯示", "Files settings" : "檔案設定", "File cannot be accessed" : "無法存取檔案", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到該檔案,或是您沒有檢視該檔案的權限。請寄件者分享。", @@ -298,6 +299,12 @@ OC.L10N.register( "Open folder {displayName}" : "開啟資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中開啟", "Open details" : "開啟細節", + "Today" : "今日", + "Last 7 days" : "過去7天", + "Last 30 days" : "過去30天", + "Documents" : "文件", + "Audio" : "音訊", + "Videos" : "影片", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", "Filename" : "檔案名稱", "Unable to initialize the templates directory" : "無法初始化範本目錄", @@ -355,9 +362,11 @@ OC.L10N.register( "descending" : "遞減", "Sort list by {column} ({direction})" : "按 {column}({direction})排序清單", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", + "Storage informations" : "儲存空間資訊", "Search for an account" : "搜尋帳號", "Choose" : "選擇", "No files or folders have been deleted yet" : "尚未刪除任何檔案或資料夾", + "Open the files app settings" : "開啟檔案應用程式設定", "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "Set up templates folder" : "設定範本資料夾", "Toggle %1$s sublist" : "切換 %1$s 子列表", @@ -367,6 +376,9 @@ OC.L10N.register( "Shared with you" : "與您分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", + "{newName} already exists." : "{newName} 已經存在。", + "Name cannot be empty" : "名稱不能空白", + "Another entry with the same name already exists" : "已存在另一個同名條目", "The files is locked" : "檔案已鎖定" }, "nplurals=1; plural=0;"); |