@ikas/storefront-assets 4.2.0-beta.9 → 4.2.1
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 +2 -0
- package/checkout/en.js +2 -0
- package/checkout/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -153,6 +153,8 @@ module.exports = {
|
|
|
153
153
|
giftCodeErrorTitle: "Gutschein-/Rabattcode Fehler",
|
|
154
154
|
giftCodeErrorDescription:
|
|
155
155
|
"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.",
|
|
156
|
+
mustBeSignInToApplyCampaign:
|
|
157
|
+
"Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
|
|
156
158
|
subtotal: "Zwischensumme",
|
|
157
159
|
total: "Bestellsumme",
|
|
158
160
|
subtotalTooltip:
|
package/checkout/en.js
CHANGED
|
@@ -153,6 +153,8 @@ module.exports = {
|
|
|
153
153
|
giftCodeErrorTitle: "Gift Code Error",
|
|
154
154
|
giftCodeErrorDescription:
|
|
155
155
|
"The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",
|
|
156
|
+
mustBeSignInToApplyCampaign:
|
|
157
|
+
"You need to sign up to benefit from the discount.",
|
|
156
158
|
subtotal: "Subtotal",
|
|
157
159
|
total: "Total",
|
|
158
160
|
subtotalTooltip:
|
package/checkout/tr.js
CHANGED
|
@@ -152,6 +152,8 @@ module.exports = {
|
|
|
152
152
|
giftCodeErrorTitle: "İndirim Kodu Hatası",
|
|
153
153
|
giftCodeErrorDescription:
|
|
154
154
|
"İndirim kodunuz geçersiz veya sepetinizdeki ürünlere uygulanabilir değil. Lütfen kodunuzu kontrol edip tekrar deneyin.",
|
|
155
|
+
mustBeSignInToApplyCampaign:
|
|
156
|
+
"Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
|
|
155
157
|
subtotal: "Ara Toplam",
|
|
156
158
|
total: "Toplam",
|
|
157
159
|
subtotalTooltip:
|