@ikas/storefront-assets 6.1.0-beta.28 → 6.1.0-beta.280

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 CHANGED
@@ -124,6 +124,8 @@ module.exports = {
124
124
  wallet: "Wallet",
125
125
  ackPrivacyPolicy: "Datenschutzerklärung",
126
126
  ackTermsOfService: "Geschäftsbedingungen",
127
+ iyzicoDescription:
128
+ "Um eine Zahlung durchzuführen, müssen Sie die Geschäftsbedingungen akzeptieren.",
127
129
  ackPoliciesSentence:
128
130
  "Ich akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
129
131
  securePaymentTooltip: "Alle Zahlungen sind sicher und verschlüsselt",
@@ -179,6 +181,8 @@ module.exports = {
179
181
  "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
182
  mustBeSignInToApplyCampaign:
181
183
  "Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
184
+ couponInvalidForCartItems:
185
+ "Dieser Rabattcode ist für die Artikel in Ihrem Warenkorb nicht gültig.",
182
186
  subtotal: "Zwischensumme",
183
187
  total: "Bestellsumme",
184
188
  subtotalTooltip:
@@ -186,6 +190,34 @@ module.exports = {
186
190
  cartShippingTitle: "Lieferung/Versand",
187
191
  cartTaxTitle: "MwSt.",
188
192
  cartInterest: "Zinsen",
193
+ loyaltyPoints: "Treuepunkte",
194
+ loyaltyPoint: "Punkt",
195
+ loyaltyPointsTitle: "Treuepunkte in Rabatt umwandeln",
196
+ loyaltyPointsLinesModalTitle: "Treuepunkte in Rabatt umwandeln",
197
+ loyaltyPointsLinesModalDescription:
198
+ "Du kannst deine Treuepunkte für einen Rabatt oder ein Geschenk auf deiner Bestellung verwenden.",
199
+ loyaltyPointsLinesModalCurrentPoints: "Aktuelle Punkte",
200
+ loyaltyPointsViewAll: "Alle anzeigen",
201
+ loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamischer Rabatt",
202
+ loyaltyPointsLinesModalContentItemTitleFreeShipping: "Kostenloser Versand",
203
+ loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
204
+ "Geschenkprodukt hinzugefügt",
205
+ loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Rabatt",
206
+ loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
207
+ "{{value}} Treuepunkte in Rabatt umwandeln",
208
+ loyaltyPointSpending: "{{point}} Treuepunkte verwendet",
209
+ loyaltyPointsLinesModalContentItemTitleFreeProduct: "Geschenkprodukt",
210
+ loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Rabatt anwenden",
211
+ loyaltyPointsLineItemButtonApply: "Anwenden",
212
+ loyaltyPointsLineItemButtonSelectGift: "Geschenk auswählen",
213
+ loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
214
+ "{{amount}} Rabatt für {{point}} Punkte",
215
+ loyaltyPointsLineItemButtonAddFree: "Kostenlos hinzufügen",
216
+ loyaltyPointsGiftModalTitle: "Geschenk auswählen",
217
+ loyaltyPointsGiftModalDescription:
218
+ "Du kannst deine Treuepunkte für ein Geschenk auf deiner Bestellung verwenden.",
219
+ loyaltyEarningMethodTitle:
220
+ "Du erhältst {{value}} Punkte, wenn du diese Bestellung abschließt",
189
221
  couponCode: "Gutschein-/Rabattcode",
190
222
  giftCode: "Geschenkgutschein-Code",
191
223
  addCouponCode: "Gutschein-/Rabattcode hinzufügen",
@@ -257,6 +289,8 @@ module.exports = {
257
289
  "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
290
  errorUnknown:
259
291
  "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
292
+ errorContactStore:
293
+ "Ein unerwarteter Fehler ist aufgetreten. Bitte wende Dich an den Shop-Besitzer.",
260
294
  errorPickupLocationRequired: "Abholort wählen",
261
295
  customizedProduct: "Individualisiertes Produkt",
262
296
  bundleProductsQuantity: "{{value}} Produkt",
@@ -266,4 +300,13 @@ module.exports = {
266
300
  offerTitle: "Kampagnen Titel",
267
301
  offerDescription: "Beschreibung",
268
302
  offerProductName: "ikas Produkt",
303
+ hepsiPayErrorMessage:
304
+ "Sie haben kein Hepsipay-Konto mit Ihrer Telefonnummer registriert.You do not have a Hepsipay account registered with your phone number.",
305
+ upsellTimeErrorMessage: "Die Angebotsfrist ist abgelaufen.",
306
+ minTransactionErrorMessage: "Unser Mindestbestellwert beträgt {{value}}",
307
+ storeCreditBalance: "Mein Lagerbestand verwenden",
308
+ storeCredit: "Lagerbestand",
309
+ totalAmountPayable: "Zahlbar",
310
+ chargedAmount: "Gezahlt",
311
+ refundedAmount: "Erstattet",
269
312
  };
package/checkout/en.js CHANGED
@@ -131,6 +131,7 @@ module.exports = {
131
131
 
132
132
  ackPrivacyPolicy: "Privacy Policy",
133
133
  ackTermsOfService: "Terms of Service",
134
+ iyzicoDescription: "To make a payment, you must accept the terms of service.",
134
135
  ackPoliciesSentence:
135
136
  "I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",
136
137
 
@@ -192,6 +193,8 @@ module.exports = {
192
193
  "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
194
  mustBeSignInToApplyCampaign:
194
195
  "You need to sign up to benefit from the discount.",
196
+ couponInvalidForCartItems:
197
+ "This coupon code is not valid for the items in your cart.",
195
198
  subtotal: "Subtotal",
196
199
  total: "Total",
197
200
  subtotalTooltip:
@@ -199,6 +202,33 @@ module.exports = {
199
202
  cartShippingTitle: "Delivery / Shipping",
200
203
  cartTaxTitle: "Tax",
201
204
  cartInterest: "Interest",
205
+ loyaltyPoints: "Loyalty Points",
206
+ loyaltyPoint: "Point",
207
+ loyaltyPointsTitle: "Convert Loyalty Points to Discount",
208
+ loyaltyPointsLinesModalTitle: "Convert Loyalty Points to Discount",
209
+ loyaltyPointsLinesModalDescription:
210
+ "You can use your loyalty points to get a discount or a gift on your order.",
211
+ loyaltyPointsLinesModalCurrentPoints: "Current Points",
212
+ loyaltyPointsViewAll: "View All",
213
+ loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamic Discount",
214
+ loyaltyPointsLinesModalContentItemTitleFreeShipping: "Free Shipping",
215
+ loyaltyPointsLinesModalContentItemTitleFreeProductAdded: "Free Product Added",
216
+ loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Discount",
217
+ loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
218
+ "Convert {{value}} Loyalty Points to Discount",
219
+ loyaltyPointSpending: "{{point}} Loyalty Points used",
220
+ loyaltyPointsLinesModalContentItemTitleFreeProduct: "Free Product",
221
+ loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Discount Apply",
222
+ loyaltyPointsLineItemButtonApply: "Apply",
223
+ loyaltyPointsLineItemButtonSelectGift: "Select Gift",
224
+ loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
225
+ "{{amount}} Discount for {{point}} points",
226
+ loyaltyPointsLineItemButtonAddFree: "Add Free",
227
+ loyaltyPointsGiftModalTitle: "Select Gift",
228
+ loyaltyPointsGiftModalDescription:
229
+ "You can use your loyalty points to get a gift on your order.",
230
+ loyaltyEarningMethodTitle:
231
+ "You will earn {{value}} points when you complete this purchase",
202
232
  couponCode: "Coupon Code",
203
233
  giftCode: "Gift Code",
204
234
  addCouponCode: "Add coupon code",
@@ -275,6 +305,8 @@ module.exports = {
275
305
  errorStockDescription:
276
306
  "Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
277
307
  errorUnknown: "An unexpected error has occurred. Please try again.",
308
+ errorContactStore:
309
+ "An unexpected error has occurred. Please contact the store owner.",
278
310
  errorPickupLocationRequired: "Choose pickup location",
279
311
 
280
312
  customizedProduct: "Customized Product",
@@ -285,4 +317,13 @@ module.exports = {
285
317
  offerTitle: "Campaign Title",
286
318
  offerDescription: "Description",
287
319
  offerProductName: "ikas Product",
320
+ hepsiPayErrorMessage:
321
+ "You do not have a Hepsipay account registered with your phone number.",
322
+ upsellTimeErrorMessage: "The offer period has expired.",
323
+ minTransactionErrorMessage: "Our minimum purchase amount is {{value}}",
324
+ storeCreditBalance: "Use my store credit",
325
+ storeCredit: "Store Credit",
326
+ totalAmountPayable: "Total Amount Payable",
327
+ chargedAmount: "Charged Amount",
328
+ refundedAmount: "Refunded Amount",
288
329
  };
package/checkout/fr.js CHANGED
@@ -126,6 +126,8 @@ module.exports = {
126
126
  wallet: "Portefeuille",
127
127
  ackPrivacyPolicy: "Politique de confidentialité",
128
128
  ackTermsOfService: "Politique de vente",
129
+ iyzicoDescription:
130
+ "Pour effectuer le paiement, vous devez accepter les conditions d'utilisation.",
129
131
  ackPoliciesSentence:
130
132
  "J'ai lu {{ ackPrivacyPolicy }} et {{ ackTermsOfService }} et je donne mon accord",
131
133
  securePaymentTooltip: "Les paiements sont sécurisés et cryptés",
@@ -181,6 +183,8 @@ module.exports = {
181
183
  "Votre code de réduction est invalide ou non applicable aux articles de votre panier. Veuillez vérifier votre code et réessayer.",
182
184
  mustBeSignInToApplyCampaign:
183
185
  "Vous devez être membre pour profiter de l'offre.",
186
+ couponInvalidForCartItems:
187
+ "Ce code promo n’est pas valable pour les articles dans votre panier.",
184
188
  subtotal: "Sous-total",
185
189
  total: "Total",
186
190
  subtotalTooltip:
@@ -188,6 +192,34 @@ module.exports = {
188
192
  cartShippingTitle: "Expédition",
189
193
  cartTaxTitle: "Taxe",
190
194
  cartInterest: "intérêts de retard",
195
+ loyaltyPoints: "Points de fidélité",
196
+ loyaltyPoint: "Point",
197
+ loyaltyPointsTitle: "Convertir mes points de fidélité en réduction",
198
+ loyaltyPointsLinesModalTitle: "Convertir mes points de fidélité en réduction",
199
+ loyaltyPointsLinesModalDescription:
200
+ "Vous pouvez utiliser vos points de fidélité pour obtenir une réduction ou un cadeau sur votre commande.",
201
+ loyaltyPointsLinesModalCurrentPoints: "Points Fidélité",
202
+ loyaltyPointsViewAll: "Voir tout",
203
+ loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Réduction dynamique",
204
+ loyaltyPointsLinesModalContentItemTitleFreeShipping: "Livraison gratuite",
205
+ loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
206
+ "Produit gratuit ajouté",
207
+ loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Réduction",
208
+ loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
209
+ "Convertir {{value}} Points de fidélité en réduction",
210
+ loyaltyPointSpending: "{{point}} Points de fidélité utilisés",
211
+ loyaltyPointsLinesModalContentItemTitleFreeProduct: "Produit gratuit",
212
+ loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Réduction Appliquer",
213
+ loyaltyPointsLineItemButtonApply: "Appliquer",
214
+ loyaltyPointsLineItemButtonSelectGift: "Sélectionner le cadeau",
215
+ loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
216
+ "{{amount}} Réduction pour {{point}} points",
217
+ loyaltyPointsLineItemButtonAddFree: "Ajouter gratuitement",
218
+ loyaltyPointsGiftModalTitle: "Sélectionner le cadeau",
219
+ loyaltyPointsGiftModalDescription:
220
+ "Vous pouvez utiliser vos points de fidélité pour obtenir un cadeau sur votre commande.",
221
+ loyaltyEarningMethodTitle:
222
+ "Vous gagnerez {{value}} points lorsque vous achetez ce produit",
191
223
  couponCode: "bon de réduction",
192
224
  giftCode: "Code Cadeau",
193
225
  addCouponCode: "ajouter un code promo",
@@ -257,6 +289,8 @@ module.exports = {
257
289
  errorStockDescription:
258
290
  "Certains articles de votre panier sont en rupture de stock. Souhaitez-vous continuer en supprimant ces produits de votre panier ?",
259
291
  errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
292
+ errorContactStore:
293
+ "Une erreur imprévue s'est produite. Veuillez contacter le propriétaire du magasin.",
260
294
  errorPickupLocationRequired: "Choisissez le lieu d'expédition",
261
295
  customizedProduct: "Produit personnalisé",
262
296
  bundleProductsQuantity: "{{value}} Produits",
@@ -266,4 +300,13 @@ module.exports = {
266
300
  offerTitle: "Titre de la campagne",
267
301
  offerDescription: "Description",
268
302
  offerProductName: "ikas Produit",
303
+ hepsiPayErrorMessage:
304
+ "Vous n'avez pas de compte Hepsipay enregistré avec votre numéro de téléphone.",
305
+ upsellTimeErrorMessage: "La période de l'offre est expirée.",
306
+ minTransactionErrorMessage: "Le montant d'achat minimum est de {{value}}",
307
+ storeCreditBalance: "Utiliser mon solde de crédit",
308
+ storeCredit: "Solde de crédit",
309
+ totalAmountPayable: "Montant à payer",
310
+ chargedAmount: "Montant payé",
311
+ refundedAmount: "Montant remboursé",
269
312
  };
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 number girin",
57
+ taxNumberError: "Vergi numarası girin",
58
58
  phone: "Telefon",
59
59
  phoneError: "Geçerli bir telefon girin",
60
60
  companyName: "Firma Adı",
@@ -112,17 +112,19 @@ 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: "Taksitle Öde",
122
+ sliceIt: "Alışveriş Kredisi",
123
123
  wallet: "Cüzdan",
124
124
  ackPrivacyPolicy: "Gizlilik Sözleşmesini",
125
125
  ackTermsOfService: "Satış Sözleşmesini",
126
+ iyzicoDescription:
127
+ "Ödeme yapabilmek için sözleşmeleri onaylamanız gerekmektedir.",
126
128
  ackPoliciesSentence:
127
129
  "{{ ackPrivacyPolicy }} ve {{ ackTermsOfService }} okudum, onaylıyorum.",
128
130
  securePaymentTooltip: "Ödemeler güvenli ve şifrelidir",
@@ -178,6 +180,8 @@ module.exports = {
178
180
  "İndirim kodunuz geçersiz veya sepetinizdeki ürünlere uygulanabilir değil. Lütfen kodunuzu kontrol edip tekrar deneyin.",
179
181
  mustBeSignInToApplyCampaign:
180
182
  "Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
183
+ couponInvalidForCartItems:
184
+ "Bu kupon kodu, sepetinizdeki ürünler için geçerli değil.",
181
185
  subtotal: "Ara Toplam",
182
186
  total: "Toplam",
183
187
  subtotalTooltip:
@@ -185,6 +189,35 @@ module.exports = {
185
189
  cartShippingTitle: "Teslimat / Kargo",
186
190
  cartTaxTitle: "Vergi",
187
191
  cartInterest: "Vade Farkı",
192
+ loyaltyPoints: "Sadakat Puanı",
193
+ loyaltyPoint: "Puan",
194
+ loyaltyPointsTitle: "Puanlarını İndirime Dönüştür",
195
+ loyaltyPointsLinesModalTitle: "Puanlarını İndirime Dönüştür",
196
+ loyaltyPointsLinesModalDescription:
197
+ "Puanlarını siparişinde indirim veya hediye kazanmak için kullanabilirsin",
198
+ loyaltyPointsLinesModalCurrentPoints: "Mevcut Puanın",
199
+ loyaltyPointsViewAll: "Tümünü Gör",
200
+ loyaltyPointsLinesModalContentItemTitleDynamicAmount:
201
+ "Dinamik Tutar İndirimi",
202
+ loyaltyPointsLinesModalContentItemTitleFreeShipping: "Ücretsiz Kargo",
203
+ loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
204
+ "Hediye Ürün Eklendi",
205
+ loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} İndirim",
206
+ loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
207
+ "Puanlarını {{value}} İndirime Dönüştür",
208
+ loyaltyPointSpending: "{{point}} Puan harcandı",
209
+ loyaltyPointsLinesModalContentItemTitleFreeProduct: "Hediye Ürün",
210
+ loyaltyPointsLineItemButtonApplyAmount: "{{amount}} İndirim Uygula",
211
+ loyaltyPointsLineItemButtonApply: "Uygula",
212
+ loyaltyPointsLineItemButtonSelectGift: "Hediyeni Seç",
213
+ loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
214
+ "Her {{point}} Puan için {{amount}} İndirim",
215
+ loyaltyPointsLineItemButtonAddFree: "Ücretsiz Ekle",
216
+ loyaltyPointsGiftModalTitle: "Hediyeni Seç",
217
+ loyaltyPointsGiftModalDescription:
218
+ "Puanlarla aşağıdaki ürünlerde birini ücretsiz alabilirsin",
219
+ loyaltyEarningMethodTitle:
220
+ "Bu alışverişini tamamladığında {{value}} Puan kazanırsın",
188
221
  couponCode: "İndirim Kodu",
189
222
  giftCode: "Hediye Kodu",
190
223
  addCouponCode: "İndirim kodu ekle",
@@ -255,6 +288,8 @@ module.exports = {
255
288
  errorStockDescription:
256
289
  "Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
257
290
  errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
291
+ errorContactStore:
292
+ "Beklenmedik bir hata oluştu. Lütfen mağaza sahibiyle iletişime geçin.",
258
293
  errorPickupLocationRequired: "Teslim alınacak konumu seçin",
259
294
  customizedProduct: "Kişiselleştirilmiş Ürün",
260
295
  bundleProductsQuantity: "{{value}} Ürün",
@@ -264,4 +299,13 @@ module.exports = {
264
299
  offerTitle: "Kampanya Başlığı",
265
300
  offerDescription: "Açıklama",
266
301
  offerProductName: "ikas Ürün",
302
+ hepsiPayErrorMessage:
303
+ "Telefon numaranızla kayıtlı Hepsipay hesabınız bulunmuyor.",
304
+ upsellTimeErrorMessage: "Teklif süresi dolmuş.",
305
+ minTransactionErrorMessage: "Minimum satın alma tutarımız {{value}} TL'dir.",
306
+ storeCreditBalance: "Alışveriş bakiyemi kullan",
307
+ storeCredit: "Alışveriş Bakiyesi",
308
+ totalAmountPayable: "Toplam Ödenecek Tutar",
309
+ chargedAmount: "Ödenmiş Tutar",
310
+ refundedAmount: "İade Edilmiş Tutar",
267
311
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "6.1.0-beta.28",
3
+ "version": "6.1.0-beta.280",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",