updata:智控台页面添加语言切换,支持中英繁

This commit is contained in:
rainv123
2025-09-12 11:41:31 +08:00
parent 7396605844
commit 5b4381c257
8 changed files with 75 additions and 33 deletions
+15
View File
@@ -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',