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',
+15
View File
@@ -198,6 +198,21 @@ export default {
'register.mobileRequired': '手机号不能为空',
'register.passwordRequired': '密码不能为空',
'register.confirmPasswordRequired': '确认密码不能为空',
'register.goToLogin': '已有账号,去登录',
'register.agreeTo': '注册即同意',
'register.userAgreement': '《用户协议》',
'register.and': '和',
'register.privacyPolicy': '《隐私政策》',
'register.sendCaptcha': '获取验证码',
'register.notAllowRegister': '当前不允许普通用户注册',
'register.captchaLoadFailed': '验证码加载失败,点击刷新',
'register.inputCorrectMobile': '请输入正确的手机号码',
'register.inputCaptcha': '请输入图形验证码',
'register.captchaSendSuccess': '验证码发送成功',
'register.captchaSendFailed': '验证码发送失败',
'register.registerSuccess': '注册成功!',
'register.registerFailed': '注册失败',
'register.passwordsNotMatch': '两次输入的密码不一致',
// 忘记密码页面文本
'retrievePassword.title': '重置密码',
+15
View File
@@ -198,6 +198,21 @@ export default {
'register.mobileRequired': '手機號不能為空',
'register.passwordRequired': '密碼不能為空',
'register.confirmPasswordRequired': '確認密碼不能為空',
'register.goToLogin': '已有賬號,去登錄',
'register.agreeTo': '註冊即同意',
'register.userAgreement': '《用戶協議》',
'register.and': '和',
'register.privacyPolicy': '《隱私政策》',
'register.sendCaptcha': '獲取驗證碼',
'register.notAllowRegister': '當前不允許普通用戶註冊',
'register.captchaLoadFailed': '驗證碼加載失敗,點擊刷新',
'register.inputCorrectMobile': '請輸入正確的手機號碼',
'register.inputCaptcha': '請輸入圖形驗證碼',
'register.captchaSendSuccess': '驗證碼發送成功',
'register.captchaSendFailed': '驗證碼發送失敗',
'register.registerSuccess': '註冊成功!',
'register.registerFailed': '註冊失敗',
'register.passwordsNotMatch': '兩次輸入的密碼不一致',
// 忘记密码页面文本
'retrievePassword.title': '重置密碼',