pcm-shared-components 2.0.92 → 2.0.94

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.
@@ -464,6 +464,8 @@
464
464
  "night": "Night(s)",
465
465
  "nightly": "Nightly",
466
466
  "nightly_avg": "Nightly avg",
467
+ "nightly_price": "Nightly Price",
468
+ "nightly_rate_overview": "Nightly Rate Overview",
467
469
  "nights": "Night(s)",
468
470
  "nights_sold": "Nights sold",
469
471
  "no": "No",
@@ -528,6 +530,7 @@
528
530
  "qty_sold": "Qty sold",
529
531
  "quantity_sold": "Quantity Sold",
530
532
  "rate": "Rate",
533
+ "rate_breakdown": "Rate Breakdown",
531
534
  "raw_value_description": "Please enter a numerical values when entering dollar or percentage amount. ei: enter 15 and not 0.15",
532
535
  "reason": "Reason",
533
536
  "receipt": "Receipt",
@@ -601,6 +604,7 @@
601
604
  "state_id": "State",
602
605
  "static": "Static",
603
606
  "status": "Status",
607
+ "stay_price_overview": "Stay Price Overview",
604
608
  "style": "Style",
605
609
  "sub_total": "Subtotal",
606
610
  "tags": "Tags",
@@ -464,6 +464,8 @@
464
464
  "night": "noche(s)",
465
465
  "nightly": "Nocturno",
466
466
  "nightly_avg": "Promedio nocturno",
467
+ "nightly_price": "Precio por noche",
468
+ "nightly_rate_overview": "Descripción general de la tarifa por noche",
467
469
  "nights": "Noche(s)",
468
470
  "nights_sold": "Noches vendidas",
469
471
  "no": "No",
@@ -528,6 +530,7 @@
528
530
  "qty_sold": "Cant. Vendida",
529
531
  "quantity_sold": "Cantidad vendida",
530
532
  "rate": "Tarifa",
533
+ "rate_breakdown": "Desglose de tarifas",
531
534
  "raw_value_description": "Ingrese valores numéricos al ingresar el monto en dólares o porcentajes. ei: ingrese 15 y no 0.15",
532
535
  "reason": "Razón",
533
536
  "receipt": "Recibo",
@@ -601,6 +604,7 @@
601
604
  "state_id": "Expresar",
602
605
  "static": "Estático",
603
606
  "status": "Estado",
607
+ "stay_price_overview": "Descripción general del precio de estadía",
604
608
  "style": "Estilo",
605
609
  "sub_total": "Total parcial",
606
610
  "tags": "Etiquetas",
@@ -464,6 +464,8 @@
464
464
  "night": "Nuit(s)",
465
465
  "nightly": "Par nuit",
466
466
  "nightly_avg": "Moy par nuit",
467
+ "nightly_price": "Prix par nuit",
468
+ "nightly_rate_overview": "Aperçu des tarifs par nuit",
467
469
  "nights": "Nuit(s)",
468
470
  "nights_sold": "Nuitées vendues",
469
471
  "no": "Non",
@@ -528,6 +530,7 @@
528
530
  "qty_sold": "Qté vendue",
529
531
  "quantity_sold": "Quantité vendue",
530
532
  "rate": "Taux",
533
+ "rate_breakdown": "Répartition des taux",
531
534
  "raw_value_description": "Veuillez utilisé des valeurs numériques pour les montant. example: entrez 15 et non 0.15",
532
535
  "reason": "Raison",
533
536
  "receipt": "Reçu",
@@ -601,6 +604,7 @@
601
604
  "state_id": "État",
602
605
  "static": "Statique",
603
606
  "status": "Statut",
607
+ "stay_price_overview": "Aperçu du prix du séjour",
604
608
  "style": "Style",
605
609
  "sub_total": "Total Partiel",
606
610
  "tags": "Mots clés",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.92",
3
+ "version": "2.0.94",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {