@ikas/storefront-assets 5.0.25 → 5.0.27
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/fr.js +1 -1
- package/checkout/tr.js +1 -1
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -97,7 +97,7 @@ module.exports = {
|
|
|
97
97
|
newAddress: "Neu Addresse",
|
|
98
98
|
billingAddress: "Rechnungsaddresse",
|
|
99
99
|
shippingAddress: "Versandaddresse",
|
|
100
|
-
corporateInvoice: "
|
|
100
|
+
corporateInvoice: "Ich möchte eine Firmenrechnung.",
|
|
101
101
|
contactInfo: "Kontaktinformationen",
|
|
102
102
|
email: "E-Mail",
|
|
103
103
|
emailError: "Gebe eine gültige E-Mail ein",
|
package/checkout/en.js
CHANGED
|
@@ -102,7 +102,7 @@ module.exports = {
|
|
|
102
102
|
newAddress: "New Address",
|
|
103
103
|
billingAddress: "Billing Address",
|
|
104
104
|
shippingAddress: "Shipping Address",
|
|
105
|
-
corporateInvoice: "
|
|
105
|
+
corporateInvoice: "I want a corporate invoice.",
|
|
106
106
|
contactInfo: "Contact Information",
|
|
107
107
|
email: "E-mail",
|
|
108
108
|
emailError: "Enter a valid e-mail",
|
package/checkout/fr.js
CHANGED
|
@@ -97,7 +97,7 @@ module.exports = {
|
|
|
97
97
|
newAddress: "Nouvelle adresse",
|
|
98
98
|
billingAddress: "Adresse de facturation",
|
|
99
99
|
shippingAddress: "Adresse de livraison",
|
|
100
|
-
corporateInvoice: "
|
|
100
|
+
corporateInvoice: "Je veux une facture d'entreprise.",
|
|
101
101
|
contactInfo: "Informations de contact",
|
|
102
102
|
email: "E-mail",
|
|
103
103
|
emailError: "Entrez une adresse e-mail valide",
|
package/checkout/tr.js
CHANGED
|
@@ -97,7 +97,7 @@ module.exports = {
|
|
|
97
97
|
newAddress: "Yeni Adres",
|
|
98
98
|
billingAddress: "Fatura Adresi",
|
|
99
99
|
shippingAddress: "Teslimat Adresi",
|
|
100
|
-
corporateInvoice: "Kurumsal fatura",
|
|
100
|
+
corporateInvoice: "Kurumsal fatura istiyorum.",
|
|
101
101
|
contactInfo: "İletişim Bilgileri",
|
|
102
102
|
email: "E-Posta",
|
|
103
103
|
emailError: "Geçerli bir e-posta girin",
|