@acvtech5b9/vms-multi-language-locals 35.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.
Files changed (2) hide show
  1. package/locales/en.json +60 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -944,6 +944,23 @@
944
944
  "fuel_details": "Fuel Details",
945
945
  "access_details": "Access Details"
946
946
  },
947
+ "p_traccar_server": {
948
+ "server_details": "Server Details",
949
+ "server_code": "Server Code",
950
+ "postgres_connection": "Postgres Connection",
951
+ "db_host": "DB Host",
952
+ "db_port": "DB Port",
953
+ "db_name": "DB Name",
954
+ "db_user": "DB User",
955
+ "db_password": "DB Password",
956
+ "db_ssl_enabled": "DB SSL Enabled",
957
+ "db_connection_string": "DB Connection String",
958
+ "datacheck_api": "Data Check API",
959
+ "traccar_rest_api": "Traccar REST API",
960
+ "api_base_url": "API Base URL",
961
+ "api_admin_email": "API Admin Email",
962
+ "api_admin_password": "API Admin Password"
963
+ },
947
964
  "p_vehicle": {
948
965
  "vehicle_number": "Vehicle Number",
949
966
  "vehicle_numbers": "Vehicle Numbers",
@@ -1022,6 +1039,49 @@
1022
1039
  "assign_device_date": "Assign Device Date",
1023
1040
  "assign_sim_date": "Assign Sim Date"
1024
1041
  },
1042
+ "p_device": {
1043
+ "device_details": "Device Details",
1044
+ "description": "Description",
1045
+ "imei": "IMEI",
1046
+ "assigned_vehicle": "Assigned Vehicle",
1047
+ "assign_device_date": "Assign Device Date",
1048
+ "device_manufacturer_name": "Device Manufacturer",
1049
+ "device_model_name": "Device Model",
1050
+ "device_type_name": "Device Type",
1051
+ "lastupdate": "Last Update"
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
+ },
1025
1085
  "p_vehicle_trip_details": {
1026
1086
  "vehicle_trip_details": "Vehicle Trip Details",
1027
1087
  "trip_name": "Trip Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "35.0.0",
3
+ "version": "37.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,