pcm-shared-components 2.1.49 → 2.1.51

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.
@@ -555,6 +555,8 @@
555
555
  "lot_selection": "Lot Selection",
556
556
  "lot_size": "Lot Size",
557
557
  "lot_stay_duration_description": "The Stay Duration Schedule allows you to set the minimum and maximum number of nights a client can book for a specific date range. If no maximum is set, there is no upper limit on the stay duration. ",
558
+ "lot_type_checked_by_default": "Lot type checked by default",
559
+ "lot_type_filter_type": "Lot type display",
558
560
  "lot_types": "Lot Types",
559
561
  "lots": "Lots",
560
562
  "luggage_drop_off_allowed": "Luggage drop off allowed",
@@ -1536,11 +1538,17 @@
1536
1538
  },
1537
1539
  "type": {
1538
1540
  "dock": "Dock",
1541
+ "dry": "Dry Site",
1539
1542
  "dwelling": "Cottage",
1540
1543
  "glamping": "Glamping",
1544
+ "group": "Group Site",
1541
1545
  "other": "Other",
1546
+ "overflow": "Overflow",
1542
1547
  "parking": "Parking",
1548
+ "pullthrough": "Pull-Through",
1543
1549
  "rv": "RV",
1550
+ "seasonal": "Seasonal",
1551
+ "storage": "Storage",
1544
1552
  "tent": "Tent"
1545
1553
  }
1546
1554
  },
@@ -555,6 +555,8 @@
555
555
  "lot_selection": "Selección de lotes",
556
556
  "lot_size": "Tamaño del lote",
557
557
  "lot_stay_duration_description": "El Programa de Duración de Estancia permite establecer el número mínimo y máximo de noches que un cliente puede reservar para un rango de fechas específico. Si no se establece un máximo, no hay límite superior para la duración de la estancia.",
558
+ "lot_type_checked_by_default": "Tipo de lote marcado por defecto",
559
+ "lot_type_filter_type": "Visualización del tipo de lote",
558
560
  "lot_types": "Tipos de lote",
559
561
  "lots": "Lotes",
560
562
  "luggage_drop_off_allowed": "Se permite dejar equipaje",
@@ -1536,11 +1538,17 @@
1536
1538
  },
1537
1539
  "type": {
1538
1540
  "dock": "Muelle",
1541
+ "dry": "Sitio seco",
1539
1542
  "dwelling": "Cabaña",
1540
1543
  "glamping": "glamping",
1544
+ "group": "Sitio del grupo",
1541
1545
  "other": "otro",
1546
+ "overflow": "Desbordamiento",
1542
1547
  "parking": "Estacionamiento",
1548
+ "pullthrough": "Paso a través",
1543
1549
  "rv": "casa rodante",
1550
+ "seasonal": "Estacional",
1551
+ "storage": "Almacenamiento",
1544
1552
  "tent": "Tienda"
1545
1553
  }
1546
1554
  },
@@ -555,6 +555,8 @@
555
555
  "lot_selection": "Sélection de lots",
556
556
  "lot_size": "Taille du lot",
557
557
  "lot_stay_duration_description": "Le planning de durée de séjour vous permet de définir le nombre minimum et maximum de nuits qu'un client peut réserver pour une période donnée. Si aucun maximum n'est défini, la durée du séjour n'est pas limitée.",
558
+ "lot_type_checked_by_default": "Type de lot coché par défaut",
559
+ "lot_type_filter_type": "Affichage du type de lot",
558
560
  "lot_types": "Types de lots",
559
561
  "lots": "Terrains",
560
562
  "luggage_drop_off_allowed": "Dépôt de bagages autorisé",
@@ -1536,11 +1538,17 @@
1536
1538
  },
1537
1539
  "type": {
1538
1540
  "dock": "Quai",
1541
+ "dry": "Site sec",
1539
1542
  "dwelling": "Chalet",
1540
1543
  "glamping": "Glamping",
1544
+ "group": "Site de groupe",
1541
1545
  "other": "Autre",
1546
+ "overflow": "Site de débordement",
1542
1547
  "parking": "Parking",
1548
+ "pullthrough": "Pull-Through",
1543
1549
  "rv": "Remorque",
1550
+ "seasonal": "Saisonnier",
1551
+ "storage": "Stockage",
1544
1552
  "tent": "Tente"
1545
1553
  }
1546
1554
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.49",
3
+ "version": "2.1.51",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {