Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/zh_HK.js')
-rw-r--r--apps/files_sharing/l10n/zh_HK.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js
index b0ca4b051d3..7556eba901f 100644
--- a/apps/files_sharing/l10n/zh_HK.js
+++ b/apps/files_sharing/l10n/zh_HK.js
@@ -123,6 +123,8 @@ OC.L10N.register(
"Could not lock node" : "無法鎖定節點",
"Could not lock path" : "無法鎖定路徑",
"Wrong or no update parameter given" : "更新參數不正確或未提供",
+ "Share must at least have READ or CREATE permissions" : "分享必須至少具有 READ 或 CREATE 權限",
+ "Share must have READ permission if UPDATE or DELETE permission is set." : "如果設置了 UPDATE 或 DELETE 權限,則分享必須具有 READ 權限。",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "“通過 Nextcloud Talk 發送密碼”共享檔案或資料夾失敗,因為 Nextcloud Talk 未啟用。",
"shared by %s" : "分享自 %s",
"Download all files" : "下載所有檔案",
@@ -151,6 +153,11 @@ OC.L10N.register(
"Read only" : "唯讀",
"Allow upload and editing" : "允許上傳及編輯",
"File drop (upload only)" : "拖曳檔案(僅供上傳)",
+ "Custom permissions" : "自訂權限",
+ "Read" : "讀取",
+ "Upload" : "上傳",
+ "Edit" : "編輯",
+ "Bundled permissions" : "權限包",
"Allow creating" : "允許創建",
"Allow deleting" : "允許刪除",
"Allow resharing" : "允許轉貼分享",