@ikas/storefront-assets 6.1.0-beta.3 → 6.1.0-beta.300

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