pcm-shared-components 2.0.37 → 2.0.39

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.
@@ -372,6 +372,8 @@
372
372
  "initial_payment": "Initial Payment",
373
373
  "invalid_value": "Invalid value!",
374
374
  "invoice": "Invoice",
375
+ "invoice_note": "Invoice Note",
376
+ "invoice_note_description": "This note will appear on the reservation invoice.",
375
377
  "is_active": "Is Active",
376
378
  "is_connected": "Is Connected",
377
379
  "is_default": "Is Default",
@@ -372,6 +372,8 @@
372
372
  "initial_payment": "Pago inicial",
373
373
  "invalid_value": "¡Valor no válido!",
374
374
  "invoice": "FACTURA",
375
+ "invoice_note": "Nota de factura",
376
+ "invoice_note_description": "Esta nota aparecerá en la factura de la reserva.",
375
377
  "is_active": "Está activo",
376
378
  "is_connected": "Está conectado",
377
379
  "is_default": "es predeterminado",
@@ -372,6 +372,8 @@
372
372
  "initial_payment": "Paiement initial",
373
373
  "invalid_value": "Invalid value!",
374
374
  "invoice": "Facture d'achat",
375
+ "invoice_note": "Note sur la facture",
376
+ "invoice_note_description": "Cette note apparaîtra sur la facture de réservation.",
375
377
  "is_active": "C'est actif",
376
378
  "is_connected": "Est connecté",
377
379
  "is_default": "Est par défaut",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {