pcm-shared-components 2.1.301 → 2.1.302

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.
@@ -979,6 +979,7 @@
979
979
  "pricing_details": "Pricing Details",
980
980
  "print": "Print",
981
981
  "print_all": "Print All",
982
+ "print_popup_blocked": "Unable to open the print window. Please allow pop-ups and try again.",
982
983
  "print_gate_access": "Print Gate Access",
983
984
  "print_grid": "Print Grid",
984
985
  "priority_over_schedule": "Priority Over Schedule",
@@ -4297,5 +4298,22 @@
4297
4298
  "refs_set": "{{count}} reference(s)",
4298
4299
  "calibrate_progress": "{{count}} of {{total}} placed"
4299
4300
  }
4301
+ },
4302
+ "meter_invoice": {
4303
+ "title": "Meter Invoice",
4304
+ "invoice_date": "Date",
4305
+ "reservation_number": "Reservation #",
4306
+ "lot_number": "Lot #",
4307
+ "customer": "Customer",
4308
+ "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
+ "balance_due": "Balance due",
4317
+ "overridden": "Meter total overridden"
4300
4318
  }
4301
4319
  }
@@ -979,6 +979,7 @@
979
979
  "pricing_details": "Detalles de precios",
980
980
  "print": "Impresión",
981
981
  "print_all": "Imprimir todo",
982
+ "print_popup_blocked": "No se pudo abrir la ventana de impresión. Permita las ventanas emergentes e inténtelo de nuevo.",
982
983
  "print_gate_access": "Acceso a la puerta de impresión",
983
984
  "print_grid": "Imprimir cuadrícula",
984
985
  "priority_over_schedule": "Prioridad sobre el horario",
@@ -4297,5 +4298,22 @@
4297
4298
  "refs_set": "{{count}} referencia(s)",
4298
4299
  "calibrate_progress": "{{count}} de {{total}} colocados"
4299
4300
  }
4301
+ },
4302
+ "meter_invoice": {
4303
+ "title": "Factura de contador",
4304
+ "invoice_date": "Fecha",
4305
+ "reservation_number": "Reserva n.º",
4306
+ "lot_number": "Parcela n.º",
4307
+ "customer": "Cliente",
4308
+ "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
+ "balance_due": "Saldo pendiente",
4317
+ "overridden": "Total del contador anulado"
4300
4318
  }
4301
4319
  }
@@ -979,6 +979,7 @@
979
979
  "pricing_details": "Détails des tarifs",
980
980
  "print": "Imprimé",
981
981
  "print_all": "Tout imprimer",
982
+ "print_popup_blocked": "Impossible d'ouvrir la fenêtre d'impression. Veuillez autoriser les fenêtres contextuelles et réessayer.",
982
983
  "print_gate_access": "Imprimer les Accès de Porte",
983
984
  "print_grid": "Impression de la grille",
984
985
  "priority_over_schedule": "Priorité sur l'horaire",
@@ -4297,5 +4298,22 @@
4297
4298
  "refs_set": "{{count}} référence(s)",
4298
4299
  "calibrate_progress": "{{count}} sur {{total}} placées"
4299
4300
  }
4301
+ },
4302
+ "meter_invoice": {
4303
+ "title": "Facture de compteur",
4304
+ "invoice_date": "Date",
4305
+ "reservation_number": "Réservation n°",
4306
+ "lot_number": "Emplacement n°",
4307
+ "customer": "Client",
4308
+ "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
+ "balance_due": "Solde dû",
4317
+ "overridden": "Total du compteur modifié"
4300
4318
  }
4301
4319
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.301",
3
+ "version": "2.1.302",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {