vms-multilanguage-locals 69.0.0 → 71.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 +9 -2
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -2670,7 +2670,11 @@
|
|
|
2670
2670
|
"service_schedule_vehicle_link": "Service Schedule Vehicle Link",
|
|
2671
2671
|
"service_schedule_vehicle_links": "Service Schedule Vehicle Links",
|
|
2672
2672
|
"service_schedule_status": "Service Schedule Status",
|
|
2673
|
-
"service_date_time": "Service Date Time"
|
|
2673
|
+
"service_date_time": "Service Date Time",
|
|
2674
|
+
"total_vehicles": "Total Vehicles",
|
|
2675
|
+
"completed_vehicles": "Completed Vehicles",
|
|
2676
|
+
"pending_vehicles": "Pending Vehicles",
|
|
2677
|
+
"overdue_vehicles": "Overdue Vehicles"
|
|
2674
2678
|
},
|
|
2675
2679
|
"p_fleet_service": {
|
|
2676
2680
|
"service_code": "Service Code",
|
|
@@ -2847,6 +2851,7 @@
|
|
|
2847
2851
|
"notice_description": "Notice Description"
|
|
2848
2852
|
},
|
|
2849
2853
|
"p_fleet_bus_student": {
|
|
2854
|
+
"student": "Student",
|
|
2850
2855
|
"organisation_details": "Organisation Details",
|
|
2851
2856
|
"student_details": "Student Details",
|
|
2852
2857
|
"study_details": "Study Details",
|
|
@@ -2944,7 +2949,9 @@
|
|
|
2944
2949
|
"drop_start_stop_id": "Return Start Location",
|
|
2945
2950
|
"drop_end_stop_id": "Return End Location",
|
|
2946
2951
|
"drop_path": "Return Path",
|
|
2947
|
-
"route_stops": "Route Stops"
|
|
2952
|
+
"route_stops": "Route Stops",
|
|
2953
|
+
"pickup_details": "Pickup Details",
|
|
2954
|
+
"return_details": "Return Details"
|
|
2948
2955
|
},
|
|
2949
2956
|
"p_fleet_bus_schedule": {
|
|
2950
2957
|
"schedule_name": "Schedule Name",
|