@ikas/storefront-assets 5.0.25 → 6.1.0-beta.1

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 CHANGED
@@ -97,7 +97,7 @@ module.exports = {
97
97
  newAddress: "Neu Addresse",
98
98
  billingAddress: "Rechnungsaddresse",
99
99
  shippingAddress: "Versandaddresse",
100
- corporateInvoice: "Unternehmensrechnung",
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: "Corporate invoice",
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: "Facture d'entreprise",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "5.0.25",
3
+ "version": "6.1.0-beta.1",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",