Add modal to add equipment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user