fix: languages config, update-password
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export default {
|
||||
'apikeys.title': 'API 密钥',
|
||||
'apikeys.table.apikeys': '密钥',
|
||||
'apikeys.button.create': '新建 API 密钥',
|
||||
'apikeys.form.expiretime': '过期时间',
|
||||
'apikeys.table.name': '密钥名称'
|
||||
'apikeys.table.name': '密钥名称',
|
||||
'apikeys.table.save.tips': '确保立即复制您的密钥。您将无法再次看到它!'
|
||||
};
|
||||
|
||||
@@ -174,5 +174,8 @@ export default {
|
||||
'common.settings.instructions': '操作指引',
|
||||
'common.settings.language': '语言',
|
||||
'common.delete.confirm': '确定删除选中的{type}吗?',
|
||||
'common.filter.name': '名称查询'
|
||||
'common.filter.name': '名称查询',
|
||||
'common.form.password': '密码',
|
||||
'common.form.username': '用户名',
|
||||
'common.login.rember': '记住我'
|
||||
};
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
'users.title': '用户',
|
||||
'users.button.create': '新建用户',
|
||||
'users.form.edit': '编辑用户',
|
||||
'users.form.create': '新建用户',
|
||||
'users.table.username': '用户名',
|
||||
'users.table.role': '角色',
|
||||
'users.form.fullname': '全名',
|
||||
'users.table.user': '用户',
|
||||
'users.form.admin': '管理员',
|
||||
'users.form.user': '普通用户',
|
||||
'users.form.newpassword': '新密码',
|
||||
'users.form.currentpassword': '当前密码',
|
||||
'users.form.updatepassword': '修改密码',
|
||||
'users.form.rule.password':
|
||||
'包含大小写字母、数字和特殊字符,6至12个字符,不允许有空格',
|
||||
'users.password.uppcase': '至少包含一个大写字母',
|
||||
'users.password.lowercase': '至少包含一个小写字母',
|
||||
'users.password.number': '至少包含一个数字',
|
||||
'users.password.special': '至少包含一个特殊字符',
|
||||
'users.password.length': '长度在6至12个字符之间'
|
||||
};
|
||||
Reference in New Issue
Block a user