feat: 完成系统管理模块功能迭代
新增用户、菜单、日志、问题帮助等业务模块,优化角色权限分配功能,新增依赖包与全局组件
This commit is contained in:
@@ -77,6 +77,232 @@
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"tip": "提示"
|
||||
},
|
||||
"user": {
|
||||
"search": "查询",
|
||||
"reset": "重置",
|
||||
"index": "序号",
|
||||
"username": "账号",
|
||||
"full_name": "姓名",
|
||||
"pass_number": "出入证编号",
|
||||
"status": "状态",
|
||||
"enable": "启用",
|
||||
"disable": "禁用",
|
||||
"user_group": "用户组",
|
||||
"login_ip": "上次登录IP",
|
||||
"last_login_time": "上次登录时间",
|
||||
"actions": "操作",
|
||||
"add": "新 增",
|
||||
"edit": "编 辑",
|
||||
"delete": "删 除",
|
||||
"add_title": "新增用户",
|
||||
"edit_title": "编辑用户",
|
||||
"enter_username": "请输入账号",
|
||||
"enter_name": "请输入姓名",
|
||||
"enter_password": "请输入密码",
|
||||
"enter_confirm_password": "请再次输入密码",
|
||||
"enter_pass_number": "请输入出入证编号",
|
||||
"password": "密码",
|
||||
"confirm_password": "确认密码",
|
||||
"select_user_group": "请选择用户组",
|
||||
"select_rows_first": "请先勾选要操作的数据",
|
||||
"operation_success": "操作成功",
|
||||
"confirm_delete": "确定要删除该用户吗?",
|
||||
"confirm_batch_delete": "确定要批量删除勾选的用户吗?",
|
||||
"confirm_reset_pwd": "确定要重置该用户密码吗?",
|
||||
"confirm_execute": "确定要执行该操作吗?",
|
||||
"password_not_match": "两次输入的密码不一致",
|
||||
"password_length": "长度在 6 到 64 个字符",
|
||||
"username_length": "长度在 3 到 20 个字符",
|
||||
"cannot_delete_self": "不能删除自己的账号",
|
||||
"cannot_operate_self": "不能操作自己的账号",
|
||||
"batch_delete": "批量删除",
|
||||
"reset_password": "重置密码",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"prompt": "提示"
|
||||
}
|
||||
},
|
||||
"menu_management": {
|
||||
"menu_configuration": {
|
||||
"add_top_menu": "新增顶层菜单",
|
||||
"expand": "展开",
|
||||
"collapse": "收起",
|
||||
"add": "新增",
|
||||
"enable": "启用",
|
||||
"disable": "禁用",
|
||||
"delete": "删除",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"modify": "修改",
|
||||
"filter": "过滤",
|
||||
"filter_placeholder": "输入关键词进行过滤",
|
||||
"parent_menu": "上级菜单",
|
||||
"parent_menu_placeholder": "不选择表示顶层菜单 试试搜索:首页",
|
||||
"menu_name": "名称",
|
||||
"menu_name_placeholder": "请输入菜单名称",
|
||||
"menu_alias": "别名",
|
||||
"menu_alias_placeholder": "可输入菜单别名",
|
||||
"icon": "图标",
|
||||
"select_menu_icon": "可选择菜单图标",
|
||||
"sort": "排序",
|
||||
"navigation": "导航",
|
||||
"link_type": "链接类型",
|
||||
"link_type_module": "模块",
|
||||
"link_type_external": "外链",
|
||||
"open_type": "打开方式",
|
||||
"open_self": "当前窗口",
|
||||
"open_blank": "新窗口",
|
||||
"url": "URL",
|
||||
"url_placeholder": "可输入链接地址",
|
||||
"params": "参数",
|
||||
"params_placeholder": "可输入链接参数",
|
||||
"remark": "备注",
|
||||
"remark_placeholder": "可输入菜单备注",
|
||||
"add_menu": "新增菜单",
|
||||
"edit_menu": "编辑菜单",
|
||||
"name_required": "名称不能为空",
|
||||
"name_max_length": "长度不能大于 32 个字符",
|
||||
"alias_max_length": "长度不能大于 16 个字符",
|
||||
"must_be_number": "必须为数字值",
|
||||
"link_type_required": "链接类型不能为空",
|
||||
"max_255_length": "长度不能大于 255 个字符",
|
||||
"operation_success": "操作成功",
|
||||
"delete_confirm": "确定要执行该操作吗?",
|
||||
"status_change_confirm": "状态的切换会影响上下级菜单,是否确认操作?",
|
||||
"prompt": "提示",
|
||||
"status": "状态",
|
||||
"admin": "后台",
|
||||
"pda": "PDA",
|
||||
"navigation_property": "导航属性",
|
||||
"navigation_visible": "可见",
|
||||
"navigation_hidden": "隐藏",
|
||||
"menu_depth": "菜单深度",
|
||||
"query": "查询",
|
||||
"reset": "重置",
|
||||
"please_select": "请选择"
|
||||
}
|
||||
},
|
||||
"system_utilities": {
|
||||
"api_logs": {
|
||||
"id": "ID",
|
||||
"ip": "IP",
|
||||
"interface_name": "接口名称",
|
||||
"request_method": "请求方法",
|
||||
"response_status": "响应状态",
|
||||
"response_time_ms": "响应时长(毫秒)",
|
||||
"process_code": "工序编码",
|
||||
"tray_number": "托盘号",
|
||||
"battery_id": "电池条码",
|
||||
"batch_number": "批次号",
|
||||
"process_id": "进程ID",
|
||||
"create_date": "创建日期",
|
||||
"operation": "操作",
|
||||
"status": "状态",
|
||||
"batch": "批次",
|
||||
"create_time": "创建时间",
|
||||
"success": "成功",
|
||||
"failure": "失败",
|
||||
"view_response": "查看响应",
|
||||
"response": "响应",
|
||||
"copy_request_content": "复制请求内容",
|
||||
"copy_response_content": "复制响应内容",
|
||||
"request_body": "请求体",
|
||||
"response_content": "响应内容",
|
||||
"search": "查询",
|
||||
"reset": "重置",
|
||||
"operation_success": "操作成功",
|
||||
"placeholder_ip": "请输入IP",
|
||||
"placeholder_interface_name": "请输入接口名称",
|
||||
"placeholder_status": "请选择状态",
|
||||
"placeholder_batch": "请输入批次",
|
||||
"placeholder_tray_no": "请输入托盘号",
|
||||
"placeholder_process_code": "请输入工序编码",
|
||||
"placeholder_battery_barcode": "请输入电池条码",
|
||||
"placeholder_create_time": "请选择时间",
|
||||
"expand": "展开更多",
|
||||
"collapse": "收起"
|
||||
},
|
||||
"operation_logs": {
|
||||
"search": "查询",
|
||||
"reset": "重置",
|
||||
"expand": "展开更多",
|
||||
"collapse": "收起",
|
||||
"ip": "IP",
|
||||
"placeholder_ip": "请输入IP",
|
||||
"operator": "操作人",
|
||||
"placeholder_operator": "选择操作人",
|
||||
"batch": "批次",
|
||||
"placeholder_batch": "请输入批次",
|
||||
"tray_no": "托盘号",
|
||||
"placeholder_tray_no": "请输入托盘号",
|
||||
"create_time": "创建时间",
|
||||
"placeholder_time": "请选择时间",
|
||||
"success": "成功",
|
||||
"failure": "失败",
|
||||
"status": "状态",
|
||||
"view_response": "查看响应",
|
||||
"operation": "操作",
|
||||
"response": "响应",
|
||||
"copy_request_content": "复制请求内容",
|
||||
"copy_response_content": "复制响应内容",
|
||||
"request_body": "请求体",
|
||||
"response_content": "响应内容",
|
||||
"action_name": "操作动作名称",
|
||||
"action_code": "操作动作编码",
|
||||
"request_path": "请求路径",
|
||||
"create_date": "创建日期",
|
||||
"id": "ID",
|
||||
"operation_success": "操作成功"
|
||||
},
|
||||
"problem_help": {
|
||||
"search_placeholder": "请输入内容",
|
||||
"add_directory": "新增目录",
|
||||
"add_document": "新增文档",
|
||||
"edit_document": "编辑文档",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"download": "下载",
|
||||
"dialog_edit_title": "编辑类型",
|
||||
"dialog_create_title": "新增类型",
|
||||
"category_name": "类型名称",
|
||||
"placeholder_category_name": "请输入类型名称",
|
||||
"parent_category": "上级菜单",
|
||||
"top_category": "顶层目录",
|
||||
"view_permission": "查看权限",
|
||||
"please_select": "请选择",
|
||||
"sort": "序号",
|
||||
"cancel": "取消",
|
||||
"confirm": "确定",
|
||||
"update": "修改",
|
||||
"category_name_required": "分类名称不能为空",
|
||||
"add_success": "添加成功",
|
||||
"update_success": "修改成功",
|
||||
"title": "标题",
|
||||
"describe": "描述",
|
||||
"type": "类型",
|
||||
"document": "文档",
|
||||
"add": "新增",
|
||||
"enter_title": "请输入标题",
|
||||
"enter_describe": "请输入描述",
|
||||
"edit_success": "修改成功",
|
||||
"content_required": "请输入文档编辑内容",
|
||||
"file_required": "请上传文件",
|
||||
"select_parent_menu": "请选择对应上级菜单",
|
||||
"select_role_group": "请选择权限用户组",
|
||||
"create_success": "新增成功",
|
||||
"drag_file_here": "将文件拖到此处,或",
|
||||
"click_upload": "点击上传",
|
||||
"submitter": "提交人:",
|
||||
"delete_success": "删除成功!",
|
||||
"operation_success": "操作成功",
|
||||
"confirm_message": "确定要执行该操作吗?",
|
||||
"prompt": "提示",
|
||||
"confirm_close": "确认关闭?",
|
||||
"select_delete_directory": "请先选择需要删除的目录",
|
||||
"select_edit_directory": "请先选择需要编辑的目录",
|
||||
"upload_failed_retry": "上传失败,请稍后重试",
|
||||
"select_document_tip": "请从左侧菜单选择文档查看"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user