accounts-frontend/packages/app/services/errorsDict/errorsDict.intl.json

39 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"captchaRequired": "Please, solve the captcha",
"invalidPassword": "You have entered wrong account password.",
"suggestResetPassword": "Have you {forgotYourPassword}?",
"forgotYourPassword": "forgot your password",
"loginRequired": "Please enter Email or username",
"loginNotExist": "Sorry, Ely doesn't recognise your login.",
"passwordRequired": "Please enter password",
"newPasswordRequired": "Please enter new password",
"newRePasswordRequired": "Please repeat new password",
"usernameRequired": "Username is required",
"usernameInvalid": "Username is invalid",
"usernameTooShort": "Username is too short",
"usernameTooLong": "Username is too long",
"usernameUnavailable": "This username is already taken",
"emailRequired": "Email is required",
"emailInvalid": "Email is invalid",
"emailToLong": "Email is too long",
"emailIsTempmail": "Tempmail Email addresses is not allowed",
"emailNotAvailable": "This Email is already registered.",
"rePasswordRequired": "Please retype your password",
"passwordTooShort": "Your password should be at least 8 characters length",
"passwordsDoesNotMatch": "The passwords does not match",
"rulesAgreementRequired": "You must accept rules in order to create an account",
"totpRequired": "Please, enter the code",
"totpIncorrect": "The code is incorrect",
"mfaAlreadyEnabled": "The two factor auth is already enabled",
"keyRequired": "Please, enter an activation key",
"keyNotExists": "The key is incorrect or has expired.",
"doYouWantRequestKey": "Do you want to request a new key?",
"emailFrequency": "Please cool down, you are requesting Emails too often. New key can be retrieved {time}.",
"accountNotActivated": "The account is not activated",
"accountBanned": "Account is blocked",
"emailNotFound": "Specified Email is not found",
"accountAlreadyActivated": "This account is already activated",
"redirectUriRequired": "Redirect URI is required",
"redirectUriInvalid": "Redirect URI is invalid"
}