diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 4638bc7aacd..3c1da76fe7a 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -261,6 +261,7 @@ OC.L10N.register( "Show hidden files" : "顯示隱藏檔", "Crop image previews" : "圖片裁剪預覽", "Enable the grid view" : "啟用網格檢視", + "Enable folder tree" : "啟用資料夾樹狀結構", "Additional settings" : "其他設定", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", @@ -287,7 +288,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" : "您無法將檔案/資料夾移動到其自身或子資料夾中", @@ -300,8 +304,8 @@ OC.L10N.register( "Choose destination" : "選擇目標地", "Copy to {target}" : "複製到 {target}", "Move to {target}" : "移動到 {target}", - "Cancelled move or copy operation" : "已取消移動或複製操作", "Move or copy operation failed" : "移動或複製操作失敗", + "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", @@ -320,6 +324,7 @@ OC.L10N.register( "Videos" : "影片", "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", "Unable to initialize the templates directory" : "無法初始化模板目錄", + "Create templates folder" : "創建模板資料夾", "Templates" : "模板", "New template folder" : "新範本資料夾", "In folder" : "在資料夾中", |