auth0-lock
Version:
Auth0 Lock
143 lines (141 loc) • 7.92 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
error: {
forgotPassword: {
too_many_requests: 'You have reached the limit on password change attempts. Please wait before trying again.',
'lock.fallback': "We're sorry, something went wrong when requesting the password change.",
enterprise_email: "Your email's domain is part of an Enterprise identity provider. To reset your password, please see your security administrator.",
invalid_captcha: 'Solve the challenge question to verify you are not a robot.',
invalid_recaptcha: 'Select the checkbox to verify you are not a robot.'
},
login: {
blocked_user: 'The user is blocked.',
invalid_user_password: 'Wrong credentials.',
invalid_captcha: 'Solve the challenge question to verify you are not a robot.',
invalid_recaptcha: 'Select the checkbox to verify you are not a robot.',
'lock.fallback': "We're sorry, something went wrong when attempting to log in.",
'lock.invalid_code': 'Wrong code.',
'lock.invalid_email_password': 'Wrong email or password.',
'lock.invalid_username_password': 'Wrong username or password.',
'lock.network': 'We could not reach the server. Please check your connection and try again.',
'lock.popup_closed': 'Popup window closed. Try again.',
'lock.unauthorized': 'Permissions were not granted. Try again.',
'lock.mfa_registration_required': 'Multifactor authentication is required but your device is not enrolled. Please enroll it before moving on.',
'lock.mfa_invalid_code': 'Wrong code. Please try again.',
password_change_required: 'You need to update your password because this is the first time you are logging in, or because your password has expired.',
// TODO: verify error code
password_leaked: 'We have detected a potential security issue with this account. To protect your account, we have blocked this login. An email was sent with instruction on how to unblock your account.',
too_many_attempts: 'Your account has been blocked after multiple consecutive login attempts.',
too_many_requests: "We're sorry. There are too many requests right now. Please reload the page and try again. If this persists, please try again later.",
session_missing: "Couldn't complete your authentication request. Please try again after closing all open dialogs",
'hrd.not_matching_email': 'Please use your corporate email to login.'
},
passwordless: {
'bad.email': 'The email is invalid',
'bad.phone_number': 'The phone number is invalid',
'lock.fallback': "We're sorry, something went wrong",
invalid_captcha: 'Solve the challenge question to verify you are not a robot.',
invalid_recaptcha: 'Select the checkbox to verify you are not a robot.',
too_many_attempts: 'Your account has been blocked after multiple consecutive login attempts.'
},
signUp: {
invalid_password: 'Password is invalid.',
'lock.fallback': "We're sorry, something went wrong when attempting to sign up.",
password_dictionary_error: 'Password is too common.',
password_leaked: 'This combination of credentials was detected in a public data breach on another website. Before your account is created, please use a different password to keep it secure.',
password_no_user_info_error: 'Password is based on user information.',
password_strength_error: 'Password is too weak.',
user_exists: 'The user already exists.',
username_exists: 'The username already exists.',
social_signup_needs_terms_acception: 'Please agree to the Terms of Service below to continue.'
}
},
success: {
// success messages show above the form or in a confirmation pane
logIn: 'Thanks for logging in.',
forgotPassword: "We've just sent you an email to reset your password.",
magicLink: 'We sent you a link to log in<br />to %s.',
signUp: 'Thanks for signing up.'
},
blankErrorHint: '',
blankPasswordErrorHint: "Password can't be blank",
blankEmailErrorHint: "Email can't be blank",
blankUsernameErrorHint: "Username can't be blank",
blankCaptchaErrorHint: "Can't be blank",
codeInputPlaceholder: 'your code',
databaseEnterpriseLoginInstructions: '',
databaseEnterpriseAlternativeLoginInstructions: 'or',
databaseSignUpInstructions: '',
databaseAlternativeSignUpInstructions: 'or',
emailInputPlaceholder: 'yours@example.com',
captchaCodeInputPlaceholder: 'Enter the code shown above',
captchaMathInputPlaceholder: 'Solve the formula shown above',
enterpriseLoginIntructions: 'Login with your corporate credentials.',
enterpriseActiveLoginInstructions: 'Please enter your corporate credentials at %s.',
failedLabel: 'Failed!',
forgotPasswordTitle: 'Reset your password',
forgotPasswordAction: "Don't remember your password?",
forgotPasswordInstructions: 'Please enter your email address. We will send you an email to reset your password.',
forgotPasswordSubmitLabel: 'Send email',
invalidErrorHint: '',
invalidPasswordErrorHint: 'Password is invalid',
invalidEmailErrorHint: 'Email is invalid',
invalidUsernameErrorHint: 'Username is invalid',
lastLoginInstructions: 'Last time you logged in with',
loginAtLabel: 'Log in at %s',
loginLabel: 'Log In',
loginSubmitLabel: 'Log In',
loginWithLabel: 'Sign in with %s',
notYourAccountAction: 'Not your account?',
passwordInputPlaceholder: 'your password',
passwordStrength: {
containsAtLeast: 'Contain at least %d of the following %d types of characters:',
identicalChars: 'No more than %d identical characters in a row (e.g., "%s" not allowed)',
nonEmpty: 'Non-empty password required',
numbers: 'Numbers (i.e. 0-9)',
lengthAtLeast: 'At least %d characters in length',
lowerCase: 'Lower case letters (a-z)',
shouldContain: 'Should contain:',
specialCharacters: 'Special characters (e.g. !@#$%^&*)',
upperCase: 'Upper case letters (A-Z)'
},
passwordlessEmailAlternativeInstructions: 'Otherwise, enter your email to sign in<br/>or create an account',
passwordlessEmailCodeInstructions: 'An email with the code has been sent to %s.',
passwordlessEmailInstructions: 'Enter your email to sign in<br/>or create an account',
passwordlessSMSAlternativeInstructions: 'Otherwise, enter your phone to sign in<br/>or create an account',
passwordlessSMSCodeInstructions: 'An SMS with the code has been sent to %s.',
passwordlessSMSInstructions: 'Enter your phone to sign in<br/>or create an account',
phoneNumberInputPlaceholder: 'your phone number',
resendCodeAction: 'Did not get the code?',
resendLabel: 'Resend',
resendingLabel: 'Resending...',
retryLabel: 'Retry',
sentLabel: 'Sent!',
showPassword: 'Show password',
signUpTitle: 'Sign Up',
signUpLabel: 'Sign Up',
signUpSubmitLabel: 'Sign Up',
signUpTerms: 'By signing up, you agree to our terms of service and privacy policy.',
signUpWithLabel: 'Sign up with %s',
socialLoginInstructions: '',
socialSignUpInstructions: '',
ssoEnabled: 'Single Sign-On enabled',
submitLabel: 'Submit',
unrecoverableError: 'Something went wrong.<br />Please contact technical support.',
usernameFormatErrorHint: 'Use %d-%d letters, numbers and the following characters: "_", ".", "+", "-"',
usernameInputPlaceholder: 'your username',
usernameOrEmailInputPlaceholder: 'username/email',
title: 'Auth0',
welcome: 'Welcome %s!',
windowsAuthInstructions: 'You are connected from your corporate network…',
windowsAuthLabel: 'Windows Authentication',
mfaInputPlaceholder: 'Code',
mfaLoginTitle: '2-Step Verification',
mfaLoginInstructions: 'Please enter the verification code generated by your mobile application.',
mfaSubmitLabel: 'Log In',
mfaCodeErrorHint: 'Use %d numbers'
};