Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/zh-CN/sysAccount.json
陈子默 cfbeaf11fe feat: 优化用户导入失败反馈与模板说明
- 支持按字段返回用户导入失败明细

- 补充导入模板填写说明与名称匹配规则

- 优化管理端导入失败弹窗与错误展示
2026-04-09 17:25:50 +08:00

69 lines
3.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "主键",
"deptId": "部门",
"tenantId": "租户ID",
"loginName": "登录账号",
"password": "密码",
"accountType": "账户类型",
"nickname": "昵称",
"mobile": "手机电话",
"email": "邮件",
"avatar": "账户头像",
"dataScope": "数据权限类型",
"deptIdList": "自定义部门权限",
"status": "是否启用",
"created": "创建时间",
"createdBy": "创建者",
"modified": "修改时间",
"modifiedBy": "修改者",
"remark": "备注",
"isDeleted": "删除标识",
"roleIds": "角色",
"positionIds": "岗位",
"oldPwd": "旧密码",
"newPwd": "新密码",
"confirmPwd": "确认密码",
"repeatPwd": "请再次输入密码",
"notSamePwd": "两次输入的密码不一致",
"passwordStrongTip": "密码必须至少 8 位,且包含大写字母、小写字母、数字和特殊字符",
"forceChangePasswordNavigateTip": "为了账户安全,请先修改密码后再继续访问其他页面",
"resetPassword": "重置密码",
"resetPasswordConfirm": "确认将该用户密码重置为 123456 吗?重置后用户下次登录必须先修改密码。",
"resetPasswordSuccess": "密码已重置为 123456用户下次登录需修改密码",
"batchSelectedCount": "已选择 {count} 项",
"batchToolbarHint": "可对选中账号执行批量操作",
"batchActionSelectRequired": "请先选择要操作的账号",
"batchActionFailed": "操作失败,请稍后重试",
"batchDelete": "批量删除",
"batchDeleteConfirm": "确认批量删除已选中的 {count} 个账号吗?其中管理员账号将跳过并返回失败结果。",
"batchDeleteSuccess": "批量删除完成,共成功删除 {count} 个账号",
"batchDeletePartialSuccess": "批量删除完成,成功 {successCount} 个,失败 {errorCount} 个",
"batchDeleteAllFailed": "批量删除失败",
"batchResetPassword": "批量重置密码",
"batchResetPasswordConfirm": "确认将已选中的 {count} 个账号密码重置为 123456 吗?重置后用户下次登录必须先修改密码,管理员账号将跳过并返回失败结果。",
"batchResetPasswordSuccess": "已完成 {count} 个账号密码重置",
"batchResetPasswordPartialSuccess": "批量重置密码完成,成功 {successCount} 个,失败 {errorCount} 个",
"batchResetPasswordAllFailed": "批量重置密码失败",
"importTitle": "导入用户",
"importUploadTitle": "拖拽 Excel 文件到此处,或点击选择文件",
"importUploadDesc": "仅支持 .xlsx / .xls。请按名称填写部门、角色、岗位模板中的 * 为必填项。",
"importSelectFileRequired": "请先选择要导入的文件",
"downloadTemplate": "下载导入模板",
"importFinished": "用户导入完成",
"importPartialSuccess": "导入完成,成功 {successCount} 条,失败 {errorCount} 条,请查看下方明细",
"importAllFailed": "导入失败,请查看下方明细",
"importResultTitle": "导入结果",
"importTotalCount": "总条数",
"importSuccessCount": "成功数",
"importErrorCount": "失败数",
"importRowNumber": "行号",
"importDeptCode": "部门编码",
"importFieldName": "问题字段",
"importFieldValue": "填写内容",
"importReason": "失败原因",
"importGuideTitle": "填写说明",
"importGuideNameRule": "部门、角色、岗位都填写名称。",
"importGuideRequired": "仅部门名称、登录账号、昵称为必填;岗位、手机号、邮箱为非必填。",
"importGuideMultiValue": "角色和岗位支持多个名称,使用英文逗号或中文逗号分隔。"
}