FindPassword 문자열 리소스화

비밀번호 재설정 안내/버튼/토스트를 ko/en/ja 리소스로 추가

UI 메시지 클래스로 리소스 기반 토스트 처리
This commit is contained in:
2025-12-01 14:06:25 +09:00
parent 1889c6ae10
commit 981859de1f
6 changed files with 56 additions and 20 deletions

View File

@@ -67,6 +67,13 @@
<string name="terms_of_service">Terms of Service</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="required_label">(Required)</string>
<string name="title_find_password">Reset password</string>
<string name="find_password_description_primary">We will send a temporary password to your registered email.</string>
<string name="find_password_description_secondary">Log in with the temporary password, then change it in My Page &gt; Profile settings.</string>
<string name="find_password_email_hint">Enter your email</string>
<string name="find_password_submit">Get temporary password</string>
<string name="find_password_contact_support">Contact customer support</string>
<string name="find_password_success">A temporary password has been sent to your email. Please check your inbox.</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>