diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 37d793aaeea..0f22751b9ae 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -236,21 +236,9 @@ OC.L10N.register( "Looking for {term} …" : "搜尋 {term}……", "No" : "否", "Yes" : "是", - "No files in here" : "沒有任何檔案", - "New folder" : "新增資料夾", - "No more subfolders in here" : "這裡沒有其他子資料夾了", - "Name" : "姓名", - "Size" : "大小", - "Modified" : "已修改", - "\"{name}\" is an invalid file name." : "{name} 是無效的檔名", - "File name cannot be empty." : "檔名不能為空", - "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"。", - "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型", - "{newName} already exists" : "{newName} 已經存在", "Choose" : "選擇", "Copy" : "複製", "Move" : "移動", - "Error loading file picker template: {error}" : "載入檔案選擇器範本時發生錯誤:{error}", "OK" : "OK", "Error loading message template: {error}" : "載入訊息範本時發生錯誤:{error}", "read-only" : "唯讀", @@ -265,12 +253,6 @@ OC.L10N.register( "(all selected)" : "(已全選)", "({count} selected)" : "(已選取 {count} 項)", "Error loading file exists template" : "載入已存在的範本時發生錯誤", - "Show list view" : "顯示清單檢視", - "Show grid view" : "顯示網格檢視", - "Pending" : "擱置中", - "Home" : "家", - "Copy to {folder}" : "複製到 {folder}", - "Move to {folder}" : "移動到 {folder}", "Saving …" : "儲存中……", "Authentication required" : "必須驗證", "This action requires you to confirm your password" : "這個動作需要您再次確認密碼", @@ -424,6 +406,24 @@ OC.L10N.register( "If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。", "Press enter to start searching" : "按 Enter 以開始搜尋", "Settings" : "設定", + "No files in here" : "沒有任何檔案", + "New folder" : "新增資料夾", + "No more subfolders in here" : "這裡沒有其他子資料夾了", + "Name" : "姓名", + "Size" : "大小", + "Modified" : "已修改", + "\"{name}\" is an invalid file name." : "{name} 是無效的檔名", + "File name cannot be empty." : "檔名不能為空", + "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"。", + "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型", + "{newName} already exists" : "{newName} 已經存在", + "Error loading file picker template: {error}" : "載入檔案選擇器範本時發生錯誤:{error}", + "Show list view" : "顯示清單檢視", + "Show grid view" : "顯示網格檢視", + "Pending" : "擱置中", + "Home" : "家", + "Copy to {folder}" : "複製到 {folder}", + "Move to {folder}" : "移動到 {folder}", "File not found" : "找不到檔案", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?", "Please use the command line updater because automatic updating is disabled in the config.php." : "由於自動更新功能已在 config.php 檔案中設定停用,請使用命令列更新系統。", |