Browse Source
add zh-hant localization for Identity
pull/4283/head
ChangYinShung
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json
|
|
|
@ -63,6 +63,8 @@ |
|
|
|
"Identity.PasswordConfirmationFailed": "密碼或確認密碼不一致.", |
|
|
|
"Identity.StaticRoleRenamingErrorMessage": "無法重命名靜態角色.", |
|
|
|
"Identity.StaticRoleDeletionErrorMessage": "無法刪除靜態角色.", |
|
|
|
"Identity.OrganizationUnit.DuplicateDisplayNameWarning": "組織內單位內已包含名稱 {0}.同一層級組織,兩個單位不能有相同名稱", |
|
|
|
"Identity.OrganizationUnit.MaxUserMembershipCount": "允許一個使用者至多可隸屬在幾個組織單位", |
|
|
|
"Volo.Abp.Identity:010001": "您無法刪除自己的帳號!", |
|
|
|
"Permission:IdentityManagement": "身份識別管理", |
|
|
|
"Permission:RoleManagement": "角色管理", |
|
|
|
@ -100,5 +102,6 @@ |
|
|
|
"Description:Abp.Identity.SignIn.RequireConfirmedPhoneNumber": "登入時是否需要驗證手機號碼.", |
|
|
|
"Description:Abp.Identity.User.IsUserNameUpdateEnabled": "是否允許使用者更新使用者名稱.", |
|
|
|
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "是否允許使用者更新電子信箱." |
|
|
|
"Volo.Abp.Identity:010002": "一個使用者不能設置超過 {MaxUserMembershipCount} 個組織單位下" |
|
|
|
} |
|
|
|
} |
|
|
|
|