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