@acvtech5b9/vms-multi-language-locals 65.0.0 → 67.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 +16 -5
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -628,6 +628,7 @@
628
628
  "gps_module": "GPS Module",
629
629
  "features": "Features",
630
630
  "dashboard": "Dashboard",
631
+ "smart_dashboard": "Smart Dashboard",
631
632
  "live_track": "Live Track",
632
633
  "live_track_link_share": "Live Track Link Share",
633
634
  "track_history": "Track History",
@@ -819,14 +820,24 @@
819
820
  "spare_parts_management_desc": "Manage spare parts inventory and stock movements"
820
821
  },
821
822
  "menu_trips": {
822
- "trips_menu": "Trips Menu",
823
+ "main_module": "Main Module",
824
+ "trip_menu": "Trip Menu",
823
825
  "trip_management": "Trip Management",
826
+ "trip_data": "Trip Data",
827
+ "fasttag_transactions": "Fasttag Transactions",
828
+ "eway_bills": "E-way Bills",
824
829
  "trip_operations": "Trip Operations",
825
- "trip_plans": "Trip Plans",
826
- "trip_schedules": "Trip Schedules",
830
+ "load_planning": "Load Planning",
831
+ "delivery_tracking": "Delivery Tracking",
827
832
  "trip_reports": "Trip Reports",
828
- "completed_trips": "Completed Trips",
829
- "trip_exceptions": "Trip Exceptions"
833
+ "trip_performance_reports": "Trip Performance Reports",
834
+ "trip_summary_report": "Trip Summary Report",
835
+ "driver_performance_report": "Driver Performance Report",
836
+ "vehicle_utilization_report": "Vehicle Utilization Report",
837
+ "financial_compliance_reports": "Financial & Compliance Reports",
838
+ "trip_cost_analysis_report": "Trip Cost Analysis Report",
839
+ "toll_fasttag_report": "Toll & Fasttag Report",
840
+ "eway_compliance_report": "E-way Compliance Report"
830
841
  },
831
842
  "menu_accounts": {
832
843
  "accounts_menu": "Accounts Menu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "65.0.0",
3
+ "version": "67.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,