pcm-shared-components 2.0.38 → 2.0.40

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.
@@ -345,6 +345,7 @@
345
345
  "english": "English",
346
346
  "enlarge": "Enlarge",
347
347
  "error": "Error",
348
+ "expired": "Expired",
348
349
  "extra": "Extra",
349
350
  "filters": "Filters",
350
351
  "find": "Find",
@@ -373,7 +374,7 @@
373
374
  "invalid_value": "Invalid value!",
374
375
  "invoice": "Invoice",
375
376
  "invoice_note": "Invoice Note",
376
- "invoice_note_description": "This is a note that will be seen the the reservation invoice.",
377
+ "invoice_note_description": "This note will appear on the reservation invoice.",
377
378
  "is_active": "Is Active",
378
379
  "is_connected": "Is Connected",
379
380
  "is_default": "Is Default",
@@ -345,6 +345,7 @@
345
345
  "english": "Inglés",
346
346
  "enlarge": "Agrandar",
347
347
  "error": "Error",
348
+ "expired": "Muerto",
348
349
  "extra": "Extra",
349
350
  "filters": "filtros",
350
351
  "find": "Encontrar",
@@ -373,7 +374,7 @@
373
374
  "invalid_value": "¡Valor no válido!",
374
375
  "invoice": "FACTURA",
375
376
  "invoice_note": "Nota de factura",
376
- "invoice_note_description": "Esta es una nota que se verá en la factura de la reserva.",
377
+ "invoice_note_description": "Esta nota aparecerá en la factura de la reserva.",
377
378
  "is_active": "Está activo",
378
379
  "is_connected": "Está conectado",
379
380
  "is_default": "es predeterminado",
@@ -345,6 +345,7 @@
345
345
  "english": "Anglais",
346
346
  "enlarge": "Agrandir",
347
347
  "error": "Erreur",
348
+ "expired": "Expiré",
348
349
  "extra": "Extra",
349
350
  "filters": "Filtres",
350
351
  "find": "Trouver",
@@ -373,7 +374,7 @@
373
374
  "invalid_value": "Invalid value!",
374
375
  "invoice": "Facture d'achat",
375
376
  "invoice_note": "Note sur la facture",
376
- "invoice_note_description": "Il s'agit d'une note qui apparaîtra sur la facture de réservation.",
377
+ "invoice_note_description": "Cette note apparaîtra sur la facture de réservation.",
377
378
  "is_active": "C'est actif",
378
379
  "is_connected": "Est connecté",
379
380
  "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.38",
3
+ "version": "2.0.40",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {