@ikas/storefront-assets 5.0.63 → 5.0.65
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 +30 -0
- package/checkout/en.js +28 -0
- package/checkout/fr.js +30 -0
- package/checkout/tr.js +31 -0
- package/package.json +1 -1
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",
|
|
@@ -189,6 +191,34 @@ module.exports = {
|
|
|
189
191
|
cartTaxTitle: "MwSt.",
|
|
190
192
|
cartInterest: "Zinsen",
|
|
191
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
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Prozentualer Rabatt",
|
|
211
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Rabatt anwenden",
|
|
212
|
+
loyaltyPointsLineItemButtonApply: "Anwenden",
|
|
213
|
+
loyaltyPointsLineItemButtonSelectGift: "Geschenk auswählen",
|
|
214
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
215
|
+
"{{amount}} Rabatt für {{point}} Punkte",
|
|
216
|
+
loyaltyPointsLineItemButtonAddFree: "Kostenlos hinzufügen",
|
|
217
|
+
loyaltyPointsGiftModalTitle: "Geschenk auswählen",
|
|
218
|
+
loyaltyPointsGiftModalDescription:
|
|
219
|
+
"Du kannst deine Treuepunkte für ein Geschenk auf deiner Bestellung verwenden.",
|
|
220
|
+
loyaltyEarningMethodTitle:
|
|
221
|
+
"Du erhältst {{value}} Punkte, wenn du diese Bestellung abschließt",
|
|
192
222
|
couponCode: "Gutschein-/Rabattcode",
|
|
193
223
|
giftCode: "Geschenkgutschein-Code",
|
|
194
224
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
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
|
|
|
@@ -202,6 +203,33 @@ module.exports = {
|
|
|
202
203
|
cartTaxTitle: "Tax",
|
|
203
204
|
cartInterest: "Interest",
|
|
204
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
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Percentage Discount",
|
|
222
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Discount Apply",
|
|
223
|
+
loyaltyPointsLineItemButtonApply: "Apply",
|
|
224
|
+
loyaltyPointsLineItemButtonSelectGift: "Select Gift",
|
|
225
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
226
|
+
"{{amount}} Discount for {{point}} points",
|
|
227
|
+
loyaltyPointsLineItemButtonAddFree: "Add Free",
|
|
228
|
+
loyaltyPointsGiftModalTitle: "Select Gift",
|
|
229
|
+
loyaltyPointsGiftModalDescription:
|
|
230
|
+
"You can use your loyalty points to get a gift on your order.",
|
|
231
|
+
loyaltyEarningMethodTitle:
|
|
232
|
+
"You will earn {{value}} points when you complete this purchase",
|
|
205
233
|
couponCode: "Coupon Code",
|
|
206
234
|
giftCode: "Gift Code",
|
|
207
235
|
addCouponCode: "Add coupon code",
|
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",
|
|
@@ -191,6 +193,34 @@ module.exports = {
|
|
|
191
193
|
cartTaxTitle: "Taxe",
|
|
192
194
|
cartInterest: "intérêts de retard",
|
|
193
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
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Réduction en pourcentage",
|
|
213
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Réduction Appliquer",
|
|
214
|
+
loyaltyPointsLineItemButtonApply: "Appliquer",
|
|
215
|
+
loyaltyPointsLineItemButtonSelectGift: "Sélectionner le cadeau",
|
|
216
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
217
|
+
"{{amount}} Réduction pour {{point}} points",
|
|
218
|
+
loyaltyPointsLineItemButtonAddFree: "Ajouter gratuitement",
|
|
219
|
+
loyaltyPointsGiftModalTitle: "Sélectionner le cadeau",
|
|
220
|
+
loyaltyPointsGiftModalDescription:
|
|
221
|
+
"Vous pouvez utiliser vos points de fidélité pour obtenir un cadeau sur votre commande.",
|
|
222
|
+
loyaltyEarningMethodTitle:
|
|
223
|
+
"Vous gagnerez {{value}} points lorsque vous achetez ce produit",
|
|
194
224
|
couponCode: "bon de réduction",
|
|
195
225
|
giftCode: "Code Cadeau",
|
|
196
226
|
addCouponCode: "ajouter un code promo",
|
package/checkout/tr.js
CHANGED
|
@@ -123,6 +123,8 @@ module.exports = {
|
|
|
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",
|
|
@@ -188,6 +190,35 @@ module.exports = {
|
|
|
188
190
|
cartTaxTitle: "Vergi",
|
|
189
191
|
cartInterest: "Vade Farkı",
|
|
190
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
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Yüzdelik İndirim",
|
|
211
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} İndirim Uygula",
|
|
212
|
+
loyaltyPointsLineItemButtonApply: "Uygula",
|
|
213
|
+
loyaltyPointsLineItemButtonSelectGift: "Hediyeni Seç",
|
|
214
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
215
|
+
"Her {{point}} Puan için {{amount}} İndirim",
|
|
216
|
+
loyaltyPointsLineItemButtonAddFree: "Ücretsiz Ekle",
|
|
217
|
+
loyaltyPointsGiftModalTitle: "Hediyeni Seç",
|
|
218
|
+
loyaltyPointsGiftModalDescription:
|
|
219
|
+
"Puanlarla aşağıdaki ürünlerde birini ücretsiz alabilirsin",
|
|
220
|
+
loyaltyEarningMethodTitle:
|
|
221
|
+
"Bu alışverişini tamamladığında {{value}} Puan kazanırsın",
|
|
191
222
|
couponCode: "İndirim Kodu",
|
|
192
223
|
giftCode: "Hediye Kodu",
|
|
193
224
|
addCouponCode: "İndirim kodu ekle",
|