feat: add translation for login messages

This commit is contained in:
Rohit
2025-02-01 16:30:00 +05:30
parent 59f00695a1
commit 5fbb4ba9b9
5 changed files with 50 additions and 5 deletions

View File

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