en.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. // 定义内容
  2. export default {
  3. router: {
  4. home: 'home',
  5. system: 'system',
  6. systemMenu: 'systemMenu',
  7. systemRole: 'systemRole',
  8. systemUser: 'systemUser',
  9. systemDept: 'systemDept',
  10. systemDic: 'systemDic',
  11. limits: 'limits',
  12. limitsFrontEnd: 'FrontEnd',
  13. limitsFrontEndPage: 'FrontEndPage',
  14. limitsFrontEndBtn: 'FrontEndBtn',
  15. limitsBackEnd: 'BackEnd',
  16. limitsBackEndEndPage: 'BackEndEndPage',
  17. personal: 'personal',
  18. },
  19. staticRoutes: {
  20. signIn: 'signIn',
  21. notFound: 'notFound',
  22. noPower: 'noPower',
  23. },
  24. user: {
  25. title0: 'Component size',
  26. title1: 'Language switching',
  27. title2: 'Menu search',
  28. title3: 'Layout configuration',
  29. title4: 'news',
  30. title5: 'Full screen on',
  31. title6: 'Full screen off',
  32. dropdownLarge: 'large',
  33. dropdownDefault: 'default',
  34. dropdownSmall: 'small',
  35. dropdown1: 'home page',
  36. dropdown2: 'Personal Center',
  37. dropdown3: '404',
  38. dropdown4: '401',
  39. dropdown5: 'Log out',
  40. dropdown6: 'Code warehouse',
  41. searchPlaceholder: 'Menu search: support Chinese, routing path',
  42. newTitle: 'notice',
  43. newBtn: 'All read',
  44. newGo: 'Go to the notification center',
  45. newDesc: 'No notice',
  46. logOutTitle: 'Tips',
  47. logOutMessage: 'This operation will log out. Do you want to continue?',
  48. logOutConfirm: 'determine',
  49. logOutCancel: 'cancel',
  50. logOutExit: 'Exiting',
  51. },
  52. tagsView: {
  53. refresh: 'refresh',
  54. close: 'close',
  55. closeOther: 'closeOther',
  56. closeAll: 'closeAll',
  57. fullscreen: 'fullscreen',
  58. closeFullscreen: 'closeFullscreen',
  59. },
  60. notFound: {
  61. foundTitle: 'Wrong address input, please re-enter the address~',
  62. foundMsg: 'You can check the web address first, and then re-enter or give us feedback.',
  63. foundBtn: 'Back to home page',
  64. },
  65. noAccess: {
  66. accessTitle: 'You are not authorized to operate~',
  67. accessMsg: 'Contact information: add QQ group discussion 665452019',
  68. accessBtn: 'Reauthorization',
  69. },
  70. layout: {
  71. configTitle: 'Layout configuration',
  72. oneTitle: 'Global Themes',
  73. twoTopTitle: 'top bar set up',
  74. twoMenuTitle: 'Menu set up',
  75. twoColumnsTitle: 'Columns set up',
  76. twoTopBar: 'Top bar background',
  77. twoTopBarColor: 'Top bar default font color',
  78. twoIsTopBarColorGradual: 'Top bar gradient',
  79. twoMenuBar: 'Menu background',
  80. twoMenuBarColor: 'Menu default font color',
  81. twoIsMenuBarColorGradual: 'Menu gradient',
  82. twoColumnsMenuBar: 'Column menu background',
  83. twoColumnsMenuBarColor: 'Default font color bar menu',
  84. twoIsColumnsMenuBarColorGradual: 'Column gradient',
  85. threeTitle: 'Interface settings',
  86. threeIsCollapse: 'Menu horizontal collapse',
  87. threeIsUniqueOpened: 'Menu accordion',
  88. threeIsFixedHeader: 'Fixed header',
  89. threeIsClassicSplitMenu: 'Classic layout split menu',
  90. threeIsLockScreen: 'Open the lock screen',
  91. threeLockScreenTime: 'screen locking(s/s)',
  92. fourTitle: 'Interface display',
  93. fourIsShowLogo: 'Sidebar logo',
  94. fourIsBreadcrumb: 'Open breadcrumb',
  95. fourIsBreadcrumbIcon: 'Open breadcrumb icon',
  96. fourIsTagsview: 'Open tagsview',
  97. fourIsTagsviewIcon: 'Open tagsview Icon',
  98. fourIsCacheTagsView: 'Enable tagsview cache',
  99. fourIsSortableTagsView: 'Enable tagsview drag',
  100. fourIsShareTagsView: 'Enable tagsview sharing',
  101. fourIsFooter: 'Open footer',
  102. fourIsGrayscale: 'Grey model',
  103. fourIsInvert: 'Color weak mode',
  104. fourIsDark: 'Dark Mode',
  105. fourIsWartermark: 'Turn on watermark',
  106. fourWartermarkText: 'Watermark copy',
  107. fiveTitle: 'Other settings',
  108. fiveTagsStyle: 'Tagsview style',
  109. fiveAnimation: 'page animation',
  110. fiveColumnsAsideStyle: 'Column style',
  111. fiveColumnsAsideLayout: 'Column layout',
  112. sixTitle: 'Layout switch',
  113. sixDefaults: 'One',
  114. sixClassic: 'Two',
  115. sixTransverse: 'Three',
  116. sixColumns: 'Four',
  117. tipText: 'Click the button below to copy the layout configuration to `/src/stores/themeConfig.ts` It has been modified in.',
  118. copyText: 'replication configuration',
  119. resetText: 'restore default',
  120. copyTextSuccess: 'Copy succeeded!',
  121. copyTextError: 'Copy failed!',
  122. },
  123. upgrade: {
  124. title: 'New version upgrade',
  125. msg: 'It\'s a new version. Update it now!Don\'t worry, update quickly oh!',
  126. desc: 'Tip: The update restores the default configuration',
  127. btnOne: 'Cruel refusal',
  128. btnTwo: 'Update now',
  129. btnTwoLoading: 'updating',
  130. },
  131. };