@acvtech5b9/vms-multi-language-locals 63.0.0 → 64.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 +5 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -617,6 +617,7 @@
617
617
  "master_bookmark_page_desc": "Manage bookmarks for pages"
618
618
  },
619
619
  "menu_gps": {
620
+ "gps_menu": "GPS Menu",
620
621
  "main_module": "Main Module",
621
622
  "vehicles": "Vehicles",
622
623
  "shared_vehicles": "Shared Vehicles",
@@ -692,6 +693,7 @@
692
693
  "bus_management": "Bus Management"
693
694
  },
694
695
  "menu_fleet": {
696
+ "menu_fleet": "Fleet Menu",
695
697
  "fleet_management_module": "Fleet Management Module",
696
698
  "fleet_management": "Fleet Management",
697
699
  "vendor_management": "Vendor Management",
@@ -817,6 +819,7 @@
817
819
  "spare_parts_management_desc": "Manage spare parts inventory and stock movements"
818
820
  },
819
821
  "menu_trips": {
822
+ "menu_trips": "Trips Menu",
820
823
  "trip_management": "Trip Management",
821
824
  "trip_operations": "Trip Operations",
822
825
  "trip_plans": "Trip Plans",
@@ -826,6 +829,7 @@
826
829
  "trip_exceptions": "Trip Exceptions"
827
830
  },
828
831
  "menu_accounts": {
832
+ "menu_accounts": "Accounts Menu",
829
833
  "accounts_management": "Accounts Management",
830
834
  "financial_transactions": "Financial Transactions",
831
835
  "invoices": "Invoices",
@@ -837,6 +841,7 @@
837
841
  "profit_loss_statements": "Profit & Loss Statements"
838
842
  },
839
843
  "menu_warehouse": {
844
+ "menu_warehouse": "Warehouse Menu",
840
845
  "warehouse_operations": "Warehouse Operations",
841
846
  "setup_configuration": "Setup & Configuration",
842
847
  "manage_warehouses": "Manage Warehouses",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "63.0.0",
3
+ "version": "64.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,