@acvtech5b9/vms-multi-language-locals 45.0.0 → 46.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 -3
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1077,8 +1077,8 @@
1077
1077
  "device_imei": "Device IMEI",
1078
1078
  "received_date_time": "Received Date Time",
1079
1079
  "protocol": "Protocol",
1080
- "valid":"Valid",
1081
- "speed":"Speed",
1080
+ "valid": "Valid",
1081
+ "speed": "Speed",
1082
1082
  "raw": "Raw",
1083
1083
  "payload_json": "Payload JSON",
1084
1084
  "vehicle_number": "Vehicle Number",
@@ -1087,7 +1087,8 @@
1087
1087
  "device_date_time": "Device Date Time",
1088
1088
  "gps_data_json": "GPS Data JSON",
1089
1089
  "latlng": "LatLng",
1090
- "location": "Location"
1090
+ "location": "Location",
1091
+ "temperature": "Temperature"
1091
1092
  },
1092
1093
  "p_vehicle_trip_details": {
1093
1094
  "vehicle_trip_details": "Vehicle Trip Details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "45.0.0",
3
+ "version": "46.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,