preferences.json 5.3 KB

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