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",

View File

@@ -7,7 +7,7 @@
"down": "Fuera de Servicio",
"warning": "Advertencia"
},
"equipment_type": {
"equipment_types": {
"oven": "Horno",
"mixer": "Batidora",
"proofer": "Cámara de Fermentación",
@@ -33,7 +33,17 @@
"target_temperature": "Temperatura Objetivo",
"power": "Potencia",
"capacity": "Capacidad",
"weight": "Peso"
"weight": "Peso",
"utilization_today": "Utilización Hoy",
"edit": "Editar",
"specifications": {
"power": "Potencia",
"capacity": "Capacidad",
"weight": "Peso",
"width": "Ancho",
"height": "Alto",
"depth": "Profundidad"
}
},
"actions": {
"add_equipment": "Agregar Equipo",
@@ -43,7 +53,9 @@
"view_maintenance_history": "Ver Historial de Mantenimiento",
"acknowledge_alert": "Reconocer Alerta",
"view_details": "Ver Detalles",
"view_history": "Ver Historial"
"view_history": "Ver Historial",
"close": "Cerrar",
"cost": "Costo"
},
"labels": {
"total_equipment": "Total de Equipos",
@@ -54,6 +66,19 @@
"overdue_maintenance": "Mantenimiento Atrasado",
"low_efficiency": "Baja Eficiencia"
},
"sections": {
"equipment_info": "Información de Equipo",
"performance": "Rendimiento",
"maintenance": "Información de Mantenimiento",
"specifications": "Especificaciones",
"create_equipment_subtitle": "Completa los detalles del nuevo equipo"
},
"placeholders": {
"name": "Introduce el nombre del equipo",
"model": "Introduce el modelo del equipo",
"serial_number": "Introduce el número de serie",
"location": "Introduce la ubicación"
},
"descriptions": {
"equipment_efficiency": "Porcentaje de eficiencia actual de los equipos",
"uptime_percentage": "Porcentaje de tiempo de funcionamiento",

View File

@@ -7,7 +7,7 @@
"down": "Zerbitzuetik kanpo",
"warning": "Abisua"
},
"equipment_type": {
"equipment_types": {
"oven": "Labean",
"mixer": "Nahaste-makina",
"proofer": "Igoera-gela",
@@ -34,7 +34,16 @@
"power": "Potentzia",
"capacity": "Edukiera",
"weight": "Pisua",
"parts": "Piezak"
"utilization_today": "Gaurko erabilera",
"edit": "Editatu",
"specifications": {
"power": "Potentzia",
"capacity": "Edukiera",
"weight": "Pisua",
"width": "Zabalera",
"height": "Altuera",
"depth": "Sakonera"
}
},
"actions": {
"add_equipment": "Gehitu makina",
@@ -57,6 +66,19 @@
"overdue_maintenance": "Mantentzea atzeratuta",
"low_efficiency": "Eraginkortasun baxua"
},
"sections": {
"equipment_info": "Makinaren informazioa",
"performance": "Errendimendua",
"maintenance": "Mantentze informazioa",
"specifications": "Zehaztapenak",
"create_equipment_subtitle": "Bete makinaren xehetasunak"
},
"placeholders": {
"name": "Sartu makinaren izena",
"model": "Sartu makinaren modeloa",
"serial_number": "Sartu serie-zenbakia",
"location": "Sartu kokapena"
},
"descriptions": {
"equipment_efficiency": "Uneko makinaren eraginkortasun-ehunekoa",
"uptime_percentage": "Funtzionamendu-denboraren ehunekoa",