pcm-shared-components 2.0.10 → 2.0.12

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.
@@ -365,6 +365,7 @@
365
365
  "horizontal": "Horizontal",
366
366
  "id": "ID",
367
367
  "in": "In",
368
+ "in_stock": "In stock",
368
369
  "info": "Info",
369
370
  "initial_payment": "Initial Payment",
370
371
  "invalid_value": "Invalid value!",
@@ -433,6 +434,7 @@
433
434
  "no": "No",
434
435
  "no_client_selected": "No client selected",
435
436
  "no_emails": "No emails",
437
+ "no_longer_available": "No longer available",
436
438
  "none": "None",
437
439
  "not_active": "Not Active",
438
440
  "not_connected": "Not Connected",
@@ -365,6 +365,7 @@
365
365
  "horizontal": "Horizontal",
366
366
  "id": "IDENTIFICACIÓN",
367
367
  "in": "En",
368
+ "in_stock": "En stock",
368
369
  "info": "Información",
369
370
  "initial_payment": "Pago inicial",
370
371
  "invalid_value": "¡Valor no válido!",
@@ -433,6 +434,7 @@
433
434
  "no": "No",
434
435
  "no_client_selected": "Ningún cliente seleccionado",
435
436
  "no_emails": "Sin correos electrónicos",
437
+ "no_longer_available": "Ya no está disponible",
436
438
  "none": "Ninguna",
437
439
  "not_active": "No activo",
438
440
  "not_connected": "No conectado",
@@ -365,6 +365,7 @@
365
365
  "horizontal": "Horizontal",
366
366
  "id": "ID",
367
367
  "in": "Entrer",
368
+ "in_stock": "En stock",
368
369
  "info": "Info",
369
370
  "initial_payment": "Paiement initial",
370
371
  "invalid_value": "Invalid value!",
@@ -433,6 +434,7 @@
433
434
  "no": "Non",
434
435
  "no_client_selected": "Aucun client sélectionné",
435
436
  "no_emails": "Aucun courriel",
437
+ "no_longer_available": "Plus disponible",
436
438
  "none": "Aucun",
437
439
  "not_active": "Pas actif",
438
440
  "not_connected": "Pas connecté",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {