@acvtech5b9/vms-multi-language-locals 17.0.0 → 20.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 +10 -4
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1009,7 +1009,13 @@
1009
1009
  "child_details": "Child Details",
1010
1010
  "details": "Details",
1011
1011
  "show_details": "Show Details",
1012
- "hide_details": "Hide Details"
1012
+ "hide_details": "Hide Details",
1013
+ "from_date": "From Date",
1014
+ "to_date": "To Date",
1015
+ "device_usage_history": "Device Usage History",
1016
+ "sim_usage_history": "Sim Usage History",
1017
+ "assign_device_date": "Assign Device Date",
1018
+ "assign_sim_date": "Assign Sim Date"
1013
1019
  },
1014
1020
  "p_vehicle_trip_details": {
1015
1021
  "vehicle_trip_details": "Vehicle Trip Details",
@@ -1949,7 +1955,7 @@
1949
1955
  "radius_km": "Radius (KM)",
1950
1956
  "radius_m": "Radius (Meters)",
1951
1957
  "geofence_description": "Geofence Description",
1952
- "polyline_data": "Polyline Data",
1958
+ "polygon_data": "Polygon Data",
1953
1959
  "geofence_summary": "Geofence Summary",
1954
1960
  "stop_name": "Stop Name",
1955
1961
  "stop_type": "Stop Type",
@@ -2072,7 +2078,7 @@
2072
2078
  "last_date_time": "Last Date Time",
2073
2079
  "geofence_name": "Geofence Name",
2074
2080
  "geofence_type": "Geofence Type",
2075
- "polyline_data": "Polyline Data",
2081
+ "polygon_data": "Polygon Data",
2076
2082
  "radius_meters": "Radius (Meters)",
2077
2083
  "01": "01",
2078
2084
  "02": "02",
@@ -2286,7 +2292,7 @@
2286
2292
  "created_date_time": "Created Date Time",
2287
2293
  "modified_date_time": "Modified Date Time",
2288
2294
  "expired_date_time": "Expired Date Time",
2289
- "polyline_data": "Polyline Data",
2295
+ "polygon_data": "Polygon Data",
2290
2296
  "radius_meters": "Radius (Meters)",
2291
2297
  "01": "01",
2292
2298
  "02": "02",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "17.0.0",
3
+ "version": "20.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,