Alert system
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
"common.close": "Close",
|
||||
"common.save": "Save",
|
||||
"common.copy": "Copy",
|
||||
"nav.overview": "Overview",
|
||||
"nav.machines": "Machines",
|
||||
"nav.reports": "Reports",
|
||||
"nav.settings": "Settings",
|
||||
"nav.overview": "Overview",
|
||||
"nav.machines": "Machines",
|
||||
"nav.reports": "Reports",
|
||||
"nav.alerts": "Alerts",
|
||||
"nav.settings": "Settings",
|
||||
"sidebar.productTitle": "MIS",
|
||||
"sidebar.productSubtitle": "Control Tower",
|
||||
"sidebar.userFallback": "User",
|
||||
@@ -168,11 +169,11 @@
|
||||
"machine.detail.tooltip.deviation": "Deviation",
|
||||
"machine.detail.kpi.updated": "Updated {time}",
|
||||
"machine.detail.currentWorkOrder": "Current Work Order",
|
||||
"machine.detail.recentEvents": "Recent Events",
|
||||
"machine.detail.recentEvents": "Critical Events",
|
||||
"machine.detail.noEvents": "No events yet.",
|
||||
"machine.detail.cycleTarget": "Cycle target",
|
||||
"machine.detail.mini.events": "Detected Events",
|
||||
"machine.detail.mini.events.subtitle": "Count by type (cycles)",
|
||||
"machine.detail.mini.events.subtitle": "Canonical events (all)",
|
||||
"machine.detail.mini.deviation": "Actual vs Standard Cycle",
|
||||
"machine.detail.mini.deviation.subtitle": "Average deviation",
|
||||
"machine.detail.mini.impact": "Production Impact",
|
||||
@@ -217,7 +218,59 @@
|
||||
"reports.scrapTrend": "Scrap Trend",
|
||||
"reports.topLossDrivers": "Top Loss Drivers",
|
||||
"reports.qualitySummary": "Quality Summary",
|
||||
"reports.notes": "Notes for Ops",
|
||||
"reports.notes": "Notes for Ops",
|
||||
"alerts.title": "Alerts",
|
||||
"alerts.subtitle": "Escalation policies, channels, and contacts.",
|
||||
"alerts.comingSoon": "Alert configuration UI is coming soon.",
|
||||
"alerts.loading": "Loading alerts...",
|
||||
"alerts.error.loadPolicy": "Failed to load alert policy.",
|
||||
"alerts.error.savePolicy": "Failed to save alert policy.",
|
||||
"alerts.error.loadContacts": "Failed to load alert contacts.",
|
||||
"alerts.error.saveContacts": "Failed to save alert contact.",
|
||||
"alerts.error.deleteContact": "Failed to delete alert contact.",
|
||||
"alerts.error.createContact": "Failed to create alert contact.",
|
||||
"alerts.policy.title": "Alert policy",
|
||||
"alerts.policy.subtitle": "Configure escalation by role, channel, and duration.",
|
||||
"alerts.policy.save": "Save policy",
|
||||
"alerts.policy.saving": "Saving...",
|
||||
"alerts.policy.defaults": "Default escalation (per role)",
|
||||
"alerts.policy.enabled": "Enabled",
|
||||
"alerts.policy.afterMinutes": "After minutes",
|
||||
"alerts.policy.channels": "Channels",
|
||||
"alerts.policy.repeatMinutes": "Repeat (min)",
|
||||
"alerts.policy.readOnly": "You can view alert policy settings, but only owners can edit.",
|
||||
"alerts.policy.defaultsHelp": "Defaults apply when a specific event is reset or not customized.",
|
||||
"alerts.policy.eventSelectLabel": "Event type",
|
||||
"alerts.policy.eventSelectHelper": "Adjust escalation rules for a single event type.",
|
||||
"alerts.policy.applyDefaults": "Apply defaults",
|
||||
"alerts.event.macrostop": "Macrostop",
|
||||
"alerts.event.microstop": "Microstop",
|
||||
"alerts.event.slow-cycle": "Slow cycle",
|
||||
"alerts.event.offline": "Offline",
|
||||
"alerts.event.error": "Error",
|
||||
"alerts.contacts.title": "Alert contacts",
|
||||
"alerts.contacts.subtitle": "External recipients and role targeting.",
|
||||
"alerts.contacts.name": "Name",
|
||||
"alerts.contacts.roleScope": "Role scope",
|
||||
"alerts.contacts.email": "Email",
|
||||
"alerts.contacts.phone": "Phone",
|
||||
"alerts.contacts.eventTypes": "Event types (optional)",
|
||||
"alerts.contacts.eventTypesPlaceholder": "macrostop, microstop, offline",
|
||||
"alerts.contacts.eventTypesHelper": "Leave empty to receive all event types.",
|
||||
"alerts.contacts.add": "Add contact",
|
||||
"alerts.contacts.creating": "Adding...",
|
||||
"alerts.contacts.empty": "No alert contacts yet.",
|
||||
"alerts.contacts.save": "Save",
|
||||
"alerts.contacts.saving": "Saving...",
|
||||
"alerts.contacts.delete": "Delete",
|
||||
"alerts.contacts.deleting": "Deleting...",
|
||||
"alerts.contacts.active": "Active",
|
||||
"alerts.contacts.linkedUser": "Linked user (edit in profile)",
|
||||
"alerts.contacts.role.custom": "Custom",
|
||||
"alerts.contacts.role.member": "Member",
|
||||
"alerts.contacts.role.admin": "Admin",
|
||||
"alerts.contacts.role.owner": "Owner",
|
||||
"alerts.contacts.readOnly": "You can view contacts, but only owners can add or edit.",
|
||||
"reports.notes.suggested": "Suggested actions",
|
||||
"reports.notes.none": "No insights yet. Generate reports after data collection.",
|
||||
"reports.noTrend": "No trend data yet.",
|
||||
|
||||
Reference in New Issue
Block a user