SignUp 문자열 리소스화

회원가입 검증/오류 문구를 ko/en/ja 리소스로 통합

UI 메시지 클래스를 추가해 토스트·필드 에러를 리소스 기반으로 표시
This commit is contained in:
2025-12-01 14:02:10 +09:00
parent 7e74bd1e4d
commit 1889c6ae10
6 changed files with 81 additions and 30 deletions

View File

@@ -67,6 +67,11 @@
<string name="terms_of_service">Terms of Service</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="required_label">(Required)</string>
<string name="signup_error_email_required">Please enter your email.</string>
<string name="signup_error_password_required">Please enter your password.</string>
<string name="signup_error_terms_required">You must agree to the terms to sign up.</string>
<string name="signup_error_email_invalid">Please enter a valid email.</string>
<string name="signup_error_password_rule">Enter at least 8 characters with letters and numbers.</string>
<string name="login_error_email_required">Please enter your email.</string>
<string name="login_error_password_required">Please enter your password.</string>
<string name="login_google_failed">Could not sign in with Google. Please try again.</string>