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

View File

@@ -119,7 +119,11 @@
"now": "Ahora",
"recently": "Recientemente",
"soon": "Pronto",
"later": "Más tarde"
"later": "Más tarde",
"just_now": "Ahora mismo",
"minutes_ago": "{count, plural, one {hace # minuto} other {hace # minutos}}",
"hours_ago": "{count, plural, one {hace # hora} other {hace # horas}}",
"days_ago": "{count, plural, one {hace # día} other {hace # días}}"
},
"units": {
"kg": "kg",

View File

@@ -458,6 +458,24 @@
"failed": "Fallida",
"distribution_routes": "Rutas de Distribución"
},
"ai_insights": {
"title": "Insights de IA",
"subtitle": "Recomendaciones estratégicas de tu asistente de IA",
"view_all": "Ver Todos los Insights",
"no_insights": "Aún no hay insights de IA disponibles",
"impact_high": "Alto Impacto",
"impact_medium": "Impacto Medio",
"impact_low": "Bajo Impacto",
"savings": "ahorro potencial",
"reduction": "potencial de reducción",
"types": {
"cost_optimization": "Optimización de Costos",
"waste_reduction": "Reducción de Desperdicio",
"safety_stock": "Stock de Seguridad",
"demand_forecast": "Pronóstico de Demanda",
"risk_alert": "Alerta de Riesgo"
}
},
"new_dashboard": {
"system_status": {
"title": "Estado del Sistema",
@@ -525,8 +543,50 @@
"ai_reasoning": "IA programó este lote porque:",
"reasoning": {
"forecast_demand": "Demanda prevista de {demand} unidades para {product}",
"forecast_demand_enhanced": "Demanda prevista de {demand} unidades para {product} (+{variance}% vs histórico)",
"customer_order": "Pedido del cliente {customer}"
},
"weather_forecast": "Previsión Meteorológica",
"weather_conditions": {
"sunny": "Soleado, {temp}°C, {humidity}% humedad",
"rainy": "Lluvioso, {temp}°C, {humidity}% humedad",
"cold": "Frío, {temp}°C, {humidity}% humedad",
"hot": "Caluroso, {temp}°C, {humidity}% humedad"
},
"demand_impact": "Impacto en Demanda",
"factors_title": "Factores de Predicción",
"factors": {
"historical_pattern": "Patrón Histórico",
"weather_sunny": "Tiempo Soleado",
"weather_rainy": "Tiempo Lluvioso",
"weather_cold": "Tiempo Frío",
"weather_hot": "Tiempo Caluroso",
"weekend_boost": "Demanda de Fin de Semana",
"inventory_level": "Nivel de Inventario",
"seasonal_trend": "Tendencia Estacional",
"general": "Otro Factor"
},
"confidence": "Confianza: {confidence}%",
"variance": "Variación: +{variance}%",
"historical_avg": "Media hist.: {avg} unidades",
"alerts_section": "Alertas de Producción",
"alerts": {
"equipment_maintenance": "Mantenimiento de Equipo Requerido",
"production_delay": "Retraso en Producción",
"batch_delayed": "Lote con Inicio Retrasado",
"generic": "Alerta de Producción",
"active": "Activo",
"affected_orders": "{count, plural, one {# pedido} other {# pedidos}} afectados",
"delay_hours": "{hours}h de retraso",
"financial_impact": "€{amount} de impacto",
"urgent_in": "Urgente en {hours}h"
},
"priority": {
"critical": "Crítico",
"important": "Importante",
"standard": "Estándar",
"info": "Info"
}
}
}
}
}

View File

@@ -14,6 +14,7 @@
},
"productionBatch": {
"forecast_demand": "Programado según pronóstico: {predicted_demand} {product_name} necesarios (stock actual: {current_stock}). Confianza: {confidence_score}%.",
"forecast_demand_enhanced": "Programado según pronóstico mejorado: {predicted_demand} {product_name} necesarios ({variance}% variación del promedio histórico). Confianza: {confidence_score}%.",
"customer_order": "Pedido de cliente para {customer_name}: {order_quantity} {product_name} (Pedido #{order_number}) - entrega {delivery_date}.",
"stock_replenishment": "Reposición de stock para {product_name} - nivel actual por debajo del mínimo.",
"seasonal_preparation": "Lote de preparación estacional para {product_name}.",
@@ -177,5 +178,25 @@
"inventory_replenishment": "Reposición regular de inventario",
"production_schedule": "Lote de producción programado",
"other": "Reposición estándar"
},
"factors": {
"historical_pattern": "Patrón Histórico",
"weather_sunny": "Tiempo Soleado",
"weather_rainy": "Tiempo Lluvioso",
"weather_cold": "Tiempo Frío",
"weather_hot": "Tiempo Caluroso",
"weekend_boost": "Demanda de Fin de Semana",
"inventory_level": "Nivel de Inventario",
"seasonal_trend": "Tendencia Estacional",
"general": "Otro Factor",
"weather_impact_sunny": "Impacto del Tiempo Soleado",
"seasonal_trend_adjustment": "Ajuste de Tendencia Estacional",
"historical_sales_pattern": "Patrón de Ventas Histórico",
"current_inventory_trigger": "Activador de Inventario Actual"
},
"dashboard": {
"factors_title": "Factores Clave que Influencian esta Decisión",
"confidence": "Confianza: {confidence}%",
"variance": "Variación: {variance}% del promedio histórico"
}
}

View File

@@ -117,7 +117,11 @@
"now": "Orain",
"recently": "Duela gutxi",
"soon": "Laster",
"later": "Geroago"
"later": "Geroago",
"just_now": "Orain bertan",
"minutes_ago": "{count, plural, one {duela # minutu} other {duela # minutu}}",
"hours_ago": "{count, plural, one {duela # ordu} other {duela # ordu}}",
"days_ago": "{count, plural, one {duela # egun} other {duela # egun}}"
},
"units": {
"kg": "kg",

View File

@@ -122,10 +122,6 @@
"acknowledged": "Onartu",
"resolved": "Ebatzi"
},
"types": {
"alert": "Alerta",
"recommendation": "Gomendioa"
},
"recommended_actions": "Gomendatutako Ekintzak",
"additional_details": "Xehetasun Gehigarriak",
"mark_as_read": "Irakurritako gisa markatu",
@@ -463,7 +459,49 @@
"ai_reasoning": "IAk lote hau programatu zuen zeren:",
"reasoning": {
"forecast_demand": "{product}-rentzat {demand} unitateko eskaria aurreikusita",
"forecast_demand_enhanced": "{product}-rentzat {demand} unitateko eskaria aurreikusita (+{variance}% historikoarekin alderatuta)",
"customer_order": "{customer} bezeroaren eskaera"
},
"weather_forecast": "Eguraldi Iragarpena",
"weather_conditions": {
"sunny": "Eguzkitsua, {temp}°C, %{humidity} hezetasuna",
"rainy": "Euritsua, {temp}°C, %{humidity} hezetasuna",
"cold": "Hotza, {temp}°C, %{humidity} hezetasuna",
"hot": "Beroa, {temp}°C, %{humidity} hezetasuna"
},
"demand_impact": "Eskarian Eragina",
"factors_title": "Aurreikuspen Faktoreak",
"factors": {
"historical_pattern": "Eredu Historikoa",
"weather_sunny": "Eguraldi Eguzkitsua",
"weather_rainy": "Eguraldi Euritsua",
"weather_cold": "Eguraldi Hotza",
"weather_hot": "Eguraldi Beroa",
"weekend_boost": "Asteburuaren Eskaria",
"inventory_level": "Inbentario Maila",
"seasonal_trend": "Sasoi Joera",
"general": "Beste Faktore bat"
},
"confidence": "Konfiantza: %{confidence}",
"variance": "Aldakuntza: +%{variance}",
"historical_avg": "Batez bestekoa: {avg} unitate",
"alerts_section": "Ekoizpen Alertak",
"alerts": {
"equipment_maintenance": "Ekipoen Mantentze-Lanak Behar",
"production_delay": "Ekoizpenaren Atzerapena",
"batch_delayed": "Lotearen Hasiera Atzeratuta",
"generic": "Ekoizpen Alerta",
"active": "Aktiboa",
"affected_orders": "{count, plural, one {# eskaera} other {# eskaera}} kaltetuak",
"delay_hours": "{hours}h atzerapena",
"financial_impact": "€{amount} eragina",
"urgent_in": "Presazkoa {hours}h-tan"
},
"priority": {
"critical": "Kritikoa",
"important": "Garrantzitsua",
"standard": "Estandarra",
"info": "Informazioa"
}
}
}

View File

@@ -1,4 +1,7 @@
{
"orchestration": {
"daily_summary": "{purchase_orders_count, plural, =0 {} =1 {1 erosketa agindu sortu} other {{purchase_orders_count} erosketa agindu sortu}}{purchase_orders_count, plural, =0 {} other { eta }}{production_batches_count, plural, =0 {ekoizpen loterik ez} =1 {1 ekoizpen lote programatu} other {{production_batches_count} ekoizpen lote programatu}}. {critical_items_count, plural, =0 {Guztia stockean.} =1 {Artikulu kritiko 1 arreta behar du} other {{critical_items_count} artikulu kritiko arreta behar dute}}{total_financial_impact_eur, select, 0 {} other { (€{total_financial_impact_eur} arriskuan)}}{min_depletion_hours, select, 0 {} other { - {min_depletion_hours}h stock amaitu arte}}."
},
"purchaseOrder": {
"low_stock_detection": "{supplier_name}-rentzat stock baxua. {product_names_joined}-ren egungo stocka {days_until_stockout} egunetan amaituko da.",
"low_stock_detection_detailed": "{critical_product_count, plural, =1 {{critical_products_0} {min_depletion_hours} ordutan amaituko da} other {{critical_product_count} produktu kritiko urri}}. {supplier_name}-ren {supplier_lead_time_days} eguneko entregarekin, {order_urgency, select, critical {BEREHALA} urgent {GAUR} important {laster} other {orain}} eskatu behar dugu {affected_batches_count, plural, =0 {ekoizpen atzerapenak} =1 {{affected_batches_0} lotearen etetea} other {{affected_batches_count} loteen etetea}} saihesteko{potential_loss_eur, select, 0 {} other { (€{potential_loss_eur} arriskuan)}}.",
@@ -11,6 +14,7 @@
},
"productionBatch": {
"forecast_demand": "Aurreikuspenen arabera programatua: {predicted_demand} {product_name} behar dira (egungo stocka: {current_stock}). Konfiantza: {confidence_score}%.",
"forecast_demand_enhanced": "Aurreikuspen hobetuaren arabera programatua: {predicted_demand} {product_name} behar dira ({variance}% aldaketa batez besteko historikoarekiko). Konfiantza: {confidence_score}%.",
"customer_order": "{customer_name}-rentzat bezeroaren eskaera: {order_quantity} {product_name} (Eskaera #{order_number}) - entrega {delivery_date}.",
"stock_replenishment": "{product_name}-rentzat stockaren birjartzea - egungo maila minimoa baino txikiagoa.",
"seasonal_preparation": "{product_name}-rentzat denboraldiko prestaketa lotea.",
@@ -174,5 +178,25 @@
"inventory_replenishment": "Inbentario berritze erregularra",
"production_schedule": "Ekoizpen sorta programatua",
"other": "Berritze estandarra"
},
"factors": {
"historical_pattern": "Eredu Historikoa",
"weather_sunny": "Eguraldi Eguzkitsua",
"weather_rainy": "Eguraldi Euritsua",
"weather_cold": "Eguraldi Hotza",
"weather_hot": "Eguraldi Beroa",
"weekend_boost": "Asteburuaren Eskaria",
"inventory_level": "Inbentario Maila",
"seasonal_trend": "Sasoi Joera",
"general": "Beste Faktore bat",
"weather_impact_sunny": "Eguraldi Eguzkitsuaren Eragina",
"seasonal_trend_adjustment": "Sasoi Joeraren Doikuntza",
"historical_sales_pattern": "Salmenta Eredu Historikoa",
"current_inventory_trigger": "Egungo Inbentario Aktibatzailea"
},
"dashboard": {
"factors_title": "Erabaki hau eragiten duten faktore gakoak",
"confidence": "Konfiantza: {confidence}%",
"variance": "Aldaketa: % {variance} batez besteko historikoarekiko"
}
}