@ikas/storefront-assets 4.5.1-beta.13 → 4.5.1-beta.15

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
@@ -48,6 +48,8 @@ module.exports = {
48
48
  cityError: "Stadt eingeben",
49
49
  district: "Bezirk",
50
50
  districtError: "Bezirk eingeben",
51
+ region: "Bereich",
52
+ regionError: "Bereich eingebenh",
51
53
  phone: "Telefonnummer",
52
54
  phoneError: "Eine gültige Telefonnummer eingeben",
53
55
  companyName: "Name des Unternehmens",
package/checkout/en.js CHANGED
@@ -49,6 +49,8 @@ module.exports = {
49
49
  cityError: "Select city",
50
50
  district: "District",
51
51
  districtError: "Select district",
52
+ region: "Region",
53
+ regionError: "Select region",
52
54
  phone: "Phone",
53
55
  phoneError: "Enter a valid phone number",
54
56
  companyName: "Company Name",
package/checkout/tr.js CHANGED
@@ -48,6 +48,8 @@ module.exports = {
48
48
  cityError: "İl seçin",
49
49
  district: "İlçe",
50
50
  districtError: "İlçe seçin",
51
+ region: "Bölge",
52
+ regionError: "Bölge seçin",
51
53
  phone: "Telefon",
52
54
  phoneError: "Geçerli bir telefon girin",
53
55
  companyName: "Firma Adı",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.5.1-beta.13",
3
+ "version": "4.5.1-beta.15",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",