비밀번호 변경 화면 국제화

This commit is contained in:
Yu Sung
2026-01-23 06:05:45 +09:00
parent 0a40bdbee8
commit 791ebb0242
2 changed files with 55 additions and 10 deletions

View File

@@ -1029,6 +1029,51 @@ enum I18n {
pick(ko: "비밀번호가 변경되었습니다.", en: "Password has been changed.", ja: "パスワードが変更されました。")
}
static var modifyPasswordTitle: String {
pick(ko: "비밀번호 변경", en: "Change Password", ja: "パスワード変更")
}
static var modifyPasswordGuide: String {
pick(
ko: "안전한 비밀번호로 내 내 정보를 보호하세요",
en: "Protect your information with a secure password.",
ja: "安全なパスワードで情報を守りましょう。"
)
}
static var currentPasswordTitle: String {
pick(ko: "현재 비밀번호", en: "Current password", ja: "現在のパスワード")
}
static var currentPasswordHint: String {
pick(ko: "현재 비밀번호를 입력하세요.", en: "Enter your current password.", ja: "現在のパスワードを入力してください。")
}
static var newPasswordTitle: String {
pick(ko: "신규 비밀번호", en: "New password", ja: "新しいパスワード")
}
static var newPasswordHint: String {
pick(
ko: "신규 비밀번호를 입력해주세요(영문, 숫자 포함 8자 이상)",
en: "Enter a new password (8+ chars with letters and numbers).",
ja: "新しいパスワードを入力してください英数字を含む8文字以上"
)
}
static var confirmPasswordTitle: String {
pick(ko: "신규 비밀번호 확인", en: "Confirm new password", ja: "新しいパスワード確認")
}
static var confirmPasswordHint: String {
pick(ko: "신규 비밀번호를 재입력해주세요", en: "Re-enter the new password.", ja: "新しいパスワードを再入力してください。")
}
static var passwordRuleFootnote: String {
pick(ko: "* 영문, 숫자 포함 8자 이상", en: "* At least 8 characters with letters and numbers", ja: "※ 英数字を含む8文字以上")
}
static var changePasswordAction: String {
pick(ko: "비밀번호 변경하기", en: "Change password", ja: "パスワードを変更する")
}
static var profileImageUpdateFailed: String {
pick(
ko: "프로필 이미지를 업데이트 하지 못했습니다.\n계속 같은 문제가 발생할 경우 고객센터로 문의 주시기 바랍니다.",