@ikas/storefront-assets 4.10.0-beta.42 → 4.10.0-beta.43
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 +2 -0
- package/checkout/en.js +2 -0
- package/checkout/fr.js +2 -0
- package/checkout/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -142,6 +142,8 @@ module.exports = {
|
|
|
142
142
|
"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir benachrichtigen Dich, wenn die Bestellung versandt wird.",
|
|
143
143
|
orderSuccessInStoreDeliveryDescription:
|
|
144
144
|
"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir werden Dich per E-Mail benachrichtigen, wenn die Bestellung in der Filiale eingetroffen ist.",
|
|
145
|
+
orderSuccessDigitalOnlyDescription:
|
|
146
|
+
"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Sobald Dein digitales Produkt bereitsteht, werden wir Dich per E-Mail benachrichtigen.",
|
|
145
147
|
orderNoAndDate: "Bestellnummer/Datum",
|
|
146
148
|
paymentSummary: "Zahlungsübersicht",
|
|
147
149
|
shippingSummary: "Versand Übersicht",
|
package/checkout/en.js
CHANGED
|
@@ -143,6 +143,8 @@ module.exports = {
|
|
|
143
143
|
"Dear {{ customerName }}, we have received your order. We will notify you when your order is shipped.",
|
|
144
144
|
orderSuccessInStoreDeliveryDescription:
|
|
145
145
|
"Dear {{ customerName }}, we have received your order. We will notify you by e-mail when your order is delivered to the store.",
|
|
146
|
+
orderSuccessDigitalOnlyDescription:
|
|
147
|
+
"Dear {{ customerName }}, we have received your order. We will notify you when your products are ready to use.",
|
|
146
148
|
orderNoAndDate: "Order Number / Date",
|
|
147
149
|
paymentSummary: "Payment Summary",
|
|
148
150
|
shippingSummary: "Shipping Summary",
|
package/checkout/fr.js
CHANGED
|
@@ -128,6 +128,8 @@ module.exports = {
|
|
|
128
128
|
"Che(è)r(e) {{ customerName }}, nous avons recu votre commande. Nous allons vous informer par e-mail dès que votre commande sera expédiée.",
|
|
129
129
|
orderSuccessInStoreDeliveryDescription:
|
|
130
130
|
"Che(è)r(e) {{ customerName }}, nous avons recu votre commande. Nous allons vous informer par e-mail dès que votre commande sera arrivée au magasin.",
|
|
131
|
+
orderSuccessDigitalOnlyDescription:
|
|
132
|
+
"Che(è)r(e) {{ customerName }}, nous avons recu votre commande. Nous vous informerons lorsque vos produits seront prêts à être utilisés.",
|
|
131
133
|
orderNoAndDate: "Numéro de commande / Date",
|
|
132
134
|
paymentSummary: "Résumé de paiement",
|
|
133
135
|
shippingSummary: "Résumé de l'expédition",
|
package/checkout/tr.js
CHANGED
|
@@ -141,6 +141,8 @@ module.exports = {
|
|
|
141
141
|
"Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Siparişiniz kargoya verildiğinde sizi e-posta ile bilgilendireceğiz.",
|
|
142
142
|
orderSuccessInStoreDeliveryDescription:
|
|
143
143
|
"Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Siparişiniz mağazaya teslim edildiğinde sizi e-posta ile bilgilendireceğiz.",
|
|
144
|
+
orderSuccessDigitalOnlyDescription:
|
|
145
|
+
"Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Ürünleriniz kullanıma hazır olduğunda sizi e-posta ile bilgilendireceğiz.",
|
|
144
146
|
orderNoAndDate: "Sipariş No / Tarih",
|
|
145
147
|
paymentSummary: "Ödeme Özeti",
|
|
146
148
|
shippingSummary: "Teslimat Özeti",
|