pcm-shared-components 2.1.218 → 2.1.220

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.
@@ -1465,8 +1465,17 @@
1465
1465
  "title_2": "Campground Lots"
1466
1466
  },
1467
1467
  "occupancy_by_rate_name": {
1468
+ "daily_breakdown": "Daily breakdown",
1469
+ "date": "Date",
1470
+ "footer_note": "Top rows show cumulative occupancy for the selected period. Expand a row to view daily breakdown.",
1471
+ "high": "High",
1472
+ "low": "Low",
1473
+ "no_daily_data": "No daily data available for this period.",
1468
1474
  "occupancy": "Occupancy",
1475
+ "occupancy_timeline": "Occupancy (Timeline)",
1469
1476
  "rate_name": "Rate Name",
1477
+ "selected_period_total": "Selected period total",
1478
+ "showing_n_of_m_days": "Showing {{shown}} of {{total}} days",
1470
1479
  "title": "Lot Occupancy by Rate Names"
1471
1480
  },
1472
1481
  "revenue": {
@@ -2408,6 +2417,9 @@
2408
2417
  "example_3": "Increase rates 15% for July and August",
2409
2418
  "generate": "Generate",
2410
2419
  "generated_badge": "AI Generated",
2420
+ "conflict_badge_singular": "Overlaps 1 rule",
2421
+ "conflict_badge_plural": "Overlaps {{count}} rules",
2422
+ "conflict_tooltip": "This rule overlaps with: {{names}}. Creating it will not delete the existing rule(s) — both will coexist. The schedule engine's priority order decides which one applies.",
2411
2423
  "listening": "Listening...",
2412
2424
  "no_rules_generated": "No rules were generated. Try rephrasing your request.",
2413
2425
  "placeholder": "Describe the rules you want to create...",
@@ -1465,8 +1465,17 @@
1465
1465
  "title_2": "Lotes para acampar"
1466
1466
  },
1467
1467
  "occupancy_by_rate_name": {
1468
+ "daily_breakdown": "Desglose diario",
1469
+ "date": "Fecha",
1470
+ "footer_note": "Las filas superiores muestran la ocupación acumulada para el período seleccionado. Expanda una fila para ver el desglose diario.",
1471
+ "high": "Alta",
1472
+ "low": "Baja",
1473
+ "no_daily_data": "No hay datos diarios disponibles para este período.",
1468
1474
  "occupancy": "Ocupación",
1475
+ "occupancy_timeline": "Ocupación (cronología)",
1469
1476
  "rate_name": "Nombre de la tarifa",
1477
+ "selected_period_total": "Total del período seleccionado",
1478
+ "showing_n_of_m_days": "Mostrando {{shown}} de {{total}} días",
1470
1479
  "title": "Ocupación de lotes por nombre de tarifa"
1471
1480
  },
1472
1481
  "revenue": {
@@ -2408,6 +2417,9 @@
2408
2417
  "example_3": "Aumentar tarifas 15% para julio y agosto",
2409
2418
  "generate": "Generar",
2410
2419
  "generated_badge": "Generado por IA",
2420
+ "conflict_badge_singular": "Se superpone con 1 regla",
2421
+ "conflict_badge_plural": "Se superpone con {{count}} reglas",
2422
+ "conflict_tooltip": "Esta regla se superpone con: {{names}}. Crearla no elimina la regla existente — ambas coexistirán. El orden de prioridad decide cuál se aplica.",
2411
2423
  "listening": "Escuchando...",
2412
2424
  "no_rules_generated": "No se generaron reglas. Intenta reformular tu solicitud.",
2413
2425
  "placeholder": "Describe las reglas que deseas crear...",
@@ -1465,8 +1465,17 @@
1465
1465
  "title_2": "Terrains de Camping"
1466
1466
  },
1467
1467
  "occupancy_by_rate_name": {
1468
+ "daily_breakdown": "Détail quotidien",
1469
+ "date": "Date",
1470
+ "footer_note": "Les lignes principales affichent l'occupation cumulative pour la période sélectionnée. Développez une ligne pour voir le détail quotidien.",
1471
+ "high": "Élevée",
1472
+ "low": "Faible",
1473
+ "no_daily_data": "Aucune donnée quotidienne disponible pour cette période.",
1468
1474
  "occupancy": "Occupation",
1475
+ "occupancy_timeline": "Occupation (chronologie)",
1469
1476
  "rate_name": "Nom du taux",
1477
+ "selected_period_total": "Total de la période sélectionnée",
1478
+ "showing_n_of_m_days": "Affichage de {{shown}} sur {{total}} jours",
1470
1479
  "title": "Occupation des lots par nom de taux"
1471
1480
  },
1472
1481
  "revenue": {
@@ -2408,6 +2417,9 @@
2408
2417
  "example_3": "Augmenter les tarifs de 15% pour juillet et août",
2409
2418
  "generate": "Générer",
2410
2419
  "generated_badge": "Généré par IA",
2420
+ "conflict_badge_singular": "Chevauche 1 règle",
2421
+ "conflict_badge_plural": "Chevauche {{count}} règles",
2422
+ "conflict_tooltip": "Cette règle chevauche : {{names}}. La création ne supprime pas la règle existante — les deux coexisteront. L'ordre de priorité décide laquelle s'applique.",
2411
2423
  "listening": "Écoute en cours...",
2412
2424
  "no_rules_generated": "Aucune règle générée. Reformulez votre demande.",
2413
2425
  "placeholder": "Décrivez les règles à créer...",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.218",
3
+ "version": "2.1.220",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {