2025-09-23 19:24:22 +02:00
|
|
|
{
|
|
|
|
|
"title": "Equipment",
|
|
|
|
|
"subtitle": "Manage and monitor your production equipment",
|
|
|
|
|
"equipment_status": {
|
|
|
|
|
"operational": "Operational",
|
|
|
|
|
"maintenance": "Maintenance",
|
|
|
|
|
"down": "Out of Service",
|
|
|
|
|
"warning": "Warning"
|
|
|
|
|
},
|
2025-09-24 15:58:18 +02:00
|
|
|
"equipment_types": {
|
2025-09-23 19:24:22 +02:00
|
|
|
"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",
|
2025-09-24 15:58:18 +02:00
|
|
|
"parts": "Parts",
|
|
|
|
|
"utilization_today": "Utilization Today",
|
|
|
|
|
"edit": "Edit",
|
|
|
|
|
"specifications": {
|
|
|
|
|
"power": "Power",
|
|
|
|
|
"capacity": "Capacity",
|
|
|
|
|
"weight": "Weight",
|
|
|
|
|
"width": "Width",
|
|
|
|
|
"height": "Height",
|
|
|
|
|
"depth": "Depth"
|
|
|
|
|
}
|
2025-09-23 19:24:22 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2025-09-24 15:58:18 +02:00
|
|
|
"sections": {
|
|
|
|
|
"equipment_info": "Equipment Information",
|
|
|
|
|
"performance": "Performance",
|
|
|
|
|
"maintenance": "Maintenance Information",
|
|
|
|
|
"specifications": "Specifications",
|
|
|
|
|
"create_equipment_subtitle": "Fill in the details for the new equipment"
|
|
|
|
|
},
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"name": "Enter equipment name",
|
|
|
|
|
"model": "Enter equipment model",
|
|
|
|
|
"serial_number": "Enter serial number",
|
|
|
|
|
"location": "Enter location"
|
|
|
|
|
},
|
2025-09-23 19:24:22 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|