pcm-shared-components 2.1.396 → 2.1.397

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.
@@ -2532,7 +2532,11 @@
2532
2532
  "vehicles": "Vehicles",
2533
2533
  "no_util_electricity": "No Electricity",
2534
2534
  "no_util_water": "No Water",
2535
- "no_util_sewer": "No Sewer"
2535
+ "no_util_sewer": "No Sewer",
2536
+ "no_adults_allowed": "No Adults Allowed",
2537
+ "no_children_allowed": "No Children Allowed",
2538
+ "no_animals_allowed": "No Animals Allowed",
2539
+ "no_vehicles_allowed": "No Vehicles Allowed"
2536
2540
  }
2537
2541
  },
2538
2542
  "lot_selection": {
@@ -2532,7 +2532,11 @@
2532
2532
  "vehicles": "Vehículos",
2533
2533
  "no_util_electricity": "Sin electricidad",
2534
2534
  "no_util_water": "Sin agua",
2535
- "no_util_sewer": "Sin alcantarillado"
2535
+ "no_util_sewer": "Sin alcantarillado",
2536
+ "no_adults_allowed": "No se permiten adultos",
2537
+ "no_children_allowed": "No se permiten niños",
2538
+ "no_animals_allowed": "No se permiten animales",
2539
+ "no_vehicles_allowed": "No se permiten vehículos"
2536
2540
  }
2537
2541
  },
2538
2542
  "lot_selection": {
@@ -2532,7 +2532,11 @@
2532
2532
  "vehicles": "Véhicules",
2533
2533
  "no_util_electricity": "Sans électricité",
2534
2534
  "no_util_water": "Sans eau",
2535
- "no_util_sewer": "Sans égout"
2535
+ "no_util_sewer": "Sans égout",
2536
+ "no_adults_allowed": "Aucun adulte autorisé",
2537
+ "no_children_allowed": "Aucun enfant autorisé",
2538
+ "no_animals_allowed": "Aucun animal autorisé",
2539
+ "no_vehicles_allowed": "Aucun véhicule autorisé"
2536
2540
  }
2537
2541
  },
2538
2542
  "lot_selection": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.396",
3
+ "version": "2.1.397",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {