pcm-shared-components 2.1.346 → 2.1.347

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.
@@ -3481,18 +3481,18 @@
3481
3481
  "transaction_desc": "When the charge or payment was recorded."
3482
3482
  },
3483
3483
  "rdate_explainer": {
3484
- "transaction_primary": "Show the amount when the charge or payment was recorded.",
3485
- "transaction_secondary": "Matches daily payment activity.",
3486
3484
  "arrival_primary": "Place the full amount on the guest's arrival date.",
3487
- "arrival_secondary": "Revenue view only. Does not represent daily deposits.",
3488
- "stay_primary": "Divide the amount across the guest's occupied nights.",
3489
- "stay_secondary": "Revenue view only. Does not represent daily deposits.",
3485
+ "arrival_secondary": "Revenue view only. Does not represent payment activity.",
3486
+ "point_arrival": "Arrival",
3490
3487
  "point_booked": "Booked",
3491
3488
  "point_booked_sub": "Charge recorded",
3492
- "point_arrival": "Arrival",
3493
- "point_stay": "Stay",
3494
3489
  "point_departed": "Departed",
3495
- "point_departure_sub": "Departure"
3490
+ "point_departure_sub": "Departure",
3491
+ "point_stay": "Stay",
3492
+ "stay_primary": "Divide the amount across the guest's occupied nights.",
3493
+ "stay_secondary": "Revenue view only. Does not represent payment activity.",
3494
+ "transaction_primary": "Show the amount when the payment was recorded.",
3495
+ "transaction_secondary": "Matches daily payment activity."
3496
3496
  },
3497
3497
  "recon": {
3498
3498
  "balancing_total": "Balancing adjustments",
@@ -3481,18 +3481,18 @@
3481
3481
  "transaction_desc": "Cuando se registró el cargo o el pago."
3482
3482
  },
3483
3483
  "rdate_explainer": {
3484
- "transaction_primary": "Mostrar el monto cuando se registró el cargo o el pago.",
3485
- "transaction_secondary": "Coincide con la actividad de pagos diaria.",
3486
3484
  "arrival_primary": "Colocar el monto completo en la fecha de llegada del huésped.",
3487
- "arrival_secondary": "Solo vista de ingresos. No representa depósitos diarios.",
3488
- "stay_primary": "Repartir el monto entre las noches ocupadas del huésped.",
3489
- "stay_secondary": "Solo vista de ingresos. No representa depósitos diarios.",
3485
+ "arrival_secondary": "Visualización de ingresos únicamente. No representa la actividad de pagos.",
3486
+ "point_arrival": "Llegada",
3490
3487
  "point_booked": "Reservado",
3491
3488
  "point_booked_sub": "Cargo registrado",
3492
- "point_arrival": "Llegada",
3493
- "point_stay": "Estadía",
3494
3489
  "point_departed": "Partida",
3495
- "point_departure_sub": "Partida"
3490
+ "point_departure_sub": "Partida",
3491
+ "point_stay": "Estadía",
3492
+ "stay_primary": "Repartir el monto entre las noches ocupadas del huésped.",
3493
+ "stay_secondary": "Visualización de ingresos únicamente. No representa la actividad de pagos.",
3494
+ "transaction_primary": "Muestre el importe cuando se registró el pago.",
3495
+ "transaction_secondary": "Coincide con la actividad de pagos diaria."
3496
3496
  },
3497
3497
  "recon": {
3498
3498
  "balancing_total": "Ajustes de balance",
@@ -3481,18 +3481,18 @@
3481
3481
  "transaction_desc": "Au moment où le frais ou le paiement a été enregistré."
3482
3482
  },
3483
3483
  "rdate_explainer": {
3484
- "transaction_primary": "Afficher le montant au moment où le charge ou le paiement a été enregistré.",
3485
- "transaction_secondary": "Correspond à l'activité de paiement quotidienne.",
3486
3484
  "arrival_primary": "Placer le montant complet à la date d'arrivée du client.",
3487
3485
  "arrival_secondary": "Vue des revenus uniquement. Ne représente pas les dépôts quotidiens.",
3488
- "stay_primary": "Répartir le montant sur les nuits occupées du client.",
3489
- "stay_secondary": "Vue des revenus uniquement. Ne représente pas les dépôts quotidiens.",
3486
+ "point_arrival": "Arrivée",
3490
3487
  "point_booked": "Réservé",
3491
3488
  "point_booked_sub": "Charge enregistrée",
3492
- "point_arrival": "Arrivée",
3493
- "point_stay": "Séjour",
3494
3489
  "point_departed": "Départ",
3495
- "point_departure_sub": "Départ"
3490
+ "point_departure_sub": "Départ",
3491
+ "point_stay": "Séjour",
3492
+ "stay_primary": "Répartir le montant sur les nuits occupées du client.",
3493
+ "stay_secondary": "Vue d'ensemble des revenus uniquement. Ne représente pas l'activité de paiement.",
3494
+ "transaction_primary": "Indiquez le montant à la date d'enregistrement du paiement.",
3495
+ "transaction_secondary": "Correspond à l'activité de paiement quotidienne."
3496
3496
  },
3497
3497
  "recon": {
3498
3498
  "balancing_total": "Ajustements d'équilibrage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.346",
3
+ "version": "2.1.347",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {