feat: add translation for login messages
This commit is contained in:
@@ -8,7 +8,16 @@
|
||||
"register_prompt": "Don't have an account?",
|
||||
"register_link": "Register",
|
||||
"welcome_notification": "Welcome to Maxun!",
|
||||
"error_notification": "User does not exist."
|
||||
"validation": {
|
||||
"required_fields": "Email and password are required",
|
||||
"password_length": "Password must be at least 6 characters"
|
||||
},
|
||||
"error": {
|
||||
"user_not_found": "User does not exist",
|
||||
"invalid_credentials": "Invalid username or password",
|
||||
"server_error": "Login failed. Please try again later",
|
||||
"generic": "An error occurred. Please try again"
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"title": "Register Account",
|
||||
|
||||
Reference in New Issue
Block a user