pcm-shared-components 2.1.222 → 2.1.223

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.
@@ -2496,7 +2496,13 @@
2496
2496
  "strategy_peak_protection": "Peak Protection",
2497
2497
  "strategy_peak_protection_desc": "Protect peak periods with stronger pricing",
2498
2498
  "title": "AI Price Strategy",
2499
- "vs_current_strategy": "vs Current Strategy"
2499
+ "vs_current_strategy": "vs Current Strategy",
2500
+ "aggressiveness_label": "Pricing Aggressiveness",
2501
+ "aggressiveness_conservative": "Conservative",
2502
+ "aggressiveness_balanced": "Balanced",
2503
+ "aggressiveness_max": "Max",
2504
+ "comparison_next_season": "Next Season",
2505
+ "comparison_around_30_days": "±30 Days"
2500
2506
  },
2501
2507
  "base_config": {
2502
2508
  "assigned_fees_label": "Assigned Fees",
@@ -2496,7 +2496,13 @@
2496
2496
  "strategy_peak_protection": "Protección de picos",
2497
2497
  "strategy_peak_protection_desc": "Proteger períodos pico con precios más altos",
2498
2498
  "title": "Estrategia de precios IA",
2499
- "vs_current_strategy": "vs estrategia actual"
2499
+ "vs_current_strategy": "vs estrategia actual",
2500
+ "aggressiveness_label": "Agresividad de precios",
2501
+ "aggressiveness_conservative": "Conservador",
2502
+ "aggressiveness_balanced": "Equilibrado",
2503
+ "aggressiveness_max": "Máx",
2504
+ "comparison_next_season": "Próxima temporada",
2505
+ "comparison_around_30_days": "±30 días"
2500
2506
  },
2501
2507
  "base_config": {
2502
2508
  "assigned_fees_label": "Tarifas asignadas",
@@ -2496,7 +2496,13 @@
2496
2496
  "strategy_peak_protection": "Protection des pics",
2497
2497
  "strategy_peak_protection_desc": "Protéger les périodes de pointe avec des tarifs plus élevés",
2498
2498
  "title": "Stratégie de prix IA",
2499
- "vs_current_strategy": "vs stratégie actuelle"
2499
+ "vs_current_strategy": "vs stratégie actuelle",
2500
+ "aggressiveness_label": "Agressivité tarifaire",
2501
+ "aggressiveness_conservative": "Conservateur",
2502
+ "aggressiveness_balanced": "Équilibré",
2503
+ "aggressiveness_max": "Max",
2504
+ "comparison_next_season": "Prochaine saison",
2505
+ "comparison_around_30_days": "±30 jours"
2500
2506
  },
2501
2507
  "base_config": {
2502
2508
  "assigned_fees_label": "Frais assignés",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.222",
3
+ "version": "2.1.223",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {