Add modal to add equipment

This commit is contained in:
Urtzi Alfaro
2025-09-24 15:58:18 +02:00
parent c17efb001c
commit 474d7176bf
5 changed files with 502 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
"down": "Out of Service",
"warning": "Warning"
},
"equipment_type": {
"equipment_types": {
"oven": "Oven",
"mixer": "Mixer",
"proofer": "Proofing Chamber",
@@ -34,7 +34,17 @@
"power": "Power",
"capacity": "Capacity",
"weight": "Weight",
"parts": "Parts"
"parts": "Parts",
"utilization_today": "Utilization Today",
"edit": "Edit",
"specifications": {
"power": "Power",
"capacity": "Capacity",
"weight": "Weight",
"width": "Width",
"height": "Height",
"depth": "Depth"
}
},
"actions": {
"add_equipment": "Add Equipment",
@@ -57,6 +67,19 @@
"overdue_maintenance": "Overdue Maintenance",
"low_efficiency": "Low Efficiency"
},
"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"
},
"descriptions": {
"equipment_efficiency": "Current equipment efficiency percentage",
"uptime_percentage": "Percentage of uptime",