mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
feat: vue3 add captcha support i18n
This commit is contained in:
@ -128,6 +128,13 @@ export default {
|
||||
btnRegister: 'Sign up',
|
||||
SmsSendMsg: 'code has been sent'
|
||||
},
|
||||
captcha: {
|
||||
verification: 'Please complete security verification',
|
||||
slide: 'Swipe right to complete verification',
|
||||
point: 'Please click',
|
||||
success: 'Verification succeeded',
|
||||
fail: 'verification failed'
|
||||
},
|
||||
router: {
|
||||
login: 'Login',
|
||||
home: 'Home',
|
||||
@ -191,7 +198,6 @@ export default {
|
||||
yield: 'Yield',
|
||||
dynamic: 'Dynamic',
|
||||
push: 'push',
|
||||
pushCode: 'push code to Github',
|
||||
follow: 'Follow'
|
||||
},
|
||||
form: {
|
||||
|
@ -128,6 +128,13 @@ export default {
|
||||
btnRegister: '注册',
|
||||
SmsSendMsg: '验证码已发送'
|
||||
},
|
||||
captcha: {
|
||||
verification: '请完成安全验证',
|
||||
slide: '向右滑动完成验证',
|
||||
point: '请依次点击',
|
||||
success: '验证成功',
|
||||
fail: '验证失败'
|
||||
},
|
||||
router: {
|
||||
login: '登录',
|
||||
home: '首页',
|
||||
@ -191,7 +198,6 @@ export default {
|
||||
yield: '产量',
|
||||
dynamic: '动态',
|
||||
push: '推送',
|
||||
pushCode: '推送 代码到 Github',
|
||||
follow: '关注'
|
||||
},
|
||||
form: {
|
||||
|
Reference in New Issue
Block a user