fix(i18n): replace hardcoded English strings in EmailVerifyView with i18n calls
This commit is contained in:
@@ -329,6 +329,16 @@ export default {
|
||||
sendingCode: 'Sending...',
|
||||
clickToResend: 'Click to resend code',
|
||||
resendCode: 'Resend verification code',
|
||||
sendCodeDesc: "We'll send a verification code to",
|
||||
codeSentSuccess: 'Verification code sent! Please check your inbox.',
|
||||
verifying: 'Verifying...',
|
||||
verifyAndCreate: 'Verify & Create Account',
|
||||
resendCountdown: 'Resend code in {countdown}s',
|
||||
backToRegistration: 'Back to registration',
|
||||
sendCodeFailed: 'Failed to send verification code. Please try again.',
|
||||
verifyFailed: 'Verification failed. Please try again.',
|
||||
codeRequired: 'Verification code is required',
|
||||
invalidCode: 'Please enter a valid 6-digit code',
|
||||
promoCodeLabel: 'Promo Code',
|
||||
promoCodePlaceholder: 'Enter promo code (optional)',
|
||||
promoCodeValid: 'Valid! You will receive ${amount} bonus balance',
|
||||
|
||||
Reference in New Issue
Block a user