登录流程已全部重构

This commit is contained in:
zhutao
2025-09-23 11:47:29 +08:00
parent a4992a063b
commit 8988b3feea
71 changed files with 2036 additions and 901 deletions

19
lib/l10n/arb/app_en.arb Normal file
View File

@@ -0,0 +1,19 @@
{
"welcome_title": "Clear Ingredients at a Glance",
"welcome_desc": "Automatically identify food ingredients and get instant insights on nutrition and potential risks",
"welcome_button_text": "Get Started",
"login_email_hint": "Please enter your email",
"login_password_hint": "Please enter your password",
"login_button": "Continue",
"login_tip_start": "I agree to the",
"login_privacy": "Privacy Policy",
"login_terms": "Terms",
"login_and": "&",
"login_other_login": "Or",
"login_error_text": "Login Failed",
"code_title": "Enter Verification Code",
"code_tip": "Verification code has been sent to",
"code_send_code": "Resend",
"code_success": "Sent",
"code_error": "Invalid Code"
}