diff options
Diffstat (limited to 'apps/provisioning_api/l10n/zh_TW.js')
-rw-r--r-- | apps/provisioning_api/l10n/zh_TW.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/zh_TW.js b/apps/provisioning_api/l10n/zh_TW.js index ff928772896..6085d68139f 100644 --- a/apps/provisioning_api/l10n/zh_TW.js +++ b/apps/provisioning_api/l10n/zh_TW.js @@ -2,7 +2,31 @@ OC.L10N.register( "provisioning_api", { "Logged in user must be an administrator or have authorization to edit this setting." : "登入的使用者必須為管理員或是有權編輯此設定的使用者。", + "Could not create non-existing user id" : "無法建立不存在的使用者 ID", "User already exists" : "使用者已存在", + "Group %1$s does not exist" : "群組 %1$s 不存在", + "Insufficient privileges for group %1$s" : "群組 %1$s 權限不足", + "No group specified (required for sub-admins)" : "未指定群組(子管理員需要)", + "Sub-admin group does not exist" : "子管理員群組不存在", + "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員", + "No permissions to promote sub-admins" : "沒有新增子管理員的權限", + "Invalid password value" : "無效的密碼值", + "To send a password link to the user an email address is required." : "要寄出密碼連結給使用者之前需要設定一組 email 位址", + "Required email address was not provided" : "未提供必要的電子郵件地址", + "Invalid quota value: %1$s" : "無效的空間限額值:%1$s", + "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額", + "Unlimited quota is forbidden on this instance" : "此站台禁止無限空間限額", + "Setting the password is not supported by the users backend" : "使用者後端不支援設定密碼", + "Invalid language" : "無效的語言", + "Invalid locale" : "無效的地區設定", + "Cannot remove yourself from the admin group" : "無法將您自己從管理員群組移除", + "Cannot remove yourself from this group as you are a sub-admin" : "因為您是子管理員,因此無法將自己從該群組中移除", + "Not viable to remove user from the last group you are sub-admin of" : "無法從您作為子管理員的最後一個群組中移除使用者", + "User does not exist" : "使用者不存在", + "Group does not exist" : "群組不存在", + "User is not a sub-admin of this group" : "使用者不是該群組的子管理員", + "Email address not available" : "電子郵件地址不可用", + "Sending email failed" : "傳送電子郵件失敗", "Email confirmation" : "電子郵件確認", "To enable the email address %s please click the button below." : "要啟用電子郵件地址 %s,請點擊下方按鈕。", "Confirm" : "確認", |