setting.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. export default {
  2. // content mode
  3. contentModeFull: 'Full',
  4. contentModeFixed: 'Fixed width',
  5. // topMenu align
  6. topMenuAlignLeft: 'Left',
  7. topMenuAlignRight: 'Center',
  8. topMenuAlignCenter: 'Right',
  9. // menu trigger
  10. menuTriggerNone: 'Not Show',
  11. menuTriggerBottom: 'Bottom',
  12. menuTriggerTop: 'Top',
  13. // menu type
  14. menuTypeSidebar: 'Left menu mode',
  15. menuTypeMixSidebar: 'Left menu mixed mode',
  16. menuTypeMix: 'Top Menu Mix mode',
  17. menuTypeTopMenu: 'Top menu mode',
  18. on: 'On',
  19. off: 'Off',
  20. minute: 'Minute',
  21. operatingTitle: 'Successful!',
  22. operatingContent:
  23. 'The copy is successful, please go to src/settings/projectSetting.ts to modify the configuration!',
  24. resetSuccess: 'Successfully reset!',
  25. copyBtn: 'Copy',
  26. resetBtn: 'Reset',
  27. clearBtn: 'Clear cache and to the login page',
  28. drawerTitle: 'Configuration',
  29. navMode: 'Navigation mode',
  30. interfaceFunction: 'Interface function',
  31. interfaceDisplay: 'Interface display',
  32. animation: 'Animation',
  33. splitMenu: 'Split menu',
  34. closeMixSidebarOnChange: 'Switch page to close menu',
  35. headerTheme: 'Header theme',
  36. sidebarTheme: 'Menu theme',
  37. menuDrag: 'Drag Sidebar',
  38. menuSearch: 'Menu search',
  39. menuAccordion: 'Sidebar accordion',
  40. menuCollapse: 'Collapse menu',
  41. collapseMenuDisplayName: 'Collapse menu display name',
  42. topMenuLayout: 'Top menu layout',
  43. menuCollapseButton: 'Menu collapse button',
  44. contentMode: 'Content area width',
  45. expandedMenuWidth: 'Expanded menu width',
  46. breadcrumb: 'Breadcrumbs',
  47. breadcrumbIcon: 'Breadcrumbs Icon',
  48. tabs: 'Tabs',
  49. tabsQuickBtn: 'Tabs quick button',
  50. tabsRedoBtn: 'Tabs redo button',
  51. sidebar: 'Sidebar',
  52. header: 'Header',
  53. footer: 'Footer',
  54. fullContent: 'Full content',
  55. grayMode: 'Gray mode',
  56. colorWeak: 'Color Weak Mode',
  57. progress: 'Progress',
  58. switchLoading: 'Switch Loading',
  59. switchAnimation: 'Switch animation',
  60. animationType: 'Animation type',
  61. autoScreenLock: 'Auto screen lock',
  62. notAutoScreenLock: 'Not auto lock',
  63. fixedHeader: 'Fixed header',
  64. fixedSideBar: 'Fixed Sidebar',
  65. };