@ikas/storefront-assets 6.1.0-beta.12 → 6.1.0-beta.121
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 +7 -0
- package/checkout/en.js +7 -0
- package/checkout/fr.js +7 -0
- package/checkout/tr.js +8 -1
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -187,6 +187,7 @@ module.exports = {
|
|
|
187
187
|
cartTaxTitle: "MwSt.",
|
|
188
188
|
cartInterest: "Zinsen",
|
|
189
189
|
couponCode: "Gutschein-/Rabattcode",
|
|
190
|
+
giftCode: "Geschenkgutschein-Code",
|
|
190
191
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
|
191
192
|
addOrderNote: "Bestellnotiz hinzufügen",
|
|
192
193
|
editOrderNote: "Bestellnotiz bearbeiten",
|
|
@@ -256,6 +257,8 @@ module.exports = {
|
|
|
256
257
|
"Einige Artikel in Deinem Warenkorb sind nicht auf Lager. Wenn Du trotzdem fortfährst werden Produkte die nicht auf Lager sind aus Deinem Warenkorb entfernt?",
|
|
257
258
|
errorUnknown:
|
|
258
259
|
"Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
|
|
260
|
+
errorContactStore:
|
|
261
|
+
"Ein unerwarteter Fehler ist aufgetreten. Bitte wende Dich an den Shop-Besitzer.",
|
|
259
262
|
errorPickupLocationRequired: "Abholort wählen",
|
|
260
263
|
customizedProduct: "Individualisiertes Produkt",
|
|
261
264
|
bundleProductsQuantity: "{{value}} Produkt",
|
|
@@ -265,4 +268,8 @@ module.exports = {
|
|
|
265
268
|
offerTitle: "Kampagnen Titel",
|
|
266
269
|
offerDescription: "Beschreibung",
|
|
267
270
|
offerProductName: "ikas Produkt",
|
|
271
|
+
hepsiPayErrorMessage:
|
|
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}}",
|
|
268
275
|
};
|
package/checkout/en.js
CHANGED
|
@@ -200,6 +200,7 @@ module.exports = {
|
|
|
200
200
|
cartTaxTitle: "Tax",
|
|
201
201
|
cartInterest: "Interest",
|
|
202
202
|
couponCode: "Coupon Code",
|
|
203
|
+
giftCode: "Gift Code",
|
|
203
204
|
addCouponCode: "Add coupon code",
|
|
204
205
|
addOrderNote: "Add order note",
|
|
205
206
|
editOrderNote: "Edit order note",
|
|
@@ -274,6 +275,8 @@ module.exports = {
|
|
|
274
275
|
errorStockDescription:
|
|
275
276
|
"Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
|
|
276
277
|
errorUnknown: "An unexpected error has occurred. Please try again.",
|
|
278
|
+
errorContactStore:
|
|
279
|
+
"An unexpected error has occurred. Please contact the store owner.",
|
|
277
280
|
errorPickupLocationRequired: "Choose pickup location",
|
|
278
281
|
|
|
279
282
|
customizedProduct: "Customized Product",
|
|
@@ -284,4 +287,8 @@ module.exports = {
|
|
|
284
287
|
offerTitle: "Campaign Title",
|
|
285
288
|
offerDescription: "Description",
|
|
286
289
|
offerProductName: "ikas Product",
|
|
290
|
+
hepsiPayErrorMessage:
|
|
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}}",
|
|
287
294
|
};
|
package/checkout/fr.js
CHANGED
|
@@ -189,6 +189,7 @@ module.exports = {
|
|
|
189
189
|
cartTaxTitle: "Taxe",
|
|
190
190
|
cartInterest: "intérêts de retard",
|
|
191
191
|
couponCode: "bon de réduction",
|
|
192
|
+
giftCode: "Code Cadeau",
|
|
192
193
|
addCouponCode: "ajouter un code promo",
|
|
193
194
|
addOrderNote: "ajouter une note de commande",
|
|
194
195
|
editOrderNote: "modifier la note de commande",
|
|
@@ -256,6 +257,8 @@ module.exports = {
|
|
|
256
257
|
errorStockDescription:
|
|
257
258
|
"Certains articles de votre panier sont en rupture de stock. Souhaitez-vous continuer en supprimant ces produits de votre panier ?",
|
|
258
259
|
errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
|
|
260
|
+
errorContactStore:
|
|
261
|
+
"Une erreur imprévue s'est produite. Veuillez contacter le propriétaire du magasin.",
|
|
259
262
|
errorPickupLocationRequired: "Choisissez le lieu d'expédition",
|
|
260
263
|
customizedProduct: "Produit personnalisé",
|
|
261
264
|
bundleProductsQuantity: "{{value}} Produits",
|
|
@@ -265,4 +268,8 @@ module.exports = {
|
|
|
265
268
|
offerTitle: "Titre de la campagne",
|
|
266
269
|
offerDescription: "Description",
|
|
267
270
|
offerProductName: "ikas Produit",
|
|
271
|
+
hepsiPayErrorMessage:
|
|
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}}",
|
|
268
275
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -119,7 +119,7 @@ module.exports = {
|
|
|
119
119
|
moneyOrder: "Havale",
|
|
120
120
|
other: "Diğer",
|
|
121
121
|
payLater: "Sonra Öde",
|
|
122
|
-
sliceIt: "
|
|
122
|
+
sliceIt: "Alışveriş Kredisi",
|
|
123
123
|
wallet: "Cüzdan",
|
|
124
124
|
ackPrivacyPolicy: "Gizlilik Sözleşmesini",
|
|
125
125
|
ackTermsOfService: "Satış Sözleşmesini",
|
|
@@ -186,6 +186,7 @@ module.exports = {
|
|
|
186
186
|
cartTaxTitle: "Vergi",
|
|
187
187
|
cartInterest: "Vade Farkı",
|
|
188
188
|
couponCode: "İndirim Kodu",
|
|
189
|
+
giftCode: "Hediye Kodu",
|
|
189
190
|
addCouponCode: "İndirim kodu ekle",
|
|
190
191
|
addOrderNote: "Sipariş notu ekle",
|
|
191
192
|
editOrderNote: "Sipariş notu düzenle",
|
|
@@ -254,6 +255,8 @@ module.exports = {
|
|
|
254
255
|
errorStockDescription:
|
|
255
256
|
"Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
|
|
256
257
|
errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
|
|
258
|
+
errorContactStore:
|
|
259
|
+
"Beklenmedik bir hata oluştu. Lütfen mağaza sahibiyle iletişime geçin.",
|
|
257
260
|
errorPickupLocationRequired: "Teslim alınacak konumu seçin",
|
|
258
261
|
customizedProduct: "Kişiselleştirilmiş Ürün",
|
|
259
262
|
bundleProductsQuantity: "{{value}} Ürün",
|
|
@@ -263,4 +266,8 @@ module.exports = {
|
|
|
263
266
|
offerTitle: "Kampanya Başlığı",
|
|
264
267
|
offerDescription: "Açıklama",
|
|
265
268
|
offerProductName: "ikas Ürün",
|
|
269
|
+
hepsiPayErrorMessage:
|
|
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.",
|
|
266
273
|
};
|