diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index bd7ae6c9770..9c196b3af92 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -325,7 +325,13 @@ OC.L10N.register( "Enforce password protection" : "強制密碼保護", "Exclude groups from password requirements" : "從密碼要求中排除特定群組", "Exclude groups from creating link shares" : "禁止特定群組建立分享連結", + "Limit sharing based on groups" : "以群組為基礎進行分享限制", + "Allow sharing for everyone (default)" : "允許所有人分享(預設)", + "Exclude some groups from sharing" : "從分享中排除部份群組", + "Limit sharing to some groups" : "限制分享給部份群組", + "Groups allowed to share" : "允許分享的群組", "Groups excluded from sharing" : "排除分享的群組", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "不允許的群組仍然可以接收分享,但無法發起分享。", "Set default expiration date for shares" : "設定分享的預設到期日", "Enforce expiration date" : "強制設定到期日", "Default expiration time of new shares in days" : "新分享預設到期時間(天)", @@ -616,6 +622,7 @@ OC.L10N.register( "Set line manager" : "設定行管理員", "{size} used" : "已使用 {size}", "Delete account" : "刪除帳號", + "Disconnect all devices and delete local data" : "取消連結所有裝置並刪除本機資料", "Disable account" : "停用帳號", "Enable account" : "啟用帳號", "Resend welcome email" : "重新傳送歡迎電子郵件", @@ -665,7 +672,6 @@ OC.L10N.register( "Loading categories" : "正在載入分類", "Developer documentation ↗" : "開發者文件 ↗", "Version {version}, {license}-licensed" : "版本 {version},授權條款:{license}", - "by {author}\n{license}" : "作者為 {author}\n{license}", "Active accounts" : "活躍帳號", "Admins" : "管理者", "Disabled accounts" : "已停用帳號", @@ -676,7 +682,6 @@ OC.L10N.register( "Create group" : "建立群組", "Group name" : "群組名稱", "Please enter a valid group name" : "請輸入有效的群組名稱", - "{license}-licensed" : "以 {license} 授權", "Failed to create group" : "建立群組失敗", "Sending…" : "正在傳送……", "Email sent" : "電子郵件已寄出", @@ -830,6 +835,8 @@ OC.L10N.register( "Will be autogenerated" : "將自動生成", "Add a new user" : "新增使用者", "No users in here" : "這裡沒有使用者", + "{license}-licensed" : "以 {license} 授權", + "by {author}\n{license}" : "作者為 {author}\n{license}", "Enter group name" : "輸入群組名稱", "Add group" : "新增群組", "Active users" : "活躍使用者", |