@ikas/storefront-assets 6.1.0-beta.215 → 6.1.0-beta.217
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 +1 -0
- package/checkout/en.js +1 -0
- package/checkout/fr.js +1 -0
- package/checkout/tr.js +1 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -188,6 +188,7 @@ module.exports = {
|
|
|
188
188
|
cartShippingTitle: "Lieferung/Versand",
|
|
189
189
|
cartTaxTitle: "MwSt.",
|
|
190
190
|
cartInterest: "Zinsen",
|
|
191
|
+
loyaltyPoints: "Treuepunkte",
|
|
191
192
|
couponCode: "Gutschein-/Rabattcode",
|
|
192
193
|
giftCode: "Geschenkgutschein-Code",
|
|
193
194
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
package/checkout/en.js
CHANGED
package/checkout/fr.js
CHANGED
|
@@ -190,6 +190,7 @@ module.exports = {
|
|
|
190
190
|
cartShippingTitle: "Expédition",
|
|
191
191
|
cartTaxTitle: "Taxe",
|
|
192
192
|
cartInterest: "intérêts de retard",
|
|
193
|
+
loyaltyPoints: "Points de fidélité",
|
|
193
194
|
couponCode: "bon de réduction",
|
|
194
195
|
giftCode: "Code Cadeau",
|
|
195
196
|
addCouponCode: "ajouter un code promo",
|
package/checkout/tr.js
CHANGED
|
@@ -187,6 +187,7 @@ module.exports = {
|
|
|
187
187
|
cartShippingTitle: "Teslimat / Kargo",
|
|
188
188
|
cartTaxTitle: "Vergi",
|
|
189
189
|
cartInterest: "Vade Farkı",
|
|
190
|
+
loyaltyPoints: "Sadakat Puanı",
|
|
190
191
|
couponCode: "İndirim Kodu",
|
|
191
192
|
giftCode: "Hediye Kodu",
|
|
192
193
|
addCouponCode: "İndirim kodu ekle",
|