@acvtech5b9/vms-multi-language-locals 15.0.0 → 17.0.0

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.
Files changed (2) hide show
  1. package/locales/en.json +4 -4
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1555,7 +1555,7 @@
1555
1555
  "time_zones": "Time Zones",
1556
1556
  "time_zone_identifier": "Time Zone Identifier",
1557
1557
  "time_zone_code": "Time Zone Code",
1558
- "time_zone_abbrevation": "Time Zone Abbreviation",
1558
+ "time_zone_abbreviation": "Time Zone Abbreviation",
1559
1559
  "time_zone_offset": "Time Zone Offset",
1560
1560
  "time_zone_offset_seconds": "Time Zone Offset Seconds"
1561
1561
  },
@@ -1949,7 +1949,7 @@
1949
1949
  "radius_km": "Radius (KM)",
1950
1950
  "radius_m": "Radius (Meters)",
1951
1951
  "geofence_description": "Geofence Description",
1952
- "poliline_data": "Polyline Data",
1952
+ "polyline_data": "Polyline Data",
1953
1953
  "geofence_summary": "Geofence Summary",
1954
1954
  "stop_name": "Stop Name",
1955
1955
  "stop_type": "Stop Type",
@@ -2072,7 +2072,7 @@
2072
2072
  "last_date_time": "Last Date Time",
2073
2073
  "geofence_name": "Geofence Name",
2074
2074
  "geofence_type": "Geofence Type",
2075
- "poliline_data": "Poliline Data",
2075
+ "polyline_data": "Polyline Data",
2076
2076
  "radius_meters": "Radius (Meters)",
2077
2077
  "01": "01",
2078
2078
  "02": "02",
@@ -2286,7 +2286,7 @@
2286
2286
  "created_date_time": "Created Date Time",
2287
2287
  "modified_date_time": "Modified Date Time",
2288
2288
  "expired_date_time": "Expired Date Time",
2289
- "poliline_data": "Poliline Data",
2289
+ "polyline_data": "Polyline Data",
2290
2290
  "radius_meters": "Radius (Meters)",
2291
2291
  "01": "01",
2292
2292
  "02": "02",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "15.0.0",
3
+ "version": "17.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,