You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.8 KiB

3 years ago
export default {
3 years ago
'login.form.title': '登录 Api2Gpt',
3 years ago
'login.form.userName.errMsg': '用户名不能为空',
'login.form.password.errMsg': '密码不能为空',
3 years ago
'login.form.code.errMsg': '验证码不能为空',
'login.form.login.errMsg': '登录出错,请刷新重试',
3 years ago
'login.form.login.success': '欢迎使用',
3 years ago
'login.form.userName.placeholder': '用户名:',
'login.form.password.placeholder': '密码:',
'login.form.code.placeholder': '验证码:',
3 years ago
'login.form.rememberPassword': '记住密码',
'login.form.forgetPassword': '忘记密码',
'login.form.login': '登录',
'login.form.register': '注册账号',
'login.banner.slogan1': '开箱即用的高质量模板',
'login.banner.subSlogan1': '丰富的的页面模板,覆盖大多数典型业务场景',
'login.banner.slogan2': '内置了常见问题的解决方案',
'login.banner.subSlogan2': '国际化,路由配置,状态管理应有尽有',
'login.banner.slogan3': '接入可视化增强工具AUX',
'login.banner.subSlogan3': '实现灵活的区块式开发',
3 years ago
'register.form.title': '注册 Api2Gpt',
'register.form.userName.errMsg': '用户名不能为空',
'register.form.password.errMsg': '密码不能为空',
'register.form.confirmPassword.errMsg': '确认密码不能为空',
'register.form.email.errMsg': '邮箱不能为空',
'register.form.code.errMsg': '验证码不能为空',
'register.form.userName.placeholder': '用户名:',
'register.form.password.placeholder': '密码:',
'register.form.confirmPassword.placeholder': '确认密码:',
'register.form.email.placeholder': '邮箱:',
'register.form.code.placeholder': '验证码:',
'register.form.email.error': '邮箱格式不正确',
'register.form.email.success': '邮箱验证码发送成功',
'register.form.password.nomatch.error': '两次输入密码不一致',
3 years ago
};