pcm-shared-components 2.1.48 → 2.1.50

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.
@@ -409,6 +409,7 @@
409
409
  "days": "Days",
410
410
  "dedicated_workspace": "Dedicated workspace",
411
411
  "default": "Default",
412
+ "default_tab": "Default Tab",
412
413
  "default_value": "Default Value",
413
414
  "delete": "Delete",
414
415
  "departure_date": "Departure Date",
@@ -1535,11 +1536,17 @@
1535
1536
  },
1536
1537
  "type": {
1537
1538
  "dock": "Dock",
1539
+ "dry": "Dry Site",
1538
1540
  "dwelling": "Cottage",
1539
1541
  "glamping": "Glamping",
1542
+ "group": "Group Site",
1540
1543
  "other": "Other",
1544
+ "overflow": "Overflow",
1541
1545
  "parking": "Parking",
1546
+ "pullthrough": "Pull-Through",
1542
1547
  "rv": "RV",
1548
+ "seasonal": "Seasonal",
1549
+ "storage": "Storage",
1543
1550
  "tent": "Tent"
1544
1551
  }
1545
1552
  },
@@ -409,6 +409,7 @@
409
409
  "days": "Días",
410
410
  "dedicated_workspace": "Espacio de trabajo dedicado",
411
411
  "default": "Defecto",
412
+ "default_tab": "Pestaña predeterminada",
412
413
  "default_value": "Valor por defecto",
413
414
  "delete": "Borrar",
414
415
  "departure_date": "Fecha de salida",
@@ -1535,11 +1536,17 @@
1535
1536
  },
1536
1537
  "type": {
1537
1538
  "dock": "Muelle",
1539
+ "dry": "Sitio seco",
1538
1540
  "dwelling": "Cabaña",
1539
1541
  "glamping": "glamping",
1542
+ "group": "Sitio del grupo",
1540
1543
  "other": "otro",
1544
+ "overflow": "Desbordamiento",
1541
1545
  "parking": "Estacionamiento",
1546
+ "pullthrough": "Paso a través",
1542
1547
  "rv": "casa rodante",
1548
+ "seasonal": "Estacional",
1549
+ "storage": "Almacenamiento",
1543
1550
  "tent": "Tienda"
1544
1551
  }
1545
1552
  },
@@ -409,6 +409,7 @@
409
409
  "days": "Jours",
410
410
  "dedicated_workspace": "Espace de travail dédié",
411
411
  "default": "Défaut",
412
+ "default_tab": "Onglet par défaut",
412
413
  "default_value": "Valeur par défaut",
413
414
  "delete": "Supprimer",
414
415
  "departure_date": "Date de départ",
@@ -1535,11 +1536,17 @@
1535
1536
  },
1536
1537
  "type": {
1537
1538
  "dock": "Quai",
1539
+ "dry": "Site sec",
1538
1540
  "dwelling": "Chalet",
1539
1541
  "glamping": "Glamping",
1542
+ "group": "Site de groupe",
1540
1543
  "other": "Autre",
1544
+ "overflow": "Site de débordement",
1541
1545
  "parking": "Parking",
1546
+ "pullthrough": "Pull-Through",
1542
1547
  "rv": "Remorque",
1548
+ "seasonal": "Saisonnier",
1549
+ "storage": "Stockage",
1543
1550
  "tent": "Tente"
1544
1551
  }
1545
1552
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.48",
3
+ "version": "2.1.50",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {