demo seed change

This commit is contained in:
Urtzi Alfaro
2025-12-13 23:57:54 +01:00
parent f3688dfb04
commit ff830a3415
299 changed files with 20328 additions and 19485 deletions

View File

@@ -14,6 +14,7 @@
},
"productionBatch": {
"forecast_demand": "Scheduled based on forecast: {predicted_demand} {product_name} needed (current stock: {current_stock}). Confidence: {confidence_score}%.",
"forecast_demand_enhanced": "Scheduled based on enhanced forecast: {predicted_demand} {product_name} needed ({variance}% variance from historical average). Confidence: {confidence_score}%.",
"customer_order": "Customer order for {customer_name}: {order_quantity} {product_name} (Order #{order_number}) - delivery {delivery_date}.",
"stock_replenishment": "Stock replenishment for {product_name} - current level below minimum.",
"seasonal_preparation": "Seasonal preparation batch for {product_name}.",
@@ -177,5 +178,25 @@
"inventory_replenishment": "Regular inventory replenishment",
"production_schedule": "Scheduled production batch",
"other": "Standard replenishment"
},
"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",
"weather_impact_sunny": "Sunny Weather Impact",
"seasonal_trend_adjustment": "Seasonal Trend Adjustment",
"historical_sales_pattern": "Historical Sales Pattern",
"current_inventory_trigger": "Current Inventory Trigger"
},
"dashboard": {
"factors_title": "Key Factors Influencing This Decision",
"confidence": "Confidence: {confidence}%",
"variance": "Variance: {variance}% from historical average"
}
}