layout.ts 3.7 KB

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