diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-20 03:38:55 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-20 03:38:55 +0000 |
| commit | 1c653c940fba07fa91db5fff8de22ac95d51c272 (patch) | |
| tree | 9f6d3c2bceb4c7568f8b4fd4b4e1973f012ed3a6 /i18n | |
| parent | 8077419e40368dc703f94d558fc746b73fbc6702 (diff) | |
(김준회) reset-password i18n 처리, vendorData 측 잘못된 unique 제약조건 삭제 (내부망DB에는 이미 삭제되어 있음)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/login.json | 25 | ||||
| -rw-r--r-- | i18n/locales/ko/login.json | 25 |
2 files changed, 48 insertions, 2 deletions
diff --git a/i18n/locales/en/login.json b/i18n/locales/en/login.json index 2abdf036..674279f2 100644 --- a/i18n/locales/en/login.json +++ b/i18n/locales/en/login.json @@ -93,5 +93,28 @@ "authCodeExpired": "The verification code is incorrect or has expired.", "accessDenied": "Access denied.", "mfaAuthFailed": "MFA authentication failed.", - "mfaAuthError": "An error occurred during MFA authentication." + "mfaAuthError": "An error occurred during MFA authentication.", + "resetPasswordTitle": "Set New Password", + "resetPasswordDescription": "Please set a strong password for your account security.", + "newPassword": "New Password", + "newPasswordPlaceholder": "Enter your new password", + "confirmPassword": "Confirm Password", + "confirmPasswordPlaceholder": "Re-enter your password", + "error": "Error", + "passwordStrength": "Strength", + "passwordStrengthVeryWeak": "Very Weak", + "passwordStrengthWeak": "Weak", + "passwordStrengthMedium": "Medium", + "passwordStrengthStrong": "Strong", + "passwordStrengthVeryStrong": "Very Strong", + "passwordRequirementLength": " characters or more", + "passwordRequirementUppercase": "Include uppercase letters", + "passwordRequirementLowercase": "Include lowercase letters", + "passwordRequirementNumbers": "Include numbers", + "passwordRequirementSymbols": "Include special characters", + "passwordHistoryError": "Must be different from the last {{count}} passwords", + "passwordsMatch": "Passwords match", + "passwordsNotMatch": "Passwords do not match", + "validating": "Validating...", + "changePassword": "Change Password" }
\ No newline at end of file diff --git a/i18n/locales/ko/login.json b/i18n/locales/ko/login.json index eaa73a43..9dec5c56 100644 --- a/i18n/locales/ko/login.json +++ b/i18n/locales/ko/login.json @@ -93,5 +93,28 @@ "authCodeExpired": "인증번호가 올바르지 않거나 만료되었습니다.", "accessDenied": "접근이 거부되었습니다.", "mfaAuthFailed": "MFA 인증에 실패했습니다.", - "mfaAuthError": "MFA 인증 중 오류가 발생했습니다." + "mfaAuthError": "MFA 인증 중 오류가 발생했습니다.", + "resetPasswordTitle": "새 비밀번호 설정", + "resetPasswordDescription": "계정 보안을 위해 강력한 비밀번호를 설정해주세요.", + "newPassword": "새 비밀번호", + "newPasswordPlaceholder": "새 비밀번호를 입력하세요", + "confirmPassword": "비밀번호 확인", + "confirmPasswordPlaceholder": "비밀번호를 다시 입력하세요", + "error": "오류", + "passwordStrength": "강도", + "passwordStrengthVeryWeak": "매우 약함", + "passwordStrengthWeak": "약함", + "passwordStrengthMedium": "보통", + "passwordStrengthStrong": "강함", + "passwordStrengthVeryStrong": "매우 강함", + "passwordRequirementLength": "자 이상", + "passwordRequirementUppercase": "대문자 포함", + "passwordRequirementLowercase": "소문자 포함", + "passwordRequirementNumbers": "숫자 포함", + "passwordRequirementSymbols": "특수문자 포함", + "passwordHistoryError": "최근 {{count}}개 비밀번호와 달라야 합니다", + "passwordsMatch": "비밀번호가 일치합니다", + "passwordsNotMatch": "비밀번호가 일치하지 않습니다", + "validating": "검증 중...", + "changePassword": "비밀번호 변경하기" }
\ No newline at end of file |
