@ikas/storefront-assets 6.1.0-beta.129 → 6.1.0-beta.130

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
@@ -179,6 +179,8 @@ module.exports = {
179
179
  "Der eingegebene Geschenkcode ist nicht gültig oder nicht auf die Produkte in Deinem Warenkorb anwendbar. Bitte überprüfe den Code und versuche es erneut.",
180
180
  mustBeSignInToApplyCampaign:
181
181
  "Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
182
+ couponInvalidForCartItems:
183
+ "Dieser Rabattcode ist für die Artikel in Ihrem Warenkorb nicht gültig.",
182
184
  subtotal: "Zwischensumme",
183
185
  total: "Bestellsumme",
184
186
  subtotalTooltip:
package/checkout/en.js CHANGED
@@ -192,6 +192,8 @@ module.exports = {
192
192
  "The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",
193
193
  mustBeSignInToApplyCampaign:
194
194
  "You need to sign up to benefit from the discount.",
195
+ couponInvalidForCartItems:
196
+ "This coupon code is not valid for the items in your cart.",
195
197
  subtotal: "Subtotal",
196
198
  total: "Total",
197
199
  subtotalTooltip:
package/checkout/fr.js CHANGED
@@ -181,6 +181,8 @@ module.exports = {
181
181
  "Votre code de réduction est invalide ou non applicable aux articles de votre panier. Veuillez vérifier votre code et réessayer.",
182
182
  mustBeSignInToApplyCampaign:
183
183
  "Vous devez être membre pour profiter de l'offre.",
184
+ couponInvalidForCartItems:
185
+ "Ce code promo n’est pas valable pour les articles dans votre panier.",
184
186
  subtotal: "Sous-total",
185
187
  total: "Total",
186
188
  subtotalTooltip:
package/checkout/tr.js CHANGED
@@ -178,6 +178,8 @@ module.exports = {
178
178
  "İndirim kodunuz geçersiz veya sepetinizdeki ürünlere uygulanabilir değil. Lütfen kodunuzu kontrol edip tekrar deneyin.",
179
179
  mustBeSignInToApplyCampaign:
180
180
  "Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
181
+ couponInvalidForCartItems:
182
+ "Bu kupon kodu, sepetinizdeki ürünler için geçerli değil.",
181
183
  subtotal: "Ara Toplam",
182
184
  total: "Toplam",
183
185
  subtotalTooltip:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "6.1.0-beta.129",
3
+ "version": "6.1.0-beta.130",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",