mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
6.9 KiB
107 lines
6.9 KiB
{
|
|
"culture": "zh-Hant",
|
|
"texts": {
|
|
"Menu:IdentityManagement": "身份識別管理",
|
|
"Users": "使用者",
|
|
"NewUser": "新使用者",
|
|
"UserName": "使用者名稱",
|
|
"EmailAddress": "電子信箱地址",
|
|
"PhoneNumber": "手機號碼",
|
|
"UserInformations": "用戶資訊",
|
|
"DisplayName:IsDefault": "預設",
|
|
"DisplayName:IsStatic": "靜態",
|
|
"DisplayName:IsPublic": "公開",
|
|
"Roles": "角色",
|
|
"Password": "密碼",
|
|
"PersonalInfo": " 個人資料",
|
|
"PersonalSettings": "個人設置",
|
|
"UserDeletionConfirmationMessage": "使用者 '{0}' 將被刪除. 你確定嗎?",
|
|
"RoleDeletionConfirmationMessage": "角色 '{0}' 將被刪除. 你確定嗎?",
|
|
"DisplayName:RoleName": "角色名稱",
|
|
"DisplayName:UserName": "使用者名稱",
|
|
"DisplayName:Name": "名子",
|
|
"DisplayName:Surname": "姓",
|
|
"DisplayName:Password": "密碼",
|
|
"DisplayName:Email": "電子信箱地址",
|
|
"DisplayName:PhoneNumber": "手機號碼",
|
|
"DisplayName:TwoFactorEnabled": "二次認證",
|
|
"DisplayName:LockoutEnabled": "登入失敗,帳號被鎖定",
|
|
"NewRole": "新角色",
|
|
"RoleName": "角色名稱",
|
|
"CreationTime": "建立時間",
|
|
"Permissions": "權限",
|
|
"DisplayName:CurrentPassword": "目前密碼",
|
|
"DisplayName:NewPassword": "新密碼",
|
|
"DisplayName:NewPasswordConfirm": "確認新密碼",
|
|
"PasswordChangedMessage": "你已成功更改密碼.",
|
|
"PersonalSettingsSavedMessage": "你的個人設置保存成功.",
|
|
"Identity.DefaultError": "發生了一個未知錯誤.",
|
|
"Identity.ConcurrencyFailure": "對象已被修改,因樂觀並行控制導致失敗.",
|
|
"Identity.DuplicateEmail": "電子信箱 '{0}' 已存在.",
|
|
"Identity.DuplicateRoleName": "角色名 '{0}' 已存在.",
|
|
"Identity.DuplicateUserName": "使用者名稱 '{0}' 已存在.",
|
|
"Identity.InvalidEmail": "電子信箱 '{0}' 無效.",
|
|
"Identity.InvalidPasswordHasherCompatibilityMode": "提供的 PasswordHasherCompatibilityMode 無效.",
|
|
"Identity.InvalidPasswordHasherIterationCount": "迭代計數必須是正整數.",
|
|
"Identity.InvalidRoleName": "角色名 '{0}' 無效.",
|
|
"Identity.InvalidToken": "token無效.",
|
|
"Identity.InvalidUserName": "使用者名稱 '{0}' 無效, 只能包含字母或數字.",
|
|
"Identity.LoginAlreadyAssociated": "此登入名的使用者已存在.",
|
|
"Identity.PasswordMismatch": "密碼錯誤.",
|
|
"Identity.PasswordRequiresDigit": "密碼至少包含一位數字 ('0'-'9').",
|
|
"Identity.PasswordRequiresLower": "密碼至少包含一位小寫字母 ('a'-'z').",
|
|
"Identity.PasswordRequiresNonAlphanumeric": "密碼至少包含一位非字母數字字元.",
|
|
"Identity.PasswordRequiresUpper": "密碼至少包含一位大寫字母 ('A'-'Z').",
|
|
"Identity.PasswordTooShort": "密碼至少為{0}個字元.",
|
|
"Identity.RoleNotFound": "角色 {0} 不存在.",
|
|
"Identity.UserAlreadyHasPassword": "使用者已設置密碼.",
|
|
"Identity.UserAlreadyInRole": "使用者已具有角色 '{0}'.",
|
|
"Identity.UserLockedOut": "使用者被鎖定.",
|
|
"Identity.UserLockoutNotEnabled": "該使用者未啟用鎖定.",
|
|
"Identity.UserNameNotFound": "使用者 {0} 不存在.",
|
|
"Identity.UserNotInRole": "使用者不具有 '{0}' 角色.",
|
|
"Identity.PasswordConfirmationFailed": "密碼或確認密碼不一致.",
|
|
"Identity.StaticRoleRenamingErrorMessage": "無法重命名靜態角色.",
|
|
"Identity.StaticRoleDeletionErrorMessage": "無法刪除靜態角色.",
|
|
"Identity.OrganizationUnit.DuplicateDisplayNameWarning": "組織內單位內已包含名稱 {0}.同一層級組織,兩個單位不能有相同名稱",
|
|
"Identity.OrganizationUnit.MaxUserMembershipCount": "允許一個使用者至多可隸屬在幾個組織單位",
|
|
"Volo.Abp.Identity:010001": "您無法刪除自己的帳號!",
|
|
"Permission:IdentityManagement": "身份識別管理",
|
|
"Permission:RoleManagement": "角色管理",
|
|
"Permission:Create": "建立",
|
|
"Permission:Edit": "編輯",
|
|
"Permission:Delete": "刪除",
|
|
"Permission:ChangePermissions": "更改權限",
|
|
"Permission:UserManagement": "使用者管理",
|
|
"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": "是否允許使用者更新電子信箱."
|
|
"Volo.Abp.Identity:010002": "一個使用者不能設置超過 {MaxUserMembershipCount} 個組織單位下"
|
|
}
|
|
}
|
|
|