25 lines
736 B
TypeScript
25 lines
736 B
TypeScript
export default {
|
|
title: 'Login',
|
|
jump_tip: 'You will be redirected to the authentication source page for authentication',
|
|
jump: 'Redirect',
|
|
resetPassword: 'Change Password',
|
|
forgotPassword: 'Forgot Password',
|
|
userRegister: 'User Registration',
|
|
buttons: {
|
|
login: 'Login',
|
|
register: 'Register',
|
|
backLogin: 'Back to Login',
|
|
checkCode: 'Verify Now'
|
|
},
|
|
newPassword: 'New Password',
|
|
enterPassword: 'Please enter your new password',
|
|
useEmail: 'Use Email',
|
|
moreMethod: 'More Login Methods',
|
|
verificationCode: {
|
|
placeholder: 'Please enter the verification code',
|
|
getVerificationCode: 'Get Verification Code',
|
|
successMessage: 'Verification code sent successfully',
|
|
resend: 'Resend'
|
|
}
|
|
}
|