@ikas/storefront-assets 4.1.9 → 4.1.10-beta.2
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 -1
- package/checkout/en.js +1 -1
- package/checkout/tr.js +1 -1
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -17,7 +17,7 @@ module.exports = {
|
|
|
17
17
|
backToShopping: "Bestellung abschließen",
|
|
18
18
|
backToCart: "Zurück zum Warenkorb",
|
|
19
19
|
addToCart: "Zum Warenkorb hinzufügen",
|
|
20
|
-
|
|
20
|
+
updateCart: "Meinen Warenkorb Aktualisieren",
|
|
21
21
|
},
|
|
22
22
|
securePayment: "Sichere Bezahlung",
|
|
23
23
|
alreadyHaveAnAccount: "Du hast bereits ein Konto?",
|
package/checkout/en.js
CHANGED
|
@@ -17,7 +17,7 @@ module.exports = {
|
|
|
17
17
|
backToShopping: "Back to Shopping",
|
|
18
18
|
backToCart: "Back to Cart",
|
|
19
19
|
addToCart: "Add to Cart",
|
|
20
|
-
|
|
20
|
+
updateCart: "Update My Cart",
|
|
21
21
|
},
|
|
22
22
|
securePayment: "Secure Payment",
|
|
23
23
|
alreadyHaveAnAccount: "Already have an account?",
|
package/checkout/tr.js
CHANGED
|
@@ -17,7 +17,7 @@ module.exports = {
|
|
|
17
17
|
backToShopping: "Alışverişe Dön",
|
|
18
18
|
backToCart: "Sepete Dön",
|
|
19
19
|
addToCart: "Sepete Ekle",
|
|
20
|
-
|
|
20
|
+
updateCart: "Sepetimi Güncelle",
|
|
21
21
|
},
|
|
22
22
|
securePayment: "Güvenli Ödeme",
|
|
23
23
|
alreadyHaveAnAccount: "Zaten hesabınız var mı?",
|