pcm-shared-components 2.1.214 → 2.1.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2450,6 +2450,15 @@
2450
2450
  "no_data": "Not enough historical data to generate a strategy for this period.",
2451
2451
  "projected_lift": "Projected lift",
2452
2452
  "review_details": "Review Details",
2453
+ "legend_revenue_current": "Estimated Revenue (Current Strategy)",
2454
+ "legend_revenue_ai": "Estimated Revenue (AI Recommended)",
2455
+ "legend_revenue_y_axis": "Est. Revenue ($)",
2456
+ "revenue_formula_note": "Revenue = Price x Occupancy x Available Sites",
2457
+ "revenue_card_current": "Current Strategy",
2458
+ "revenue_card_current_sub": "Est. revenue projection",
2459
+ "revenue_card_ai": "AI Recommended",
2460
+ "revenue_card_ai_sub": "Est. revenue projection",
2461
+ "period_total": "Period Total",
2453
2462
  "estimated_impact": "Estimated Impact",
2454
2463
  "estimated_revenue_lift": "Estimated Revenue Lift",
2455
2464
  "occupancy_impact": "Occupancy Impact",
@@ -2450,6 +2450,15 @@
2450
2450
  "no_data": "Datos históricos insuficientes para generar una estrategia para este período.",
2451
2451
  "projected_lift": "Aumento proyectado",
2452
2452
  "review_details": "Ver detalles",
2453
+ "legend_revenue_current": "Ingresos estimados (estrategia actual)",
2454
+ "legend_revenue_ai": "Ingresos estimados (IA recomendado)",
2455
+ "legend_revenue_y_axis": "Ing. estimados ($)",
2456
+ "revenue_formula_note": "Ingresos = Precio x Ocupación x Sitios disponibles",
2457
+ "revenue_card_current": "Estrategia actual",
2458
+ "revenue_card_current_sub": "Proy. ingresos est.",
2459
+ "revenue_card_ai": "IA Recomendado",
2460
+ "revenue_card_ai_sub": "Proy. ingresos est.",
2461
+ "period_total": "Total período",
2453
2462
  "estimated_impact": "Impacto estimado",
2454
2463
  "estimated_revenue_lift": "Aumento de ingresos estimado",
2455
2464
  "occupancy_impact": "Impacto en ocupación",
@@ -2450,6 +2450,15 @@
2450
2450
  "no_data": "Données historiques insuffisantes pour générer une stratégie pour cette période.",
2451
2451
  "projected_lift": "Hausse projetée",
2452
2452
  "review_details": "Voir les détails",
2453
+ "legend_revenue_current": "Revenus estimés (stratégie actuelle)",
2454
+ "legend_revenue_ai": "Revenus estimés (recommandé IA)",
2455
+ "legend_revenue_y_axis": "Rev. estimés ($)",
2456
+ "revenue_formula_note": "Revenu = Prix x Occupation x Sites disponibles",
2457
+ "revenue_card_current": "Stratégie actuelle",
2458
+ "revenue_card_current_sub": "Projection rev. estimés",
2459
+ "revenue_card_ai": "Recommandé IA",
2460
+ "revenue_card_ai_sub": "Projection rev. estimés",
2461
+ "period_total": "Total période",
2453
2462
  "estimated_impact": "Impact estimé",
2454
2463
  "estimated_revenue_lift": "Hausse de revenus estimée",
2455
2464
  "occupancy_impact": "Impact sur l'occupation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.214",
3
+ "version": "2.1.216",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {