2025-09-22 11:04:03 +02:00
|
|
|
{
|
|
|
|
|
"title": "Panel de Control",
|
2025-11-13 16:01:08 +01:00
|
|
|
"subtitle": "Tu panadería de un vistazo",
|
2025-09-22 11:04:03 +02:00
|
|
|
"stats": {
|
|
|
|
|
"sales_today": "Ventas Hoy",
|
|
|
|
|
"pending_orders": "Órdenes Pendientes",
|
|
|
|
|
"stock_alerts": "Alertas de Stock",
|
|
|
|
|
"production_efficiency": "Eficiencia de Producción",
|
|
|
|
|
"revenue_growth": "Crecimiento de Ingresos",
|
|
|
|
|
"customer_satisfaction": "Satisfacción del Cliente",
|
|
|
|
|
"inventory_turnover": "Rotación de Inventario",
|
|
|
|
|
"daily_profit": "Ganancia Diaria",
|
2025-10-27 16:33:26 +01:00
|
|
|
"products_sold": "Productos Vendidos",
|
|
|
|
|
"waste_reduction": "Reducción de Residuos",
|
|
|
|
|
"monthly_savings": "Ahorro Mensual"
|
2025-09-22 11:04:03 +02:00
|
|
|
},
|
|
|
|
|
"trends": {
|
|
|
|
|
"vs_yesterday": "% vs ayer",
|
|
|
|
|
"vs_last_week": "% vs semana pasada",
|
|
|
|
|
"vs_last_month": "% vs mes pasado",
|
|
|
|
|
"growth": "crecimiento",
|
|
|
|
|
"decrease": "disminución",
|
|
|
|
|
"stable": "estable"
|
|
|
|
|
},
|
|
|
|
|
"sections": {
|
|
|
|
|
"critical_stats": "Estadísticas Críticas",
|
|
|
|
|
"real_time_alerts": "Alertas en Tiempo Real",
|
|
|
|
|
"procurement_today": "Compras Hoy",
|
|
|
|
|
"production_today": "Producción Hoy",
|
2025-10-21 19:50:07 +02:00
|
|
|
"tomorrow_procurement": "Compras para Mañana",
|
|
|
|
|
"today_production": "Producción de Hoy",
|
|
|
|
|
"pending_po_approvals": "Órdenes de Compra Pendientes",
|
2025-09-22 11:04:03 +02:00
|
|
|
"recent_activity": "Actividad Reciente",
|
2025-11-13 16:01:08 +01:00
|
|
|
"quick_actions": "Acciones Rápidas",
|
|
|
|
|
"key_metrics": "Métricas Clave"
|
2025-09-22 11:04:03 +02:00
|
|
|
},
|
2025-11-15 21:21:06 +01:00
|
|
|
"insights": {
|
|
|
|
|
"savings": {
|
|
|
|
|
"label": "💰 AHORROS",
|
|
|
|
|
"this_week": "esta semana",
|
|
|
|
|
"vs_last": "vs. anterior"
|
|
|
|
|
},
|
|
|
|
|
"inventory": {
|
|
|
|
|
"label": "📦 INVENTARIO",
|
|
|
|
|
"all_stocked": "Todo en stock",
|
|
|
|
|
"low_stock": "Stock bajo",
|
|
|
|
|
"stock_issues": "⚠️ Problemas de stock",
|
|
|
|
|
"no_alerts": "Sin alertas",
|
|
|
|
|
"out_of_stock": "{count} sin stock",
|
|
|
|
|
"alerts": "{count} alerta{count, plural, one {} other {s}}"
|
|
|
|
|
},
|
|
|
|
|
"waste": {
|
|
|
|
|
"label": "♻️ DESPERDICIO",
|
|
|
|
|
"this_month": "este mes",
|
|
|
|
|
"vs_goal": "vs. objetivo"
|
|
|
|
|
},
|
|
|
|
|
"deliveries": {
|
|
|
|
|
"label": "🚚 ENTREGAS",
|
|
|
|
|
"arriving_today": "{count} llegan hoy",
|
|
|
|
|
"none_scheduled": "Ninguna programada"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-21 19:50:07 +02:00
|
|
|
"procurement": {
|
|
|
|
|
"title": "¿Qué necesito comprar para mañana?",
|
|
|
|
|
"empty": "Todos los suministros listos para mañana",
|
|
|
|
|
"items_needed": "artículos necesarios"
|
|
|
|
|
},
|
|
|
|
|
"production": {
|
|
|
|
|
"title": "¿Qué necesito producir hoy?",
|
|
|
|
|
"empty": "Sin producción programada para hoy",
|
|
|
|
|
"batches_pending": "lotes pendientes"
|
|
|
|
|
},
|
|
|
|
|
"po_approvals": {
|
|
|
|
|
"title": "¿Qué órdenes debo aprobar?",
|
|
|
|
|
"empty": "Sin órdenes pendientes de aprobación",
|
|
|
|
|
"pos_pending": "órdenes pendientes de aprobación",
|
|
|
|
|
"view_all": "Ver todas las órdenes",
|
|
|
|
|
"approve": "Aprobar",
|
|
|
|
|
"reject": "Rechazar"
|
|
|
|
|
},
|
2025-09-22 11:04:03 +02:00
|
|
|
"quick_actions": {
|
|
|
|
|
"add_new_bakery": "Agregar Nueva Panadería",
|
|
|
|
|
"create_order": "Crear Pedido",
|
|
|
|
|
"start_production": "Iniciar Producción",
|
|
|
|
|
"check_inventory": "Revisar Inventario",
|
|
|
|
|
"view_reports": "Ver Reportes",
|
2025-11-13 16:01:08 +01:00
|
|
|
"manage_staff": "Gestionar Personal",
|
|
|
|
|
"view_orders": "Ver Órdenes",
|
|
|
|
|
"view_production": "Producción",
|
|
|
|
|
"view_inventory": "Inventario",
|
|
|
|
|
"view_suppliers": "Proveedores"
|
2025-09-22 11:04:03 +02:00
|
|
|
},
|
|
|
|
|
"alerts": {
|
2025-09-25 12:14:46 +02:00
|
|
|
"title": "Alertas",
|
|
|
|
|
"live": "En vivo",
|
|
|
|
|
"offline": "Desconectado",
|
|
|
|
|
"no_alerts": "No hay alertas activas",
|
|
|
|
|
"view_all": "Ver todas las alertas",
|
|
|
|
|
"time": {
|
|
|
|
|
"now": "Ahora",
|
|
|
|
|
"minutes_ago": "hace {{count}} min",
|
|
|
|
|
"hours_ago": "hace {{count}} h",
|
|
|
|
|
"yesterday": "Ayer"
|
|
|
|
|
},
|
2025-10-21 19:50:07 +02:00
|
|
|
"severity": {
|
|
|
|
|
"urgent": "Urgente",
|
|
|
|
|
"high": "Alta",
|
|
|
|
|
"medium": "Media",
|
|
|
|
|
"low": "Baja"
|
|
|
|
|
},
|
2025-09-25 12:14:46 +02:00
|
|
|
"types": {
|
2025-10-21 19:50:07 +02:00
|
|
|
"alert": "Alerta",
|
|
|
|
|
"recommendation": "Recomendación",
|
2025-09-25 12:14:46 +02:00
|
|
|
"low_stock": "Stock Bajo",
|
|
|
|
|
"production_delay": "Retraso en Producción",
|
|
|
|
|
"quality_issue": "Problema de Calidad",
|
|
|
|
|
"equipment_maintenance": "Mantenimiento de Equipo",
|
|
|
|
|
"order_pending": "Pedido Pendiente",
|
|
|
|
|
"delivery_due": "Entrega Vencida",
|
|
|
|
|
"critical": "Crítico",
|
|
|
|
|
"warning": "Advertencia",
|
|
|
|
|
"info": "Información",
|
|
|
|
|
"success": "Éxito"
|
|
|
|
|
},
|
|
|
|
|
"status": {
|
|
|
|
|
"new": "Nuevo",
|
|
|
|
|
"acknowledged": "Reconocido",
|
|
|
|
|
"resolved": "Resuelto"
|
|
|
|
|
},
|
2025-10-21 19:50:07 +02:00
|
|
|
"filters": {
|
|
|
|
|
"search_placeholder": "Buscar alertas...",
|
|
|
|
|
"severity": "Severidad",
|
|
|
|
|
"category": "Categoría",
|
|
|
|
|
"time_range": "Periodo",
|
|
|
|
|
"show_snoozed": "Mostrar pospuestos",
|
|
|
|
|
"active_filters": "Filtros activos:",
|
|
|
|
|
"clear_all": "Limpiar filtros"
|
|
|
|
|
},
|
|
|
|
|
"grouping": {
|
|
|
|
|
"by_time": "Por tiempo",
|
|
|
|
|
"by_category": "Por categoría",
|
|
|
|
|
"by_similarity": "Similares",
|
|
|
|
|
"none": "Sin agrupar"
|
2025-09-25 12:14:46 +02:00
|
|
|
},
|
|
|
|
|
"recommended_actions": "Acciones Recomendadas",
|
|
|
|
|
"additional_details": "Detalles Adicionales",
|
|
|
|
|
"mark_as_read": "Marcar como leído",
|
|
|
|
|
"remove": "Eliminar",
|
2025-10-21 19:50:07 +02:00
|
|
|
"snooze": "Posponer",
|
|
|
|
|
"unsnooze": "Reactivar",
|
|
|
|
|
"active_count": "{{count}} alertas activas",
|
|
|
|
|
"empty_state": {
|
|
|
|
|
"no_results": "Sin resultados",
|
|
|
|
|
"all_clear": "Todo despejado",
|
|
|
|
|
"no_matches": "No hay alertas que coincidan con los filtros seleccionados",
|
|
|
|
|
"no_active": "No hay alertas activas en este momento"
|
|
|
|
|
},
|
|
|
|
|
"bulk_actions": {
|
|
|
|
|
"selected": "seleccionado",
|
|
|
|
|
"selected_plural": "seleccionados",
|
|
|
|
|
"select_all": "Seleccionar todos",
|
|
|
|
|
"deselect_all": "Deseleccionar todo",
|
|
|
|
|
"mark_read": "Marcar leídos",
|
|
|
|
|
"delete": "Eliminar"
|
|
|
|
|
}
|
2025-09-22 11:04:03 +02:00
|
|
|
},
|
|
|
|
|
"messages": {
|
|
|
|
|
"welcome": "Bienvenido de vuelta",
|
|
|
|
|
"good_morning": "Buenos días",
|
|
|
|
|
"good_afternoon": "Buenas tardes",
|
|
|
|
|
"good_evening": "Buenas noches",
|
|
|
|
|
"no_data": "No hay datos disponibles",
|
|
|
|
|
"loading": "Cargando datos del panel...",
|
|
|
|
|
"error_loading": "Error al cargar los datos",
|
|
|
|
|
"last_updated": "Última actualización",
|
|
|
|
|
"auto_refresh": "Actualización automática en",
|
|
|
|
|
"more_than_yesterday": "más que ayer",
|
|
|
|
|
"require_attention": "Requieren atención",
|
|
|
|
|
"more_units": "unidades más",
|
|
|
|
|
"action_required": "Acción requerida",
|
|
|
|
|
"manage_organizations": "Gestiona tus organizaciones",
|
|
|
|
|
"setup_new_business": "Configurar un nuevo negocio desde cero",
|
2025-10-27 16:33:26 +01:00
|
|
|
"active_organizations": "Organizaciones Activas",
|
|
|
|
|
"excellent_progress": "¡Excelente progreso!",
|
|
|
|
|
"keep_improving": "Sigue mejorando",
|
|
|
|
|
"from_sustainability": "De sostenibilidad",
|
|
|
|
|
"all_caught_up": "¡Todo al día!",
|
|
|
|
|
"stock_healthy": "Stock saludable",
|
|
|
|
|
"same_as_yesterday": "Igual que ayer",
|
2025-11-13 16:01:08 +01:00
|
|
|
"less_than_yesterday": "menos que ayer",
|
|
|
|
|
"your_bakery_at_glance": "Tu panadería de un vistazo"
|
|
|
|
|
},
|
|
|
|
|
"health": {
|
|
|
|
|
"production_on_schedule": "Producción a tiempo",
|
2025-11-15 21:21:06 +01:00
|
|
|
"production_delayed": "{count} lote{count, plural, one {} other {s}} de producción retrasado{count, plural, one {} other {s}}",
|
2025-11-13 16:01:08 +01:00
|
|
|
"all_ingredients_in_stock": "Todos los ingredientes en stock",
|
2025-11-15 21:21:06 +01:00
|
|
|
"ingredients_out_of_stock": "{count} ingrediente{count, plural, one {} other {s}} sin stock",
|
2025-11-13 16:01:08 +01:00
|
|
|
"no_pending_approvals": "Sin aprobaciones pendientes",
|
2025-11-15 21:21:06 +01:00
|
|
|
"approvals_awaiting": "{count} orden{count, plural, one {} other {es}} de compra esperando aprobación",
|
2025-11-13 16:01:08 +01:00
|
|
|
"all_systems_operational": "Todos los sistemas operativos",
|
2025-11-15 21:21:06 +01:00
|
|
|
"critical_issues": "{count} problema{count, plural, one {} other {s}} crítico{count, plural, one {} other {s}}",
|
2025-11-13 16:01:08 +01:00
|
|
|
"headline_green": "Tu panadería funciona sin problemas",
|
2025-11-15 21:21:06 +01:00
|
|
|
"headline_yellow_approvals": "Por favor revisa {count} aprobación{count, plural, one {} other {es}} pendiente{count, plural, one {} other {s}}",
|
|
|
|
|
"headline_yellow_alerts": "Tienes {count} alerta{count, plural, one {} other {s}} que necesita{count, plural, one {} other {n}} atención",
|
2025-11-13 16:01:08 +01:00
|
|
|
"headline_yellow_general": "Algunos elementos necesitan tu atención",
|
|
|
|
|
"headline_red": "Problemas críticos requieren acción inmediata"
|
2025-09-22 11:04:03 +02:00
|
|
|
},
|
|
|
|
|
"time_periods": {
|
|
|
|
|
"today": "Hoy",
|
|
|
|
|
"this_week": "Esta Semana",
|
|
|
|
|
"this_month": "Este Mes",
|
|
|
|
|
"this_year": "Este Año",
|
|
|
|
|
"last_7_days": "Últimos 7 días",
|
|
|
|
|
"last_30_days": "Últimos 30 días",
|
|
|
|
|
"last_90_days": "Últimos 90 días"
|
2025-10-27 16:33:26 +01:00
|
|
|
},
|
2025-11-12 15:17:58 +00:00
|
|
|
"config": {
|
|
|
|
|
"title": "Completa la Configuración de tu Panadería",
|
|
|
|
|
"subtitle": "Configura características esenciales para comenzar",
|
|
|
|
|
"inventory": "Inventario",
|
|
|
|
|
"suppliers": "Proveedores",
|
|
|
|
|
"recipes": "Recetas",
|
|
|
|
|
"quality": "Estándares de Calidad",
|
|
|
|
|
"add_ingredients": "Agregar al menos {{count}} ingredientes",
|
|
|
|
|
"add_supplier": "Agregar tu primer proveedor",
|
|
|
|
|
"add_recipe": "Crear tu primera receta",
|
|
|
|
|
"add_quality": "Agregar controles de calidad (opcional)",
|
|
|
|
|
"sections_complete": "secciones completas",
|
|
|
|
|
"added": "agregado",
|
|
|
|
|
"recommended": "recomendado",
|
|
|
|
|
"next_step": "Siguiente Paso",
|
|
|
|
|
"configure": "Configurar",
|
|
|
|
|
"features_unlocked": "¡Características Desbloqueadas!",
|
|
|
|
|
"features": {
|
|
|
|
|
"inventory_tracking": "Seguimiento de Inventario",
|
|
|
|
|
"purchase_orders": "Órdenes de Compra",
|
|
|
|
|
"production_planning": "Planificación de Producción",
|
|
|
|
|
"cost_analysis": "Análisis de Costos"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-27 16:33:26 +01:00
|
|
|
"errors": {
|
|
|
|
|
"failed_to_load_stats": "Error al cargar las estadísticas del panel. Por favor, inténtelo de nuevo."
|
2025-09-22 11:04:03 +02:00
|
|
|
}
|
|
|
|
|
}
|