|
|
|
@ -19,7 +19,7 @@ |
|
|
|
"RoleDeletionConfirmationMessage": "角色 '{0}' 將被刪除. 你確定嗎?", |
|
|
|
"DisplayName:RoleName": "角色名稱", |
|
|
|
"DisplayName:UserName": "使用者名稱", |
|
|
|
"DisplayName:Name": "名子", |
|
|
|
"DisplayName:Name": "名", |
|
|
|
"DisplayName:Surname": "姓", |
|
|
|
"DisplayName:Password": "密碼", |
|
|
|
"DisplayName:Email": "電子信箱地址", |
|
|
|
@ -61,11 +61,13 @@ |
|
|
|
"Volo.Abp.Identity:UserNameNotFound": "使用者 {0} 不存在.", |
|
|
|
"Volo.Abp.Identity:UserNotInRole": "使用者不具有 '{0}' 角色.", |
|
|
|
"Volo.Abp.Identity:PasswordConfirmationFailed": "密碼或確認密碼不一致.", |
|
|
|
"Volo.Abp.Identity:010001": "您無法刪除自己的帳號!", |
|
|
|
"Volo.Abp.Identity:010002": "一個使用者不能設定超過 {MaxUserMembershipCount} 個組織單位", |
|
|
|
"Volo.Abp.Identity:010003": "外部登入的使用者不能改變密碼!", |
|
|
|
"Volo.Abp.Identity:010004": "組織內單位內已包含名稱 {0}.同一層級組織,兩個單位不能有相同名稱", |
|
|
|
"Volo.Abp.Identity:010005": "無法重命名靜態角色.", |
|
|
|
"Volo.Abp.Identity:010006": "無法刪除靜態角色.", |
|
|
|
"Volo.Abp.Identity:010004": "組織內單位內已包含名稱 {0}.同一層級組織,兩個單位不能有相同名稱", |
|
|
|
"Identity.OrganizationUnit.MaxUserMembershipCount": "允許一個使用者至多可隸屬在幾個組織單位", |
|
|
|
"Volo.Abp.Identity:010001": "您無法刪除自己的帳號!", |
|
|
|
"Permission:IdentityManagement": "身份識別管理", |
|
|
|
"Permission:RoleManagement": "角色管理", |
|
|
|
"Permission:Create": "建立", |
|
|
|
@ -73,6 +75,34 @@ |
|
|
|
"Permission:Delete": "刪除", |
|
|
|
"Permission:ChangePermissions": "更改權限", |
|
|
|
"Permission:UserManagement": "使用者管理", |
|
|
|
"Permission:UserLookup": "使用者查詢" |
|
|
|
"Permission:UserLookup": "使用者查詢", |
|
|
|
"DisplayName:Abp.Identity.Password.RequiredLength": "長度需符合", |
|
|
|
"DisplayName:Abp.Identity.Password.RequiredUniqueChars": "需最小特殊字元數", |
|
|
|
"DisplayName:Abp.Identity.Password.RequireNonAlphanumeric": "需包含非數字字母", |
|
|
|
"DisplayName:Abp.Identity.Password.RequireLowercase": "需小寫字元", |
|
|
|
"DisplayName:Abp.Identity.Password.RequireUppercase": "需大寫字元", |
|
|
|
"DisplayName:Abp.Identity.Password.RequireDigit": "需要數字", |
|
|
|
"DisplayName:Abp.Identity.Lockout.AllowedForNewUsers": "允許新的使用者", |
|
|
|
"DisplayName:Abp.Identity.Lockout.LockoutDuration": "被鎖定期間(秒)", |
|
|
|
"DisplayName:Abp.Identity.Lockout.MaxFailedAccessAttempts": "最大登入次數嘗試", |
|
|
|
"DisplayName:Abp.Identity.SignIn.RequireConfirmedEmail": "信箱需被確認", |
|
|
|
"DisplayName:Abp.Identity.SignIn.EnablePhoneNumberConfirmation": "允許使用者確認電話號碼", |
|
|
|
"DisplayName:Abp.Identity.SignIn.RequireConfirmedPhoneNumber": "電話號碼需認證", |
|
|
|
"DisplayName:Abp.Identity.User.IsUserNameUpdateEnabled": "允許使用者更新帳號名稱", |
|
|
|
"DisplayName:Abp.Identity.User.IsEmailUpdateEnabled": "允許使用者更新信箱", |
|
|
|
"Description:Abp.Identity.Password.RequiredLength": "密碼須符合最小長度.", |
|
|
|
"Description:Abp.Identity.Password.RequiredUniqueChars": "密碼至少要包含特殊字元個數.", |
|
|
|
"Description:Abp.Identity.Password.RequireNonAlphanumeric": "密碼須包含特殊字元.", |
|
|
|
"Description:Abp.Identity.Password.RequireLowercase": "須包含小寫字母.", |
|
|
|
"Description:Abp.Identity.Password.RequireUppercase": "須包含大寫字母.", |
|
|
|
"Description:Abp.Identity.Password.RequireDigit": "密碼必須包含數字.", |
|
|
|
"Description:Abp.Identity.Lockout.AllowedForNewUsers": "使用者是否會被鎖定.", |
|
|
|
"Description:Abp.Identity.Lockout.LockoutDuration": "使用者被鎖定後的時間.", |
|
|
|
"Description:Abp.Identity.Lockout.MaxFailedAccessAttempts": "當啟用鎖定功能,設定最大嘗試輸入次數,超過後就被鎖定.", |
|
|
|
"Description:Abp.Identity.SignIn.RequireConfirmedEmail": "決定使用者是否需信箱驗證後才能登入.", |
|
|
|
"Description:Abp.Identity.SignIn.EnablePhoneNumberConfirmation": "是否啟用電話認證.", |
|
|
|
"Description:Abp.Identity.SignIn.RequireConfirmedPhoneNumber": "決定使用者是否需電話認證後才能登入.", |
|
|
|
"Description:Abp.Identity.User.IsUserNameUpdateEnabled": "決定使用者是否能更新帳號.", |
|
|
|
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "決定使用者是否能更新信箱." |
|
|
|
} |
|
|
|
} |
|
|
|
|