@acvtech5b9/vms-multi-language-locals 60.0.0 → 62.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 +19 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -43,7 +43,8 @@
43
43
  "assign": "Assign",
44
44
  "assigning": "Assigning...",
45
45
  "select_all": "Select All",
46
- "deselect_all": "Deselect All"
46
+ "deselect_all": "Deselect All",
47
+ "back": "Back"
47
48
  },
48
49
  "forms": {
49
50
  "label": "Label",
@@ -691,6 +692,7 @@
691
692
  "bus_management": "Bus Management"
692
693
  },
693
694
  "menu_fleet": {
695
+ "fleet_management_module": "Fleet Management Module",
694
696
  "fleet_management": "Fleet Management",
695
697
  "vendor_management": "Vendor Management",
696
698
  "vendor_dashboard": "Vendor Dashboard",
@@ -1807,6 +1809,22 @@
1807
1809
  "page_url": "Page URL",
1808
1810
  "sort_order": "Sort Order"
1809
1811
  },
1812
+ "p_user_bookmark": {
1813
+ "bookmarks": "Bookmarks",
1814
+ "configure_bookmark": "Configure Bookmark",
1815
+ "open_bookmark_help": "Select a bookmark to open its page",
1816
+ "selected": "Selected",
1817
+ "select_organisation": "Select an organisation to view bookmarks",
1818
+ "no_bookmarks": "No bookmarks selected",
1819
+ "configure_bookmark_help": "Configure bookmarks to add your frequently used pages",
1820
+ "step": "Step",
1821
+ "select_pages": "Select Pages",
1822
+ "arrange_pages": "Arrange Pages",
1823
+ "selected_pages": "Selected Pages",
1824
+ "no_pages_available": "No bookmark pages are available",
1825
+ "drag_to_reorder": "Drag and drop the selected pages to arrange their display order",
1826
+ "no_pages_selected": "No pages selected"
1827
+ },
1810
1828
  "p_organisation_sub_company": {
1811
1829
  "sub_company": "Sub Company",
1812
1830
  "sub_company_name": "Sub Company Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "60.0.0",
3
+ "version": "62.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,