@acvtech5b9/vms-multi-language-locals 35.0.0 → 36.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 +28 -0
- 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,17 @@
|
|
|
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
|
+
},
|
|
1025
1053
|
"p_vehicle_trip_details": {
|
|
1026
1054
|
"vehicle_trip_details": "Vehicle Trip Details",
|
|
1027
1055
|
"trip_name": "Trip Name",
|