almost_done
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
"recap.banner.offline": "No signal for {min} min",
|
||||
"recap.banner.ongoingStop": "Machine stopped for {min} min",
|
||||
"recap.banner.stopped": "Machine stopped for {minutes} min",
|
||||
"recap.timeline.title": "24h timeline",
|
||||
"recap.timeline.title": "Timeline",
|
||||
"recap.timeline.noData": "No timeline data",
|
||||
"recap.timeline.type.production": "Production",
|
||||
"recap.timeline.type.moldChange": "Mold change",
|
||||
@@ -255,6 +255,9 @@
|
||||
"machine.detail.bucket.unknown": "Unknown",
|
||||
"machine.detail.activity.title": "Machine Activity Timeline",
|
||||
"machine.detail.activity.subtitle": "Real-time analysis of production cycles",
|
||||
"machine.detail.activity.windowBadge": "1h",
|
||||
"machine.detail.activity.windowModalTitle": "Timeline window",
|
||||
"machine.detail.activity.windowModalBody": "This timeline always shows the last 1 hour of machine activity.",
|
||||
"machine.detail.activity.noData": "No timeline data yet.",
|
||||
"machine.detail.tooltip.cycle": "Cycle: {label}",
|
||||
"machine.detail.tooltip.duration": "Duration",
|
||||
@@ -621,5 +624,12 @@
|
||||
"settings.modules.subtitle": "Enable/disable UI modules depending on how the plant operates.",
|
||||
"settings.modules.screenless.title": "Screenless mode",
|
||||
"settings.modules.screenless.helper": "Hide the Downtime module from navigation (for plants without Node-RED reason capture).",
|
||||
"settings.modules.note": "This setting is org-wide."
|
||||
"settings.modules.note": "This setting is org-wide.",
|
||||
"overview.attention.offline": "Offline — no heartbeat",
|
||||
"overview.attention.stopped": "Currently stopped",
|
||||
"overview.attention.oeeCritical": "OEE critical: {value}%",
|
||||
"overview.attention.oeeLow": "OEE low: {value}%",
|
||||
"overview.attention.scrapHigh": "Scrap rate high: {value}%",
|
||||
"overview.attention.scrapMod": "Scrap rate elevated: {value}%",
|
||||
"overview.attention.availLow": "Availability low: {value}%"
|
||||
}
|
||||
|
||||
@@ -104,6 +104,13 @@
|
||||
"overview.event.macrostop": "macroparo",
|
||||
"overview.event.microstop": "microparo",
|
||||
"overview.event.slow-cycle": "ciclo lento",
|
||||
"overview.attention.offline": "Sin señal",
|
||||
"overview.attention.stopped": "Detenida ahora",
|
||||
"overview.attention.oeeCritical": "OEE crítica: {value}%",
|
||||
"overview.attention.oeeLow": "OEE baja: {value}%",
|
||||
"overview.attention.scrapHigh": "Scrap alto: {value}%",
|
||||
"overview.attention.scrapMod": "Scrap elevado: {value}%",
|
||||
"overview.attention.availLow": "Disponibilidad baja: {value}%",
|
||||
"overview.status.offline": "FUERA DE LÍNEA",
|
||||
"overview.status.online": "EN LÍNEA",
|
||||
"overview.recap.title": "Resumen diario de turno",
|
||||
@@ -183,7 +190,7 @@
|
||||
"recap.banner.offline": "Sin señal hace {min} min",
|
||||
"recap.banner.ongoingStop": "Máquina detenida hace {min} min",
|
||||
"recap.banner.stopped": "Máquina detenida hace {minutes} min",
|
||||
"recap.timeline.title": "Timeline 24h",
|
||||
"recap.timeline.title": "Timeline",
|
||||
"recap.timeline.noData": "Sin datos de línea de tiempo",
|
||||
"recap.timeline.type.production": "Producción",
|
||||
"recap.timeline.type.moldChange": "Cambio de molde",
|
||||
@@ -255,6 +262,9 @@
|
||||
"machine.detail.bucket.unknown": "Desconocido",
|
||||
"machine.detail.activity.title": "Línea de tiempo de actividad",
|
||||
"machine.detail.activity.subtitle": "Análisis en tiempo real de ciclos de producción",
|
||||
"machine.detail.activity.windowBadge": "1h",
|
||||
"machine.detail.activity.windowModalTitle": "Ventana de timeline",
|
||||
"machine.detail.activity.windowModalBody": "Este timeline siempre muestra la última 1 hora de actividad de la máquina.",
|
||||
"machine.detail.activity.noData": "Sin datos de línea de tiempo.",
|
||||
"machine.detail.tooltip.cycle": "Ciclo: {label}",
|
||||
"machine.detail.tooltip.duration": "Duración",
|
||||
|
||||
Reference in New Issue
Block a user