@ikas/storefront-assets 6.1.0-beta.6 → 6.1.0-beta.61
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
|
@@ -187,6 +187,7 @@ module.exports = {
|
|
|
187
187
|
cartTaxTitle: "MwSt.",
|
|
188
188
|
cartInterest: "Zinsen",
|
|
189
189
|
couponCode: "Gutschein-/Rabattcode",
|
|
190
|
+
giftCode: "Geschenkgutschein-Code",
|
|
190
191
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
|
191
192
|
addOrderNote: "Bestellnotiz hinzufügen",
|
|
192
193
|
editOrderNote: "Bestellnotiz bearbeiten",
|
package/checkout/en.js
CHANGED
package/checkout/fr.js
CHANGED
|
@@ -189,6 +189,7 @@ module.exports = {
|
|
|
189
189
|
cartTaxTitle: "Taxe",
|
|
190
190
|
cartInterest: "intérêts de retard",
|
|
191
191
|
couponCode: "bon de réduction",
|
|
192
|
+
giftCode: "Code Cadeau",
|
|
192
193
|
addCouponCode: "ajouter un code promo",
|
|
193
194
|
addOrderNote: "ajouter une note de commande",
|
|
194
195
|
editOrderNote: "modifier la note de commande",
|
package/checkout/tr.js
CHANGED
|
@@ -186,6 +186,7 @@ module.exports = {
|
|
|
186
186
|
cartTaxTitle: "Vergi",
|
|
187
187
|
cartInterest: "Vade Farkı",
|
|
188
188
|
couponCode: "İndirim Kodu",
|
|
189
|
+
giftCode: "Hediye Kodu",
|
|
189
190
|
addCouponCode: "İndirim kodu ekle",
|
|
190
191
|
addOrderNote: "Sipariş notu ekle",
|
|
191
192
|
editOrderNote: "Sipariş notu düzenle",
|