This commit is contained in:
sheng
2026-06-22 17:55:56 +08:00
19 changed files with 1668 additions and 7 deletions

View File

@@ -1336,6 +1336,151 @@
"current": "Current",
"voltage": "Voltage",
"capacity": "Capacity"
},
"tray": {
"query": "Search",
"reset": "Reset",
"tray_code": "Tray No.",
"tray_code_placeholder": "Enter tray no.",
"data_empty": "No data",
"id": "ID",
"tray": "Tray",
"login_batch": "Login Batch",
"lot": "LOT",
"is_active": "Active",
"active": "Active",
"inactive": "Inactive",
"input_battery_count": "Input Battery Count",
"login_time": "Login Time",
"cancel_active_time": "Cancel Active Time",
"battery_detail": "Battery Detail",
"battery_detail_data": "Battery Detail Data",
"process": "Process",
"start_time": "Start Time",
"end_time": "End Time",
"device_no": "Device No.",
"battery_id": "Battery Barcode",
"search_battery_id": "Search battery barcode",
"cancel_battery_active": "Cancel Battery Active",
"sort": "No.",
"production_batch": "Production Batch",
"model": "Model",
"process_flow_name": "Process Flow Name",
"tray_no": "Tray No.",
"activation_status": "Activation Status",
"category": "Category",
"grade": "Grade",
"please_select_at_least_one_battery": "Select at least one battery",
"cancel_success": "Cancel active successfully"
},
"battery": {
"query": "Search",
"reset": "Reset",
"battery_code": "Battery Barcode",
"enter_battery_code": "Enter battery barcode",
"login_batch": "Login Batch",
"tray_no": "Tray No.",
"lot": "LOT",
"is_active": "Active",
"activated": "Activated",
"stopped": "Stopped",
"good_or_ng": "GOOD/NG",
"grade": "Grade",
"ng_info": "NG Info",
"current_process_code": "Current Process Code",
"battery_detail": "Battery Detail",
"cancel_activation": "Cancel Active",
"reinvestment_activation": "Rework Activation",
"no_data": "No data",
"title": "Battery [{battery_id}] Traceability Detail",
"process_label": "Process",
"process_data": "Process Data",
"item_name": "Item Name",
"content": "Content",
"search_item_name": "Search item name",
"prompt": "Prompt",
"cancel_active_confirm": "Cancel activation for this battery?",
"activation_confirm": "Execute rework activation?",
"cancel_success": "Cancel active successfully",
"activation_success": "Rework activation successfully"
}
},
"production_reports": {
"equipment_history": {
"query": "Search",
"reset": "Reset",
"device_code": "Device Code",
"enter_device_code": "Enter device code",
"device_name": "Device Name",
"status": "Status",
"select_status": "Select status",
"running": "Running",
"idle": "Idle",
"error": "Error",
"status_name": "Status Name",
"time_range": "Time Range",
"start_time": "Start Time",
"end_time": "End Time",
"duration": "Duration",
"remark": "Remark",
"no_data": "No data"
},
"battery_detail": {
"query": "Search",
"reset": "Reset",
"export": "Export",
"flow": "Process Flow",
"select_flow": "Select process flow",
"batch": "Batch",
"select_batch": "Select batch",
"process": "Process",
"select_process": "Select process",
"tray_no": "Tray No.",
"enter_tray_no": "Enter tray no.",
"time": "Completion Time",
"start_date": "Start Time",
"end_date": "End Time",
"no_data": "No data",
"please_select_batch": "Select batch",
"export_confirm": "Create battery detail export task?",
"prompt": "Prompt",
"create_download_task_success": "Download task created successfully"
}
},
"correlation_analysis": {
"hawkeye": {
"analysis_condition": "Analysis Conditions",
"analyze": "Analyze",
"reset": "Reset",
"production_batch": "Production Batch",
"select_production_batch": "Select production batch",
"process": "Process",
"select_ng_column": "Select NG column",
"ng_code": "NG Code",
"select_ng_code": "Select NG code",
"analysis_detail": "Analysis Detail",
"correlated": "Correlated",
"not_correlated": "Not Correlated",
"correlated_short": "Related",
"not_correlated_short": "Not Related",
"no_analysis_data_hint": "Columns skipped because values are all identical or all different",
"process_param": "Process Parameter",
"sample_size": "Sample Size",
"correlation_coeff": "Correlation Coeff.",
"chi_square_value": "Chi-square Value",
"p_value": "P Value",
"correlation": "Correlation",
"p_value_hint": "P value greater than 0.05 is considered correlated",
"p_value_hint2": "P value greater than 0.05 is considered correlated",
"scientific_notation_hint": "Value may be shown in scientific notation",
"tooltip_dependent_var": "Dependent Variable",
"tooltip_corr_coeff": "Correlation Coeff.",
"tooltip_p_value": "P Value",
"analysis_report": "Analysis Report",
"total": "Total",
"no_data": "No analysis data",
"please_select_batch": "Select production batch",
"please_select_process": "Select process"
}
}
}