preferences.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "title": "Preferences",
  3. "subtitle": "Customize Preferences & Preview in Real Time",
  4. "resetTip": "Data has changed, click to reset",
  5. "resetTitle": "Reset Preferences",
  6. "resetSuccess": "Preferences reset successfully",
  7. "appearance": "Appearance",
  8. "layout": "Layout",
  9. "content": "Content",
  10. "other": "Other",
  11. "wide": "Wide",
  12. "compact": "Fixed",
  13. "followSystem": "Follow System",
  14. "vertical": "Vertical",
  15. "verticalTip": "Side vertical menu mode",
  16. "horizontal": "Horizontal",
  17. "horizontalTip": "Horizontal menu mode, all menus displayed at the top",
  18. "twoColumn": "Two Column",
  19. "twoColumnTip": "Vertical Two Column Menu Mode",
  20. "headerSidebarNav": "Header Vertical",
  21. "headerSidebarNavTip": "Header Full Width, Sidebar Navigation Mode",
  22. "mixedMenu": "Mixed Menu",
  23. "mixedMenuTip": "Vertical & Horizontal Menu Co-exists",
  24. "fullContent": "Full Content",
  25. "fullContentTip": "Only display content body, hide all menus",
  26. "normal": "Normal",
  27. "plain": "Plain",
  28. "rounded": "Rounded",
  29. "copyPreferences": "Copy Preferences",
  30. "copyPreferencesSuccessTitle": "Copy successful",
  31. "copyPreferencesSuccess": "Copy successful, please override in `src/preferences.ts` under app",
  32. "clearAndLogout": "Clear Cache & Logout",
  33. "mode": "Mode",
  34. "general": "General",
  35. "language": "Language",
  36. "dynamicTitle": "Dynamic Title",
  37. "watermark": "Watermark",
  38. "checkUpdates": "Periodic update check",
  39. "position": {
  40. "title": "Preferences Postion",
  41. "header": "Header",
  42. "auto": "Auto",
  43. "fixed": "Fixed"
  44. },
  45. "sidebar": {
  46. "title": "Sidebar",
  47. "width": "Width",
  48. "visible": "Show Sidebar",
  49. "collapsed": "Collpase Menu",
  50. "collapsedShowTitle": "Show Menu Title",
  51. "autoActivateChild": "Auto Activate SubMenu",
  52. "autoActivateChildTip": "`Enabled` to automatically activate the submenu while click menu.",
  53. "expandOnHover": "Expand On Hover",
  54. "expandOnHoverTip": "When the mouse hovers over menu, \n `Enabled` to expand children menus \n `Disabled` to expand whole sidebar."
  55. },
  56. "tabbar": {
  57. "title": "Tabbar",
  58. "enable": "Enable Tab Bar",
  59. "icon": "Show Tabbar Icon",
  60. "showMore": "Show More Button",
  61. "showMaximize": "Show Maximize Button",
  62. "persist": "Persist Tabs",
  63. "draggable": "Enable Draggable Sort",
  64. "wheelable": "Support Mouse Wheel",
  65. "wheelableTip": "When enabled, the Tabbar area responds to vertical scrolling events of the scroll wheel.",
  66. "styleType": {
  67. "title": "Tabs Style",
  68. "chrome": "Chrome",
  69. "card": "Card",
  70. "plain": "Plain",
  71. "brisk": "Brisk"
  72. },
  73. "contextMenu": {
  74. "reload": "Reload",
  75. "close": "Close",
  76. "pin": "Pin",
  77. "unpin": "Unpin",
  78. "closeLeft": "Close Left Tabs",
  79. "closeRight": "Close Right Tabs",
  80. "closeOther": "Close Other Tabs",
  81. "closeAll": "Close All Tabs",
  82. "openInNewWindow": "Open in New Window",
  83. "maximize": "Maximize",
  84. "restoreMaximize": "Restore"
  85. }
  86. },
  87. "navigationMenu": {
  88. "title": "Navigation Menu",
  89. "style": "Navigation Menu Style",
  90. "accordion": "Sidebar Accordion Menu",
  91. "split": "Navigation Menu Separation",
  92. "splitTip": "When enabled, the sidebar displays the top bar's submenu"
  93. },
  94. "breadcrumb": {
  95. "title": "Breadcrumb",
  96. "home": "Show Home Button",
  97. "enable": "Enable Breadcrumb",
  98. "icon": "Show Breadcrumb Icon",
  99. "background": "background",
  100. "style": "Breadcrumb Style",
  101. "hideOnlyOne": "Hidden when only one"
  102. },
  103. "animation": {
  104. "title": "Animation",
  105. "loading": "Page Loading",
  106. "transition": "Page Transition",
  107. "progress": "Page Progress"
  108. },
  109. "theme": {
  110. "title": "Theme",
  111. "radius": "Radius",
  112. "light": "Light",
  113. "dark": "Dark",
  114. "darkSidebar": "Semi Dark Sidebar",
  115. "darkHeader": "Semi Dark Header",
  116. "weakMode": "Weak Mode",
  117. "grayMode": "Gray Mode",
  118. "builtin": {
  119. "title": "Built-in",
  120. "default": "Default",
  121. "violet": "Violet",
  122. "pink": "Pink",
  123. "rose": "Rose",
  124. "skyBlue": "Sky Blue",
  125. "deepBlue": "Deep Blue",
  126. "green": "Green",
  127. "deepGreen": "Deep Green",
  128. "orange": "Orange",
  129. "yellow": "Yellow",
  130. "zinc": "Zinc",
  131. "neutral": "Neutral",
  132. "slate": "Slate",
  133. "gray": "Gray",
  134. "custom": "Custom"
  135. }
  136. },
  137. "header": {
  138. "title": "Header",
  139. "visible": "Show Header",
  140. "modeStatic": "Static",
  141. "modeFixed": "Fixed",
  142. "modeAuto": "Auto hide & Show",
  143. "modeAutoScroll": "Scroll to Hide & Show",
  144. "menuAlign": "Menu Align",
  145. "menuAlignStart": "Start",
  146. "menuAlignEnd": "End",
  147. "menuAlignCenter": "Center"
  148. },
  149. "footer": {
  150. "title": "Footer",
  151. "visible": "Show Footer",
  152. "fixed": "Fixed at Bottom"
  153. },
  154. "copyright": {
  155. "title": "Copyright",
  156. "enable": "Enable Copyright",
  157. "companyName": "Company Name",
  158. "companySiteLink": "Company Site Link",
  159. "date": "Date",
  160. "icp": "ICP License Number",
  161. "icpLink": "ICP Site Link"
  162. },
  163. "shortcutKeys": {
  164. "title": "Shortcut Keys",
  165. "global": "Global",
  166. "search": "Global Search",
  167. "logout": "Logout",
  168. "preferences": "Preferences"
  169. },
  170. "widget": {
  171. "title": "Widget",
  172. "globalSearch": "Enable Global Search",
  173. "fullscreen": "Enable Fullscreen",
  174. "themeToggle": "Enable Theme Toggle",
  175. "languageToggle": "Enable Language Toggle",
  176. "notification": "Enable Notification",
  177. "sidebarToggle": "Enable Sidebar Toggle",
  178. "lockScreen": "Enable Lock Screen",
  179. "refresh": "Enable Refresh"
  180. }
  181. }