@acvtech5b9/vms-multi-language-locals 36.0.0 → 38.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 +42 -1
  2. 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",
@@ -1423,7 +1455,16 @@
1423
1455
  "failed_message": "Failed Message",
1424
1456
  "success_count": "Success Count",
1425
1457
  "failed_count": "Failed Count",
1426
- "total_count": "Total Count"
1458
+ "total_count": "Total Count",
1459
+ "external_apis_push_form": "External APIs - Push",
1460
+ "frequency_seconds": "Frequency (Seconds)",
1461
+ "api_data_push_hit_log": "Push Hit Log",
1462
+ "last_run_status": "Last Run Status",
1463
+ "last_run_message": "Last Run Message",
1464
+ "last_run_date_time": "Last Run Date Time",
1465
+ "run_date_time": "Run Date Time",
1466
+ "run_status": "Run Status",
1467
+ "run_message": "Run Message"
1427
1468
  },
1428
1469
  "p_cron_jobs": {
1429
1470
  "title": "Cron Jobs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "36.0.0",
3
+ "version": "38.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,