pcm-shared-components 2.1.209 → 2.1.211

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.
@@ -2592,6 +2592,8 @@
2592
2592
  "monthly_note_day_based": "A monthly price applies to stays of {{threshold}} nights or more.",
2593
2593
  "night_count": "{{count}} night",
2594
2594
  "night_count_plural": "{{count}} nights",
2595
+ "add_night": "Add a night",
2596
+ "remove_night": "Remove a night",
2595
2597
  "zero_nights_error": "Rule must span at least one night."
2596
2598
  },
2597
2599
  "schedule_rates": {
@@ -3080,6 +3082,9 @@
3080
3082
  "drift_status_frozen": "Frozen",
3081
3083
  "drift_status_may_change": "May change",
3082
3084
  "drift_taxes_breakdown_header": "Tax breakdown",
3085
+ "drift_fees_breakdown_header": "Fee breakdown",
3086
+ "drift_occupant_breakdown_header": "Occupant breakdown",
3087
+ "drift_products_breakdown_header": "Product breakdown",
3083
3088
  "footer_note": "This change will be applied to the reservation total.",
3084
3089
  "frozen_banner_affected_charges": "Estimated total change",
3085
3090
  "frozen_banner_col_current_pricing": "Current Pricing",
@@ -2592,6 +2592,8 @@
2592
2592
  "monthly_note_day_based": "Un precio mensual aplica a estadías de {{threshold}} noches o más.",
2593
2593
  "night_count": "{{count}} night",
2594
2594
  "night_count_plural": "{{count}} nights",
2595
+ "add_night": "Agregar una noche",
2596
+ "remove_night": "Quitar una noche",
2595
2597
  "zero_nights_error": "Rule must span at least one night."
2596
2598
  },
2597
2599
  "schedule_rates": {
@@ -3080,6 +3082,9 @@
3080
3082
  "drift_status_frozen": "Congelado",
3081
3083
  "drift_status_may_change": "Puede cambiar",
3082
3084
  "drift_taxes_breakdown_header": "Desglose de impuestos",
3085
+ "drift_fees_breakdown_header": "Desglose de tarifas",
3086
+ "drift_occupant_breakdown_header": "Desglose de ocupantes",
3087
+ "drift_products_breakdown_header": "Desglose de productos",
3083
3088
  "footer_note": "Este cambio se aplicará al total de la reserva.",
3084
3089
  "frozen_banner_affected_charges": "Cambio total estimado",
3085
3090
  "frozen_banner_col_current_pricing": "Precio actual",
@@ -2592,6 +2592,8 @@
2592
2592
  "monthly_note_day_based": "Un prix mensuel s'applique aux séjours de {{threshold}} nuits ou plus.",
2593
2593
  "night_count": "{{count}} night",
2594
2594
  "night_count_plural": "{{count}} nights",
2595
+ "add_night": "Ajouter une nuit",
2596
+ "remove_night": "Retirer une nuit",
2595
2597
  "zero_nights_error": "Rule must span at least one night."
2596
2598
  },
2597
2599
  "schedule_rates": {
@@ -3080,6 +3082,9 @@
3080
3082
  "drift_status_frozen": "Gelé",
3081
3083
  "drift_status_may_change": "Peut changer",
3082
3084
  "drift_taxes_breakdown_header": "Détail des taxes",
3085
+ "drift_fees_breakdown_header": "Détail des frais",
3086
+ "drift_occupant_breakdown_header": "Détail des occupants",
3087
+ "drift_products_breakdown_header": "Détail des produits",
3083
3088
  "footer_note": "Ce changement sera appliqué au total de la réservation.",
3084
3089
  "frozen_banner_affected_charges": "Variation totale estimée",
3085
3090
  "frozen_banner_col_current_pricing": "Tarification actuelle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.209",
3
+ "version": "2.1.211",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {