@acvtech5b9/vms-multi-language-locals 61.0.0 → 63.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 +10 -6
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -692,6 +692,7 @@
692
692
  "bus_management": "Bus Management"
693
693
  },
694
694
  "menu_fleet": {
695
+ "fleet_management_module": "Fleet Management Module",
695
696
  "fleet_management": "Fleet Management",
696
697
  "vendor_management": "Vendor Management",
697
698
  "vendor_dashboard": "Vendor Dashboard",
@@ -1811,18 +1812,21 @@
1811
1812
  "p_user_bookmark": {
1812
1813
  "bookmarks": "Bookmarks",
1813
1814
  "configure_bookmark": "Configure Bookmark",
1815
+ "configure_bookmark_help": "Configure bookmarks to add pages.",
1814
1816
  "open_bookmark_help": "Select a bookmark to open its page",
1815
- "selected": "Selected",
1816
1817
  "select_organisation": "Select an organisation to view bookmarks",
1817
- "no_bookmarks": "No bookmarks selected",
1818
- "configure_bookmark_help": "Configure bookmarks to add your frequently used pages",
1818
+ "no_bookmarks": "No bookmarks found",
1819
+ "selected": "Selected",
1820
+ "default_page": "Default Page",
1821
+ "select_default_page": "Select Default Page",
1822
+ "default": "Default",
1819
1823
  "step": "Step",
1820
1824
  "select_pages": "Select Pages",
1821
1825
  "arrange_pages": "Arrange Pages",
1822
1826
  "selected_pages": "Selected Pages",
1823
- "no_pages_available": "No bookmark pages are available",
1824
- "drag_to_reorder": "Drag and drop the selected pages to arrange their display order",
1825
- "no_pages_selected": "No pages selected"
1827
+ "no_pages_available": "No bookmark pages available",
1828
+ "no_pages_selected": "No bookmark pages selected",
1829
+ "drag_to_reorder": "Drag and drop pages to arrange their order"
1826
1830
  },
1827
1831
  "p_organisation_sub_company": {
1828
1832
  "sub_company": "Sub Company",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "61.0.0",
3
+ "version": "63.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,