diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:24 +0000 |
commit | ce9e0aec7f9c56b95ccddaea316f00f936d3ad3b (patch) | |
tree | f1debd825e438f08c6374a30c0b855a9c3b64c70 /core/l10n/zh_HK.js | |
parent | 8f4614be164b30790724f8d38d3dc4cc42f8498f (diff) | |
download | nextcloud-server-ce9e0aec7f9c56b95ccddaea316f00f936d3ad3b.tar.gz nextcloud-server-ce9e0aec7f9c56b95ccddaea316f00f936d3ad3b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_HK.js')
-rw-r--r-- | core/l10n/zh_HK.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index dae7fc5752f..b56ca6584ca 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.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 檔案中設定停用,請使用命令列(command line)更新系統。", |