maliming 5 years ago
parent 43b7474013
commit 84a2281152

@ -39,13 +39,13 @@
"Volo.Abp.Identity:ConcurrencyFailure": "Optimistic concurrency failure, object has been modified.",
"Volo.Abp.Identity:DuplicateEmail": "Email '{0}' is already taken.",
"Volo.Abp.Identity:DuplicateRoleName": "Role name '{0}' is already taken.",
"Volo.Abp.Identity:DuplicateUserName": "User name '{0}' is already taken.",
"Volo.Abp.Identity:DuplicateUserName": "Username '{0}' is already taken.",
"Volo.Abp.Identity:InvalidEmail": "Email '{0}' is invalid.",
"Volo.Abp.Identity:InvalidPasswordHasherCompatibilityMode": "The provided PasswordHasherCompatibilityMode is invalid.",
"Volo.Abp.Identity:InvalidPasswordHasherIterationCount": "The iteration count must be a positive integer.",
"Volo.Abp.Identity:InvalidRoleName": "Role name '{0}' is invalid.",
"Volo.Abp.Identity:InvalidToken": "Invalid token.",
"Volo.Abp.Identity:InvalidUserName": "User name '{0}' is invalid, can only contain letters or digits.",
"Volo.Abp.Identity:InvalidUserName": "Username '{0}' is invalid, can only contain letters or digits.",
"Volo.Abp.Identity:LoginAlreadyAssociated": "A user with this login already exists.",
"Volo.Abp.Identity:PasswordMismatch": "Incorrect password.",
"Volo.Abp.Identity:PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9').",

Loading…
Cancel
Save