Merge pull request #4283 from ChangYinShung/IdentityLocalization(Hants)

Identity localization(hants)
pull/4290/head
maliming 5 years ago committed by GitHub
commit 282dd90f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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": "角色管理",
@ -99,6 +101,7 @@
"Description:Abp.Identity.SignIn.EnablePhoneNumberConfirmation": "使用者手機號碼是否需要驗證.",
"Description:Abp.Identity.SignIn.RequireConfirmedPhoneNumber": "登入時是否需要驗證手機號碼.",
"Description:Abp.Identity.User.IsUserNameUpdateEnabled": "是否允許使用者更新使用者名稱.",
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "是否允許使用者更新電子信箱."
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "是否允許使用者更新電子信箱.",
"Volo.Abp.Identity:010002": "一個使用者不能設置超過 {MaxUserMembershipCount} 個組織單位下"
}
}

Loading…
Cancel
Save