@acvtech5b9/vms-multi-language-locals 7.0.0 → 9.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 +7 -1
  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",
@@ -1003,7 +1005,9 @@
1003
1005
  "inspector_details": "Inspector Details",
1004
1006
  "sub_details": "Sub Details",
1005
1007
  "child_details": "Child Details",
1006
- "details": "Details"
1008
+ "details": "Details",
1009
+ "show_details": "Show Details",
1010
+ "hide_details": "Hide Details"
1007
1011
  },
1008
1012
  "p_vehicle_trip_details": {
1009
1013
  "vehicle_trip_details": "Vehicle Trip Details",
@@ -1041,6 +1045,8 @@
1041
1045
  "is_rear_cam": "Rear Camera",
1042
1046
  "is_front_cam": "Front Camera",
1043
1047
  "camera_extra_count": "Extra Camera Count",
1048
+ "is_obd": "OBD",
1049
+ "fuel_mapping": "Fuel Mapping",
1044
1050
  "attributes": "Attributes",
1045
1051
  "raw": "Raw",
1046
1052
  "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": "9.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,