setting.ts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. clearBtn: 'Clear cache and to the login page',
  27. drawerTitle: 'Configuration',
  28. darkMode: 'Dark mode',
  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. sysTheme: 'System theme',
  36. headerTheme: 'Header theme',
  37. sidebarTheme: 'Menu theme',
  38. menuDrag: 'Drag Sidebar',
  39. menuSearch: 'Menu search',
  40. menuAccordion: 'Sidebar accordion',
  41. menuCollapse: 'Collapse menu',
  42. collapseMenuDisplayName: 'Collapse menu display name',
  43. topMenuLayout: 'Top menu layout',
  44. menuCollapseButton: 'Menu collapse button',
  45. contentMode: 'Content area width',
  46. expandedMenuWidth: 'Expanded menu width',
  47. breadcrumb: 'Breadcrumbs',
  48. breadcrumbIcon: 'Breadcrumbs Icon',
  49. tabs: 'Tabs',
  50. tabsQuickBtn: 'Tabs quick button',
  51. tabsRedoBtn: 'Tabs redo button',
  52. tabsFoldBtn: 'Tabs flod button',
  53. sidebar: 'Sidebar',
  54. header: 'Header',
  55. footer: 'Footer',
  56. fullContent: 'Full content',
  57. grayMode: 'Gray mode',
  58. colorWeak: 'Color Weak Mode',
  59. progress: 'Progress',
  60. switchLoading: 'Switch Loading',
  61. switchAnimation: 'Switch animation',
  62. animationType: 'Animation type',
  63. autoScreenLock: 'Auto screen lock',
  64. notAutoScreenLock: 'Not auto lock',
  65. fixedHeader: 'Fixed header',
  66. fixedSideBar: 'Fixed Sidebar',
  67. mixSidebarTrigger: 'Mixed menu Trigger',
  68. triggerHover: 'Hover',
  69. triggerClick: 'Click',
  70. mixSidebarFixed: 'Fixed expanded menu',
  71. };