@ikas/storefront-assets 6.1.0-beta.114 → 6.1.0-beta.115
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/fr.js +2 -0
- package/checkout/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -270,4 +270,6 @@ module.exports = {
|
|
|
270
270
|
offerProductName: "ikas Produkt",
|
|
271
271
|
hepsiPayErrorMessage:
|
|
272
272
|
"Sie haben kein Hepsipay-Konto mit Ihrer Telefonnummer registriert.You do not have a Hepsipay account registered with your phone number.",
|
|
273
|
+
upsellTimeErrorMessage: "Die Angebotsfrist ist abgelaufen.",
|
|
274
|
+
minTransactionErrorMessage: "Unser Mindestbestellwert beträgt {{value}}",
|
|
273
275
|
};
|
package/checkout/en.js
CHANGED
|
@@ -289,4 +289,6 @@ module.exports = {
|
|
|
289
289
|
offerProductName: "ikas Product",
|
|
290
290
|
hepsiPayErrorMessage:
|
|
291
291
|
"You do not have a Hepsipay account registered with your phone number.",
|
|
292
|
+
upsellTimeErrorMessage: "The offer period has expired.",
|
|
293
|
+
minTransactionErrorMessage: "Our minimum purchase amount is {{value}}",
|
|
292
294
|
};
|
package/checkout/fr.js
CHANGED
|
@@ -270,4 +270,6 @@ module.exports = {
|
|
|
270
270
|
offerProductName: "ikas Produit",
|
|
271
271
|
hepsiPayErrorMessage:
|
|
272
272
|
"Vous n'avez pas de compte Hepsipay enregistré avec votre numéro de téléphone.",
|
|
273
|
+
upsellTimeErrorMessage: "La période de l'offre est expirée.",
|
|
274
|
+
minTransactionErrorMessage: "Le montant d'achat minimum est de {{value}}",
|
|
273
275
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -268,4 +268,6 @@ module.exports = {
|
|
|
268
268
|
offerProductName: "ikas Ürün",
|
|
269
269
|
hepsiPayErrorMessage:
|
|
270
270
|
"Telefon numaranızla kayıtlı Hepsipay hesabınız bulunmuyor.",
|
|
271
|
+
upsellTimeErrorMessage: "Teklif süresi dolmuş.",
|
|
272
|
+
minTransactionErrorMessage: "Minimum satın alma tutarımız {{value}} dir.",
|
|
271
273
|
};
|