feat: initial release v0.3.0
This commit is contained in:
36
messages/en/auth.json
Normal file
36
messages/en/auth.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"welcomeBack": "Welcome Back",
|
||||
"loginTo": "Sign in to waoowaoo",
|
||||
"createAccount": "Create Account",
|
||||
"joinPlatform": "Join waoowaoo",
|
||||
"phoneNumber": "Username",
|
||||
"password": "Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"phoneNumberPlaceholder": "Enter your username",
|
||||
"passwordPlaceholder": "Enter your password",
|
||||
"passwordMinPlaceholder": "Enter password (at least 6 characters)",
|
||||
"confirmPasswordPlaceholder": "Re-enter your password",
|
||||
"loginButton": "Sign In",
|
||||
"loginButtonLoading": "Signing in...",
|
||||
"signupButton": "Sign Up",
|
||||
"signupButtonLoading": "Signing up...",
|
||||
"noAccount": "Don't have an account?",
|
||||
"hasAccount": "Already have an account?",
|
||||
"signupNow": "Sign Up Now",
|
||||
"signinNow": "Sign In Now",
|
||||
"backToHome": "← Back to Home",
|
||||
"loginFailed": "Login failed, please check your phone number and password",
|
||||
"loginError": "An error occurred during login",
|
||||
"passwordMismatch": "Passwords do not match",
|
||||
"passwordTooShort": "Password must be at least 6 characters",
|
||||
"signupSuccess": "Registration successful! Redirecting to login page...",
|
||||
"signupFailed": "Registration failed",
|
||||
"signupError": "An error occurred during registration",
|
||||
"rateLimited": "Too many requests, please try again later",
|
||||
"passwordStrength": {
|
||||
"weak": "Strength: Weak — Use a longer password with uppercase, lowercase, numbers and symbols",
|
||||
"fair": "Strength: Fair — Consider adding more complexity",
|
||||
"good": "Strength: Good",
|
||||
"strong": "Strength: Strong"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user