pcm-shared-components 2.1.14 → 2.1.15

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.
@@ -541,12 +541,14 @@
541
541
  "manager_signature": "Manager Signature",
542
542
  "map": "Map",
543
543
  "map_view": "Map View",
544
+ "max_nights": "Max Nights",
544
545
  "max_of_n": "Max of {{max_amount}}",
545
546
  "medium": "Medium",
546
547
  "meter": "Meter",
547
548
  "meter_reading_switching_off_carryover": "This will prevent any remaining meter allowance from being carried over to the next reading. Are you sure you want to turn it off!",
548
549
  "metered": "Metered",
549
550
  "microwave": "Microwave",
551
+ "min_nights": "Min Nights",
550
552
  "mini_fridge": "Mini fridge",
551
553
  "mini_golf": "Mini golf",
552
554
  "mode": "Mode",
@@ -1544,6 +1546,7 @@
1544
1546
  "lat": "Lat",
1545
1547
  "lng": "Lng",
1546
1548
  "lot_id": "Lot #",
1549
+ "lot_stay_duration_schedule": "Stay Duration Schedule",
1547
1550
  "lot_type": "Lot Type",
1548
1551
  "map_geo": "Map GEO",
1549
1552
  "marker_direction": "Marker Direction",
@@ -1554,6 +1557,7 @@
1554
1557
  "note": "Note",
1555
1558
  "online_availability": "Online Availability",
1556
1559
  "pictures_qty": "Number of pictures",
1560
+ "stay_duration": "Stay Duration",
1557
1561
  "using_scheduled_price": "Using Scheduled Price",
1558
1562
  "util_electricity": "Electricity",
1559
1563
  "util_sewer": "Sewer",
@@ -541,12 +541,14 @@
541
541
  "manager_signature": "Firma del gerente",
542
542
  "map": "Mapa",
543
543
  "map_view": "Vista de mapa",
544
+ "max_nights": "Max Nights",
544
545
  "max_of_n": "Máximo de {{max_amount}}",
545
546
  "medium": "Medio",
546
547
  "meter": "Metro",
547
548
  "meter_reading_switching_off_carryover": "Esto evitará que cualquier asignación de medidor restante se traslade a la siguiente lectura. ¿Estás seguro de que quieres apagarlo?",
548
549
  "metered": "Medido",
549
550
  "microwave": "Microonda",
551
+ "min_nights": "Min noches",
550
552
  "mini_fridge": "Mini nevera",
551
553
  "mini_golf": "Mini golf",
552
554
  "mode": "Modo",
@@ -1544,6 +1546,7 @@
1544
1546
  "lat": "Lat",
1545
1547
  "lng": "GNL",
1546
1548
  "lot_id": "Lote #",
1549
+ "lot_stay_duration_schedule": "Horario de duración de la estancia",
1547
1550
  "lot_type": "Tipo de lote",
1548
1551
  "map_geo": "Mapa Geográfico",
1549
1552
  "marker_direction": "Dirección del marcador",
@@ -1554,6 +1557,7 @@
1554
1557
  "note": "Nota",
1555
1558
  "online_availability": "Disponibilidad en línea",
1556
1559
  "pictures_qty": "Número de imágenes",
1560
+ "stay_duration": "Duración de la estancia",
1557
1561
  "using_scheduled_price": "Uso del precio programado",
1558
1562
  "util_electricity": "Electricidad",
1559
1563
  "util_sewer": "Alcantarillado",
@@ -541,12 +541,14 @@
541
541
  "manager_signature": "Signature du gestionnaire",
542
542
  "map": "Carte",
543
543
  "map_view": "Vue de la carte",
544
+ "max_nights": "Nuits Max",
544
545
  "max_of_n": "Maximum de {{max_amount}}",
545
546
  "medium": "Moyen",
546
547
  "meter": "Mètre",
547
548
  "meter_reading_switching_off_carryover": "Cela empêchera toute allocation de compteur restante d'être reportée à la lecture suivante. Êtes-vous sûr de vouloir l'éteindre ?",
548
549
  "metered": "Mesurée",
549
550
  "microwave": "Four micro onde",
551
+ "min_nights": "Min Nuits",
550
552
  "mini_fridge": "Mini-réfrigérateur",
551
553
  "mini_golf": "Mini golf",
552
554
  "mode": "Mode",
@@ -1544,6 +1546,7 @@
1544
1546
  "lat": "Lat",
1545
1547
  "lng": "Lng",
1546
1548
  "lot_id": "# de lot",
1549
+ "lot_stay_duration_schedule": "Horaire des durées de séjour",
1547
1550
  "lot_type": "Type de lot",
1548
1551
  "map_geo": "Carte GEO",
1549
1552
  "marker_direction": "Direction du marqueur",
@@ -1554,6 +1557,7 @@
1554
1557
  "note": "Note",
1555
1558
  "online_availability": "Disponibilité en ligne",
1556
1559
  "pictures_qty": "Nombre de photos",
1560
+ "stay_duration": "Durée du séjour",
1557
1561
  "using_scheduled_price": "Tarif horaire utilisée",
1558
1562
  "util_electricity": "Électricité",
1559
1563
  "util_sewer": "Égout",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {