迁移正向追溯模块
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-22 17:22:00 +08:00
parent 3c4a665dc3
commit fe45390997
7 changed files with 340 additions and 3 deletions

View File

@@ -1223,6 +1223,33 @@
"device_code": "Device Code",
"node_not_found": "No matching node found",
"query_before_export": "Query traceability data before export"
},
"forward": {
"query": "Search",
"reset": "Reset",
"export": "Export",
"item_code": "Material Code",
"enter_item_code": "Enter material code",
"item_batch": "Material Batch",
"enter_item_batch": "Enter material batch",
"item_id": "Semi-finished ID",
"enter_item_id": "Enter semi-finished ID",
"battery_id": "Battery Barcode",
"batch_id": "Batch No.",
"item_name": "Material Name",
"device_code": "Device Code",
"work_unit": "Process Unit",
"process_code": "Process Code",
"finish_time": "Completion Time",
"operation": "Operation",
"reverse": "Reverse Traceability",
"no_data": "No data",
"export_confirm": "Create forward traceability export task?",
"prompt": "Prompt",
"confirm": "Confirm",
"cancel": "Cancel",
"please_select_filter_condition": "Select at least one filter condition",
"create_download_task_success": "Download task created successfully"
}
}
}