maxkb/ui/src/locales/lang/en-US/views/login.ts
wangdan-fit2cloud 475a05e8b0 init: init
2025-04-16 19:20:15 +08:00

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'
}
}