feat: vue3 add captcha support i18n

This commit is contained in:
xingyu4j
2022-08-07 23:54:32 +08:00
parent 40f730033f
commit cff736f656
5 changed files with 35 additions and 13 deletions

View File

@ -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: {

View File

@ -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: {