@ikas/storefront-assets 6.1.0-beta.216 → 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 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
@@ -201,6 +201,7 @@ module.exports = {
201
201
  cartShippingTitle: "Delivery / Shipping",
202
202
  cartTaxTitle: "Tax",
203
203
  cartInterest: "Interest",
204
+ loyaltyPoints: "Loyalty Points",
204
205
  couponCode: "Coupon Code",
205
206
  giftCode: "Gift Code",
206
207
  addCouponCode: "Add coupon code",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "6.1.0-beta.216",
3
+ "version": "6.1.0-beta.217",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",