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

@@ -119,7 +119,11 @@
"now": "Now",
"recently": "Recently",
"soon": "Soon",
"later": "Later"
"later": "Later",
"just_now": "Just now",
"minutes_ago": "{count, plural, one {# minute ago} other {# minutes ago}}",
"hours_ago": "{count, plural, one {# hour ago} other {# hours ago}}",
"days_ago": "{count, plural, one {# day ago} other {# days ago}}"
},
"units": {
"kg": "kg",

View File

@@ -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"
}
}
}
}
}

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"
}
}