This commit is contained in:
chamikaJ
2025-04-17 18:28:54 +05:30
parent f583291d8a
commit 8825b0410a
2837 changed files with 241385 additions and 127578 deletions

View File

@@ -0,0 +1,5 @@
{
"loggingOut": "Logging out...",
"authenticating": "Authenticating...",
"gettingThingsReady": "Getting things ready for you..."
}

View File

@@ -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."
}

View 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": "Dont 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"
}
}

View 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."
}

View File

@@ -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"
}