diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 5135fdb829e..bcd32756077 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -157,10 +157,19 @@ OC.L10N.register( "%1$s shared »%2$s« with you and wants to add" : "%1$s 與您分享了 %2$s ,且想要加入", "»%s« added a note to a file shared with you" : "%s 在與您分享的檔案中加入了註解", "Passwords are enforced for link and mail shares" : "連結與郵件分享強制使用密碼", + "Share recipient is not a valid user" : "分享的接收者不是有效的使用者", + "Share recipient is not a valid group" : "分享的接收者不是有效的群組", + "Share recipient should be empty" : "分享的接收者應為空", + "Share recipient should not be empty" : "分享的接收者不應為空", + "Share recipient is not a valid circle" : "分享的接收者不是有效的小圈圈", "Unknown share type" : "未知的分享類型", + "Share initiator must be set" : "必須設定分享發起者", "Cannot share with yourself" : "無法與您自己分享", + "Shared path must be set" : "必須設定分享路徑", + "Shared path must be either a file or a folder" : "分享路徑必須為檔案或資料夾", "You cannot share your root folder" : "您無法分享您的根資料夾", "You are not allowed to share %s" : "你不被允許分享 %s", + "Valid permissions are required for sharing" : "分享需要有效的權限", "Cannot increase permissions of %s" : "無法增加 %s 的權限", "Shares need at least read permissions" : "分享需要至少讀取的權限", "Files cannot be shared with delete permissions" : "無法分享具有刪除權限的檔案", @@ -187,6 +196,7 @@ OC.L10N.register( "Cannot disable sending the password by Talk without setting a new password" : "若未設定新密碼,則無法停用透過 Talk 傳送密碼", "Share provider does not support accepting" : "分享提供者不支援接受", "Cannot change target of link share" : "無法變更連結分享的目標", + "Invalid share recipient" : "無效的分享接收者", "Group \"%s\" does not exist" : "群組「%s」不存在", "The requested share does not exist anymore" : "該分享已經不存在", "The requested share comes from a disabled user" : "請求的分享來自已停用的使用者", |