52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"search": {
|
|
"username": "Username",
|
|
"phone": "Phone",
|
|
"status": "Status",
|
|
"placeholderUsername": "Please enter username",
|
|
"placeholderPhone": "Please enter phone",
|
|
"searchSelectPlaceholder": "Please select"
|
|
},
|
|
"table": {
|
|
"username": "Username",
|
|
"phone": "Phone",
|
|
"dept": "Department",
|
|
"dashboard": "Dashboard",
|
|
"loginTime": "Last Login",
|
|
"agentId": "Agent ID",
|
|
"status": "Status",
|
|
"createTime": "Create Time",
|
|
"updateTime": "Update Time"
|
|
},
|
|
"form": {
|
|
"titleAdd": "Add User",
|
|
"titleEdit": "Edit User",
|
|
"labelAvatar": "Avatar",
|
|
"labelUsername": "Username",
|
|
"labelRealname": "Real Name",
|
|
"labelPassword": "Password",
|
|
"labelPasswordConfirm": "Confirm Password",
|
|
"labelEmail": "Email",
|
|
"labelPhone": "Phone",
|
|
"labelDept": "Department",
|
|
"labelRole": "Role",
|
|
"labelPost": "Post",
|
|
"labelGender": "Gender",
|
|
"labelStatus": "Status",
|
|
"labelRemark": "Remark",
|
|
"placeholderEmail": "Please enter email",
|
|
"placeholderPhone": "Please enter phone",
|
|
"placeholderRemark": "Please enter remark",
|
|
"rulePasswordNotMatch": "Passwords do not match",
|
|
"ruleUsernameRequired": "Please enter username",
|
|
"ruleUsernameLength": "Length must be between 2 and 20 characters",
|
|
"rulePasswordRequired": "Please enter password",
|
|
"rulePasswordLength": "Length must be between 6 and 20 characters",
|
|
"rulePasswordConfirmRequired": "Please enter confirm password",
|
|
"ruleDeptRequired": "Please select department",
|
|
"ruleRoleRequired": "Please select role",
|
|
"addSuccess": "Added successfully",
|
|
"editSuccess": "Updated successfully"
|
|
}
|
|
}
|