mirror of https://github.com/abpframework/abp
parent
7b4c0bc23e
commit
a9cf031612
@ -1,7 +1,30 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
"Identity.DefaultError": "An unknown failure has occurred.",
|
||||
"Identity.ConcurrencyFailure": "Optimistic concurrency failure, object has been modified.",
|
||||
"Identity.DuplicateEmail": "Email '{0}' is already taken.",
|
||||
"Identity.DuplicateRoleName": "Role name '{0}' is already taken.",
|
||||
"Identity.DuplicateUserName": "User name '{0}' is already taken.",
|
||||
"Identity.InvalidEmail": "Email '{0}' is invalid.",
|
||||
"Identity.InvalidPasswordHasherCompatibilityMode": "The provided PasswordHasherCompatibilityMode is invalid.",
|
||||
"Identity.InvalidPasswordHasherIterationCount": "The iteration count must be a positive integer.",
|
||||
"Identity.InvalidRoleName": "Role name '{0}' is invalid.",
|
||||
"Identity.InvalidToken": "Invalid token.",
|
||||
"Identity.InvalidUserName": "User name '{0}' is invalid, can only contain letters or digits.",
|
||||
"Identity.LoginAlreadyAssociated": "A user with this login already exists.",
|
||||
"Identity.PasswordMismatch": "Incorrect password.",
|
||||
"Identity.PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9').",
|
||||
"Identity.PasswordRequiresLower": "Passwords must have at least one lowercase ('a'-'z').",
|
||||
"Identity.PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character.",
|
||||
"Identity.PasswordRequiresUpper": "Passwords must have at least one uppercase ('A'-'Z').",
|
||||
"Identity.PasswordTooShort": "Passwords must be at least {0} characters.",
|
||||
"Identity.PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character."
|
||||
"Identity.RoleNotFound": "Role {0} does not exist.",
|
||||
"Identity.UserAlreadyHasPassword": "User already has a password set.",
|
||||
"Identity.UserAlreadyInRole": "User already in role '{0}'.",
|
||||
"Identity.UserLockedOut": "User is locked out.",
|
||||
"Identity.UserLockoutNotEnabled": "Lockout is not enabled for this user.",
|
||||
"Identity.UserNameNotFound": "User {0} does not exist.",
|
||||
"Identity.UserNotInRole": "User is not in role '{0}'."
|
||||
}
|
||||
}
|
Loading…
Reference in new issue