@ikas/storefront-assets 4.0.0-alpha.76 → 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 +1 -0
- package/checkout/en.js +1 -0
- package/checkout/tr.js +1 -0
- package/package.json +1 -1
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
package/checkout/tr.js
CHANGED