2021-04-01 11:13:38 +08:00
|
|
|
// 定义内容
|
|
|
|
export default {
|
|
|
|
router: {
|
|
|
|
home: 'home',
|
|
|
|
system: 'system',
|
|
|
|
systemMenu: 'systemMenu',
|
2021-12-04 13:32:14 +08:00
|
|
|
systemRole: 'systemRole',
|
2021-04-01 11:13:38 +08:00
|
|
|
systemUser: 'systemUser',
|
2021-12-04 13:32:14 +08:00
|
|
|
systemDept: 'systemDept',
|
|
|
|
systemDic: 'systemDic',
|
2021-04-01 11:13:38 +08:00
|
|
|
limits: 'limits',
|
|
|
|
limitsFrontEnd: 'FrontEnd',
|
|
|
|
limitsFrontEndPage: 'FrontEndPage',
|
|
|
|
limitsFrontEndBtn: 'FrontEndBtn',
|
|
|
|
limitsBackEnd: 'BackEnd',
|
|
|
|
limitsBackEndEndPage: 'BackEndEndPage',
|
|
|
|
menu: 'menu',
|
|
|
|
menu1: 'menu1',
|
|
|
|
menu11: 'menu11',
|
|
|
|
menu12: 'menu12',
|
|
|
|
menu121: 'menu121',
|
|
|
|
menu122: 'menu122',
|
|
|
|
menu13: 'menu13',
|
|
|
|
menu2: 'menu2',
|
|
|
|
funIndex: 'function',
|
|
|
|
funTagsView: 'funTagsView',
|
|
|
|
funCountup: 'countup',
|
|
|
|
funEchartsTree: 'echartsTree',
|
|
|
|
funSelector: 'funSelector',
|
2021-07-01 22:33:57 +08:00
|
|
|
funNoticeBar: 'ScrollingNoticeBar',
|
2021-04-01 11:13:38 +08:00
|
|
|
funWangEditor: 'wangEditor',
|
|
|
|
funCropper: 'cropper',
|
|
|
|
funQrcode: 'qrcode',
|
|
|
|
funEchartsMap: 'EchartsMap',
|
|
|
|
funPrintJs: 'PrintJs',
|
|
|
|
funClipboard: 'Copy cut',
|
2021-04-02 18:07:49 +08:00
|
|
|
funScreenShort: 'screenCapture',
|
2021-04-28 17:02:32 +08:00
|
|
|
funGridLayout: 'Drag layout',
|
2021-04-30 16:15:43 +08:00
|
|
|
funSplitpanes: 'Pane splitter',
|
2021-09-10 23:24:58 +08:00
|
|
|
funDragVerify: 'Validator',
|
2021-04-01 11:13:38 +08:00
|
|
|
pagesIndex: 'pages',
|
|
|
|
pagesFiltering: 'Filtering',
|
|
|
|
pagesFilteringDetails: 'FilteringDetails',
|
|
|
|
pagesFilteringDetails1: 'FilteringDetails1',
|
|
|
|
pagesIocnfont: 'iconfont icon',
|
|
|
|
pagesElement: 'element icon',
|
|
|
|
pagesAwesome: 'awesome icon',
|
|
|
|
pagesCityLinkage: 'CityLinkage',
|
|
|
|
pagesFormAdapt: 'FormAdapt',
|
2021-06-29 17:20:40 +08:00
|
|
|
pagesFormI18n: 'FormI18n',
|
2021-08-06 12:17:56 +08:00
|
|
|
pagesFormRules: 'Multi form validation',
|
2021-09-10 23:24:58 +08:00
|
|
|
pagesDynamicForm: 'Dynamic complex form',
|
|
|
|
pagesWorkflow: 'Workflow',
|
2021-04-01 11:13:38 +08:00
|
|
|
pagesListAdapt: 'ListAdapt',
|
|
|
|
pagesWaterfall: 'Waterfall',
|
|
|
|
pagesSteps: 'Steps',
|
2021-04-29 17:42:01 +08:00
|
|
|
pagesPreview: 'Large preview',
|
2021-04-30 16:15:43 +08:00
|
|
|
pagesWaves: 'Wave effect',
|
2021-05-02 21:24:41 +08:00
|
|
|
pagesTree: 'tree alter table',
|
2021-06-24 18:02:13 +08:00
|
|
|
pagesDrag: 'Drag command',
|
2021-07-14 21:02:28 +08:00
|
|
|
pagesLazyImg: 'Image lazy loading',
|
|
|
|
paramsIndex: 'Routing parameters',
|
|
|
|
paramsCommon: 'General routing',
|
|
|
|
paramsDynamic: 'Dynamic routing',
|
|
|
|
paramsCommonDetails: 'General routing details',
|
|
|
|
paramsDynamicDetails: 'Dynamic routing details',
|
2021-04-01 11:13:38 +08:00
|
|
|
chartIndex: 'chartIndex',
|
2021-07-16 12:46:26 +08:00
|
|
|
visualizingIndex: 'visualizingIndex',
|
|
|
|
visualizingLinkDemo1: 'visualizingLinkDemo1',
|
|
|
|
visualizingLinkDemo2: 'visualizingLinkDemo2',
|
2021-04-01 11:13:38 +08:00
|
|
|
personal: 'personal',
|
|
|
|
tools: 'tools',
|
|
|
|
layoutLinkView: 'LinkView',
|
|
|
|
layoutIfameView: 'IfameView',
|
|
|
|
},
|
2021-07-16 12:46:26 +08:00
|
|
|
staticRoutes: {
|
|
|
|
signIn: 'signIn',
|
|
|
|
notFound: 'notFound',
|
|
|
|
noPower: 'noPower',
|
|
|
|
},
|
2021-04-01 11:13:38 +08:00
|
|
|
user: {
|
2021-04-28 17:02:32 +08:00
|
|
|
title0: 'Component size',
|
2021-04-01 11:13:38 +08:00
|
|
|
title1: 'Language switching',
|
|
|
|
title2: 'Menu search',
|
|
|
|
title3: 'Layout configuration',
|
|
|
|
title4: 'news',
|
|
|
|
title5: 'Full screen on',
|
|
|
|
title6: 'Full screen off',
|
2021-04-28 17:02:32 +08:00
|
|
|
dropdownDefault: 'default',
|
|
|
|
dropdownMedium: 'medium',
|
|
|
|
dropdownSmall: 'small',
|
|
|
|
dropdownMini: 'mini',
|
2021-04-01 11:13:38 +08:00
|
|
|
dropdown1: 'home page',
|
|
|
|
dropdown2: 'Personal Center',
|
|
|
|
dropdown3: '404',
|
|
|
|
dropdown4: '401',
|
|
|
|
dropdown5: 'Log out',
|
2021-06-19 17:49:42 +08:00
|
|
|
dropdown6: 'Code warehouse',
|
2021-04-01 11:13:38 +08:00
|
|
|
searchPlaceholder: 'Menu search: support Chinese, routing path',
|
|
|
|
newTitle: 'notice',
|
|
|
|
newBtn: 'All read',
|
|
|
|
newGo: 'Go to the notification center',
|
|
|
|
newDesc: 'No notice',
|
|
|
|
logOutTitle: 'Tips',
|
|
|
|
logOutMessage: 'This operation will log out. Do you want to continue?',
|
|
|
|
logOutConfirm: 'determine',
|
|
|
|
logOutCancel: 'cancel',
|
|
|
|
logOutExit: 'Exiting',
|
|
|
|
logOutSuccess: 'Exit successfully!',
|
|
|
|
},
|
|
|
|
tagsView: {
|
|
|
|
refresh: 'refresh',
|
|
|
|
close: 'close',
|
|
|
|
closeOther: 'closeOther',
|
|
|
|
closeAll: 'closeAll',
|
|
|
|
fullscreen: 'fullscreen',
|
2021-08-01 18:30:30 +08:00
|
|
|
closeFullscreen: 'closeFullscreen',
|
2021-04-01 11:13:38 +08:00
|
|
|
},
|
|
|
|
notFound: {
|
|
|
|
foundTitle: 'Wrong address input, please re-enter the address~',
|
|
|
|
foundMsg: 'You can check the web address first, and then re-enter or give us feedback.',
|
|
|
|
foundBtn: 'Back to home page',
|
|
|
|
},
|
|
|
|
noAccess: {
|
|
|
|
accessTitle: 'You are not authorized to operate~',
|
|
|
|
accessMsg: 'Contact information: add QQ group discussion 665452019',
|
|
|
|
accessBtn: 'Reauthorization',
|
|
|
|
},
|
|
|
|
layout: {
|
|
|
|
configTitle: 'Layout configuration',
|
|
|
|
oneTitle: 'Global Themes',
|
|
|
|
twoTitle: 'Menu / top bar',
|
|
|
|
twoTopBar: 'Top bar background',
|
|
|
|
twoMenuBar: 'Menu background',
|
|
|
|
twoColumnsMenuBar: 'Column menu background',
|
|
|
|
twoTopBarColor: 'Top bar default font color',
|
|
|
|
twoMenuBarColor: 'Menu default font color',
|
|
|
|
twoColumnsMenuBarColor: 'Default font color bar menu',
|
|
|
|
twoIsTopBarColorGradual: 'Top bar gradient',
|
|
|
|
twoIsMenuBarColorGradual: 'Menu gradient',
|
2021-04-29 11:49:01 +08:00
|
|
|
twoIsColumnsMenuBarColorGradual: 'Column gradient',
|
2021-04-01 11:13:38 +08:00
|
|
|
twoIsMenuBarColorHighlight: 'Menu font highlight',
|
|
|
|
threeTitle: 'Interface settings',
|
|
|
|
threeIsCollapse: 'Menu horizontal collapse',
|
|
|
|
threeIsUniqueOpened: 'Menu accordion',
|
|
|
|
threeIsFixedHeader: 'Fixed header',
|
|
|
|
threeIsClassicSplitMenu: 'Classic layout split menu',
|
|
|
|
threeIsLockScreen: 'Open the lock screen',
|
|
|
|
threeLockScreenTime: 'screen locking(s/s)',
|
|
|
|
fourTitle: 'Interface display',
|
|
|
|
fourIsShowLogo: 'Sidebar logo',
|
|
|
|
fourIsBreadcrumb: 'Open breadcrumb',
|
|
|
|
fourIsBreadcrumbIcon: 'Open breadcrumb icon',
|
|
|
|
fourIsTagsview: 'Open tagsview',
|
|
|
|
fourIsTagsviewIcon: 'Open tagsview Icon',
|
|
|
|
fourIsCacheTagsView: 'Enable tagsview cache',
|
|
|
|
fourIsSortableTagsView: 'Enable tagsview drag',
|
2021-08-01 18:30:30 +08:00
|
|
|
fourIsShareTagsView: 'Enable tagsview sharing',
|
2021-04-01 11:13:38 +08:00
|
|
|
fourIsFooter: 'Open footer',
|
|
|
|
fourIsGrayscale: 'Grey model',
|
|
|
|
fourIsInvert: 'Color weak mode',
|
2021-09-10 23:24:58 +08:00
|
|
|
fourIsDark: 'Dark Mode',
|
2021-04-01 11:13:38 +08:00
|
|
|
fourIsWartermark: 'Turn on watermark',
|
|
|
|
fourWartermarkText: 'Watermark copy',
|
|
|
|
fiveTitle: 'Other settings',
|
|
|
|
fiveTagsStyle: 'Tagsview style',
|
|
|
|
fiveAnimation: 'page animation',
|
|
|
|
fiveColumnsAsideStyle: 'Column style',
|
2021-05-18 15:42:45 +08:00
|
|
|
fiveColumnsAsideLayout: 'Column layout',
|
2021-04-01 11:13:38 +08:00
|
|
|
sixTitle: 'Layout switch',
|
|
|
|
sixDefaults: 'One',
|
|
|
|
sixClassic: 'Two',
|
|
|
|
sixTransverse: 'Three',
|
|
|
|
sixColumns: 'Four',
|
|
|
|
tipText: 'Click the button below to copy the layout configuration to `/src/store/modules/themeConfig.ts` It has been modified in.',
|
|
|
|
copyText: 'replication configuration',
|
2021-08-29 18:45:29 +08:00
|
|
|
resetText: 'restore default',
|
2021-04-01 11:13:38 +08:00
|
|
|
copyTextSuccess: 'Copy succeeded!',
|
|
|
|
copyTextError: 'Copy failed!',
|
|
|
|
},
|
|
|
|
};
|