@acvtech5b9/vms-multi-language-locals 36.0.0 → 37.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 +32 -0
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -1050,6 +1050,38 @@
|
|
|
1050
1050
|
"device_type_name": "Device Type",
|
|
1051
1051
|
"lastupdate": "Last Update"
|
|
1052
1052
|
},
|
|
1053
|
+
"data_check": {
|
|
1054
|
+
"search_placeholder": "Enter Device IMEI / Unique ID",
|
|
1055
|
+
"searched_value": "Searched Value",
|
|
1056
|
+
"traccar_records": "Traccar Records",
|
|
1057
|
+
"protocol_records": "Protocol Records",
|
|
1058
|
+
"api_records": "API Records",
|
|
1059
|
+
"traccar_data": "Traccar Data",
|
|
1060
|
+
"protocol_data": "Protocol Data",
|
|
1061
|
+
"api_data": "API Data",
|
|
1062
|
+
"prompt_select_and_search": "Select a Traccar Server, Date Format, and Time Zone, then enter a search value to check data.",
|
|
1063
|
+
"no_records_found": "No records found for this search.",
|
|
1064
|
+
"vehicle_not_found": "No vehicle record is linked to this identifier."
|
|
1065
|
+
},
|
|
1066
|
+
"p_data_check": {
|
|
1067
|
+
"device_unique_id": "Device Unique ID",
|
|
1068
|
+
"received_at": "Received At",
|
|
1069
|
+
"device_time": "Device Time",
|
|
1070
|
+
"fix_time": "Fix Time",
|
|
1071
|
+
"server_time": "Server Time",
|
|
1072
|
+
"payload": "Payload",
|
|
1073
|
+
"device_imei": "Device IMEI",
|
|
1074
|
+
"received_date_time": "Received Date Time",
|
|
1075
|
+
"protocol": "Protocol",
|
|
1076
|
+
"raw": "Raw",
|
|
1077
|
+
"payload_json": "Payload JSON",
|
|
1078
|
+
"vehicle_number": "Vehicle Number",
|
|
1079
|
+
"api_name": "API Name",
|
|
1080
|
+
"api_code": "API Code",
|
|
1081
|
+
"device_date_time": "Device Date Time",
|
|
1082
|
+
"gps_data_json": "GPS Data JSON",
|
|
1083
|
+
"latlng": "LatLng"
|
|
1084
|
+
},
|
|
1053
1085
|
"p_vehicle_trip_details": {
|
|
1054
1086
|
"vehicle_trip_details": "Vehicle Trip Details",
|
|
1055
1087
|
"trip_name": "Trip Name",
|