pcm-shared-components 2.1.396 → 2.1.398

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.
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "Year to Date",
871
871
  "yesterday": "Yesterday",
872
872
  "last_week": "Last Week",
873
- "previous_month": "Previous Month"
873
+ "previous_month": "Previous Month",
874
+ "previous_day": "Previous Day",
875
+ "next_day": "Next Day"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "Filters",
@@ -2532,7 +2534,11 @@
2532
2534
  "vehicles": "Vehicles",
2533
2535
  "no_util_electricity": "No Electricity",
2534
2536
  "no_util_water": "No Water",
2535
- "no_util_sewer": "No Sewer"
2537
+ "no_util_sewer": "No Sewer",
2538
+ "no_adults_allowed": "No Adults Allowed",
2539
+ "no_children_allowed": "No Children Allowed",
2540
+ "no_animals_allowed": "No Animals Allowed",
2541
+ "no_vehicles_allowed": "No Vehicles Allowed"
2536
2542
  }
2537
2543
  },
2538
2544
  "lot_selection": {
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "El año hasta la fecha",
871
871
  "yesterday": "Ayer",
872
872
  "last_week": "Semana pasada",
873
- "previous_month": "Mes anterior"
873
+ "previous_month": "Mes anterior",
874
+ "previous_day": "Día anterior",
875
+ "next_day": "Día siguiente"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "filtros",
@@ -2532,7 +2534,11 @@
2532
2534
  "vehicles": "Vehículos",
2533
2535
  "no_util_electricity": "Sin electricidad",
2534
2536
  "no_util_water": "Sin agua",
2535
- "no_util_sewer": "Sin alcantarillado"
2537
+ "no_util_sewer": "Sin alcantarillado",
2538
+ "no_adults_allowed": "No se permiten adultos",
2539
+ "no_children_allowed": "No se permiten niños",
2540
+ "no_animals_allowed": "No se permiten animales",
2541
+ "no_vehicles_allowed": "No se permiten vehículos"
2536
2542
  }
2537
2543
  },
2538
2544
  "lot_selection": {
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "Année à ce jour",
871
871
  "yesterday": "Hier",
872
872
  "last_week": "Semaine dernière",
873
- "previous_month": "Mois précédent"
873
+ "previous_month": "Mois précédent",
874
+ "previous_day": "Jour précédent",
875
+ "next_day": "Jour suivant"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "Filtres",
@@ -2532,7 +2534,11 @@
2532
2534
  "vehicles": "Véhicules",
2533
2535
  "no_util_electricity": "Sans électricité",
2534
2536
  "no_util_water": "Sans eau",
2535
- "no_util_sewer": "Sans égout"
2537
+ "no_util_sewer": "Sans égout",
2538
+ "no_adults_allowed": "Aucun adulte autorisé",
2539
+ "no_children_allowed": "Aucun enfant autorisé",
2540
+ "no_animals_allowed": "Aucun animal autorisé",
2541
+ "no_vehicles_allowed": "Aucun véhicule autorisé"
2536
2542
  }
2537
2543
  },
2538
2544
  "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.398",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {