@alore/auth-react-native-ui
Version:
React Native UI for Alore Auth
75 lines (74 loc) • 3.22 kB
JSON
{
"start": "Start",
"registerCta": "Don't have an account yet?",
"createAccountCta": "Create an account",
"emailLabel": "Enter your email",
"emailPlaceholder": "Insert your email",
"next": "Next",
"createUsername": "Create a username",
"enterUsername": "Enter your username",
"createAccount": "Create an account",
"back": "Back",
"verifyEmail": "Verify your e-mail",
"informCode": "Please, inform the code we sent to your e-mail. Don’t forget to check your spam box.",
"wrongCode": "You’ve sent the wrong code. Try again.",
"confirmCode": "Confirm Code",
"resendCode": "Re-send code to your e-mail",
"passwordRules": {
"specialCharacter": "Use at leat one special character (@!#%&*)",
"uppercaseLetter": "Use at least one uppercase letter",
"minimumEightCharacters": "Your password must have at least 8 character's",
"passwordMatch": "Passwords must match",
"dontUseYourNameOrEmail": "Don’t use your name or e-mail"
},
"formValidation": {
"required": "This field is required",
"invalidEmail": "Invalid e-mail address",
"passwordMinimum": "Your password must contain at least 8 characters.",
"validName": "Please enter valid name",
"agreeTerms": "You must agree to the terms"
},
"register": {
"createPassword": "Create a safe password",
"passwordLabel": "Password",
"enterPassword": "********",
"passwordConfirmLabel": "Confirm Password"
},
"login": {
"passwordPlaceholder": "********",
"login": "Login",
"enterSecureCode": "******",
"password": "Password",
"continue": "Continue",
"enterEmail": "Enter your email",
"loginAccount": "Login to your account",
"enterPassword": "Enter your password"
},
"verifyEmailStep": {
"verifyEmail": "Verify your e-mail",
"enterSecureCode": "******",
"verifyEmailDescription": "Please, inform the code we sent to your e-mail. Don’t forget to check your spam box.",
"nextButton": "Confirm Code",
"codeSent": "Code sent to your e-mail"
},
"errors": {
"somethingWrong": "Something went wrong",
"invalidEmailPasswordDescription": "The combination of e-mail and password you wrote is incorrect or not valid.",
"REMOVE ABOVE": "",
"CLIENT_ID_REQUIRED": "Client ID is required.",
"USER_ALREADY_EXISTS": "User already exists.",
"FAILED_TO_FETCH": "Failed to fetch data.",
"SERVER_DOWN": "The server is currently down.",
"BAD_RESPONSE": "Received a bad response from the server.",
"UNKNOWN_ERROR": "An unknown error occurred.",
"INVALID_CREDENTIALS": "Invalid e-mail or password.",
"WRONG_2FA_CODE": "The code is incorrect.",
"PUBLIC_KEY_CREATION_OPTIONS_UNDEFINED": "Public key creation options are undefined.",
"CREATE_SECRET_FROM_CREDENTIAL_FAILED": "Failed to create a secret from the credential.",
"PASSKEY_GET_ERROR": "Error occurred while getting the passkey.",
"PASSKEY_CREATE_ERROR": "Error occurred while creating the passkey.",
"PRF_EXTENSION_NOT_SUPPORTED": "PRF extension is not supported.",
"LARGE_BLOB_EXTENSION_NOT_SUPPORTED": "Large blob extension is not supported.",
"TOO_MANY_REQUESTS": "Too many requests. Please try again later."
}
}