@ikas/storefront-assets 4.6.0 → 4.6.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 +3 -0
- package/checkout/en.js +3 -0
- package/checkout/fr.js +2 -0
- package/checkout/tr.js +3 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -139,6 +139,9 @@ module.exports = {
|
|
|
139
139
|
"Wir werden so schnell wie möglich auf Deine Nachricht antworten.",
|
|
140
140
|
contactFormCta: "Gebe Deine Nachricht ein",
|
|
141
141
|
|
|
142
|
+
freeOrderDescription:
|
|
143
|
+
"Es gibt nichts zu bezahlen. Mit diesem Schritt kannst du die Bestellung abschließen.",
|
|
144
|
+
|
|
142
145
|
orderPackageStatus: {
|
|
143
146
|
unfulfilled: "Nicht ausgeführt",
|
|
144
147
|
readyForShipment: "Versandbereit",
|
package/checkout/en.js
CHANGED
|
@@ -139,6 +139,9 @@ module.exports = {
|
|
|
139
139
|
contactFormDescription: "We will respond to your message as soon as possible",
|
|
140
140
|
contactFormCta: "Type your message",
|
|
141
141
|
|
|
142
|
+
freeOrderDescription:
|
|
143
|
+
"There is no amount to pay. You can place an order by completing this step.",
|
|
144
|
+
|
|
142
145
|
orderPackageStatus: {
|
|
143
146
|
unfulfilled: "Unfulfilled",
|
|
144
147
|
readyForShipment: "Ready For Shipment",
|
package/checkout/fr.js
CHANGED
|
@@ -124,6 +124,8 @@ module.exports = {
|
|
|
124
124
|
contactFormDescription:
|
|
125
125
|
"Nous allons vous contacter dans les plus brefs délais concernant votre message par e-mail ou par téléphone.",
|
|
126
126
|
contactFormCta: "écrivez votre message",
|
|
127
|
+
freeOrderDescription:
|
|
128
|
+
"Il n’y a rien à payer. Avec cette étape, vous pouvez terminer la commande.",
|
|
127
129
|
orderPackageStatus: {
|
|
128
130
|
unfulfilled: "Créé",
|
|
129
131
|
readyForShipment: "Prêt pour l'expédition",
|
package/checkout/tr.js
CHANGED
|
@@ -138,6 +138,9 @@ module.exports = {
|
|
|
138
138
|
"Mesajınızla ilgili olarak size en kısa zamanda e-posta veya telefon aracılığıyla geri dönüş yapılacaktır.",
|
|
139
139
|
contactFormCta: "Mesajınızı yazın",
|
|
140
140
|
|
|
141
|
+
freeOrderDescription:
|
|
142
|
+
"Ödenecek tutar bulunmamaktadır. Bu adımı tamamlayarak sipariş verebilirsiniz.",
|
|
143
|
+
|
|
141
144
|
orderPackageStatus: {
|
|
142
145
|
unfulfilled: "Oluşturuldu",
|
|
143
146
|
readyForShipment: "Kargoya Hazır",
|