demo seed change
This commit is contained in:
@@ -409,6 +409,24 @@
|
||||
"failed": "Failed",
|
||||
"distribution_routes": "Distribution Routes"
|
||||
},
|
||||
"ai_insights": {
|
||||
"title": "AI Insights",
|
||||
"subtitle": "Strategic recommendations from your AI assistant",
|
||||
"view_all": "View All Insights",
|
||||
"no_insights": "No AI insights available yet",
|
||||
"impact_high": "High Impact",
|
||||
"impact_medium": "Medium Impact",
|
||||
"impact_low": "Low Impact",
|
||||
"savings": "potential savings",
|
||||
"reduction": "reduction potential",
|
||||
"types": {
|
||||
"cost_optimization": "Cost Optimization",
|
||||
"waste_reduction": "Waste Reduction",
|
||||
"safety_stock": "Safety Stock",
|
||||
"demand_forecast": "Demand Forecast",
|
||||
"risk_alert": "Risk Alert"
|
||||
}
|
||||
},
|
||||
"new_dashboard": {
|
||||
"system_status": {
|
||||
"title": "System Status",
|
||||
@@ -476,8 +494,50 @@
|
||||
"ai_reasoning": "AI scheduled this batch because:",
|
||||
"reasoning": {
|
||||
"forecast_demand": "Predicted demand of {demand} units for {product}",
|
||||
"forecast_demand_enhanced": "Predicted demand of {demand} units for {product} (+{variance}% vs historical)",
|
||||
"customer_order": "Customer order from {customer}"
|
||||
},
|
||||
"weather_forecast": "Weather Forecast",
|
||||
"weather_conditions": {
|
||||
"sunny": "Sunny, {temp}°C, {humidity}% humidity",
|
||||
"rainy": "Rainy, {temp}°C, {humidity}% humidity",
|
||||
"cold": "Cold, {temp}°C, {humidity}% humidity",
|
||||
"hot": "Hot, {temp}°C, {humidity}% humidity"
|
||||
},
|
||||
"demand_impact": "Demand Impact",
|
||||
"factors_title": "Prediction Factors",
|
||||
"factors": {
|
||||
"historical_pattern": "Historical Pattern",
|
||||
"weather_sunny": "Sunny Weather",
|
||||
"weather_rainy": "Rainy Weather",
|
||||
"weather_cold": "Cold Weather",
|
||||
"weather_hot": "Hot Weather",
|
||||
"weekend_boost": "Weekend Demand",
|
||||
"inventory_level": "Inventory Level",
|
||||
"seasonal_trend": "Seasonal Trend",
|
||||
"general": "Other Factor"
|
||||
},
|
||||
"confidence": "Confidence: {confidence}%",
|
||||
"variance": "Variance: +{variance}%",
|
||||
"historical_avg": "Hist. avg: {avg} units",
|
||||
"alerts_section": "Production Alerts",
|
||||
"alerts": {
|
||||
"equipment_maintenance": "Equipment Maintenance Required",
|
||||
"production_delay": "Production Delay",
|
||||
"batch_delayed": "Batch Start Delayed",
|
||||
"generic": "Production Alert",
|
||||
"active": "Active",
|
||||
"affected_orders": "{count, plural, one {# order} other {# orders}} affected",
|
||||
"delay_hours": "{hours}h delay",
|
||||
"financial_impact": "€{amount} impact",
|
||||
"urgent_in": "Urgent in {hours}h"
|
||||
},
|
||||
"priority": {
|
||||
"critical": "Critical",
|
||||
"important": "Important",
|
||||
"standard": "Standard",
|
||||
"info": "Info"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user