@ikas/storefront-assets 6.1.0-beta.270 → 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 +27 -0
- package/checkout/en.js +26 -0
- package/checkout/fr.js +27 -0
- package/checkout/tr.js +28 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -189,6 +189,33 @@ module.exports = {
|
|
|
189
189
|
cartTaxTitle: "MwSt.",
|
|
190
190
|
cartInterest: "Zinsen",
|
|
191
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",
|
|
192
219
|
couponCode: "Gutschein-/Rabattcode",
|
|
193
220
|
giftCode: "Geschenkgutschein-Code",
|
|
194
221
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
package/checkout/en.js
CHANGED
|
@@ -202,6 +202,32 @@ module.exports = {
|
|
|
202
202
|
cartTaxTitle: "Tax",
|
|
203
203
|
cartInterest: "Interest",
|
|
204
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",
|
|
205
231
|
couponCode: "Coupon Code",
|
|
206
232
|
giftCode: "Gift Code",
|
|
207
233
|
addCouponCode: "Add coupon code",
|
package/checkout/fr.js
CHANGED
|
@@ -191,6 +191,33 @@ module.exports = {
|
|
|
191
191
|
cartTaxTitle: "Taxe",
|
|
192
192
|
cartInterest: "intérêts de retard",
|
|
193
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",
|
|
194
221
|
couponCode: "bon de réduction",
|
|
195
222
|
giftCode: "Code Cadeau",
|
|
196
223
|
addCouponCode: "ajouter un code promo",
|
package/checkout/tr.js
CHANGED
|
@@ -188,6 +188,34 @@ module.exports = {
|
|
|
188
188
|
cartTaxTitle: "Vergi",
|
|
189
189
|
cartInterest: "Vade Farkı",
|
|
190
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",
|
|
191
219
|
couponCode: "İndirim Kodu",
|
|
192
220
|
giftCode: "Hediye Kodu",
|
|
193
221
|
addCouponCode: "İndirim kodu ekle",
|