pcm-shared-components 2.0.11 → 2.0.13

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.
@@ -258,6 +258,7 @@
258
258
  "add_new_map": "Upload a new map",
259
259
  "add_to_cart": "Add to Cart",
260
260
  "add_to_reservation": "Add to reservation",
261
+ "adjust_qty_or_remove": "Adjust qty or remove",
261
262
  "admin": "Admin",
262
263
  "amount": "Amount",
263
264
  "archived_subscription": "Archived Subscription - No longer available",
@@ -365,6 +366,7 @@
365
366
  "horizontal": "Horizontal",
366
367
  "id": "ID",
367
368
  "in": "In",
369
+ "in_stock": "In stock",
368
370
  "info": "Info",
369
371
  "initial_payment": "Initial Payment",
370
372
  "invalid_value": "Invalid value!",
@@ -258,6 +258,7 @@
258
258
  "add_new_map": "Subir un nuevo mapa",
259
259
  "add_to_cart": "Añadir al carrito",
260
260
  "add_to_reservation": "Añadir a la reserva",
261
+ "adjust_qty_or_remove": "Ajustar cantidad o eliminar",
261
262
  "admin": "Administración",
262
263
  "amount": "Monto",
263
264
  "archived_subscription": "Suscripción archivada - ya no está disponible",
@@ -365,6 +366,7 @@
365
366
  "horizontal": "Horizontal",
366
367
  "id": "IDENTIFICACIÓN",
367
368
  "in": "En",
369
+ "in_stock": "En stock",
368
370
  "info": "Información",
369
371
  "initial_payment": "Pago inicial",
370
372
  "invalid_value": "¡Valor no válido!",
@@ -258,6 +258,7 @@
258
258
  "add_new_map": "Télécharger une nouvelle carte",
259
259
  "add_to_cart": "Ajouter au panier",
260
260
  "add_to_reservation": "Ajouter à la réservation",
261
+ "adjust_qty_or_remove": "Ajuster la quantité ou supprimer",
261
262
  "admin": "Admin",
262
263
  "amount": "Montant",
263
264
  "archived_subscription": "Abonnement archivé - N'est plus disponible",
@@ -365,6 +366,7 @@
365
366
  "horizontal": "Horizontal",
366
367
  "id": "ID",
367
368
  "in": "Entrer",
369
+ "in_stock": "En stock",
368
370
  "info": "Info",
369
371
  "initial_payment": "Paiement initial",
370
372
  "invalid_value": "Invalid value!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {