@ikas/storefront-assets 5.0.23 → 5.0.24
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/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -54,6 +54,8 @@ module.exports = {
|
|
|
54
54
|
districtError: "Bezirk eingeben",
|
|
55
55
|
region: "Bereich",
|
|
56
56
|
regionError: "Bereich eingebenh",
|
|
57
|
+
taxOfficeError: "Finanzamt eingeben",
|
|
58
|
+
taxNumberError: "Umsatzsteuer-ID eingeben",
|
|
57
59
|
phone: "Telefonnummer",
|
|
58
60
|
phoneError: "Eine gültige Telefonnummer eingeben",
|
|
59
61
|
companyName: "Name des Unternehmens",
|
package/checkout/en.js
CHANGED
|
@@ -55,6 +55,8 @@ module.exports = {
|
|
|
55
55
|
districtError: "Select district",
|
|
56
56
|
region: "Region",
|
|
57
57
|
regionError: "Select region",
|
|
58
|
+
taxOfficeError: "Enter tax office",
|
|
59
|
+
taxNumberError: "Enter tax number",
|
|
58
60
|
phone: "Phone",
|
|
59
61
|
phoneError: "Enter a valid phone number",
|
|
60
62
|
companyName: "Company Name",
|
package/checkout/tr.js
CHANGED
|
@@ -54,6 +54,8 @@ module.exports = {
|
|
|
54
54
|
districtError: "İlçe seçin",
|
|
55
55
|
region: "Bölge",
|
|
56
56
|
regionError: "Bölge seçin",
|
|
57
|
+
taxOfficeError: "Vergi dairesi girin",
|
|
58
|
+
taxNumberError: "Vergi number girin",
|
|
57
59
|
phone: "Telefon",
|
|
58
60
|
phoneError: "Geçerli bir telefon girin",
|
|
59
61
|
companyName: "Firma Adı",
|