pcm-shared-components 2.0.66 → 2.0.67

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.
@@ -280,6 +280,7 @@
280
280
  "back": "Back",
281
281
  "below": "Below",
282
282
  "bill_summary": "Bill summary",
283
+ "billable_usage": "Billable Usage",
283
284
  "billing_notes": "Billing Notes",
284
285
  "body": "Body",
285
286
  "body_placeholder": "Enter your text here...",
@@ -322,6 +323,8 @@
322
323
  "creation_date": "Creation Date",
323
324
  "critical": "Critical",
324
325
  "current": "Current",
326
+ "current_reading": "Current Reading",
327
+ "current_reading_date": "Current Reading Date",
325
328
  "daily": "Daily",
326
329
  "daily_price": "Daily Price",
327
330
  "date": "Date",
@@ -510,6 +513,8 @@
510
513
  "port_number": "Port Number",
511
514
  "position": "Position",
512
515
  "preview": "Preview",
516
+ "previous_reading": "Previous Reading",
517
+ "previous_reading_date": "Previous Reading Date",
513
518
  "price": "Price",
514
519
  "price_per_unit": "Price Per Unit",
515
520
  "print": "Print",
@@ -610,6 +615,7 @@
610
615
  "top": "top",
611
616
  "total": "Total",
612
617
  "total_payment": "Total payment",
618
+ "total_usage": "Total Usage",
613
619
  "transaction": "Transaction",
614
620
  "transaction_abbreviation": "TR",
615
621
  "transaction_type": "Transaction Type",
@@ -280,6 +280,7 @@
280
280
  "back": "atrás",
281
281
  "below": "Debajo",
282
282
  "bill_summary": "Resumen de la factura",
283
+ "billable_usage": "Uso facturable",
283
284
  "billing_notes": "Notas de facturación",
284
285
  "body": "Cuerpo",
285
286
  "body_placeholder": "Introduzca su texto aquí...",
@@ -322,6 +323,8 @@
322
323
  "creation_date": "Fecha de creación",
323
324
  "critical": "Crítico",
324
325
  "current": "Actual",
326
+ "current_reading": "Lectura actual",
327
+ "current_reading_date": "Fecha de lectura actual",
325
328
  "daily": "A diario",
326
329
  "daily_price": "Precio diario",
327
330
  "date": "Fecha",
@@ -510,6 +513,8 @@
510
513
  "port_number": "Número de puerto",
511
514
  "position": "Posición",
512
515
  "preview": "Avance",
516
+ "previous_reading": "Lectura anterior",
517
+ "previous_reading_date": "Fecha de lectura anterior",
513
518
  "price": "Precio",
514
519
  "price_per_unit": "Precio por unidad",
515
520
  "print": "Impresión",
@@ -610,6 +615,7 @@
610
615
  "top": "cima",
611
616
  "total": "Total",
612
617
  "total_payment": "Pago total",
618
+ "total_usage": "Uso total",
613
619
  "transaction": "Transacción",
614
620
  "transaction_abbreviation": "TR",
615
621
  "transaction_type": "Tipo de transaccion",
@@ -280,6 +280,7 @@
280
280
  "back": "Retour",
281
281
  "below": "Ci-dessous",
282
282
  "bill_summary": "Résumé de la facture",
283
+ "billable_usage": "Utilisation facturable",
283
284
  "billing_notes": "Notes de facturation",
284
285
  "body": "Corps",
285
286
  "body_placeholder": "Entrez votre texte ici...",
@@ -322,6 +323,8 @@
322
323
  "creation_date": "Date de création",
323
324
  "critical": "Critique",
324
325
  "current": "Courant",
326
+ "current_reading": "Lecture actuelle",
327
+ "current_reading_date": "Date de lecture actuelle",
325
328
  "daily": "Quotidien",
326
329
  "daily_price": "Prix ​​quotidien",
327
330
  "date": "Date",
@@ -510,6 +513,8 @@
510
513
  "port_number": "Numéro de port",
511
514
  "position": "Position",
512
515
  "preview": "Aperçu",
516
+ "previous_reading": "Lecture précédente",
517
+ "previous_reading_date": "Date de lecture précédente",
513
518
  "price": "Prix",
514
519
  "price_per_unit": "Prix ​​par unité",
515
520
  "print": "Imprimé",
@@ -610,6 +615,7 @@
610
615
  "top": "haut",
611
616
  "total": "Total",
612
617
  "total_payment": "Paiement total",
618
+ "total_usage": "Utilisation totale",
613
619
  "transaction": "Transaction",
614
620
  "transaction_abbreviation": "TR",
615
621
  "transaction_type": "Type de transaction",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.66",
3
+ "version": "2.0.67",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {