New alert system and panel de control page
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"last_run": "Last run",
|
||||
"what_ai_did": "What AI did for you"
|
||||
},
|
||||
"no_reasoning_available": "No reasoning available",
|
||||
"metrics": {
|
||||
"hours": "{count, plural, =1 {# hour} other {# hours}}",
|
||||
"minutes": "{count, plural, =1 {# minute} other {# minutes}}",
|
||||
@@ -135,14 +136,14 @@
|
||||
"trend": {
|
||||
"near_threshold": "Near threshold"
|
||||
},
|
||||
"action_preview": {
|
||||
"action_preview": {
|
||||
"title": "Action Preview",
|
||||
"outcome": "What will happen",
|
||||
"financial_impact": "Financial Impact",
|
||||
"affected_systems": "Affected Systems",
|
||||
"reversible": "This action can be undone",
|
||||
"not_reversible": "This action cannot be undone",
|
||||
"confidence": "AI Confidence: {{confidence}}%",
|
||||
"confidence": "AI Confidence: {confidence}%",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm Action"
|
||||
},
|
||||
@@ -288,8 +289,8 @@
|
||||
"message": "{{shift_name}} over-staffed by {{excess_percent}}%. Consider adjusting staff levels to reduce labor costs."
|
||||
},
|
||||
"po_approval_needed": {
|
||||
"title": "Purchase Order #{{po_number}} requires approval",
|
||||
"message": "Purchase order for {{supplier_name}} totaling {{currency}} {{total_amount}} is pending approval. Delivery required by {{required_delivery_date}}."
|
||||
"title": "Purchase Order #{po_number} requires approval",
|
||||
"message": "Purchase order for {supplier_name} totaling {currency} {total_amount} is pending approval. Delivery required by {required_delivery_date}."
|
||||
},
|
||||
"production_batch_start": {
|
||||
"title": "Production Batch Ready: {{product_name}}",
|
||||
|
||||
Reference in New Issue
Block a user