feat: migrate planning batch management modules
- migrate batch list, tray tracking, and batch defect report pages to V2 - add planning production APIs, workerman helper, routes, and i18n entries - add markdown migration task list generated from the Webman function matrix
This commit is contained in:
@@ -800,332 +800,455 @@
|
||||
"preview_warning": "Language switching demo only, no actual language data configured",
|
||||
"preview_doc": "Documentation: <a class=\"el-link el-link--primary is-underline\" target=\"_blank\" href=\"https://d2.pub/doc/d2-admin/locales\">Internationalization | D2Admin</a>"
|
||||
}
|
||||
},
|
||||
"planning_production": {
|
||||
"batch_management": {
|
||||
"batch_list": {
|
||||
"search": "Search",
|
||||
"reset": "Reset",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"prompt": "Tip",
|
||||
"operation_success": "Operation succeeded",
|
||||
"validation_failed": "Validation failed, please check the form",
|
||||
"batch_no": "Batch No.",
|
||||
"batch": "Batch",
|
||||
"process_flow": "Process Routing",
|
||||
"process_flow_name": "Process Routing Name",
|
||||
"product_model": "Product Model",
|
||||
"factory_area": "Factory Area",
|
||||
"production_line": "Production Line",
|
||||
"create_time": "Created At",
|
||||
"start_time": "Start Time",
|
||||
"end_time": "End Time",
|
||||
"planned_completion_date": "Planned Completion Date",
|
||||
"planned_completion_quantity": "Planned Completion Quantity",
|
||||
"input_quantity": "Input Quantity",
|
||||
"remark": "Remark",
|
||||
"operation": "Actions",
|
||||
"enter_batch_no": "Please enter batch no.",
|
||||
"enter_remark": "Please enter remark",
|
||||
"select_process_flow": "Please select process routing",
|
||||
"select_product_model": "Please select product model",
|
||||
"select_area": "Please select factory area",
|
||||
"select_line": "Please select production line",
|
||||
"select_planned_completion_date": "Please select planned completion date",
|
||||
"enter_positive_integer": "Please enter a positive integer",
|
||||
"length_1_100": "Length should be 1 to 100 characters",
|
||||
"add_batch": "Add Batch",
|
||||
"edit_batch": "Edit Batch",
|
||||
"confirm_operation": "Are you sure to perform this action?",
|
||||
"battery_batch_login": "Battery Batch Login",
|
||||
"upload_warning": "Select a batch first, then import a TXT file with one battery barcode per line.",
|
||||
"data_import_text_file": "Import Text File",
|
||||
"select_batch": "Please select batch",
|
||||
"select_file": "Select File",
|
||||
"preview": "Preview",
|
||||
"quantity": "Quantity",
|
||||
"barcode": "Barcode",
|
||||
"activation_status": "Activation Status",
|
||||
"file_not_exist": "File does not exist",
|
||||
"file_format_error": "Invalid file format. Please select a TXT file",
|
||||
"upload_file_error": "Uploaded file content is invalid",
|
||||
"import_data_success": "Import data succeeded",
|
||||
"please_import_data": "Please import data first",
|
||||
"active_battery_exist": "The imported data contains activated batteries",
|
||||
"upload_failed": "Upload failed"
|
||||
},
|
||||
"tray_tracking": {
|
||||
"search": "Search",
|
||||
"reset": "Reset",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"prompt": "Tip",
|
||||
"operation_success": "Operation succeeded",
|
||||
"operation_failed": "Operation failed",
|
||||
"confirm_operation": "Are you sure to perform this action?",
|
||||
"enter_tray_no": "Please enter tray number",
|
||||
"enter_batch_no": "Please enter batch number",
|
||||
"select_status": "Please select status",
|
||||
"project_name": "Project Name",
|
||||
"enter_project_name_search": "Enter project name to search",
|
||||
"content": "Content",
|
||||
"tray_details": "Tray Details",
|
||||
"battery_details": "Battery Details",
|
||||
"tray_no": "Tray No.",
|
||||
"lot": "Lot",
|
||||
"status": "Status",
|
||||
"batch_no": "Batch No.",
|
||||
"flow_name": "Process Flow",
|
||||
"next_process_code": "Next Process",
|
||||
"loaded_battery_qty": "Loaded Battery Qty",
|
||||
"login_time": "Login Time",
|
||||
"actions": "Actions",
|
||||
"detail": "Detail",
|
||||
"unbind": "Unbind",
|
||||
"stop": "Stop",
|
||||
"activated": "Activated",
|
||||
"inactive": "Inactive",
|
||||
"tray_unbind_confirm": "Are you sure to unbind this tray?",
|
||||
"tray_stop_confirm": "Are you sure to stop this tray?",
|
||||
"process": "Process",
|
||||
"current_process": "Current Process",
|
||||
"start_time": "Start Time",
|
||||
"end_time": "End Time",
|
||||
"device_number": "Device No.",
|
||||
"battery_barcode": "Battery Barcode",
|
||||
"please_enter_battery_barcode": "Please enter battery barcode",
|
||||
"serial_number": "No.",
|
||||
"activation_status": "Activation Status",
|
||||
"grade": "Grade"
|
||||
},
|
||||
"batch_defect_report": {
|
||||
"query": "Search",
|
||||
"reset": "Reset",
|
||||
"batch": "Batch",
|
||||
"export": "Export",
|
||||
"time_range": "Production Time Range",
|
||||
"time_placeholder": "Select date and time",
|
||||
"time_start": "Start Date",
|
||||
"to": "To",
|
||||
"time_end": "End Date",
|
||||
"enter_batch_no": "Please enter batch number",
|
||||
"battery_code": "Battery Barcode",
|
||||
"batch_no": "Batch Number",
|
||||
"tray_no": "Tray Number",
|
||||
"lot": "No.",
|
||||
"status": "Status",
|
||||
"finished": "Completed",
|
||||
"incomplete": "Incomplete",
|
||||
"batch_defect_detail": "Batch Defect Report Details"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"__MENU_TEMP_BEGIN__": "===== 以下为临时菜单翻译,后续统一删除 =====",
|
||||
"设备类型": "Device Type",
|
||||
"首页": "Home",
|
||||
"系统配置": "System Configuration",
|
||||
"系统设置": "System Settings",
|
||||
"生产管控": "Production Control",
|
||||
"生产配置": "Production Configuration",
|
||||
"计划与生产": "Planning & Production",
|
||||
"系统监控": "System Monitoring",
|
||||
"监控指示板": "Monitoring Dashboard",
|
||||
"监控配置": "Monitoring Configuration",
|
||||
"生产配置首页": "Production Configuration Home",
|
||||
"班组模型": "Shift Group Model",
|
||||
"SCADA配置首页": "SCADA Configuration Home",
|
||||
"SCADA管理": "SCADA Management",
|
||||
"前置采集管理": "Edge Collection Management",
|
||||
"前置服务监控": "Pre-service Monitoring",
|
||||
"前置服务配置": "Pre-service Configuration",
|
||||
"质量管理": "Quality Management",
|
||||
"采集管理": "Collection Management",
|
||||
"产品列表": "Product List",
|
||||
"所区设置": "Plant Area Settings",
|
||||
"生产首页": "Production Home",
|
||||
"工艺流程类别": "Process Flow Category",
|
||||
"基础配置": "Basic Configuration",
|
||||
"产线列表": "Production Line List",
|
||||
"用户管理": "User Management",
|
||||
"用户组": "User Groups",
|
||||
"管理人员": "Administrators",
|
||||
"菜单配置": "Menu Configuration",
|
||||
"菜单管理": "Menu Management",
|
||||
"系统助手": "System Assistant",
|
||||
"操作日志": "Operation Log",
|
||||
"接口日志": "Interface Log",
|
||||
"问题帮助": "Help & Documentation",
|
||||
"分档&NG规则验证": "分档&NG规则验证",
|
||||
"测试数据验证": "Test Data Validation",
|
||||
"工艺配置": "Process Configuration",
|
||||
"工厂模型": "Factory Model",
|
||||
"厂区设置": "Plant Area Settings",
|
||||
"产线设置": "Production Line Settings",
|
||||
"工作站设置": "Workstation Settings",
|
||||
"工艺模型": "Process Model",
|
||||
"流程类别": "Flow Category",
|
||||
"工艺流程": "Process Flow",
|
||||
"工序单元": "Process Unit",
|
||||
"产品管理": "Product Management",
|
||||
"设备首页": "Device Home",
|
||||
"电池型号": "Battery Model",
|
||||
"MES管理": "MES管理",
|
||||
"MES结果参数配置": "MES结果参数配置",
|
||||
"MES数据上传记录": "MES数据上传记录",
|
||||
"生产管理": "Production Management",
|
||||
"批次管理": "Batch Management",
|
||||
"托盘登录": "Tray Registration",
|
||||
"批次托盘": "Batch Tray",
|
||||
"批次列表": "Batch List",
|
||||
"追溯查询": "Traceability Query",
|
||||
"电池曲线": "Battery Curve",
|
||||
"生产报表": "Production Report",
|
||||
"电池详情报表": "Battery Detail Report",
|
||||
"设备履历报表": "Device History Report",
|
||||
"生产监控": "Production Monitoring",
|
||||
"报档管理": "Grade Reporting Management",
|
||||
"化成分容库位监控": "Formation & Grading Location Monitoring",
|
||||
"充放电进出库记录": "Charge/Discharge In/Out Log",
|
||||
"电池工序管理": "Battery Process Management",
|
||||
"托盘管理": "Tray Management",
|
||||
"分选后管理": "Post-Sorting Management",
|
||||
"分选后托盘列表": "Post-Sorting Tray List",
|
||||
"设备管理": "Device Management",
|
||||
"设备模型": "Device Model",
|
||||
"设备台账": "Device Ledger",
|
||||
"产品追溯": "Product Traceability",
|
||||
"追溯管理": "Traceability Management",
|
||||
"电池追溯": "Battery Traceability",
|
||||
"托盘追溯": "Tray Traceability",
|
||||
"数据报表": "Data Report",
|
||||
"设备报表": "Device Report",
|
||||
"容量等级分布报表": "Capacity Grade Distribution Report",
|
||||
"设备异常查看": "Device Exception View",
|
||||
"设备报警异常查询": "Device Alarm Exception Query",
|
||||
"设备报警异常统计报表": "Device Alarm Exception Statistics Report",
|
||||
"设置产线信息": "Set Production Line Info",
|
||||
"关闭全部": "Close All",
|
||||
"系统设置首页": "System Settings Home",
|
||||
"异常不良管理": "Exception & Defect Management",
|
||||
"所级模型": "Institute Level Model",
|
||||
"物料模型": "Material Model",
|
||||
"物料类别列表": "Material Category List",
|
||||
"物料信息管理": "Material Info Management",
|
||||
"bom物料清单": "bom物料清单",
|
||||
"计量单位": "Unit of Measure",
|
||||
"条件与品质管理": "Condition & Quality Management",
|
||||
"SPC采集模型": "SPC采集模型",
|
||||
"设备类别": "Device Category",
|
||||
"设备信息管理": "Device Info Management",
|
||||
"分容库位监控": "Grading Location Monitoring",
|
||||
"预充库位监控": "Pre-charge Location Monitoring",
|
||||
"托盘绑定": "Tray Binding",
|
||||
"托盘搁置工艺管控": "Tray Hold Process Control",
|
||||
"电池复投管理": "Battery Re-injection Management",
|
||||
"设备监控": "Device Monitoring",
|
||||
"物料监控": "Material Monitoring",
|
||||
"电池分选": "Battery Sorting",
|
||||
"生产工单管理": "Work Order Management",
|
||||
"工单列表": "Work Order List",
|
||||
"工单托盘": "Work Order Tray",
|
||||
"生产工单不良报表": "Work Order Defect Report",
|
||||
"预警中心": "Warning Center",
|
||||
"设备点位预警": "Device Point Warning",
|
||||
"冻结解冻管理": "Freeze/Unfreeze Management",
|
||||
"冻结解冻列表": "Freeze/Unfreeze List",
|
||||
"冻结标记配置": "Freeze Mark Configuration",
|
||||
"设备点检": "Device Inspection",
|
||||
"设备点检项目管理": "Inspection Item Management",
|
||||
"设备点检录入": "Inspection Entry",
|
||||
"设备点检日志": "Inspection Log",
|
||||
"设备保养": "Device Maintenance",
|
||||
"设备保养项管理": "Maintenance Item Management",
|
||||
"设备保养计划": "Maintenance Plan",
|
||||
"设备保养项目日历": "Maintenance Calendar",
|
||||
"设备保养项详情": "Maintenance Item Details",
|
||||
"设备保养项目": "Maintenance Items",
|
||||
"设备保养日志": "Maintenance Log",
|
||||
"设备损耗品管理": "Consumable Management",
|
||||
"设备损耗品类别": "Consumable Category",
|
||||
"设备损耗品项管理": "Consumable Item Management",
|
||||
"设备损耗品项日志": "Consumable Item Log",
|
||||
"设备故障": "Device Fault",
|
||||
"设备故障管理": "Device Fault Management",
|
||||
"SPC计量型报表": "SPC计量型报表",
|
||||
"I-MR": "I-MR",
|
||||
"CUSUM": "CUSUM",
|
||||
"XBar-R": "XBar-R",
|
||||
"XBar-S": "XBar-S",
|
||||
"EWMA": "EWMA",
|
||||
"Levey-Jennings": "Levey-Jennings",
|
||||
"正态Cpk计算": "正态Cpk计算",
|
||||
"SPC计数型报表": "SPC计数型报表",
|
||||
"NP-Chart": "NP-Chart",
|
||||
"P-Chart": "P-Chart",
|
||||
"U-Chart": "U-Chart",
|
||||
"C-Chart": "C-Chart",
|
||||
"过程控制": "Process Control",
|
||||
"检验类别管理": "Inspection Category Management",
|
||||
"首巡检项目配置": "First/Patrol Inspection Item Configuration",
|
||||
"首巡检录入": "First/Patrol Inspection Entry",
|
||||
"首巡检报表": "First/Patrol Inspection Report",
|
||||
"SPC统计过程控制": "SPC统计过程控制",
|
||||
"SPC采集配置": "SPC采集配置",
|
||||
"SPC渲染条件配置": "SPC渲染条件配置",
|
||||
"基础追溯": "Basic Traceability",
|
||||
"正反向追溯": "Forward/Reverse Traceability",
|
||||
"反向追溯": "Reverse Traceability",
|
||||
"正向追溯": "Forward Traceability",
|
||||
"前置流程管理": "Pre-process Flow Management",
|
||||
"流程服务配置": "Process Service Configuration",
|
||||
"流程服务监控": "Process Service Monitoring",
|
||||
"SCADA节点配置": "SCADA Node Configuration",
|
||||
"SCADA数据查询": "SCADA Data Query",
|
||||
"仓储管理首页": "Warehouse Management Home",
|
||||
"供应商列表": "Supplier List",
|
||||
"领料单列表": "Material Requisition List",
|
||||
"领料单详情": "Material Requisition Details",
|
||||
"客户列表": "Customer List",
|
||||
"物料类别": "Material Category",
|
||||
"物料列表": "Material List",
|
||||
"仓库列表": "Warehouse List",
|
||||
"库区类别列表": "Storage Zone Category List",
|
||||
"库区列表": "Storage Zone List",
|
||||
"货位列表": "Storage Location List",
|
||||
"货位打印预览": "Location Print Preview",
|
||||
"业务类型": "Business Type",
|
||||
"单据类型": "Document Type",
|
||||
"采购入库": "Purchase Receipt",
|
||||
"采购入库详情": "Purchase Receipt Details",
|
||||
"外协品入库": "Outsourced Product Receipt",
|
||||
"外协品入库详情": "Outsourced Product Receipt Details",
|
||||
"入库单": "Receipt Order",
|
||||
"入库单详情": "Receipt Order Details",
|
||||
"待检区上架": "Pending Inspection Putaway",
|
||||
"IQC检测列表": "IQC检测列表",
|
||||
"标签打印列表": "Label Print List",
|
||||
"标签打印预览": "Label Print Preview",
|
||||
"上架列表": "Putaway List",
|
||||
"其他出库": "Other Shipment",
|
||||
"外协品出库": "Outsourced Product Shipment",
|
||||
"领料出库": "Material Requisition Shipment",
|
||||
"其他出库详情": "Other Shipment Details",
|
||||
"库存列表": "Inventory List",
|
||||
"库存锁定列表": "Inventory Lock List",
|
||||
"库存冻结列表": "Inventory Freeze List",
|
||||
"库存日志": "Inventory Log",
|
||||
"库存盘点": "Inventory Count",
|
||||
"盘点详情": "Count Details",
|
||||
"调拨管理": "Transfer Management",
|
||||
"调拨管理详情": "Transfer Management Details",
|
||||
"接口列表": "Interface List",
|
||||
"采购订单列表": "Purchase Order List",
|
||||
"发送数据列表": "Sent Data List",
|
||||
"成品出库列表": "Finished Product Shipment List",
|
||||
"MES接口日志": "MES接口日志",
|
||||
"基础配置首页": "Basic Configuration Home",
|
||||
"设备状态日志": "Device Status Log",
|
||||
"数据看板首页": "Data Dashboard Home",
|
||||
"数据中台": "Data Middleware",
|
||||
"设备点检项目日志": "Inspection Item Log",
|
||||
"设备损耗品寿命管理": "Consumable Lifespan Management",
|
||||
"设备损耗品更换日志": "Consumable Replacement Log",
|
||||
"设备报修管理": "Device Repair Management",
|
||||
"设备维修记录": "Device Repair Record",
|
||||
"生产批次监控": "Production Batch Monitoring",
|
||||
"生产批次不良报表": "Production Batch Defect Report",
|
||||
"电池数据上传": "Battery Data Upload",
|
||||
"半成品数据生成": "Semi-finished Data Generation",
|
||||
"托盘静置工艺管理": "Tray Static Process Management",
|
||||
"批次电池": "Batch Battery",
|
||||
"分档管理报表": "Grading Management Report",
|
||||
"工艺详情": "Process Details",
|
||||
"不良异常信息管理": "Defect Exception Info Management",
|
||||
"SPC绑定": "SPC绑定",
|
||||
"冻结解冻列表历史": "Freeze/Unfreeze History List",
|
||||
"冻结解冻标记列表": "Freeze/Unfreeze Mark List",
|
||||
"质量管理首页": "Quality Management Home",
|
||||
"服务配置": "Service Configuration",
|
||||
"服务监控": "Service Monitoring",
|
||||
"节点设备映射": "Node-Device Mapping",
|
||||
"SPC项目配置": "SPC项目配置",
|
||||
"DPMO": "DPMO",
|
||||
"MA": "MA",
|
||||
"MAMR": "MAMR",
|
||||
"MAMS": "MAMS",
|
||||
"系统监控配置": "System Monitoring Configuration",
|
||||
"系统监控面板": "System Monitoring Panel",
|
||||
"OCR识别配置": "OCR识别配置",
|
||||
"OCR识别日志": "OCR识别日志",
|
||||
"班组管理": "Shift Group Management",
|
||||
"排班计划": "Shift Schedule",
|
||||
"排班日历": "Shift Calendar",
|
||||
"暂无数据": "No data available",
|
||||
"no-data-text": "No data",
|
||||
"生产批次": "Production Batch",
|
||||
"型号": "Model",
|
||||
"批次": "Batch",
|
||||
"批次投入时间": "Batch Input Time",
|
||||
"批次投入数量": "Batch Input Quantity",
|
||||
"不良总数": "Total Defects",
|
||||
"请输入设备类型名称": "Please enter device type name",
|
||||
"管理生产小组,配置小组的页面访问权限": "管理生产小组,配置小组的页面访问权限",
|
||||
"管理人员账号并且绑定对应的用户组": "Manage administrator accounts and bind corresponding user groups",
|
||||
"管理系统的菜单栏目": "Manage system menu items",
|
||||
"实时显示服务器的CPU以及内存等状态": "实时显示服务器的CPU以及内存等状态",
|
||||
"管理需要监控的的服务器,以及设置预警阈值": "管理需要监控的的服务器,以及设置预警阈值",
|
||||
"记录账号对MES系统所执行的操作": "记录账号对MES系统所执行的操作",
|
||||
"设备与MES系统之间的接口往来记录": "设备与MES系统之间的接口往来记录",
|
||||
"MES系统功能介绍文档和部分操作手册": "MES系统功能介绍文档和部分操作手册",
|
||||
"设置所区信息": "Set plant area information",
|
||||
"管理工艺流程类别": "Manage process flow categories",
|
||||
"管理工艺单元": "Manage process units",
|
||||
"管理工艺流程和工序信息": "Manage process flow and process information",
|
||||
"管理工艺详情": "Manage process details",
|
||||
"设置产品电池型号等信息": "Set product battery model and other information",
|
||||
"管理设备类别信息": "Manage device category information",
|
||||
"管理现场设备的基本信息": "Manage basic information of on-site devices",
|
||||
"管理MES系统中的计量单位": "管理MES系统中的计量单位",
|
||||
"托盘调整工序": "Tray Process Adjustment",
|
||||
"电池绑定托盘,托盘登录到批次上": "Bind batteries to trays and register trays to batches",
|
||||
"Marking列表": "Marking列表",
|
||||
"Marking标记管理": "Marking标记管理",
|
||||
"设备通道连续与累计异常管理": "Device Channel Consecutive & Cumulative Exception Management",
|
||||
"批次查询、修改和清理": "Batch Query, Modify, and Cleanup",
|
||||
"生产批次完工报工*": "Production Batch Completion Reporting*",
|
||||
"设备点检管理": "Device Inspection Management",
|
||||
"设备点检项日志,可以修改点检状态": "Inspection item log with ability to modify inspection status",
|
||||
"设备保养查询,显示需要保养的项目": "设备保养查询,显示需要保养的项目",
|
||||
"管理设备保养计划,制定保养计划": "管理设备保养计划,制定保养计划",
|
||||
"设备保养项目日历,根据月度显示是否保养": "设备保养项目日历,根据月度显示是否保养",
|
||||
"设备保养项详情,可以设置保养周期等计划": "Maintenance item details with ability to set maintenance cycles",
|
||||
"管理设备保养项目,针对设备添加保养项目": "管理设备保养项目,针对设备添加保养项目",
|
||||
"设备保养日志,可以观察详情记录": "Maintenance log for viewing detailed records",
|
||||
"生产批次追溯*": "Production Batch Traceability*",
|
||||
"查看电池曲线数据": "View battery curve data",
|
||||
"追溯电池的历史生产数据": "Trace historical production data of batteries",
|
||||
"管理SCADA节点": "Manage SCADA nodes",
|
||||
"查询SCADA节点数据": "Query SCADA node data",
|
||||
"监控启用的前置服务": "Monitor enabled pre-services",
|
||||
"管理和配置前置服务": "Manage and configure pre-services",
|
||||
"生产批次管理": "Production Batch Management",
|
||||
"数据中台首页": "Data Middleware Home",
|
||||
"系统下载任务": "System Download Tasks",
|
||||
"获取文件": "Get File",
|
||||
"设备状态管理": "Device Status Management",
|
||||
"设备维修管理": "Device Repair Management",
|
||||
"管理生产物料信息": "Manage production material information",
|
||||
"批次登录的托盘查询": "Query trays registered to batches",
|
||||
"电池编码": "Battery Code",
|
||||
"批次号": "Batch No.",
|
||||
"托盘号": "Tray No.",
|
||||
"流水号": "Serial No.",
|
||||
"激活状态": "Activation Status",
|
||||
"档位类别": "Grade Category",
|
||||
"档位": "Grade",
|
||||
"分类": "Category",
|
||||
"参数关系": "Parameter Relationship",
|
||||
"档位说明": "Grade Description",
|
||||
"操作": "Actions",
|
||||
"实时采集监控": "Real-time Collection Monitoring",
|
||||
"前置服务日志": "Pre-service Log",
|
||||
"环控管理": "Environmental Control Management",
|
||||
"环控数据查询": "Environmental Data Query",
|
||||
"环控节点配置": "Environmental Node Configuration",
|
||||
"车间配置管理": "Workshop Configuration Management",
|
||||
"车间点位管理": "Workshop Point Management",
|
||||
"条件验证管理": "Condition Validation Management",
|
||||
"检验标准": "Inspection Standard",
|
||||
"检验单管理": "Inspection Order Management",
|
||||
"接收质量限": "Acceptable Quality Limit",
|
||||
"检测方案维护": "Inspection Plan Maintenance",
|
||||
"检验项目": "Inspection Item",
|
||||
"抽样方案配置": "Sampling Plan Configuration",
|
||||
"检验单详情": "Inspection Order Details",
|
||||
"检验控制": "Inspection Control",
|
||||
"相关性分析": "Correlation Analysis",
|
||||
"鹰眼": "Eagle Eyes",
|
||||
"__MENU_TEMP_END__": "===== 以上为临时菜单翻译,后续统一删除 ====="
|
||||
"__MENU_TEMP_BEGIN__": "===== 以下为临时菜单翻译,后续统一删除 =====",
|
||||
"设备类型": "Device Type",
|
||||
"首页": "Home",
|
||||
"系统配置": "System Configuration",
|
||||
"系统设置": "System Settings",
|
||||
"生产管控": "Production Control",
|
||||
"生产配置": "Production Configuration",
|
||||
"计划与生产": "Planning & Production",
|
||||
"系统监控": "System Monitoring",
|
||||
"监控指示板": "Monitoring Dashboard",
|
||||
"监控配置": "Monitoring Configuration",
|
||||
"生产配置首页": "Production Configuration Home",
|
||||
"班组模型": "Shift Group Model",
|
||||
"SCADA配置首页": "SCADA Configuration Home",
|
||||
"SCADA管理": "SCADA Management",
|
||||
"前置采集管理": "Edge Collection Management",
|
||||
"前置服务监控": "Pre-service Monitoring",
|
||||
"前置服务配置": "Pre-service Configuration",
|
||||
"质量管理": "Quality Management",
|
||||
"采集管理": "Collection Management",
|
||||
"产品列表": "Product List",
|
||||
"所区设置": "Plant Area Settings",
|
||||
"生产首页": "Production Home",
|
||||
"工艺流程类别": "Process Flow Category",
|
||||
"基础配置": "Basic Configuration",
|
||||
"产线列表": "Production Line List",
|
||||
"用户管理": "User Management",
|
||||
"用户组": "User Groups",
|
||||
"管理人员": "Administrators",
|
||||
"菜单配置": "Menu Configuration",
|
||||
"菜单管理": "Menu Management",
|
||||
"系统助手": "System Assistant",
|
||||
"操作日志": "Operation Log",
|
||||
"接口日志": "Interface Log",
|
||||
"问题帮助": "Help & Documentation",
|
||||
"分档&NG规则验证": "分档&NG规则验证",
|
||||
"测试数据验证": "Test Data Validation",
|
||||
"工艺配置": "Process Configuration",
|
||||
"工厂模型": "Factory Model",
|
||||
"厂区设置": "Plant Area Settings",
|
||||
"产线设置": "Production Line Settings",
|
||||
"工作站设置": "Workstation Settings",
|
||||
"工艺模型": "Process Model",
|
||||
"流程类别": "Flow Category",
|
||||
"工艺流程": "Process Flow",
|
||||
"工序单元": "Process Unit",
|
||||
"产品管理": "Product Management",
|
||||
"设备首页": "Device Home",
|
||||
"电池型号": "Battery Model",
|
||||
"MES管理": "MES管理",
|
||||
"MES结果参数配置": "MES结果参数配置",
|
||||
"MES数据上传记录": "MES数据上传记录",
|
||||
"生产管理": "Production Management",
|
||||
"批次管理": "Batch Management",
|
||||
"托盘登录": "Tray Registration",
|
||||
"批次托盘": "Batch Tray",
|
||||
"批次列表": "Batch List",
|
||||
"追溯查询": "Traceability Query",
|
||||
"电池曲线": "Battery Curve",
|
||||
"生产报表": "Production Report",
|
||||
"电池详情报表": "Battery Detail Report",
|
||||
"设备履历报表": "Device History Report",
|
||||
"生产监控": "Production Monitoring",
|
||||
"报档管理": "Grade Reporting Management",
|
||||
"化成分容库位监控": "Formation & Grading Location Monitoring",
|
||||
"充放电进出库记录": "Charge/Discharge In/Out Log",
|
||||
"电池工序管理": "Battery Process Management",
|
||||
"托盘管理": "Tray Management",
|
||||
"分选后管理": "Post-Sorting Management",
|
||||
"分选后托盘列表": "Post-Sorting Tray List",
|
||||
"设备管理": "Device Management",
|
||||
"设备模型": "Device Model",
|
||||
"设备台账": "Device Ledger",
|
||||
"产品追溯": "Product Traceability",
|
||||
"追溯管理": "Traceability Management",
|
||||
"电池追溯": "Battery Traceability",
|
||||
"托盘追溯": "Tray Traceability",
|
||||
"数据报表": "Data Report",
|
||||
"设备报表": "Device Report",
|
||||
"容量等级分布报表": "Capacity Grade Distribution Report",
|
||||
"设备异常查看": "Device Exception View",
|
||||
"设备报警异常查询": "Device Alarm Exception Query",
|
||||
"设备报警异常统计报表": "Device Alarm Exception Statistics Report",
|
||||
"设置产线信息": "Set Production Line Info",
|
||||
"关闭全部": "Close All",
|
||||
"系统设置首页": "System Settings Home",
|
||||
"异常不良管理": "Exception & Defect Management",
|
||||
"所级模型": "Institute Level Model",
|
||||
"物料模型": "Material Model",
|
||||
"物料类别列表": "Material Category List",
|
||||
"物料信息管理": "Material Info Management",
|
||||
"bom物料清单": "bom物料清单",
|
||||
"计量单位": "Unit of Measure",
|
||||
"条件与品质管理": "Condition & Quality Management",
|
||||
"SPC采集模型": "SPC采集模型",
|
||||
"设备类别": "Device Category",
|
||||
"设备信息管理": "Device Info Management",
|
||||
"分容库位监控": "Grading Location Monitoring",
|
||||
"预充库位监控": "Pre-charge Location Monitoring",
|
||||
"托盘绑定": "Tray Binding",
|
||||
"托盘搁置工艺管控": "Tray Hold Process Control",
|
||||
"电池复投管理": "Battery Re-injection Management",
|
||||
"设备监控": "Device Monitoring",
|
||||
"物料监控": "Material Monitoring",
|
||||
"电池分选": "Battery Sorting",
|
||||
"生产工单管理": "Work Order Management",
|
||||
"工单列表": "Work Order List",
|
||||
"工单托盘": "Work Order Tray",
|
||||
"生产工单不良报表": "Work Order Defect Report",
|
||||
"预警中心": "Warning Center",
|
||||
"设备点位预警": "Device Point Warning",
|
||||
"冻结解冻管理": "Freeze/Unfreeze Management",
|
||||
"冻结解冻列表": "Freeze/Unfreeze List",
|
||||
"冻结标记配置": "Freeze Mark Configuration",
|
||||
"设备点检": "Device Inspection",
|
||||
"设备点检项目管理": "Inspection Item Management",
|
||||
"设备点检录入": "Inspection Entry",
|
||||
"设备点检日志": "Inspection Log",
|
||||
"设备保养": "Device Maintenance",
|
||||
"设备保养项管理": "Maintenance Item Management",
|
||||
"设备保养计划": "Maintenance Plan",
|
||||
"设备保养项目日历": "Maintenance Calendar",
|
||||
"设备保养项详情": "Maintenance Item Details",
|
||||
"设备保养项目": "Maintenance Items",
|
||||
"设备保养日志": "Maintenance Log",
|
||||
"设备损耗品管理": "Consumable Management",
|
||||
"设备损耗品类别": "Consumable Category",
|
||||
"设备损耗品项管理": "Consumable Item Management",
|
||||
"设备损耗品项日志": "Consumable Item Log",
|
||||
"设备故障": "Device Fault",
|
||||
"设备故障管理": "Device Fault Management",
|
||||
"SPC计量型报表": "SPC计量型报表",
|
||||
"I-MR": "I-MR",
|
||||
"CUSUM": "CUSUM",
|
||||
"XBar-R": "XBar-R",
|
||||
"XBar-S": "XBar-S",
|
||||
"EWMA": "EWMA",
|
||||
"Levey-Jennings": "Levey-Jennings",
|
||||
"正态Cpk计算": "正态Cpk计算",
|
||||
"SPC计数型报表": "SPC计数型报表",
|
||||
"NP-Chart": "NP-Chart",
|
||||
"P-Chart": "P-Chart",
|
||||
"U-Chart": "U-Chart",
|
||||
"C-Chart": "C-Chart",
|
||||
"过程控制": "Process Control",
|
||||
"检验类别管理": "Inspection Category Management",
|
||||
"首巡检项目配置": "First/Patrol Inspection Item Configuration",
|
||||
"首巡检录入": "First/Patrol Inspection Entry",
|
||||
"首巡检报表": "First/Patrol Inspection Report",
|
||||
"SPC统计过程控制": "SPC统计过程控制",
|
||||
"SPC采集配置": "SPC采集配置",
|
||||
"SPC渲染条件配置": "SPC渲染条件配置",
|
||||
"基础追溯": "Basic Traceability",
|
||||
"正反向追溯": "Forward/Reverse Traceability",
|
||||
"反向追溯": "Reverse Traceability",
|
||||
"正向追溯": "Forward Traceability",
|
||||
"前置流程管理": "Pre-process Flow Management",
|
||||
"流程服务配置": "Process Service Configuration",
|
||||
"流程服务监控": "Process Service Monitoring",
|
||||
"SCADA节点配置": "SCADA Node Configuration",
|
||||
"SCADA数据查询": "SCADA Data Query",
|
||||
"仓储管理首页": "Warehouse Management Home",
|
||||
"供应商列表": "Supplier List",
|
||||
"领料单列表": "Material Requisition List",
|
||||
"领料单详情": "Material Requisition Details",
|
||||
"客户列表": "Customer List",
|
||||
"物料类别": "Material Category",
|
||||
"物料列表": "Material List",
|
||||
"仓库列表": "Warehouse List",
|
||||
"库区类别列表": "Storage Zone Category List",
|
||||
"库区列表": "Storage Zone List",
|
||||
"货位列表": "Storage Location List",
|
||||
"货位打印预览": "Location Print Preview",
|
||||
"业务类型": "Business Type",
|
||||
"单据类型": "Document Type",
|
||||
"采购入库": "Purchase Receipt",
|
||||
"采购入库详情": "Purchase Receipt Details",
|
||||
"外协品入库": "Outsourced Product Receipt",
|
||||
"外协品入库详情": "Outsourced Product Receipt Details",
|
||||
"入库单": "Receipt Order",
|
||||
"入库单详情": "Receipt Order Details",
|
||||
"待检区上架": "Pending Inspection Putaway",
|
||||
"IQC检测列表": "IQC检测列表",
|
||||
"标签打印列表": "Label Print List",
|
||||
"标签打印预览": "Label Print Preview",
|
||||
"上架列表": "Putaway List",
|
||||
"其他出库": "Other Shipment",
|
||||
"外协品出库": "Outsourced Product Shipment",
|
||||
"领料出库": "Material Requisition Shipment",
|
||||
"其他出库详情": "Other Shipment Details",
|
||||
"库存列表": "Inventory List",
|
||||
"库存锁定列表": "Inventory Lock List",
|
||||
"库存冻结列表": "Inventory Freeze List",
|
||||
"库存日志": "Inventory Log",
|
||||
"库存盘点": "Inventory Count",
|
||||
"盘点详情": "Count Details",
|
||||
"调拨管理": "Transfer Management",
|
||||
"调拨管理详情": "Transfer Management Details",
|
||||
"接口列表": "Interface List",
|
||||
"采购订单列表": "Purchase Order List",
|
||||
"发送数据列表": "Sent Data List",
|
||||
"成品出库列表": "Finished Product Shipment List",
|
||||
"MES接口日志": "MES接口日志",
|
||||
"基础配置首页": "Basic Configuration Home",
|
||||
"设备状态日志": "Device Status Log",
|
||||
"数据看板首页": "Data Dashboard Home",
|
||||
"数据中台": "Data Middleware",
|
||||
"设备点检项目日志": "Inspection Item Log",
|
||||
"设备损耗品寿命管理": "Consumable Lifespan Management",
|
||||
"设备损耗品更换日志": "Consumable Replacement Log",
|
||||
"设备报修管理": "Device Repair Management",
|
||||
"设备维修记录": "Device Repair Record",
|
||||
"生产批次监控": "Production Batch Monitoring",
|
||||
"生产批次不良报表": "Production Batch Defect Report",
|
||||
"电池数据上传": "Battery Data Upload",
|
||||
"半成品数据生成": "Semi-finished Data Generation",
|
||||
"托盘静置工艺管理": "Tray Static Process Management",
|
||||
"批次电池": "Batch Battery",
|
||||
"分档管理报表": "Grading Management Report",
|
||||
"工艺详情": "Process Details",
|
||||
"不良异常信息管理": "Defect Exception Info Management",
|
||||
"SPC绑定": "SPC绑定",
|
||||
"冻结解冻列表历史": "Freeze/Unfreeze History List",
|
||||
"冻结解冻标记列表": "Freeze/Unfreeze Mark List",
|
||||
"质量管理首页": "Quality Management Home",
|
||||
"服务配置": "Service Configuration",
|
||||
"服务监控": "Service Monitoring",
|
||||
"节点设备映射": "Node-Device Mapping",
|
||||
"SPC项目配置": "SPC项目配置",
|
||||
"DPMO": "DPMO",
|
||||
"MA": "MA",
|
||||
"MAMR": "MAMR",
|
||||
"MAMS": "MAMS",
|
||||
"系统监控配置": "System Monitoring Configuration",
|
||||
"系统监控面板": "System Monitoring Panel",
|
||||
"OCR识别配置": "OCR识别配置",
|
||||
"OCR识别日志": "OCR识别日志",
|
||||
"班组管理": "Shift Group Management",
|
||||
"排班计划": "Shift Schedule",
|
||||
"排班日历": "Shift Calendar",
|
||||
"暂无数据": "No data available",
|
||||
"no-data-text": "No data",
|
||||
"生产批次": "Production Batch",
|
||||
"型号": "Model",
|
||||
"批次": "Batch",
|
||||
"批次投入时间": "Batch Input Time",
|
||||
"批次投入数量": "Batch Input Quantity",
|
||||
"不良总数": "Total Defects",
|
||||
"请输入设备类型名称": "Please enter device type name",
|
||||
"管理生产小组,配置小组的页面访问权限": "管理生产小组,配置小组的页面访问权限",
|
||||
"管理人员账号并且绑定对应的用户组": "Manage administrator accounts and bind corresponding user groups",
|
||||
"管理系统的菜单栏目": "Manage system menu items",
|
||||
"实时显示服务器的CPU以及内存等状态": "实时显示服务器的CPU以及内存等状态",
|
||||
"管理需要监控的的服务器,以及设置预警阈值": "管理需要监控的的服务器,以及设置预警阈值",
|
||||
"记录账号对MES系统所执行的操作": "记录账号对MES系统所执行的操作",
|
||||
"设备与MES系统之间的接口往来记录": "设备与MES系统之间的接口往来记录",
|
||||
"MES系统功能介绍文档和部分操作手册": "MES系统功能介绍文档和部分操作手册",
|
||||
"设置所区信息": "Set plant area information",
|
||||
"管理工艺流程类别": "Manage process flow categories",
|
||||
"管理工艺单元": "Manage process units",
|
||||
"管理工艺流程和工序信息": "Manage process flow and process information",
|
||||
"管理工艺详情": "Manage process details",
|
||||
"设置产品电池型号等信息": "Set product battery model and other information",
|
||||
"管理设备类别信息": "Manage device category information",
|
||||
"管理现场设备的基本信息": "Manage basic information of on-site devices",
|
||||
"管理MES系统中的计量单位": "管理MES系统中的计量单位",
|
||||
"托盘调整工序": "Tray Process Adjustment",
|
||||
"电池绑定托盘,托盘登录到批次上": "Bind batteries to trays and register trays to batches",
|
||||
"Marking列表": "Marking列表",
|
||||
"Marking标记管理": "Marking标记管理",
|
||||
"设备通道连续与累计异常管理": "Device Channel Consecutive & Cumulative Exception Management",
|
||||
"批次查询、修改和清理": "Batch Query, Modify, and Cleanup",
|
||||
"生产批次完工报工*": "Production Batch Completion Reporting*",
|
||||
"设备点检管理": "Device Inspection Management",
|
||||
"设备点检项日志,可以修改点检状态": "Inspection item log with ability to modify inspection status",
|
||||
"设备保养查询,显示需要保养的项目": "设备保养查询,显示需要保养的项目",
|
||||
"管理设备保养计划,制定保养计划": "管理设备保养计划,制定保养计划",
|
||||
"设备保养项目日历,根据月度显示是否保养": "设备保养项目日历,根据月度显示是否保养",
|
||||
"设备保养项详情,可以设置保养周期等计划": "Maintenance item details with ability to set maintenance cycles",
|
||||
"管理设备保养项目,针对设备添加保养项目": "管理设备保养项目,针对设备添加保养项目",
|
||||
"设备保养日志,可以观察详情记录": "Maintenance log for viewing detailed records",
|
||||
"生产批次追溯*": "Production Batch Traceability*",
|
||||
"查看电池曲线数据": "View battery curve data",
|
||||
"追溯电池的历史生产数据": "Trace historical production data of batteries",
|
||||
"管理SCADA节点": "Manage SCADA nodes",
|
||||
"查询SCADA节点数据": "Query SCADA node data",
|
||||
"监控启用的前置服务": "Monitor enabled pre-services",
|
||||
"管理和配置前置服务": "Manage and configure pre-services",
|
||||
"生产批次管理": "Production Batch Management",
|
||||
"数据中台首页": "Data Middleware Home",
|
||||
"系统下载任务": "System Download Tasks",
|
||||
"获取文件": "Get File",
|
||||
"设备状态管理": "Device Status Management",
|
||||
"设备维修管理": "Device Repair Management",
|
||||
"管理生产物料信息": "Manage production material information",
|
||||
"批次登录的托盘查询": "Query trays registered to batches",
|
||||
"电池编码": "Battery Code",
|
||||
"批次号": "Batch No.",
|
||||
"托盘号": "Tray No.",
|
||||
"流水号": "Serial No.",
|
||||
"激活状态": "Activation Status",
|
||||
"档位类别": "Grade Category",
|
||||
"档位": "Grade",
|
||||
"分类": "Category",
|
||||
"参数关系": "Parameter Relationship",
|
||||
"档位说明": "Grade Description",
|
||||
"操作": "Actions",
|
||||
"实时采集监控": "Real-time Collection Monitoring",
|
||||
"前置服务日志": "Pre-service Log",
|
||||
"环控管理": "Environmental Control Management",
|
||||
"环控数据查询": "Environmental Data Query",
|
||||
"环控节点配置": "Environmental Node Configuration",
|
||||
"车间配置管理": "Workshop Configuration Management",
|
||||
"车间点位管理": "Workshop Point Management",
|
||||
"条件验证管理": "Condition Validation Management",
|
||||
"检验标准": "Inspection Standard",
|
||||
"检验单管理": "Inspection Order Management",
|
||||
"接收质量限": "Acceptable Quality Limit",
|
||||
"检测方案维护": "Inspection Plan Maintenance",
|
||||
"检验项目": "Inspection Item",
|
||||
"抽样方案配置": "Sampling Plan Configuration",
|
||||
"检验单详情": "Inspection Order Details",
|
||||
"检验控制": "Inspection Control",
|
||||
"相关性分析": "Correlation Analysis",
|
||||
"鹰眼": "Eagle Eyes",
|
||||
"__MENU_TEMP_END__": "===== 以上为临时菜单翻译,后续统一删除 ====="
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user