完善设备信息功能迁移
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 01:11:39 +08:00
parent f07f5d91c4
commit c19ec0f115
6 changed files with 479 additions and 192 deletions

View File

@@ -862,16 +862,21 @@
"add": "Add",
"edit": "Edit",
"delete": "Delete",
"batch_delete": "Batch Delete",
"import": "Import",
"export": "Export",
"operation": "Operation",
"add_title": "Add",
"edit_title": "Edit",
"add_title": "Add Equipment",
"edit_title": "Edit Equipment",
"confirm": "Confirm",
"cancel": "Cancel",
"tip": "Prompt",
"confirm_delete": "Delete this record?",
"confirm_batch_delete": "Batch delete selected equipment?",
"confirm_export": "Create export task?",
"operation_success": "Operation succeeded",
"create_download_task_success": "Download task created",
"please_select_data": "Please select data",
"keyword": "Keyword",
"enter_keyword": "Enter keyword",
"remark": "Remark",
@@ -883,14 +888,41 @@
"enter_device_code": "Enter device code",
"device_name": "Device Name",
"enter_device_name": "Enter device name",
"device_category": "Device Category",
"select_device_category": "Please select device category",
"design_ppm": "Design PPM",
"enter_design_ppm": "Please enter design PPM",
"ip": "IP",
"enter_ip": "Please enter IP",
"manufacturer": "Manufacturer",
"enter_manufacturer": "Please enter manufacturer",
"fixed_asset_code": "Fixed Asset Code",
"enter_fixed_asset_code": "Please enter fixed asset code",
"entry_time": "Entry Time",
"select_entry_time": "Please select entry time",
"device_id": "Device ID",
"enter_device_id": "Enter device ID",
"device_type": "Device Type",
"enter_device_type": "Enter device type",
"area": "Area",
"enter_area": "Enter area",
"select_area": "Please select area",
"line": "Line",
"enter_line": "Enter line",
"production_line": "Production Line",
"select_production_line": "Please select production line",
"select_factory_first": "Please select area first",
"length_1_100": "Length must be 1 to 100 characters",
"device_data_import": "Equipment Import",
"import_warning": "Only xlsx or xls files following the template can be uploaded",
"import_table": "Import Table",
"select_file": "Select File",
"download_template": "Download Template",
"preview": "Preview",
"import_template_name": "Equipment Import Template",
"import_file_format_error": "Please upload xls or xlsx file",
"import_missing_column": "Column [{name}] does not exist in the file. Please check.",
"import_no_data": "Please import data first",
"standard": "Standard",
"enter_standard": "Enter standard",
"inspection_item_code": "Inspection Item Code",

View File

@@ -862,16 +862,21 @@
"add": "新增",
"edit": "编辑",
"delete": "删除",
"batch_delete": "批量删除",
"import": "导入",
"export": "导出",
"operation": "操作",
"add_title": "新增",
"edit_title": "编辑",
"add_title": "新增设备信息",
"edit_title": "编辑设备信息",
"confirm": "确定",
"cancel": "取消",
"tip": "提示",
"confirm_delete": "确认删除该记录?",
"confirm_batch_delete": "确认批量删除选中的设备信息?",
"confirm_export": "确认创建导出任务?",
"operation_success": "操作成功",
"create_download_task_success": "创建下载任务成功",
"please_select_data": "请选择数据",
"keyword": "关键字",
"enter_keyword": "请输入关键字",
"remark": "备注",
@@ -883,14 +888,41 @@
"enter_device_code": "请输入设备编码",
"device_name": "设备名称",
"enter_device_name": "请输入设备名称",
"device_category": "设备类别",
"select_device_category": "请选择设备类别",
"design_ppm": "设计PPM",
"enter_design_ppm": "请输入设计PPM",
"ip": "IP",
"enter_ip": "请输入IP",
"manufacturer": "厂商",
"enter_manufacturer": "请输入厂商",
"fixed_asset_code": "设备固定资产编码",
"enter_fixed_asset_code": "请输入设备固定资产编码",
"entry_time": "进场时间",
"select_entry_time": "请选择进场时间",
"device_id": "设备ID",
"enter_device_id": "请输入设备ID",
"device_type": "设备类别",
"enter_device_type": "请输入设备类别",
"area": "所属区域",
"enter_area": "请输入所属区域",
"select_area": "请选择所区",
"line": "所属产线",
"enter_line": "请输入所属产线",
"production_line": "产线",
"select_production_line": "请选择产线",
"select_factory_first": "请先选择所区",
"length_1_100": "长度在 1 到 100 个字符",
"device_data_import": "设备信息导入",
"import_warning": "上传的文件后缀必须是 xlsx 或 xls且根据模板上传否则不能上传成功",
"import_table": "导入表格",
"select_file": "选择文件",
"download_template": "下载模板",
"preview": "预览",
"import_template_name": "设备数据导入模板",
"import_file_format_error": "请上传 xls 或 xlsx 文件",
"import_missing_column": "文件不存在【{name}】数据列,请检查",
"import_no_data": "请先导入数据",
"standard": "标准",
"enter_standard": "请输入标准",
"inspection_item_code": "点检项目编码",