비밀번호 변경 화면 문자열 리소스화

This commit is contained in:
2025-12-02 12:03:18 +09:00
parent 90c71026da
commit 5ff35b1da4
5 changed files with 44 additions and 10 deletions

View File

@@ -330,6 +330,17 @@
<string name="msg_profile_update_password_new_required">Enter a new password</string>
<string name="msg_profile_update_password_mismatch">Passwords do not match.</string>
<string name="msg_profile_update_password_updated">Password updated.</string>
<!-- Modify Password -->
<string name="screen_modify_password_title">Change password</string>
<string name="screen_modify_password_subtitle">Protect your account with a strong password</string>
<string name="screen_modify_password_current_label">Current password</string>
<string name="screen_modify_password_current_hint">Enter your current password.</string>
<string name="screen_modify_password_new_label">New password</string>
<string name="screen_modify_password_new_hint">Enter a new password (at least 8 characters with letters and numbers)</string>
<string name="screen_modify_password_new_confirm_label">Confirm new password</string>
<string name="screen_modify_password_new_confirm_hint">Re-enter the new password</string>
<string name="screen_modify_password_requirement">* At least 8 characters with letters and numbers</string>
<string name="screen_modify_password_submit">Update password</string>
<string name="screen_my_view_channel">View my channel</string>
<string name="screen_my_charge_can">Charge cans</string>
<string name="screen_my_point_reward">Point reward</string>