@ikas/storefront-assets 6.1.0-beta.27 → 6.1.0-beta.271
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 +41 -0
- package/checkout/en.js +40 -0
- package/checkout/fr.js +41 -0
- package/checkout/tr.js +45 -3
- 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:
|
|
@@ -186,6 +188,34 @@ module.exports = {
|
|
|
186
188
|
cartShippingTitle: "Lieferung/Versand",
|
|
187
189
|
cartTaxTitle: "MwSt.",
|
|
188
190
|
cartInterest: "Zinsen",
|
|
191
|
+
loyaltyPoints: "Treuepunkte",
|
|
192
|
+
loyaltyPoint: "Punkt",
|
|
193
|
+
loyaltyPointsTitle: "Treuepunkte in Rabatt umwandeln",
|
|
194
|
+
loyaltyPointsLinesModalTitle: "Treuepunkte in Rabatt umwandeln",
|
|
195
|
+
loyaltyPointsLinesModalDescription:
|
|
196
|
+
"Du kannst deine Treuepunkte für einen Rabatt oder ein Geschenk auf deiner Bestellung verwenden.",
|
|
197
|
+
loyaltyPointsLinesModalCurrentPoints: "Aktuelle Punkte",
|
|
198
|
+
loyaltyPointsViewAll: "Alle anzeigen",
|
|
199
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamischer Rabatt",
|
|
200
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Kostenloser Versand",
|
|
201
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
202
|
+
"Geschenkprodukt hinzugefügt",
|
|
203
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Rabatt",
|
|
204
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
205
|
+
"{{value}} Treuepunkte in Rabatt umwandeln",
|
|
206
|
+
loyaltyPointSpending: "{{point}} Treuepunkte verwendet",
|
|
207
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Geschenkprodukt",
|
|
208
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Rabatt anwenden",
|
|
209
|
+
loyaltyPointsLineItemButtonApply: "Anwenden",
|
|
210
|
+
loyaltyPointsLineItemButtonSelectGift: "Geschenk auswählen",
|
|
211
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
212
|
+
"{{amount}} Rabatt für {{point}} Punkte",
|
|
213
|
+
loyaltyPointsLineItemButtonAddFree: "Kostenlos hinzufügen",
|
|
214
|
+
loyaltyPointsGiftModalTitle: "Geschenk auswählen",
|
|
215
|
+
loyaltyPointsGiftModalDescription:
|
|
216
|
+
"Du kannst deine Treuepunkte für ein Geschenk auf deiner Bestellung verwenden.",
|
|
217
|
+
loyaltyEarningMethodTitle:
|
|
218
|
+
"Du erhältst {{value}} Punkte, wenn du diese Bestellung abschließt",
|
|
189
219
|
couponCode: "Gutschein-/Rabattcode",
|
|
190
220
|
giftCode: "Geschenkgutschein-Code",
|
|
191
221
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
|
@@ -257,6 +287,8 @@ module.exports = {
|
|
|
257
287
|
"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?",
|
|
258
288
|
errorUnknown:
|
|
259
289
|
"Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
|
|
290
|
+
errorContactStore:
|
|
291
|
+
"Ein unerwarteter Fehler ist aufgetreten. Bitte wende Dich an den Shop-Besitzer.",
|
|
260
292
|
errorPickupLocationRequired: "Abholort wählen",
|
|
261
293
|
customizedProduct: "Individualisiertes Produkt",
|
|
262
294
|
bundleProductsQuantity: "{{value}} Produkt",
|
|
@@ -266,4 +298,13 @@ module.exports = {
|
|
|
266
298
|
offerTitle: "Kampagnen Titel",
|
|
267
299
|
offerDescription: "Beschreibung",
|
|
268
300
|
offerProductName: "ikas Produkt",
|
|
301
|
+
hepsiPayErrorMessage:
|
|
302
|
+
"Sie haben kein Hepsipay-Konto mit Ihrer Telefonnummer registriert.You do not have a Hepsipay account registered with your phone number.",
|
|
303
|
+
upsellTimeErrorMessage: "Die Angebotsfrist ist abgelaufen.",
|
|
304
|
+
minTransactionErrorMessage: "Unser Mindestbestellwert beträgt {{value}}",
|
|
305
|
+
storeCreditBalance: "Mein Lagerbestand verwenden",
|
|
306
|
+
storeCredit: "Lagerbestand",
|
|
307
|
+
totalAmountPayable: "Zahlbar",
|
|
308
|
+
chargedAmount: "Gezahlt",
|
|
309
|
+
refundedAmount: "Erstattet",
|
|
269
310
|
};
|
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:
|
|
@@ -199,6 +201,33 @@ module.exports = {
|
|
|
199
201
|
cartShippingTitle: "Delivery / Shipping",
|
|
200
202
|
cartTaxTitle: "Tax",
|
|
201
203
|
cartInterest: "Interest",
|
|
204
|
+
loyaltyPoints: "Loyalty Points",
|
|
205
|
+
loyaltyPoint: "Point",
|
|
206
|
+
loyaltyPointsTitle: "Convert Loyalty Points to Discount",
|
|
207
|
+
loyaltyPointsLinesModalTitle: "Convert Loyalty Points to Discount",
|
|
208
|
+
loyaltyPointsLinesModalDescription:
|
|
209
|
+
"You can use your loyalty points to get a discount or a gift on your order.",
|
|
210
|
+
loyaltyPointsLinesModalCurrentPoints: "Current Points",
|
|
211
|
+
loyaltyPointsViewAll: "View All",
|
|
212
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamic Discount",
|
|
213
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Free Shipping",
|
|
214
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded: "Free Product Added",
|
|
215
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Discount",
|
|
216
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
217
|
+
"Convert {{value}} Loyalty Points to Discount",
|
|
218
|
+
loyaltyPointSpending: "{{point}} Loyalty Points used",
|
|
219
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Free Product",
|
|
220
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Discount Apply",
|
|
221
|
+
loyaltyPointsLineItemButtonApply: "Apply",
|
|
222
|
+
loyaltyPointsLineItemButtonSelectGift: "Select Gift",
|
|
223
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
224
|
+
"{{amount}} Discount for {{point}} points",
|
|
225
|
+
loyaltyPointsLineItemButtonAddFree: "Add Free",
|
|
226
|
+
loyaltyPointsGiftModalTitle: "Select Gift",
|
|
227
|
+
loyaltyPointsGiftModalDescription:
|
|
228
|
+
"You can use your loyalty points to get a gift on your order.",
|
|
229
|
+
loyaltyEarningMethodTitle:
|
|
230
|
+
"You will earn {{value}} points when you complete this purchase",
|
|
202
231
|
couponCode: "Coupon Code",
|
|
203
232
|
giftCode: "Gift Code",
|
|
204
233
|
addCouponCode: "Add coupon code",
|
|
@@ -275,6 +304,8 @@ module.exports = {
|
|
|
275
304
|
errorStockDescription:
|
|
276
305
|
"Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
|
|
277
306
|
errorUnknown: "An unexpected error has occurred. Please try again.",
|
|
307
|
+
errorContactStore:
|
|
308
|
+
"An unexpected error has occurred. Please contact the store owner.",
|
|
278
309
|
errorPickupLocationRequired: "Choose pickup location",
|
|
279
310
|
|
|
280
311
|
customizedProduct: "Customized Product",
|
|
@@ -285,4 +316,13 @@ module.exports = {
|
|
|
285
316
|
offerTitle: "Campaign Title",
|
|
286
317
|
offerDescription: "Description",
|
|
287
318
|
offerProductName: "ikas Product",
|
|
319
|
+
hepsiPayErrorMessage:
|
|
320
|
+
"You do not have a Hepsipay account registered with your phone number.",
|
|
321
|
+
upsellTimeErrorMessage: "The offer period has expired.",
|
|
322
|
+
minTransactionErrorMessage: "Our minimum purchase amount is {{value}}",
|
|
323
|
+
storeCreditBalance: "Use my store credit",
|
|
324
|
+
storeCredit: "Store Credit",
|
|
325
|
+
totalAmountPayable: "Total Amount Payable",
|
|
326
|
+
chargedAmount: "Charged Amount",
|
|
327
|
+
refundedAmount: "Refunded Amount",
|
|
288
328
|
};
|
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:
|
|
@@ -188,6 +190,34 @@ module.exports = {
|
|
|
188
190
|
cartShippingTitle: "Expédition",
|
|
189
191
|
cartTaxTitle: "Taxe",
|
|
190
192
|
cartInterest: "intérêts de retard",
|
|
193
|
+
loyaltyPoints: "Points de fidélité",
|
|
194
|
+
loyaltyPoint: "Point",
|
|
195
|
+
loyaltyPointsTitle: "Convertir mes points de fidélité en réduction",
|
|
196
|
+
loyaltyPointsLinesModalTitle: "Convertir mes points de fidélité en réduction",
|
|
197
|
+
loyaltyPointsLinesModalDescription:
|
|
198
|
+
"Vous pouvez utiliser vos points de fidélité pour obtenir une réduction ou un cadeau sur votre commande.",
|
|
199
|
+
loyaltyPointsLinesModalCurrentPoints: "Points Fidélité",
|
|
200
|
+
loyaltyPointsViewAll: "Voir tout",
|
|
201
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Réduction dynamique",
|
|
202
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Livraison gratuite",
|
|
203
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
204
|
+
"Produit gratuit ajouté",
|
|
205
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Réduction",
|
|
206
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
207
|
+
"Convertir {{value}} Points de fidélité en réduction",
|
|
208
|
+
loyaltyPointSpending: "{{point}} Points de fidélité utilisés",
|
|
209
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Produit gratuit",
|
|
210
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Réduction Appliquer",
|
|
211
|
+
loyaltyPointsLineItemButtonApply: "Appliquer",
|
|
212
|
+
loyaltyPointsLineItemButtonSelectGift: "Sélectionner le cadeau",
|
|
213
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
214
|
+
"{{amount}} Réduction pour {{point}} points",
|
|
215
|
+
loyaltyPointsLineItemButtonAddFree: "Ajouter gratuitement",
|
|
216
|
+
loyaltyPointsGiftModalTitle: "Sélectionner le cadeau",
|
|
217
|
+
loyaltyPointsGiftModalDescription:
|
|
218
|
+
"Vous pouvez utiliser vos points de fidélité pour obtenir un cadeau sur votre commande.",
|
|
219
|
+
loyaltyEarningMethodTitle:
|
|
220
|
+
"Vous gagnerez {{value}} points lorsque vous achetez ce produit",
|
|
191
221
|
couponCode: "bon de réduction",
|
|
192
222
|
giftCode: "Code Cadeau",
|
|
193
223
|
addCouponCode: "ajouter un code promo",
|
|
@@ -257,6 +287,8 @@ module.exports = {
|
|
|
257
287
|
errorStockDescription:
|
|
258
288
|
"Certains articles de votre panier sont en rupture de stock. Souhaitez-vous continuer en supprimant ces produits de votre panier ?",
|
|
259
289
|
errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
|
|
290
|
+
errorContactStore:
|
|
291
|
+
"Une erreur imprévue s'est produite. Veuillez contacter le propriétaire du magasin.",
|
|
260
292
|
errorPickupLocationRequired: "Choisissez le lieu d'expédition",
|
|
261
293
|
customizedProduct: "Produit personnalisé",
|
|
262
294
|
bundleProductsQuantity: "{{value}} Produits",
|
|
@@ -266,4 +298,13 @@ module.exports = {
|
|
|
266
298
|
offerTitle: "Titre de la campagne",
|
|
267
299
|
offerDescription: "Description",
|
|
268
300
|
offerProductName: "ikas Produit",
|
|
301
|
+
hepsiPayErrorMessage:
|
|
302
|
+
"Vous n'avez pas de compte Hepsipay enregistré avec votre numéro de téléphone.",
|
|
303
|
+
upsellTimeErrorMessage: "La période de l'offre est expirée.",
|
|
304
|
+
minTransactionErrorMessage: "Le montant d'achat minimum est de {{value}}",
|
|
305
|
+
storeCreditBalance: "Utiliser mon solde de crédit",
|
|
306
|
+
storeCredit: "Solde de crédit",
|
|
307
|
+
totalAmountPayable: "Montant à payer",
|
|
308
|
+
chargedAmount: "Montant payé",
|
|
309
|
+
refundedAmount: "Montant remboursé",
|
|
269
310
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -54,7 +54,7 @@ module.exports = {
|
|
|
54
54
|
region: "Bölge",
|
|
55
55
|
regionError: "Bölge seçin",
|
|
56
56
|
taxOfficeError: "Vergi dairesi girin",
|
|
57
|
-
taxNumberError: "Vergi
|
|
57
|
+
taxNumberError: "Vergi numarası girin",
|
|
58
58
|
phone: "Telefon",
|
|
59
59
|
phoneError: "Geçerli bir telefon girin",
|
|
60
60
|
companyName: "Firma Adı",
|
|
@@ -112,14 +112,14 @@ module.exports = {
|
|
|
112
112
|
buyOnlinePayAtStore: "Mağazada Ödeme",
|
|
113
113
|
cash: "Nakit",
|
|
114
114
|
cashOnDelivery: "Kapıda Ödeme",
|
|
115
|
-
creditCard: "Kredi Kartı",
|
|
115
|
+
creditCard: "Banka veya Kredi Kartı",
|
|
116
116
|
creditCardOnDelivery: "Kapıda Ödeme Kredi Kartı",
|
|
117
117
|
directDebit: "Banka Hesabından Ödeme",
|
|
118
118
|
giftCard: "Hediye Çeki",
|
|
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",
|
|
@@ -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:
|
|
@@ -185,6 +187,35 @@ module.exports = {
|
|
|
185
187
|
cartShippingTitle: "Teslimat / Kargo",
|
|
186
188
|
cartTaxTitle: "Vergi",
|
|
187
189
|
cartInterest: "Vade Farkı",
|
|
190
|
+
loyaltyPoints: "Sadakat Puanı",
|
|
191
|
+
loyaltyPoint: "Puan",
|
|
192
|
+
loyaltyPointsTitle: "Puanlarını İndirime Dönüştür",
|
|
193
|
+
loyaltyPointsLinesModalTitle: "Puanlarını İndirime Dönüştür",
|
|
194
|
+
loyaltyPointsLinesModalDescription:
|
|
195
|
+
"Puanlarını siparişinde indirim veya hediye kazanmak için kullanabilirsin",
|
|
196
|
+
loyaltyPointsLinesModalCurrentPoints: "Mevcut Puanın",
|
|
197
|
+
loyaltyPointsViewAll: "Tümünü Gör",
|
|
198
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount:
|
|
199
|
+
"Dinamik Tutar İndirimi",
|
|
200
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Ücretsiz Kargo",
|
|
201
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
202
|
+
"Hediye Ürün Eklendi",
|
|
203
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} İndirim",
|
|
204
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
205
|
+
"Puanlarını {{value}} İndirime Dönüştür",
|
|
206
|
+
loyaltyPointSpending: "{{point}} Puan harcandı",
|
|
207
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Hediye Ürün",
|
|
208
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} İndirim Uygula",
|
|
209
|
+
loyaltyPointsLineItemButtonApply: "Uygula",
|
|
210
|
+
loyaltyPointsLineItemButtonSelectGift: "Hediyeni Seç",
|
|
211
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
212
|
+
"Her {{point}} Puan için {{amount}} İndirim",
|
|
213
|
+
loyaltyPointsLineItemButtonAddFree: "Ücretsiz Ekle",
|
|
214
|
+
loyaltyPointsGiftModalTitle: "Hediyeni Seç",
|
|
215
|
+
loyaltyPointsGiftModalDescription:
|
|
216
|
+
"Puanlarla aşağıdaki ürünlerde birini ücretsiz alabilirsin",
|
|
217
|
+
loyaltyEarningMethodTitle:
|
|
218
|
+
"Bu alışverişini tamamladığında {{value}} Puan kazanırsın",
|
|
188
219
|
couponCode: "İndirim Kodu",
|
|
189
220
|
giftCode: "Hediye Kodu",
|
|
190
221
|
addCouponCode: "İndirim kodu ekle",
|
|
@@ -255,6 +286,8 @@ module.exports = {
|
|
|
255
286
|
errorStockDescription:
|
|
256
287
|
"Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
|
|
257
288
|
errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
|
|
289
|
+
errorContactStore:
|
|
290
|
+
"Beklenmedik bir hata oluştu. Lütfen mağaza sahibiyle iletişime geçin.",
|
|
258
291
|
errorPickupLocationRequired: "Teslim alınacak konumu seçin",
|
|
259
292
|
customizedProduct: "Kişiselleştirilmiş Ürün",
|
|
260
293
|
bundleProductsQuantity: "{{value}} Ürün",
|
|
@@ -264,4 +297,13 @@ module.exports = {
|
|
|
264
297
|
offerTitle: "Kampanya Başlığı",
|
|
265
298
|
offerDescription: "Açıklama",
|
|
266
299
|
offerProductName: "ikas Ürün",
|
|
300
|
+
hepsiPayErrorMessage:
|
|
301
|
+
"Telefon numaranızla kayıtlı Hepsipay hesabınız bulunmuyor.",
|
|
302
|
+
upsellTimeErrorMessage: "Teklif süresi dolmuş.",
|
|
303
|
+
minTransactionErrorMessage: "Minimum satın alma tutarımız {{value}} TL'dir.",
|
|
304
|
+
storeCreditBalance: "Alışveriş bakiyemi kullan",
|
|
305
|
+
storeCredit: "Alışveriş Bakiyesi",
|
|
306
|
+
totalAmountPayable: "Toplam Ödenecek Tutar",
|
|
307
|
+
chargedAmount: "Ödenmiş Tutar",
|
|
308
|
+
refundedAmount: "İade Edilmiş Tutar",
|
|
267
309
|
};
|