52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"search": {
|
|
"username": "用户名",
|
|
"phone": "手机号",
|
|
"status": "状态",
|
|
"placeholderUsername": "请输入用户名",
|
|
"placeholderPhone": "请输入手机号",
|
|
"searchSelectPlaceholder": "请选择"
|
|
},
|
|
"table": {
|
|
"username": "用户名",
|
|
"phone": "手机号",
|
|
"dept": "部门",
|
|
"dashboard": "首页",
|
|
"loginTime": "上次登录",
|
|
"agentId": "代理ID",
|
|
"status": "状态",
|
|
"createTime": "创建时间",
|
|
"updateTime": "更新时间"
|
|
},
|
|
"form": {
|
|
"titleAdd": "新增用户",
|
|
"titleEdit": "编辑用户",
|
|
"labelAvatar": "头像",
|
|
"labelUsername": "用户名",
|
|
"labelRealname": "真实姓名",
|
|
"labelPassword": "密码",
|
|
"labelPasswordConfirm": "确认密码",
|
|
"labelEmail": "邮箱",
|
|
"labelPhone": "手机号",
|
|
"labelDept": "部门",
|
|
"labelRole": "角色",
|
|
"labelPost": "岗位",
|
|
"labelGender": "性别",
|
|
"labelStatus": "状态",
|
|
"labelRemark": "备注",
|
|
"placeholderEmail": "请输入邮箱",
|
|
"placeholderPhone": "请输入手机号",
|
|
"placeholderRemark": "请输入备注",
|
|
"rulePasswordNotMatch": "两次输入的密码不一致",
|
|
"ruleUsernameRequired": "请输入用户名",
|
|
"ruleUsernameLength": "长度在 2 到 20 个字符",
|
|
"rulePasswordRequired": "请输入密码",
|
|
"rulePasswordLength": "长度在 6 到 20 个字符",
|
|
"rulePasswordConfirmRequired": "请输入确认密码",
|
|
"ruleDeptRequired": "请选择部门",
|
|
"ruleRoleRequired": "请选择角色",
|
|
"addSuccess": "新增成功",
|
|
"editSuccess": "修改成功"
|
|
}
|
|
}
|