pcm-shared-components 2.0.209 → 2.0.211

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.
@@ -402,6 +402,7 @@
402
402
  "deposit_total": "Deposit Total",
403
403
  "description": "Description",
404
404
  "dining_table": "Dining table",
405
+ "disabled": "Disabled",
405
406
  "discount": "Discount",
406
407
  "discounted": "Discounted",
407
408
  "dishes_and_silverware": "Dishes and silverware",
@@ -1069,6 +1070,7 @@
1069
1070
  "dashboard": "Dashboard"
1070
1071
  },
1071
1072
  "occupancy": {
1073
+ "no_intel_message": "No Client Intel for Selected Period",
1072
1074
  "number_of_lots_available": "Available",
1073
1075
  "number_of_lots_occupied": "Occupied",
1074
1076
  "number_of_lots_on_campground": "Total",
@@ -402,6 +402,7 @@
402
402
  "deposit_total": "Depósito total",
403
403
  "description": "Descripción",
404
404
  "dining_table": "Comedor",
405
+ "disabled": "Desactivado",
405
406
  "discount": "Descuento",
406
407
  "discounted": "Con descuento",
407
408
  "dishes_and_silverware": "Platos y cubiertos",
@@ -1069,6 +1070,7 @@
1069
1070
  "dashboard": "Tablero de mandos"
1070
1071
  },
1071
1072
  "occupancy": {
1073
+ "no_intel_message": "Ningún cliente Intel para el periodo seleccionado",
1072
1074
  "number_of_lots_available": "Disponible",
1073
1075
  "number_of_lots_occupied": "Ocupado",
1074
1076
  "number_of_lots_on_campground": "Total",
@@ -402,6 +402,7 @@
402
402
  "deposit_total": "Dépôt total",
403
403
  "description": "Description",
404
404
  "dining_table": "Table à manger",
405
+ "disabled": "Désactivé",
405
406
  "discount": "Discounts",
406
407
  "discounted": "Remise de prix",
407
408
  "dishes_and_silverware": "Vaisselle et argenterie",
@@ -1069,6 +1070,7 @@
1069
1070
  "dashboard": "Tableau de bord"
1070
1071
  },
1071
1072
  "occupancy": {
1073
+ "no_intel_message": "Pas d'informations sur les clients pour la période sélectionnée",
1072
1074
  "number_of_lots_available": "Disponibles",
1073
1075
  "number_of_lots_occupied": "Occupés",
1074
1076
  "number_of_lots_on_campground": "Total",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.209",
3
+ "version": "2.0.211",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {