@ikas/storefront-assets 4.10.0-beta.32 → 4.10.0-beta.34

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.
package/checkout/de.js CHANGED
@@ -266,6 +266,7 @@ module.exports = {
266
266
  errorPickupLocationRequired: "Abholort wählen",
267
267
 
268
268
  customizedProduct: "Individualisiertes Produkt",
269
+ bundleProductsQuantity: "{{value}} Produkt",
269
270
  yes: "Ja",
270
271
  no: "Nein",
271
272
  };
package/checkout/en.js CHANGED
@@ -264,6 +264,7 @@ module.exports = {
264
264
  errorPickupLocationRequired: "Choose pickup location",
265
265
 
266
266
  customizedProduct: "Customized Product",
267
+ bundleProductsQuantity: "{{value}} Product",
267
268
  yes: "Yes",
268
269
  no: "No",
269
270
  };
package/checkout/fr.js CHANGED
@@ -240,6 +240,7 @@ module.exports = {
240
240
  errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
241
241
  errorPickupLocationRequired: "Choisissez le lieu d'expédition",
242
242
  customizedProduct: "Produit personnalisé",
243
+ bundleProductsQuantity: "{{value}} Produits",
243
244
  yes: "Oui",
244
245
  no: "Non",
245
246
  };
package/checkout/tr.js CHANGED
@@ -264,6 +264,7 @@ module.exports = {
264
264
  errorPickupLocationRequired: "Teslim alınacak konumu seçin",
265
265
 
266
266
  customizedProduct: "Kişiselleştirilmiş Ürün",
267
+ bundleProductsQuantity: "{{value}} Ürün",
267
268
  yes: "Evet",
268
269
  no: "Hayır",
269
270
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.10.0-beta.32",
3
+ "version": "4.10.0-beta.34",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",