@ikas/storefront-assets 5.0.48 → 5.0.50
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 +5 -0
- package/checkout/en.js +5 -0
- package/checkout/fr.js +5 -0
- package/checkout/tr.js +5 -0
- package/package.json +1 -1
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:
|
|
@@ -272,4 +274,7 @@ module.exports = {
|
|
|
272
274
|
"Sie haben kein Hepsipay-Konto mit Ihrer Telefonnummer registriert.You do not have a Hepsipay account registered with your phone number.",
|
|
273
275
|
upsellTimeErrorMessage: "Die Angebotsfrist ist abgelaufen.",
|
|
274
276
|
minTransactionErrorMessage: "Unser Mindestbestellwert beträgt {{value}}",
|
|
277
|
+
storeCreditBalance: "Mein Lagerbestand verwenden",
|
|
278
|
+
storeCredit: "Lagerbestand",
|
|
279
|
+
totalAmountPayable: "Zahlbar",
|
|
275
280
|
};
|
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:
|
|
@@ -291,4 +293,7 @@ module.exports = {
|
|
|
291
293
|
"You do not have a Hepsipay account registered with your phone number.",
|
|
292
294
|
upsellTimeErrorMessage: "The offer period has expired.",
|
|
293
295
|
minTransactionErrorMessage: "Our minimum purchase amount is {{value}}",
|
|
296
|
+
storeCreditBalance: "Use my store credit",
|
|
297
|
+
storeCredit: "Store Credit",
|
|
298
|
+
totalAmountPayable: "Total Amount Payable",
|
|
294
299
|
};
|
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:
|
|
@@ -272,4 +274,7 @@ module.exports = {
|
|
|
272
274
|
"Vous n'avez pas de compte Hepsipay enregistré avec votre numéro de téléphone.",
|
|
273
275
|
upsellTimeErrorMessage: "La période de l'offre est expirée.",
|
|
274
276
|
minTransactionErrorMessage: "Le montant d'achat minimum est de {{value}}",
|
|
277
|
+
storeCreditBalance: "Utiliser mon solde de crédit",
|
|
278
|
+
storeCredit: "Solde de crédit",
|
|
279
|
+
totalAmountPayable: "Montant à payer",
|
|
275
280
|
};
|
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:
|
|
@@ -270,4 +272,7 @@ module.exports = {
|
|
|
270
272
|
"Telefon numaranızla kayıtlı Hepsipay hesabınız bulunmuyor.",
|
|
271
273
|
upsellTimeErrorMessage: "Teklif süresi dolmuş.",
|
|
272
274
|
minTransactionErrorMessage: "Minimum satın alma tutarımız {{value}} TL'dir.",
|
|
275
|
+
storeCreditBalance: "Alışveriş bakiyemi kullan",
|
|
276
|
+
storeCredit: "Alışveriş Bakiyesi",
|
|
277
|
+
totalAmountPayable: "Toplam Ödenecek Tutar",
|
|
273
278
|
};
|