@acvtech5b9/vms-multi-language-locals 7.0.0 → 8.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 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -954,6 +954,8 @@
954
954
  "engine_number": "Engine Number",
955
955
  "chassis_number": "Chassis Number",
956
956
  "vehicle_make_year": "Vehicle Make Year",
957
+ "gps_device_identifier": "GPS Device IMEI",
958
+ "gps_sim_number": "GPS SIM Number",
957
959
  "db_instance": "DB Instance",
958
960
  "db_group": "DB Group",
959
961
  "is_fleet_active": "Fleet Active",
@@ -1041,6 +1043,8 @@
1041
1043
  "is_rear_cam": "Rear Camera",
1042
1044
  "is_front_cam": "Front Camera",
1043
1045
  "camera_extra_count": "Extra Camera Count",
1046
+ "is_obd": "OBD",
1047
+ "fuel_mapping": "Fuel Mapping",
1044
1048
  "attributes": "Attributes",
1045
1049
  "raw": "Raw",
1046
1050
  "server_time": "Server Time",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "7.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,