pcm-shared-components 2.1.185 → 2.1.187

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.
@@ -2544,7 +2544,9 @@
2544
2544
  "add_rule": "Add Rule",
2545
2545
  "duplicate_name_warning": "A schedule with this name already exists.",
2546
2546
  "month_badge_tooltip": "{{count}} scheduled rate",
2547
- "month_badge_tooltip_plural": "{{count}} scheduled rates"
2547
+ "month_badge_tooltip_plural": "{{count}} scheduled rates",
2548
+ "monthly_note_day_based": "A monthly price applies to stays of {{threshold}} nights or more.",
2549
+ "monthly_note_calendar_based": "A monthly price applies to a full calendar month (1st to 1st)."
2548
2550
  },
2549
2551
  "schedule_rates": {
2550
2552
  "create_success_title": "Schedule Created",
@@ -2544,7 +2544,9 @@
2544
2544
  "add_rule": "Agregar regla",
2545
2545
  "duplicate_name_warning": "Ya existe un horario con este nombre.",
2546
2546
  "month_badge_tooltip": "{{count}} tarifa programada",
2547
- "month_badge_tooltip_plural": "{{count}} tarifas programadas"
2547
+ "month_badge_tooltip_plural": "{{count}} tarifas programadas",
2548
+ "monthly_note_day_based": "Un precio mensual aplica a estadías de {{threshold}} noches o más.",
2549
+ "monthly_note_calendar_based": "Un precio mensual aplica a un mes calendario completo (del 1 al 1)."
2548
2550
  },
2549
2551
  "schedule_rates": {
2550
2552
  "create_success_title": "Horario creado",
@@ -2544,7 +2544,9 @@
2544
2544
  "add_rule": "Ajouter une règle",
2545
2545
  "duplicate_name_warning": "Un horaire avec ce nom existe déjà.",
2546
2546
  "month_badge_tooltip": "{{count}} tarif planifié",
2547
- "month_badge_tooltip_plural": "{{count}} tarifs planifiés"
2547
+ "month_badge_tooltip_plural": "{{count}} tarifs planifiés",
2548
+ "monthly_note_day_based": "Un prix mensuel s'applique aux séjours de {{threshold}} nuits ou plus.",
2549
+ "monthly_note_calendar_based": "Un prix mensuel s'applique pour un mois calendaire complet (du 1er au 1er)."
2548
2550
  },
2549
2551
  "schedule_rates": {
2550
2552
  "create_success_title": "Calendrier créé",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.185",
3
+ "version": "2.1.187",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {