mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 10:03:54 +08:00
updata:智控台页面添加语言切换,支持中英繁
This commit is contained in:
@@ -198,6 +198,21 @@ export default {
|
||||
'register.mobileRequired': 'Mobile number cannot be empty',
|
||||
'register.passwordRequired': 'Password cannot be empty',
|
||||
'register.confirmPasswordRequired': 'Confirm password cannot be empty',
|
||||
'register.goToLogin': 'Already have an account, go to login',
|
||||
'register.agreeTo': 'Registering means you agree to the',
|
||||
'register.userAgreement': 'User Agreement',
|
||||
'register.and': 'and',
|
||||
'register.privacyPolicy': 'Privacy Policy',
|
||||
'register.sendCaptcha': 'Get Verification Code',
|
||||
'register.notAllowRegister': 'User registration is not allowed currently',
|
||||
'register.captchaLoadFailed': 'Verification code loading failed, click to refresh',
|
||||
'register.inputCorrectMobile': 'Please enter correct mobile number',
|
||||
'register.inputCaptcha': 'Please enter captcha',
|
||||
'register.captchaSendSuccess': 'Verification code sent successfully',
|
||||
'register.captchaSendFailed': 'Failed to send verification code',
|
||||
'register.registerSuccess': 'Registration successful!',
|
||||
'register.registerFailed': 'Registration failed',
|
||||
'register.passwordsNotMatch': 'The two passwords do not match',
|
||||
|
||||
// Retrieve password page text
|
||||
'retrievePassword.title': 'Reset Password',
|
||||
|
||||
Reference in New Issue
Block a user