feat: login page ui done

This commit is contained in:
jahongireshonqulov
2025-10-31 19:27:21 +05:00
parent d8bd9c4925
commit 689cf29eab
31 changed files with 992 additions and 93 deletions

View File

@@ -10,6 +10,26 @@
"onboarding_button_next": "Next",
"onboarding_title_2": "A place for extraordinary people in the world",
"onboarding_subtitle_2": "Discover your favorite meals and get them delivered fast wherever you are.",
"onboarding_button_get_started": "Get Started"
"onboarding_button_get_started": "Get Started",
"welcome_to_volt": "Welcome to {name}",
"@welcome_to_volt":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"please_login": "Please login to your account",
"email_or_phone": "Phone Number",
"enter_email_or_phone": "Enter your email or phone number",
"password": "Password",
"enter_password": "Enter your password",
"forgot_password": "Forgot Password?",
"login": "Login",
"or_login_with": "Or login with",
"google": "Google",
"facebook": "Facebook",
"dont_have_account": "Dont have an account?",
"register": "Register"
}