diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/login.json | 17 | ||||
| -rw-r--r-- | i18n/locales/ko/login.json | 17 |
2 files changed, 30 insertions, 4 deletions
diff --git a/i18n/locales/en/login.json b/i18n/locales/en/login.json index 95f5cf04..087ea227 100644 --- a/i18n/locales/en/login.json +++ b/i18n/locales/en/login.json @@ -97,7 +97,6 @@ "mfaAuthError": "An error occurred during MFA authentication.", "resetPasswordTitle": "Set New Password", "resetPasswordDescription": "Please set a strong password for your account security.", - "invalidCredentials": "Please check your email or password.", "sgipsInvalidCredentials": "Please check your S-GIPS account information.", "accountLocked": "Account is temporarily locked. Please try again later.", "accountDeactivated": "Account has been deactivated. Please contact administrator.", @@ -124,5 +123,19 @@ "passwordsMatch": "Passwords match", "passwordsNotMatch": "Passwords do not match", "validating": "Validating...", - "changePassword": "Change Password" + "changePassword": "Change Password", + "emailOtpSentTitle": "Email Verification Code Sent", + "emailOtpSendFailed": "Email sending failed.", + "emailOtpSendError": "An error occurred while sending email.", + "pleaseEnterEmail": "Please enter your email.", + "emailVerification": "Email Verification", + "passwordInput": "Password Input", + "pleaseEnterPassword": "Please enter your password.", + "emailVerificationError": "An error occurred while verifying email.", + "next": "Next", + "loginEmail": "Login Email", + "emailOtpSentTo": "Verification code has been sent to {{email}}.", + "enterSixDigitEmailCode": "Please enter the 6-digit verification code received in your email.", + "didNotReceiveEmail": "Didn't receive the email?", + "resendEmailOtp": "Resend Verification Code" }
\ No newline at end of file diff --git a/i18n/locales/ko/login.json b/i18n/locales/ko/login.json index 9b66ac83..bd0bc9d0 100644 --- a/i18n/locales/ko/login.json +++ b/i18n/locales/ko/login.json @@ -97,7 +97,6 @@ "mfaAuthError": "MFA 인증 중 오류가 발생했습니다.", "resetPasswordTitle": "새 비밀번호 설정", "resetPasswordDescription": "계정 보안을 위해 강력한 비밀번호를 설정해주세요.", - "invalidCredentials": "이메일 또는 비밀번호를 확인해주세요.", "sgipsInvalidCredentials": "S-GIPS 계정 정보를 확인해주세요.", "accountLocked": "계정이 일시적으로 잠겼습니다. 잠시 후 다시 시도해주세요.", "accountDeactivated": "비활성화된 계정입니다. 관리자에게 문의해주세요.", @@ -124,5 +123,19 @@ "passwordsMatch": "비밀번호가 일치합니다", "passwordsNotMatch": "비밀번호가 일치하지 않습니다", "validating": "검증 중...", - "changePassword": "비밀번호 변경하기" + "changePassword": "비밀번호 변경하기", + "emailOtpSentTitle": "이메일 인증번호 전송", + "emailOtpSendFailed": "이메일 전송에 실패했습니다.", + "emailOtpSendError": "이메일 전송 중 오류가 발생했습니다.", + "pleaseEnterEmail": "이메일을 입력해주세요.", + "emailVerification": "이메일 인증", + "passwordInput": "패스워드 입력", + "pleaseEnterPassword": "패스워드를 입력해주세요.", + "emailVerificationError": "이메일 확인 중 오류가 발생했습니다.", + "next": "다음", + "loginEmail": "로그인 이메일", + "emailOtpSentTo": "{{email}}로 인증번호가 전송되었습니다.", + "enterSixDigitEmailCode": "이메일에서 받은 6자리 인증번호를 입력해주세요.", + "didNotReceiveEmail": "이메일을 받지 못하셨나요?", + "resendEmailOtp": "인증번호 재전송" }
\ No newline at end of file |
