pcm-shared-components 2.1.210 → 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": {
@@ -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": {
@@ -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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.210",
3
+ "version": "2.1.211",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {