@ikas/storefront-assets 4.0.0-alpha.77 → 4.0.0-alpha.78

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
@@ -16,6 +16,7 @@ module.exports = {
16
16
  backToShopping: "Bestellung abschließen",
17
17
  backToCart: "Zurück zum Warenkorb",
18
18
  addToCart: "Zum Warenkorb hinzufügen",
19
+ takeOutBasket : "Aus dem Korb nehmen"
19
20
  },
20
21
  securePayment: "Sichere Bezahlung",
21
22
  alreadyHaveAnAccount: "Du hast bereits ein Konto?",
package/checkout/en.js CHANGED
@@ -16,6 +16,7 @@ module.exports = {
16
16
  backToShopping: "Back to Shopping",
17
17
  backToCart: "Back to Cart",
18
18
  addToCart: "Add to Cart",
19
+ takeOutBasket : "Take Out Of The Basket"
19
20
  },
20
21
  securePayment: "Secure Payment",
21
22
  alreadyHaveAnAccount: "Already have an account?",
package/checkout/tr.js CHANGED
@@ -16,6 +16,7 @@ module.exports = {
16
16
  backToShopping: "Alışverişe Dön",
17
17
  backToCart: "Sepete Dön",
18
18
  addToCart: "Sepete Ekle",
19
+ takeOutBasket : "Sepetten Çıkar"
19
20
  },
20
21
  securePayment: "Güvenli Ödeme",
21
22
  alreadyHaveAnAccount: "Zaten hesabınız var mı?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.0.0-alpha.77",
3
+ "version": "4.0.0-alpha.78",
4
4
  "author": "Umut Ozan Yıldırım",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",