pcm-shared-components 2.0.47 → 2.0.49

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.
@@ -330,6 +330,7 @@
330
330
  "default_value": "Default Value",
331
331
  "delete": "Delete",
332
332
  "departure_date": "Departure Date",
333
+ "deposit_total": "Deposit Total",
333
334
  "description": "Description",
334
335
  "discount": "Discount",
335
336
  "discounted": "Discounted",
@@ -542,6 +543,7 @@
542
543
  "select": "Select",
543
544
  "select_a_printer": "Select a Printer",
544
545
  "select_all": "Select All",
546
+ "select_an_option": "Please select an option",
545
547
  "send": "Send",
546
548
  "send_email": "Send Email",
547
549
  "send_to_email": "Send by Email",
@@ -330,6 +330,7 @@
330
330
  "default_value": "Valor por defecto",
331
331
  "delete": "Borrar",
332
332
  "departure_date": "Fecha de salida",
333
+ "deposit_total": "Depósito total",
333
334
  "description": "Descripción",
334
335
  "discount": "Descuento",
335
336
  "discounted": "Con descuento",
@@ -542,6 +543,7 @@
542
543
  "select": "Seleccionar",
543
544
  "select_a_printer": "Selecciona una impresora",
544
545
  "select_all": "Seleccionar todo",
546
+ "select_an_option": "Seleccione una opción",
545
547
  "send": "Enviar",
546
548
  "send_email": "Enviar correo electrónico",
547
549
  "send_to_email": "Enviar por correo electrónico",
@@ -330,6 +330,7 @@
330
330
  "default_value": "Valeur par défaut",
331
331
  "delete": "Supprimer",
332
332
  "departure_date": "Date de départ",
333
+ "deposit_total": "Dépôt total",
333
334
  "description": "Description",
334
335
  "discount": "Discounts",
335
336
  "discounted": "Remise de prix",
@@ -542,6 +543,7 @@
542
543
  "select": "Sélectionner",
543
544
  "select_a_printer": "Sélectionnez une imprimante",
544
545
  "select_all": "Sélectionner Tout",
546
+ "select_an_option": "Veuillez sélectionner une option",
545
547
  "send": "Envoyer",
546
548
  "send_email": "Envoyer le courriel",
547
549
  "send_to_email": "Envoyé par email",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.47",
3
+ "version": "2.0.49",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {