diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index d0d5694d0e8..ded45b21171 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -156,6 +156,7 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "檔案已從您的<strong>最愛</strong>新增或移除", "A file or folder has been <strong>changed</strong>" : "檔案或資料夾已被<strong>變更</strong>", "A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已<strong>變更</strong>", + "Failed to authorize" : "授權失敗", "Upload (max. %s)" : "上傳(最多 %s)", "Files compatibility" : "檔案相容性", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允許限制檔案名稱以確保檔案可以與所有客戶端同步。預設情況下,允許 POSIX(例如 Linux 或 macOS)上所有有效的檔案名稱。", @@ -190,7 +191,6 @@ OC.L10N.register( "Filename" : "檔案名稱", "Folder name" : "資料夾名稱", "This node is unavailable" : "此節點不可用", - "Download file {name}" : "下載檔案 {name}", "Another entry with the same name already exists." : "已存在另一個同名條目。", "Invalid filename." : "無效的檔案名稱。", "Renamed \"{oldName}\" to \"{newName}\"" : "已將「{oldName}」重新命名為「{newName}」", @@ -287,6 +287,10 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您將要刪除 {count} 個項目"], "Confirm deletion" : "確認刪除", "Cancel" : "取消", + "Edit file locally" : "本機編輯檔案", + "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "檔案現在應該在本機開啟。若您並未看到檔案在本機開啟,請確保您的系統上已安裝桌面客戶端。", + "Retry local edit" : "重試本機編輯", + "Edit online" : "線上編輯", "Destination is not a folder" : "目的地不是資料夾", "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", @@ -319,7 +323,7 @@ OC.L10N.register( "Videos" : "影片", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", "Unable to initialize the templates directory" : "無法初始化範本目錄", - "Create new templates folder" : "建立新的範本資料夾", + "Create templates folder" : "建立範本資料夾", "Templates" : "範本", "New template folder" : "新範本資料夾", "In folder" : "在資料夾中", @@ -352,6 +356,7 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", "All files" : "所有檔案", "List of your files and folders." : "您的檔案與資料夾清單。", + "All folders" : "所有資料夾", "Personal Files" : "個人檔案", "List of your files and folders that are not shared." : "未分享的檔案與資料夾清單。", "No personal files found" : "找不到個人檔案", @@ -373,6 +378,7 @@ OC.L10N.register( "\"remote user\"" : "「遠端使用者」", "Select the row for {displayName}" : "選取 {displayName} 的列", "Open folder {name}" : "開啟資料夾 {name}", + "Download file {name}" : "下載檔案 {name}", "Unselect all" : "取消全選", "ascending" : "遞增", "descending" : "遞減", @@ -385,6 +391,7 @@ OC.L10N.register( "Open the files app settings" : "開啟檔案應用程式設定", "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "Set up templates folder" : "設定範本資料夾", + "Create new templates folder" : "建立新的範本資料夾", "Toggle %1$s sublist" : "切換 %1$s 子列表", "Toggle grid view" : "切換網格檢視", "Shares" : "分享", |