@acvtech5b9/vms-multi-language-locals 62.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 +9 -6
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1812,18 +1812,21 @@
1812
1812
  "p_user_bookmark": {
1813
1813
  "bookmarks": "Bookmarks",
1814
1814
  "configure_bookmark": "Configure Bookmark",
1815
+ "configure_bookmark_help": "Configure bookmarks to add pages.",
1815
1816
  "open_bookmark_help": "Select a bookmark to open its page",
1816
- "selected": "Selected",
1817
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",
1818
+ "no_bookmarks": "No bookmarks found",
1819
+ "selected": "Selected",
1820
+ "default_page": "Default Page",
1821
+ "select_default_page": "Select Default Page",
1822
+ "default": "Default",
1820
1823
  "step": "Step",
1821
1824
  "select_pages": "Select Pages",
1822
1825
  "arrange_pages": "Arrange Pages",
1823
1826
  "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
+ "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"
1827
1830
  },
1828
1831
  "p_organisation_sub_company": {
1829
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": "62.0.0",
3
+ "version": "63.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,