init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"loggingOut": "Logging out...",
|
||||
"authenticating": "Authenticating...",
|
||||
"gettingThingsReady": "Getting things ready for you..."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"headerDescription": "Reset your password",
|
||||
"emailLabel": "Email",
|
||||
"emailPlaceholder": "Enter your email",
|
||||
"emailRequired": "Please enter your Email!",
|
||||
"resetPasswordButton": "Reset Password",
|
||||
"returnToLoginButton": "Return to Login",
|
||||
"passwordResetSuccessMessage": "A password reset link has been sent to your email.",
|
||||
"orText": "OR",
|
||||
"successTitle": "Reset instruction sent!",
|
||||
"successMessage": "Reset information has been sent to your email. Please check your email."
|
||||
}
|
||||
27
worklenz-frontend/public/locales/en/auth/login.json
Normal file
27
worklenz-frontend/public/locales/en/auth/login.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"headerDescription": "Login to your account",
|
||||
"emailLabel": "Email",
|
||||
"emailPlaceholder": "Enter your email",
|
||||
"emailRequired": "Please enter your Email!",
|
||||
"passwordLabel": "Password",
|
||||
"passwordPlaceholder": "Enter your password",
|
||||
"passwordRequired": "Please enter your Password!",
|
||||
"rememberMe": "Remember me",
|
||||
"loginButton": "Log in",
|
||||
"signupButton": "Sign up",
|
||||
"forgotPasswordButton": "Forgot password?",
|
||||
"signInWithGoogleButton": "Sign in with Google",
|
||||
"dontHaveAccountText": "Don’t have an account?",
|
||||
"orText": "OR",
|
||||
"successMessage": "You have successfully logged in!",
|
||||
"loginError": "Login failed",
|
||||
"googleLoginError": "Google login failed",
|
||||
"validationMessages": {
|
||||
"email": "Please enter a valid email address",
|
||||
"password": "Password must be at least 8 characters long"
|
||||
},
|
||||
"errorMessages": {
|
||||
"loginErrorTitle": "Login failed",
|
||||
"loginErrorMessage": "Please check your email and password and try again"
|
||||
}
|
||||
}
|
||||
29
worklenz-frontend/public/locales/en/auth/signup.json
Normal file
29
worklenz-frontend/public/locales/en/auth/signup.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"headerDescription": "Sign up to get started",
|
||||
"nameLabel": "Full Name",
|
||||
"namePlaceholder": "Enter your full name",
|
||||
"nameRequired": "Please enter your full name!",
|
||||
"nameMinCharacterRequired": "Full name must be at least 4 characters!",
|
||||
"emailLabel": "Email",
|
||||
"emailPlaceholder": "Enter your email",
|
||||
"emailRequired": "Please enter your Email!",
|
||||
"passwordLabel": "Password",
|
||||
"passwordPlaceholder": "Enter your password",
|
||||
"passwordRequired": "Please enter your Password!",
|
||||
"passwordMinCharacterRequired": "Password must be at least 8 characters!",
|
||||
"passwordPatternRequired": "Password does not meet the requirements!",
|
||||
"strongPasswordPlaceholder": "Enter a stronger password",
|
||||
"passwordValidationAltText": "Password must include at least 8 characters with upper and lower case letters, a number, and a symbol.",
|
||||
"signupSuccessMessage": "You have successfully signed up!",
|
||||
"privacyPolicyLink": "Privacy Policy",
|
||||
"termsOfUseLink": "Terms of Use",
|
||||
"bySigningUpText": "By signing up, you agree to our",
|
||||
"andText": "and",
|
||||
"signupButton": "Sign up",
|
||||
"signInWithGoogleButton": "Sign in with Google",
|
||||
"alreadyHaveAccountText": "Already have an account?",
|
||||
"loginButton": "Login",
|
||||
"orText": "OR",
|
||||
"reCAPTCHAVerificationError": "reCAPTCHA Verification Error",
|
||||
"reCAPTCHAVerificationErrorMessage": "We were unable to verify your reCAPTCHA. Please try again."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Verify Reset Email",
|
||||
"description": "Enter your new password",
|
||||
"placeholder": "Enter your new password",
|
||||
"confirmPasswordPlaceholder": "Confirm your new password",
|
||||
"passwordHint": "Minimum of 8 characters, with upper and lowercase and a number and a symbol.",
|
||||
"resetPasswordButton": "Reset password",
|
||||
"orText": "Or",
|
||||
"resendResetEmail": "Resend reset email",
|
||||
"passwordRequired": "Please enter your new password",
|
||||
"returnToLoginButton": "Return to Login",
|
||||
"confirmPasswordRequired": "Please confirm your new password",
|
||||
"passwordMismatch": "The two passwords do not match"
|
||||
}
|
||||
Reference in New Issue
Block a user