@acvtech5b9/vms-multi-language-locals 42.0.0 → 44.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.
- package/locales/en.json +4 -1
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -1077,6 +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
1082
|
"raw": "Raw",
|
|
1081
1083
|
"payload_json": "Payload JSON",
|
|
1082
1084
|
"vehicle_number": "Vehicle Number",
|
|
@@ -1084,7 +1086,8 @@
|
|
|
1084
1086
|
"api_code": "API Code",
|
|
1085
1087
|
"device_date_time": "Device Date Time",
|
|
1086
1088
|
"gps_data_json": "GPS Data JSON",
|
|
1087
|
-
"latlng": "LatLng"
|
|
1089
|
+
"latlng": "LatLng",
|
|
1090
|
+
"location": "Location"
|
|
1088
1091
|
},
|
|
1089
1092
|
"p_vehicle_trip_details": {
|
|
1090
1093
|
"vehicle_trip_details": "Vehicle Trip Details",
|