Improve frontend 5
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
"savings": {
|
||||
"label": "💰 SAVINGS",
|
||||
"this_week": "this week",
|
||||
"vs_last": "vs. last"
|
||||
"vs_last": "vs. last",
|
||||
"value_this_week": "€{amount} this week",
|
||||
"detail_vs_last_positive": "+{percentage}% vs. last",
|
||||
"detail_vs_last_negative": "{percentage}% vs. last"
|
||||
},
|
||||
"inventory": {
|
||||
"label": "📦 INVENTORY",
|
||||
@@ -52,7 +55,9 @@
|
||||
"waste": {
|
||||
"label": "♻️ WASTE",
|
||||
"this_month": "this month",
|
||||
"vs_goal": "vs. goal"
|
||||
"vs_goal": "vs. goal",
|
||||
"value_this_month": "{percentage}% this month",
|
||||
"detail_vs_goal": "{change}% vs. goal"
|
||||
},
|
||||
"deliveries": {
|
||||
"label": "🚚 DELIVERIES",
|
||||
@@ -129,6 +134,14 @@
|
||||
"remove": "Remove",
|
||||
"active_count": "{count} active alerts"
|
||||
},
|
||||
"production": {
|
||||
"scheduled_based_on": "Scheduled based on {{type}}",
|
||||
"status": {
|
||||
"completed": "COMPLETED",
|
||||
"in_progress": "IN PROGRESS",
|
||||
"pending": "PENDING"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"welcome": "Welcome back",
|
||||
"good_morning": "Good morning",
|
||||
@@ -203,6 +216,28 @@
|
||||
"cost_analysis": "Cost Analysis"
|
||||
}
|
||||
},
|
||||
"action_queue": {
|
||||
"consequences": {
|
||||
"delayed_delivery": "Delayed delivery may impact production schedule",
|
||||
"immediate_action": "Immediate action required to prevent production issues",
|
||||
"limited_features": "Some features are limited"
|
||||
},
|
||||
"titles": {
|
||||
"purchase_order": "Purchase Order {po_number}",
|
||||
"supplier": "Supplier: {supplier_name}",
|
||||
"pending_approval": "Pending approval for {supplier_name} - {type}"
|
||||
},
|
||||
"buttons": {
|
||||
"view_details": "View Details",
|
||||
"dismiss": "Dismiss",
|
||||
"approve": "Approve",
|
||||
"modify": "Modify",
|
||||
"complete_setup": "Complete Setup"
|
||||
}
|
||||
},
|
||||
"orchestration": {
|
||||
"no_runs_message": "No orchestration has been run yet. Click 'Run Daily Planning' to generate your first plan."
|
||||
},
|
||||
"errors": {
|
||||
"failed_to_load_stats": "Failed to load dashboard statistics. Please try again."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user