Downtime catalog
This commit is contained in:
@@ -115,10 +115,7 @@
|
||||
"machines.status.stopped": "STOPPED",
|
||||
"machines.stoppedFor": "Stopped for {min} min",
|
||||
"recap.grid.title": "Machine recap",
|
||||
"recap.status.dataLoss": "Data Loss",
|
||||
"recap.status.idle": "Idle",
|
||||
"recap.card.dataLoss": "{count} untracked cycles — press START",
|
||||
"recap.card.notStarted": "Operator hasn't pressed START",
|
||||
"recap.card.idle": "No active work order",
|
||||
"recap.grid.subtitle": "Last 24h · click to open details",
|
||||
"recap.grid.updatedAgo": "Updated {sec}s ago",
|
||||
@@ -467,6 +464,7 @@
|
||||
"settings.tabs.alerts": "Alerts",
|
||||
"settings.tabs.financial": "Financial",
|
||||
"settings.tabs.team": "Team",
|
||||
"settings.tabs.reasonCatalog": "Downtime & scrap",
|
||||
"settings.loading": "Loading settings...",
|
||||
"settings.loadingTeam": "Loading team...",
|
||||
"settings.refresh": "Refresh",
|
||||
@@ -522,6 +520,46 @@
|
||||
"settings.thresholds.macroStoppage": "Macro stoppage multiplier",
|
||||
"settings.alerts": "Alerts",
|
||||
"settings.alertsSubtitle": "Choose which alerts to notify.",
|
||||
"settings.reasonCatalog.title": "Downtime and scrap catalogs",
|
||||
"settings.reasonCatalog.subtitle": "Catalogs are stored in MIS (categories + codes). Changes bump settings version so machines pick them up. Deactivate retired codes instead of deleting them.",
|
||||
"settings.reasonCatalog.version": "Catalog version",
|
||||
"settings.reasonCatalog.hint": "Increase version when you change codes so edge devices can detect updates. Use \"Active\" to hide a code from new selections while keeping history labels.",
|
||||
"settings.reasonCatalog.downtime": "Downtime (stops)",
|
||||
"settings.reasonCatalog.scrap": "Scrap",
|
||||
"settings.reasonCatalog.addCategory": "Add category",
|
||||
"settings.reasonCatalog.emptyKind": "No categories yet.",
|
||||
"settings.reasonCatalog.categoryId": "Category id",
|
||||
"settings.reasonCatalog.categoryLabel": "Category name",
|
||||
"settings.reasonCatalog.reasons": "Reasons",
|
||||
"settings.reasonCatalog.addReason": "Add reason",
|
||||
"settings.reasonCatalog.removeCategory": "Remove category",
|
||||
"settings.reasonCatalog.detailId": "Detail id",
|
||||
"settings.reasonCatalog.reasonCode": "Printed code",
|
||||
"settings.reasonCatalog.detailLabel": "Description",
|
||||
"settings.reasonCatalog.active": "Active",
|
||||
"settings.reasonCatalog.removeRow": "Remove",
|
||||
"settings.reasonCatalog.removeDetailHint": "Prefer deactivating codes that were already used in production.",
|
||||
"settings.reasonCatalog.newCategory": "New category",
|
||||
"settings.reasonCatalog.newReason": "New reason",
|
||||
"settings.reasonCatalog.dbVersionHint": "Settings version (includes catalog): {version}",
|
||||
"settings.reasonCatalog.reload": "Reload",
|
||||
"settings.reasonCatalog.stepKind": "1. Catalog type",
|
||||
"settings.reasonCatalog.stepCategory": "2. Category and prefix",
|
||||
"settings.reasonCatalog.pickCategory": "Category",
|
||||
"settings.reasonCatalog.inactive": "inactive",
|
||||
"settings.reasonCatalog.categoryNameEdit": "Category name",
|
||||
"settings.reasonCatalog.codePrefixEdit": "Code prefix (letters; optional digits/hyphen after first letter)",
|
||||
"settings.reasonCatalog.categoryActive": "Category active",
|
||||
"settings.reasonCatalog.newCategorySection": "New category in this catalog type",
|
||||
"settings.reasonCatalog.codePrefixField": "Prefix (shown before the number)",
|
||||
"settings.reasonCatalog.stepReason": "3. Add reason (numbers only)",
|
||||
"settings.reasonCatalog.digitsOnlyHint": "Enter only the numeric part; the full printed code is prefix + number.",
|
||||
"settings.reasonCatalog.fullCodePreview": "Printed code",
|
||||
"settings.reasonCatalog.numericSuffix": "Number",
|
||||
"settings.reasonCatalog.reasonsInCategory": "Reasons in this category",
|
||||
"settings.reasonCatalog.noItemsYet": "No reasons yet.",
|
||||
"settings.reasonCatalog.prefixInvalid": "Prefix must start with a letter and use letters, digits, or hyphen.",
|
||||
|
||||
"settings.alerts.oeeDrop": "OEE drop alerts",
|
||||
"settings.alerts.oeeDropHelper": "Notify when OEE falls below threshold",
|
||||
"settings.alerts.performanceDegradation": "Performance degradation alerts",
|
||||
|
||||
Reference in New Issue
Block a user