New enterprise feature

This commit is contained in:
Urtzi Alfaro
2025-11-30 09:12:40 +01:00
parent f9d0eec6ec
commit 972db02f6d
176 changed files with 19741 additions and 1361 deletions

View File

@@ -329,5 +329,73 @@
"celebration": "Great news! AI prevented {count} issue(s) before they became problems.",
"ai_insight": "AI Insight:",
"orchestration_title": "Latest Orchestration Run"
},
"enterprise": {
"network_dashboard": "Enterprise Network Dashboard",
"network_summary_description": "Overview of your bakery network performance",
"loading": "Loading network data...",
"network_summary": "Network Summary",
"outlets_count": "Network Outlets",
"network_outlets": "outlets in network",
"network_sales": "Network Sales",
"last_30_days": "last 30 days",
"production_volume": "Production Volume",
"pending_orders": "Pending Orders",
"internal_transfers": "internal transfers",
"active_shipments": "Active Shipments",
"today": "today",
"distribution_map": "Distribution Routes",
"outlet_performance": "Outlet Performance",
"sales": "Sales",
"inventory_value": "Inventory Value",
"order_frequency": "Order Frequency",
"last_7_days": "Last 7 days",
"last_30_days": "Last 30 days",
"last_90_days": "Last 90 days",
"network_forecast": "Network Forecast",
"total_demand": "Total Demand",
"days_forecast": "Days Forecast",
"avg_daily_demand": "Avg Daily Demand",
"last_updated": "Last Updated",
"no_forecast_data": "No forecast data available",
"no_performance_data": "No performance data available",
"no_distribution_data": "No distribution data available",
"performance_based_on": "Performance based on {{metric}} over {{period}} days",
"ranking": "Ranking",
"rank": "Rank",
"outlet": "Outlet",
"metric_labels": {
"sales": "Sales (€)",
"inventory_value": "Inventory Value (€)",
"order_frequency": "Order Frequency"
},
"metrics": {
"sales": "sales",
"inventory_value": "inventory value",
"order_frequency": "order frequency"
},
"route": "Route",
"total_routes": "Total Routes",
"total_distance": "Total Distance",
"total_shipments": "Total Shipments",
"active_routes": "Active Routes",
"distance": "Distance",
"duration": "Duration",
"stops": "Stops",
"no_stops": "No stops",
"stop": "Stop",
"no_routes_available": "No routes available",
"route_status": {
"planned": "Planned",
"in_progress": "In Progress",
"completed": "Completed",
"cancelled": "Cancelled"
},
"planned": "Planned",
"pending": "Pending",
"in_transit": "In Transit",
"delivered": "Delivered",
"failed": "Failed",
"distribution_routes": "Distribution Routes"
}
}