fix(auth): 로그인/회원가입 문자열 리소스화 및 영·일 번역 추가

This commit is contained in:
2025-11-28 18:01:48 +09:00
parent 0326fa89ea
commit 6e3edd1e96
7 changed files with 73 additions and 29 deletions

View File

@@ -43,4 +43,18 @@
<string name="confirm_delete_message">Delete this?</string>
<string name="confirm">OK</string>
<string name="cancel">Cancel</string>
<!-- Login / Sign up -->
<string name="title_login">Log in</string>
<string name="title_signup">Sign up</string>
<string name="hint_email">Email</string>
<string name="hint_password">Password</string>
<string name="forgot_password">Forgot your password?</string>
<string name="signup_prompt">Not a VoiceOn member yet? Sign up now.</string>
<string name="terms_of_service">Terms of Service</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="required_label">(Required)</string>
<string name="login_google_failed">Could not sign in with Google. Please try again.</string>
<string name="login_failed">Could not sign in. Please try again.</string>
<string name="login_kakao_failed">Could not sign in with Kakao. Please try again.</string>
</resources>