vms-multilanguage-locals 68.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.
Files changed (2) hide show
  1. package/locales/en.json +51 -12
  2. 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",
@@ -2256,7 +2260,28 @@
2256
2260
  "address_details": "Address Details",
2257
2261
  "contact_information": "Contact Information",
2258
2262
  "upload_documents": "Upload Documents",
2259
- "document_details": "Document Details"
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"
2260
2285
  },
2261
2286
  "fleet_management": {
2262
2287
  "class": "Class",
@@ -2488,9 +2513,11 @@
2488
2513
  "longitude": "Longitude",
2489
2514
  "google_location": "Google Location",
2490
2515
  "landmark_location": "Landmark Location",
2491
- "landmark_distance": "Landmark Distance"
2516
+ "landmark_distance": "Landmark Distance",
2517
+ "total_service": "Total Service"
2492
2518
  },
2493
2519
  "p_fleet_issue": {
2520
+ "issue_code": "Issue Code",
2494
2521
  "issue_title": "Issue Title",
2495
2522
  "issue_description": "Issue Description",
2496
2523
  "issue_status": "Issue Status",
@@ -2505,7 +2532,8 @@
2505
2532
  "issue_comment": "Issue Comment",
2506
2533
  "issue_comments": "Issue Comments",
2507
2534
  "issue_history": "Issue History",
2508
- "issue_histories": "Issue Histories"
2535
+ "issue_histories": "Issue Histories",
2536
+ "issue_files": "Issue Files"
2509
2537
  },
2510
2538
  "p_fleet_issue_history": {
2511
2539
  "old_issue_status": "Old Issue Status",
@@ -2536,7 +2564,8 @@
2536
2564
  "breakdown_cost": "Breakdown Cost",
2537
2565
  "breakdown_costs": "Breakdown Costs",
2538
2566
  "issue": "Issue",
2539
- "issues": "Issues"
2567
+ "issues": "Issues",
2568
+ "breakdown_files": "Breakdown Files"
2540
2569
  },
2541
2570
  "p_fleet_breakdown_cost": {
2542
2571
  "breakdown_cost_date": "Breakdown Cost Date",
@@ -2584,7 +2613,8 @@
2584
2613
  "incident_cost": "Incident Cost",
2585
2614
  "incident_costs": "Incident Costs",
2586
2615
  "issue": "Issue",
2587
- "issues": "Issues"
2616
+ "issues": "Issues",
2617
+ "incident_files": "Incident Files"
2588
2618
  },
2589
2619
  "p_fleet_incident_cost": {
2590
2620
  "incident_cost_date": "Incident Cost Date",
@@ -2607,7 +2637,11 @@
2607
2637
  "inspection_schedule_vehicle_link": "Inspection Schedule Vehicle Link",
2608
2638
  "inspection_schedule_vehicle_links": "Inspection Schedule Vehicle Links",
2609
2639
  "inspection_schedule_status": "Inspection Schedule Status",
2610
- "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"
2611
2645
  },
2612
2646
  "p_fleet_inspection": {
2613
2647
  "inspection_code": "Inspection Code",
@@ -2625,7 +2659,8 @@
2625
2659
  "inspection_form_name": "Inspection Form Name",
2626
2660
  "inspection_data": "Inspection Data",
2627
2661
  "issue": "Issue",
2628
- "issues": "Issues"
2662
+ "issues": "Issues",
2663
+ "inspection_files": "Inspection Files"
2629
2664
  },
2630
2665
  "p_fleet_service_schedule": {
2631
2666
  "service_schedule_name": "Service Schedule Name",
@@ -2639,6 +2674,7 @@
2639
2674
  },
2640
2675
  "p_fleet_service": {
2641
2676
  "service_code": "Service Code",
2677
+ "service_center": "Service Center",
2642
2678
  "service_status": "Service Status",
2643
2679
  "service_type": "Service Type",
2644
2680
  "service_start_date": "Service Start Date",
@@ -2676,7 +2712,9 @@
2676
2712
  "inspection": "Inspection",
2677
2713
  "inspections": "Inspections",
2678
2714
  "tyre_inspection": "Tyre Inspection",
2679
- "tyre_inspections": "Tyre Inspections"
2715
+ "tyre_inspections": "Tyre Inspections",
2716
+ "service_files": "Service Files",
2717
+ "task_count": "Task Count"
2680
2718
  },
2681
2719
  "p_fleet_service_task_child": {
2682
2720
  "part_unit_amount": "Part Unit Amount",
@@ -2692,7 +2730,8 @@
2692
2730
  "service_reminders": "Service Reminders"
2693
2731
  },
2694
2732
  "p_fleet_service_reminder": {
2695
- "reminder_type": "Reminder Type"
2733
+ "reminder_type": "Reminder Type",
2734
+ "service_type": "Service Type"
2696
2735
  },
2697
2736
  "p_fuel_management": {
2698
2737
  "vehicles": "Vehicles",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "68.0.0",
3
+ "version": "69.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,