diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 393d7f17178..fcd6dba70cb 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.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" : "允許轉分享", |