diff options
Diffstat (limited to 'apps/provisioning_api/l10n/zh_HK.json')
-rw-r--r-- | apps/provisioning_api/l10n/zh_HK.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/zh_HK.json b/apps/provisioning_api/l10n/zh_HK.json index 94aaa0f81e4..1b7bc75a031 100644 --- a/apps/provisioning_api/l10n/zh_HK.json +++ b/apps/provisioning_api/l10n/zh_HK.json @@ -1,6 +1,30 @@ { "translations": { "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." : "要寄出密碼連結給用戶之前需要設定電郵地址", + "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" : "確認", |