pcm-shared-components 2.1.304 → 2.1.306

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.
@@ -1457,6 +1457,11 @@
1457
1457
  "pricing": {
1458
1458
  "using_fixed_price": "Using fixed Pricing",
1459
1459
  "using_tier_price": "Using tier pricing"
1460
+ },
1461
+ "connectivity": {
1462
+ "offline-title": "Your device was offline",
1463
+ "offline-message": "This screen may be out of date because your device lost its connection. Refresh before making changes so you do not overwrite newer information.",
1464
+ "refresh-screen": "Refresh screen"
1460
1465
  }
1461
1466
  },
1462
1467
  "credits": {
@@ -4301,23 +4306,10 @@
4301
4306
  },
4302
4307
  "meter_invoice": {
4303
4308
  "title": "Meter Invoice",
4304
- "invoice_date": "Date",
4305
- "reservation_number": "Reservation #",
4306
4309
  "lot_number": "Lot #",
4307
- "customer": "Customer",
4308
4310
  "billing_period": "Billing period",
4309
- "previous": "Previous",
4310
- "current": "Current",
4311
- "consumption": "Consumption",
4312
- "rate": "Rate",
4313
- "amount": "Amount",
4314
- "subtotal": "Subtotal",
4315
- "total": "Total",
4316
4311
  "balance_due": "Balance due",
4317
- "overridden": "Meter total overridden",
4318
- "payments": "Payments",
4319
4312
  "credits": "Credits",
4320
- "refunded": "Refunded",
4321
4313
  "credit_summary": "Credit Summary",
4322
4314
  "deposited_for_stay": "Deposited for this stay",
4323
4315
  "used_for_meters": "Used for meters",
@@ -1457,6 +1457,11 @@
1457
1457
  "pricing": {
1458
1458
  "using_fixed_price": "Uso de precios fijos",
1459
1459
  "using_tier_price": "Uso de precios por niveles"
1460
+ },
1461
+ "connectivity": {
1462
+ "offline-title": "Su dispositivo estaba sin conexión",
1463
+ "offline-message": "Es posible que esta pantalla esté desactualizada porque su dispositivo perdió la conexión. Actualice antes de hacer cambios para no sobrescribir información más reciente.",
1464
+ "refresh-screen": "Actualizar pantalla"
1460
1465
  }
1461
1466
  },
1462
1467
  "credits": {
@@ -4301,23 +4306,10 @@
4301
4306
  },
4302
4307
  "meter_invoice": {
4303
4308
  "title": "Factura de contador",
4304
- "invoice_date": "Fecha",
4305
- "reservation_number": "Reserva n.º",
4306
4309
  "lot_number": "Parcela n.º",
4307
- "customer": "Cliente",
4308
4310
  "billing_period": "Período de facturación",
4309
- "previous": "Anterior",
4310
- "current": "Actual",
4311
- "consumption": "Consumo",
4312
- "rate": "Tarifa",
4313
- "amount": "Importe",
4314
- "subtotal": "Subtotal",
4315
- "total": "Total",
4316
4311
  "balance_due": "Saldo pendiente",
4317
- "overridden": "Total del contador anulado",
4318
- "payments": "Pagos",
4319
4312
  "credits": "Créditos de depósito",
4320
- "refunded": "Reembolsado",
4321
4313
  "credit_summary": "Resumen del depósito",
4322
4314
  "deposited_for_stay": "Depósito para esta estancia",
4323
4315
  "used_for_meters": "Usado para contadores",
@@ -1457,6 +1457,11 @@
1457
1457
  "pricing": {
1458
1458
  "using_fixed_price": "Prix fixe utilisé",
1459
1459
  "using_tier_price": "Prix de niveaux utilisé"
1460
+ },
1461
+ "connectivity": {
1462
+ "offline-title": "Votre appareil était hors ligne",
1463
+ "offline-message": "Cet écran est peut-être obsolète car votre appareil a perdu sa connexion. Actualisez avant de faire des modifications afin de ne pas écraser des informations plus récentes.",
1464
+ "refresh-screen": "Actualiser l'écran"
1460
1465
  }
1461
1466
  },
1462
1467
  "credits": {
@@ -4301,23 +4306,10 @@
4301
4306
  },
4302
4307
  "meter_invoice": {
4303
4308
  "title": "Facture de compteur",
4304
- "invoice_date": "Date",
4305
- "reservation_number": "Réservation n°",
4306
4309
  "lot_number": "Emplacement n°",
4307
- "customer": "Client",
4308
4310
  "billing_period": "Période de facturation",
4309
- "previous": "Précédent",
4310
- "current": "Actuel",
4311
- "consumption": "Consommation",
4312
- "rate": "Tarif",
4313
- "amount": "Montant",
4314
- "subtotal": "Sous-total",
4315
- "total": "Total",
4316
4311
  "balance_due": "Solde dû",
4317
- "overridden": "Total du compteur modifié",
4318
- "payments": "Paiements",
4319
4312
  "credits": "Crédits dépôt",
4320
- "refunded": "Remboursé",
4321
4313
  "credit_summary": "Sommaire du dépôt",
4322
4314
  "deposited_for_stay": "Dépôt pour ce séjour",
4323
4315
  "used_for_meters": "Utilisé pour les compteurs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.304",
3
+ "version": "2.1.306",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {