vms-multilanguage-locals 67.0.0 → 69.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 +53 -12
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -635,6 +635,8 @@
|
|
|
635
635
|
"breakdown_dashboard": "Breakdown Dashboard",
|
|
636
636
|
"vehicle_breakdowns": "Vehicle Breakdowns",
|
|
637
637
|
"vehicle_breakdown": "Vehicle Breakdown",
|
|
638
|
+
"breakdown_costs": "Breakdown Costs",
|
|
639
|
+
"breakdown_cost": "Breakdown Cost",
|
|
638
640
|
"incident_management": "Incident Management",
|
|
639
641
|
"incident_dashboard": "Incident Dashboard",
|
|
640
642
|
"vehicle_incidents": "Vehicle Incidents",
|
|
@@ -852,14 +854,15 @@
|
|
|
852
854
|
"vehicle_number": "Vehicle Number",
|
|
853
855
|
"vehicle_numbers": "Vehicle Numbers",
|
|
854
856
|
"vehicle_name": "Vehicle Name",
|
|
855
|
-
"engine_number": "Engine Number",
|
|
856
|
-
"chassis_number": "Chassis Number",
|
|
857
|
-
"vehicle_make_year": "Vehicle Make Year",
|
|
858
857
|
"odometer_history": "Odometer History",
|
|
859
858
|
"odometer_reading": "Odometer Reading",
|
|
860
859
|
"odometer_date": "Odometer Date",
|
|
861
860
|
"odometer_last_change_date": "Odometer Last Change Date",
|
|
862
861
|
"odometer_source": "Odometer Source",
|
|
862
|
+
"odometer_details": "Odometer Details",
|
|
863
|
+
"engine_number": "Engine Number",
|
|
864
|
+
"chassis_number": "Chassis Number",
|
|
865
|
+
"vehicle_make_year": "Vehicle Make Year",
|
|
863
866
|
"db_instance": "Database Instance",
|
|
864
867
|
"db_group": "Database Group",
|
|
865
868
|
"is_fleet_active": "Fleet Active",
|
|
@@ -897,6 +900,7 @@
|
|
|
897
900
|
"fuel_tank_1_size": "Fuel Tank 1 Size",
|
|
898
901
|
"fuel_tank_2_size": "Fuel Tank 2 Size",
|
|
899
902
|
"fuel_tank_total_size": "Fuel Tank Total Size",
|
|
903
|
+
"fuel_tank_details": "Fuel Tank Details",
|
|
900
904
|
"vehicle_passenger_capacity": "Passenger Capacity",
|
|
901
905
|
"standing_passenger_capacity": "Standing Passenger Capacity",
|
|
902
906
|
"vehicle_document": "Vehicle Document",
|
|
@@ -2254,7 +2258,30 @@
|
|
|
2254
2258
|
"operational_details": "Operational Details",
|
|
2255
2259
|
"notes_feedback": "Notes & Feedback",
|
|
2256
2260
|
"address_details": "Address Details",
|
|
2257
|
-
"contact_information": "Contact Information"
|
|
2261
|
+
"contact_information": "Contact Information",
|
|
2262
|
+
"upload_documents": "Upload Documents",
|
|
2263
|
+
"document_details": "Document Details",
|
|
2264
|
+
"issue_details": "Issue Details",
|
|
2265
|
+
"issue_files": "Issue Files",
|
|
2266
|
+
"workshop_details": "Workshop Details",
|
|
2267
|
+
"incident_files": "Incident Files",
|
|
2268
|
+
"other_details": "Other Details",
|
|
2269
|
+
"injury_details": "Injury Details",
|
|
2270
|
+
"complaint_details": "Complaint Details",
|
|
2271
|
+
"insurance_details": "Insurance Details",
|
|
2272
|
+
"incident_details": "Incident Details",
|
|
2273
|
+
"location_details": "Location Details",
|
|
2274
|
+
"breakdown_details": "Breakdown Details",
|
|
2275
|
+
"breakdown_files": "Breakdown Files",
|
|
2276
|
+
"inspection_details": "Inspection Details",
|
|
2277
|
+
"inspection_files": "Inspection Files",
|
|
2278
|
+
"payment_information": "Payment Information",
|
|
2279
|
+
"warranty_information": "Warranty Information",
|
|
2280
|
+
"rating": "Rating",
|
|
2281
|
+
"next_schedule": "Next Schedule",
|
|
2282
|
+
"actual_costs": "Actual Costs",
|
|
2283
|
+
"estimated_costs": "Estimated Costs",
|
|
2284
|
+
"part_details": "Part Details"
|
|
2258
2285
|
},
|
|
2259
2286
|
"fleet_management": {
|
|
2260
2287
|
"class": "Class",
|
|
@@ -2486,9 +2513,11 @@
|
|
|
2486
2513
|
"longitude": "Longitude",
|
|
2487
2514
|
"google_location": "Google Location",
|
|
2488
2515
|
"landmark_location": "Landmark Location",
|
|
2489
|
-
"landmark_distance": "Landmark Distance"
|
|
2516
|
+
"landmark_distance": "Landmark Distance",
|
|
2517
|
+
"total_service": "Total Service"
|
|
2490
2518
|
},
|
|
2491
2519
|
"p_fleet_issue": {
|
|
2520
|
+
"issue_code": "Issue Code",
|
|
2492
2521
|
"issue_title": "Issue Title",
|
|
2493
2522
|
"issue_description": "Issue Description",
|
|
2494
2523
|
"issue_status": "Issue Status",
|
|
@@ -2503,7 +2532,8 @@
|
|
|
2503
2532
|
"issue_comment": "Issue Comment",
|
|
2504
2533
|
"issue_comments": "Issue Comments",
|
|
2505
2534
|
"issue_history": "Issue History",
|
|
2506
|
-
"issue_histories": "Issue Histories"
|
|
2535
|
+
"issue_histories": "Issue Histories",
|
|
2536
|
+
"issue_files": "Issue Files"
|
|
2507
2537
|
},
|
|
2508
2538
|
"p_fleet_issue_history": {
|
|
2509
2539
|
"old_issue_status": "Old Issue Status",
|
|
@@ -2534,7 +2564,8 @@
|
|
|
2534
2564
|
"breakdown_cost": "Breakdown Cost",
|
|
2535
2565
|
"breakdown_costs": "Breakdown Costs",
|
|
2536
2566
|
"issue": "Issue",
|
|
2537
|
-
"issues": "Issues"
|
|
2567
|
+
"issues": "Issues",
|
|
2568
|
+
"breakdown_files": "Breakdown Files"
|
|
2538
2569
|
},
|
|
2539
2570
|
"p_fleet_breakdown_cost": {
|
|
2540
2571
|
"breakdown_cost_date": "Breakdown Cost Date",
|
|
@@ -2582,7 +2613,8 @@
|
|
|
2582
2613
|
"incident_cost": "Incident Cost",
|
|
2583
2614
|
"incident_costs": "Incident Costs",
|
|
2584
2615
|
"issue": "Issue",
|
|
2585
|
-
"issues": "Issues"
|
|
2616
|
+
"issues": "Issues",
|
|
2617
|
+
"incident_files": "Incident Files"
|
|
2586
2618
|
},
|
|
2587
2619
|
"p_fleet_incident_cost": {
|
|
2588
2620
|
"incident_cost_date": "Incident Cost Date",
|
|
@@ -2605,7 +2637,11 @@
|
|
|
2605
2637
|
"inspection_schedule_vehicle_link": "Inspection Schedule Vehicle Link",
|
|
2606
2638
|
"inspection_schedule_vehicle_links": "Inspection Schedule Vehicle Links",
|
|
2607
2639
|
"inspection_schedule_status": "Inspection Schedule Status",
|
|
2608
|
-
"inspection_date_time": "Inspection Date Time"
|
|
2640
|
+
"inspection_date_time": "Inspection Date Time",
|
|
2641
|
+
"total_vehicles": "Total Vehicles",
|
|
2642
|
+
"completed_vehicles": "Completed Vehicles",
|
|
2643
|
+
"pending_vehicles": "Pending Vehicles",
|
|
2644
|
+
"overdue_vehicles": "Overdue Vehicles"
|
|
2609
2645
|
},
|
|
2610
2646
|
"p_fleet_inspection": {
|
|
2611
2647
|
"inspection_code": "Inspection Code",
|
|
@@ -2623,7 +2659,8 @@
|
|
|
2623
2659
|
"inspection_form_name": "Inspection Form Name",
|
|
2624
2660
|
"inspection_data": "Inspection Data",
|
|
2625
2661
|
"issue": "Issue",
|
|
2626
|
-
"issues": "Issues"
|
|
2662
|
+
"issues": "Issues",
|
|
2663
|
+
"inspection_files": "Inspection Files"
|
|
2627
2664
|
},
|
|
2628
2665
|
"p_fleet_service_schedule": {
|
|
2629
2666
|
"service_schedule_name": "Service Schedule Name",
|
|
@@ -2637,6 +2674,7 @@
|
|
|
2637
2674
|
},
|
|
2638
2675
|
"p_fleet_service": {
|
|
2639
2676
|
"service_code": "Service Code",
|
|
2677
|
+
"service_center": "Service Center",
|
|
2640
2678
|
"service_status": "Service Status",
|
|
2641
2679
|
"service_type": "Service Type",
|
|
2642
2680
|
"service_start_date": "Service Start Date",
|
|
@@ -2674,7 +2712,9 @@
|
|
|
2674
2712
|
"inspection": "Inspection",
|
|
2675
2713
|
"inspections": "Inspections",
|
|
2676
2714
|
"tyre_inspection": "Tyre Inspection",
|
|
2677
|
-
"tyre_inspections": "Tyre Inspections"
|
|
2715
|
+
"tyre_inspections": "Tyre Inspections",
|
|
2716
|
+
"service_files": "Service Files",
|
|
2717
|
+
"task_count": "Task Count"
|
|
2678
2718
|
},
|
|
2679
2719
|
"p_fleet_service_task_child": {
|
|
2680
2720
|
"part_unit_amount": "Part Unit Amount",
|
|
@@ -2690,7 +2730,8 @@
|
|
|
2690
2730
|
"service_reminders": "Service Reminders"
|
|
2691
2731
|
},
|
|
2692
2732
|
"p_fleet_service_reminder": {
|
|
2693
|
-
"reminder_type": "Reminder Type"
|
|
2733
|
+
"reminder_type": "Reminder Type",
|
|
2734
|
+
"service_type": "Service Type"
|
|
2694
2735
|
},
|
|
2695
2736
|
"p_fuel_management": {
|
|
2696
2737
|
"vehicles": "Vehicles",
|