Add improved production UI 3
This commit is contained in:
90
frontend/src/locales/en/equipment.json
Normal file
90
frontend/src/locales/en/equipment.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"title": "Equipment",
|
||||
"subtitle": "Manage and monitor your production equipment",
|
||||
"equipment_status": {
|
||||
"operational": "Operational",
|
||||
"maintenance": "Maintenance",
|
||||
"down": "Out of Service",
|
||||
"warning": "Warning"
|
||||
},
|
||||
"equipment_type": {
|
||||
"oven": "Oven",
|
||||
"mixer": "Mixer",
|
||||
"proofer": "Proofing Chamber",
|
||||
"freezer": "Freezer",
|
||||
"packaging": "Packaging Machine",
|
||||
"other": "Other"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"type": "Type",
|
||||
"model": "Model",
|
||||
"serial_number": "Serial Number",
|
||||
"location": "Location",
|
||||
"status": "Status",
|
||||
"install_date": "Installation Date",
|
||||
"last_maintenance": "Last Maintenance",
|
||||
"next_maintenance": "Next Maintenance",
|
||||
"maintenance_interval": "Maintenance Interval",
|
||||
"efficiency": "Efficiency",
|
||||
"uptime": "Uptime",
|
||||
"energy_usage": "Energy Usage",
|
||||
"temperature": "Temperature",
|
||||
"target_temperature": "Target Temperature",
|
||||
"power": "Power",
|
||||
"capacity": "Capacity",
|
||||
"weight": "Weight",
|
||||
"parts": "Parts"
|
||||
},
|
||||
"actions": {
|
||||
"add_equipment": "Add Equipment",
|
||||
"edit_equipment": "Edit Equipment",
|
||||
"delete_equipment": "Delete Equipment",
|
||||
"schedule_maintenance": "Schedule Maintenance",
|
||||
"view_maintenance_history": "View Maintenance History",
|
||||
"acknowledge_alert": "Acknowledge Alert",
|
||||
"view_details": "View Details",
|
||||
"view_history": "View History",
|
||||
"close": "Close",
|
||||
"cost": "Cost"
|
||||
},
|
||||
"labels": {
|
||||
"total_equipment": "Total Equipment",
|
||||
"operational": "Operational",
|
||||
"avg_efficiency": "Average Efficiency",
|
||||
"active_alerts": "Active Alerts",
|
||||
"maintenance_due": "Maintenance Due",
|
||||
"overdue_maintenance": "Overdue Maintenance",
|
||||
"low_efficiency": "Low Efficiency"
|
||||
},
|
||||
"descriptions": {
|
||||
"equipment_efficiency": "Current equipment efficiency percentage",
|
||||
"uptime_percentage": "Percentage of uptime",
|
||||
"active_alerts_count": "Number of active alerts not acknowledged"
|
||||
},
|
||||
"maintenance": {
|
||||
"title": "Maintenance",
|
||||
"last": "Last",
|
||||
"next": "Next",
|
||||
"interval": "Interval",
|
||||
"history": "History",
|
||||
"records": "records",
|
||||
"overdue": "Overdue",
|
||||
"scheduled": "Scheduled",
|
||||
"type": {
|
||||
"preventive": "Preventive",
|
||||
"corrective": "Corrective",
|
||||
"emergency": "Emergency"
|
||||
}
|
||||
},
|
||||
"alerts": {
|
||||
"title": "Alerts",
|
||||
"unread_alerts": "unread alerts",
|
||||
"acknowledged": "Acknowledged",
|
||||
"new": "New",
|
||||
"acknowledge": "Acknowledge",
|
||||
"critical": "Critical",
|
||||
"warning": "Warning",
|
||||
"info": "Information"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user