pcm-shared-components 2.1.75 → 2.1.77

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.
@@ -1134,10 +1134,11 @@
1134
1134
  },
1135
1135
  "occupancy": {
1136
1136
  "no_intel_message": "No insights available, try adjusting the filter dates!",
1137
- "number_of_lots_available": "Available",
1138
- "number_of_lots_occupied": "Occupied",
1139
- "number_of_lots_on_campground": "Total",
1140
- "sub_title": "Percentage of Lots Occupied",
1137
+ "number_of_lots_available": "Available Lots",
1138
+ "number_of_lots_occupied": "Occupied Lots",
1139
+ "number_of_lots_on_campground": "Total Lots",
1140
+ "occupancy_rate": "Occupancy Rate",
1141
+ "sub_title": "Lots Occupied",
1141
1142
  "title": "Campground Occupancy",
1142
1143
  "title_2": "Campground Lots"
1143
1144
  },
@@ -1134,10 +1134,11 @@
1134
1134
  },
1135
1135
  "occupancy": {
1136
1136
  "no_intel_message": "¡No hay información disponible, intente ajustar las fechas del filtro!",
1137
- "number_of_lots_available": "Disponible",
1138
- "number_of_lots_occupied": "Ocupado",
1139
- "number_of_lots_on_campground": "Total",
1140
- "sub_title": "Porcentaje de Lotes Ocupados",
1137
+ "number_of_lots_available": "Lotes disponibles",
1138
+ "number_of_lots_occupied": "Lotes Ocupados",
1139
+ "number_of_lots_on_campground": "Lotes totales",
1140
+ "occupancy_rate": "Tasa de ocupación",
1141
+ "sub_title": "Lotes Ocupados",
1141
1142
  "title": "Ocupación del campamento",
1142
1143
  "title_2": "Lotes para acampar"
1143
1144
  },
@@ -1134,10 +1134,11 @@
1134
1134
  },
1135
1135
  "occupancy": {
1136
1136
  "no_intel_message": "Aucune information disponible, essayez d'ajuster les dates du filtre !",
1137
- "number_of_lots_available": "Disponibles",
1138
- "number_of_lots_occupied": "Occupés",
1139
- "number_of_lots_on_campground": "Total",
1140
- "sub_title": "Pourcentage de lots occupés",
1137
+ "number_of_lots_available": "Lots disponibles",
1138
+ "number_of_lots_occupied": "Lots occupés",
1139
+ "number_of_lots_on_campground": "Nombre total de lots",
1140
+ "occupancy_rate": "Taux d'occupation",
1141
+ "sub_title": "Lots occupés",
1141
1142
  "title": "Taux d'occupation du camping",
1142
1143
  "title_2": "Terrains de Camping"
1143
1144
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.75",
3
+ "version": "2.1.77",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {