layout.ts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. export default {
  2. footer: { onlinePreview: 'Preview', onlineDocument: 'Document' },
  3. header: {
  4. // user dropdown
  5. dropdownItemDoc: 'Document',
  6. dropdownItemLoginOut: 'Login Out',
  7. tooltipErrorLog: 'Error log',
  8. tooltipLock: 'Lock screen',
  9. tooltipNotify: 'Notification',
  10. tooltipEntryFull: 'Full Screen',
  11. tooltipExitFull: 'Exit Full Screen',
  12. // lock
  13. lockScreenPassword: 'Lock screen password',
  14. lockScreen: 'Lock screen',
  15. lockScreenBtn: 'Locking',
  16. home: 'Home',
  17. },
  18. multipleTab: {
  19. reload: 'Refresh current',
  20. close: 'Close current',
  21. closeLeft: 'Close Left',
  22. closeRight: 'Close Right',
  23. closeOther: 'Close Other',
  24. closeAll: 'Close All',
  25. },
  26. setting: {
  27. // content mode
  28. contentModeFull: 'Full',
  29. contentModeFixed: 'Fixed width',
  30. // topMenu align
  31. topMenuAlignLeft: 'Left',
  32. topMenuAlignRight: 'Center',
  33. topMenuAlignCenter: 'Right',
  34. // menu trigger
  35. menuTriggerNone: 'Not Show',
  36. menuTriggerBottom: 'Bottom',
  37. menuTriggerTop: 'Top',
  38. // menu type
  39. menuTypeSidebar: 'Left menu mode',
  40. menuTypeMixSidebar: 'Left menu mixed mode',
  41. menuTypeMix: 'Top Menu Mix mode',
  42. menuTypeTopMenu: 'Top menu mode',
  43. on: 'On',
  44. off: 'Off',
  45. minute: 'Minute',
  46. operatingTitle: 'Successful!',
  47. operatingContent:
  48. 'The copy is successful, please go to src/settings/projectSetting.ts to modify the configuration!',
  49. resetSuccess: 'Successfully reset!',
  50. copyBtn: 'Copy',
  51. clearBtn: 'Clear cache and to the login page',
  52. drawerTitle: 'Configuration',
  53. darkMode: 'Dark mode',
  54. navMode: 'Navigation mode',
  55. interfaceFunction: 'Interface function',
  56. interfaceDisplay: 'Interface display',
  57. animation: 'Animation',
  58. splitMenu: 'Split menu',
  59. closeMixSidebarOnChange: 'Switch page to close menu',
  60. sysTheme: 'System theme',
  61. headerTheme: 'Header theme',
  62. sidebarTheme: 'Menu theme',
  63. menuDrag: 'Drag Sidebar',
  64. menuSearch: 'Menu search',
  65. menuAccordion: 'Sidebar accordion',
  66. menuCollapse: 'Collapse menu',
  67. collapseMenuDisplayName: 'Collapse menu display name',
  68. topMenuLayout: 'Top menu layout',
  69. menuCollapseButton: 'Menu collapse button',
  70. contentMode: 'Content area width',
  71. expandedMenuWidth: 'Expanded menu width',
  72. breadcrumb: 'Breadcrumbs',
  73. breadcrumbIcon: 'Breadcrumbs Icon',
  74. tabs: 'Tabs',
  75. tabDetail: 'Tab Detail',
  76. tabsQuickBtn: 'Tabs quick button',
  77. tabsRedoBtn: 'Tabs redo button',
  78. tabsFoldBtn: 'Tabs flod button',
  79. sidebar: 'Sidebar',
  80. header: 'Header',
  81. footer: 'Footer',
  82. fullContent: 'Full content',
  83. grayMode: 'Gray mode',
  84. colorWeak: 'Color Weak Mode',
  85. progress: 'Progress',
  86. switchLoading: 'Switch Loading',
  87. switchAnimation: 'Switch animation',
  88. animationType: 'Animation type',
  89. autoScreenLock: 'Auto screen lock',
  90. notAutoScreenLock: 'Not auto lock',
  91. fixedHeader: 'Fixed header',
  92. fixedSideBar: 'Fixed Sidebar',
  93. mixSidebarTrigger: 'Mixed menu Trigger',
  94. triggerHover: 'Hover',
  95. triggerClick: 'Click',
  96. mixSidebarFixed: 'Fixed expanded menu',
  97. },
  98. };