pcm-shared-components 2.1.76 → 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.
@@ -1137,6 +1137,7 @@
1137
1137
  "number_of_lots_available": "Available Lots",
1138
1138
  "number_of_lots_occupied": "Occupied Lots",
1139
1139
  "number_of_lots_on_campground": "Total Lots",
1140
+ "occupancy_rate": "Occupancy Rate",
1140
1141
  "sub_title": "Lots Occupied",
1141
1142
  "title": "Campground Occupancy",
1142
1143
  "title_2": "Campground Lots"
@@ -1137,6 +1137,7 @@
1137
1137
  "number_of_lots_available": "Lotes disponibles",
1138
1138
  "number_of_lots_occupied": "Lotes Ocupados",
1139
1139
  "number_of_lots_on_campground": "Lotes totales",
1140
+ "occupancy_rate": "Tasa de ocupación",
1140
1141
  "sub_title": "Lotes Ocupados",
1141
1142
  "title": "Ocupación del campamento",
1142
1143
  "title_2": "Lotes para acampar"
@@ -1137,6 +1137,7 @@
1137
1137
  "number_of_lots_available": "Lots disponibles",
1138
1138
  "number_of_lots_occupied": "Lots occupés",
1139
1139
  "number_of_lots_on_campground": "Nombre total de lots",
1140
+ "occupancy_rate": "Taux d'occupation",
1140
1141
  "sub_title": "Lots occupés",
1141
1142
  "title": "Taux d'occupation du camping",
1142
1143
  "title_2": "Terrains de Camping"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.76",
3
+ "version": "2.1.77",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {