@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 +1 -0
- package/checkout/en.js +1 -0
- package/checkout/fr.js +1 -0
- package/checkout/tr.js +1 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
package/checkout/en.js
CHANGED
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