en.ts 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. menu: 'menu',
  18. menu1: 'menu1',
  19. menu11: 'menu11',
  20. menu12: 'menu12',
  21. menu121: 'menu121',
  22. menu122: 'menu122',
  23. menu13: 'menu13',
  24. menu2: 'menu2',
  25. funIndex: 'function',
  26. funTagsView: 'funTagsView',
  27. funCountup: 'countup',
  28. funWangEditor: 'wangEditor',
  29. funCropper: 'cropper',
  30. funQrcode: 'qrcode',
  31. funEchartsMap: 'EchartsMap',
  32. funPrintJs: 'PrintJs',
  33. funClipboard: 'Copy cut',
  34. funGridLayout: 'Drag layout',
  35. funSplitpanes: 'Pane splitter',
  36. funDragVerify: 'Validator',
  37. pagesIndex: 'pages',
  38. pagesFiltering: 'Filtering',
  39. pagesFilteringDetails: 'FilteringDetails',
  40. pagesFilteringDetails1: 'FilteringDetails1',
  41. pagesIocnfont: 'iconfont icon',
  42. pagesElement: 'element icon',
  43. pagesAwesome: 'awesome icon',
  44. pagesFormAdapt: 'FormAdapt',
  45. pagesTableRules: 'pagesTableRules',
  46. pagesFormI18n: 'FormI18n',
  47. pagesFormRules: 'Multi form validation',
  48. pagesDynamicForm: 'Dynamic complex form',
  49. pagesWorkflow: 'Workflow',
  50. pagesListAdapt: 'ListAdapt',
  51. pagesWaterfall: 'Waterfall',
  52. pagesSteps: 'Steps',
  53. pagesPreview: 'Large preview',
  54. pagesWaves: 'Wave effect',
  55. pagesTree: 'tree alter table',
  56. pagesDrag: 'Drag command',
  57. pagesLazyImg: 'Image lazy loading',
  58. makeIndex: 'makeIndex',
  59. makeSelector: 'Icon selector',
  60. makeNoticeBar: 'notification bar',
  61. makeSvgDemo: 'Svgicon demo',
  62. paramsIndex: 'Routing parameters',
  63. paramsCommon: 'General routing',
  64. paramsDynamic: 'Dynamic routing',
  65. paramsCommonDetails: 'General routing details',
  66. paramsDynamicDetails: 'Dynamic routing details',
  67. chartIndex: 'chartIndex',
  68. visualizingIndex: 'visualizingIndex',
  69. visualizingLinkDemo1: 'visualizingLinkDemo1',
  70. visualizingLinkDemo2: 'visualizingLinkDemo2',
  71. personal: 'personal',
  72. tools: 'tools',
  73. layoutLinkView: 'LinkView',
  74. layoutIfameView: 'IfameView',
  75. },
  76. staticRoutes: {
  77. signIn: 'signIn',
  78. notFound: 'notFound',
  79. noPower: 'noPower',
  80. },
  81. user: {
  82. title0: 'Component size',
  83. title1: 'Language switching',
  84. title2: 'Menu search',
  85. title3: 'Layout configuration',
  86. title4: 'news',
  87. title5: 'Full screen on',
  88. title6: 'Full screen off',
  89. dropdownLarge: 'large',
  90. dropdownDefault: 'default',
  91. dropdownSmall: 'small',
  92. dropdown1: 'home page',
  93. dropdown2: 'Personal Center',
  94. dropdown3: '404',
  95. dropdown4: '401',
  96. dropdown5: 'Log out',
  97. dropdown6: 'Code warehouse',
  98. searchPlaceholder: 'Menu search: support Chinese, routing path',
  99. newTitle: 'notice',
  100. newBtn: 'All read',
  101. newGo: 'Go to the notification center',
  102. newDesc: 'No notice',
  103. logOutTitle: 'Tips',
  104. logOutMessage: 'This operation will log out. Do you want to continue?',
  105. logOutConfirm: 'determine',
  106. logOutCancel: 'cancel',
  107. logOutExit: 'Exiting',
  108. logOutSuccess: 'Exit successfully!',
  109. },
  110. login: {
  111. title: 'Login',
  112. serverVersion: 'Server Version',
  113. frontendVersion: 'Frontend Version',
  114. },
  115. tagsView: {
  116. refresh: 'refresh',
  117. close: 'close',
  118. closeOther: 'closeOther',
  119. closeAll: 'closeAll',
  120. fullscreen: 'fullscreen',
  121. closeFullscreen: 'closeFullscreen',
  122. },
  123. notFound: {
  124. foundTitle: 'Wrong address input, please re-enter the address~',
  125. foundMsg: 'You can check the web address first, and then re-enter or give us feedback.',
  126. foundBtn: 'Back to home page',
  127. },
  128. noAccess: {
  129. accessTitle: 'You are not authorized to operate~',
  130. accessMsg: 'Contact information: add QQ group discussion 665452019',
  131. accessBtn: 'Reauthorization',
  132. },
  133. layout: {
  134. configTitle: 'Layout configuration',
  135. oneTitle: 'Global Themes',
  136. twoTopTitle: 'top bar set up',
  137. twoMenuTitle: 'Menu set up',
  138. twoColumnsTitle: 'Columns set up',
  139. twoTopBar: 'Top bar background',
  140. twoTopBarColor: 'Top bar default font color',
  141. twoIsTopBarColorGradual: 'Top bar gradient',
  142. twoMenuBar: 'Menu background',
  143. twoMenuBarColor: 'Menu default font color',
  144. twoIsMenuBarColorGradual: 'Menu gradient',
  145. twoColumnsMenuBar: 'Column menu background',
  146. twoColumnsMenuBarColor: 'Default font color bar menu',
  147. twoIsColumnsMenuBarColorGradual: 'Column gradient',
  148. threeTitle: 'Interface settings',
  149. threeIsCollapse: 'Menu horizontal collapse',
  150. threeIsUniqueOpened: 'Menu accordion',
  151. threeIsFixedHeader: 'Fixed header',
  152. threeIsClassicSplitMenu: 'Classic layout split menu',
  153. threeIsLockScreen: 'Open the lock screen',
  154. threeLockScreenTime: 'screen locking(s/s)',
  155. fourTitle: 'Interface display',
  156. fourIsShowLogo: 'Sidebar logo',
  157. fourIsBreadcrumb: 'Open breadcrumb',
  158. fourIsBreadcrumbIcon: 'Open breadcrumb icon',
  159. fourIsTagsview: 'Open tagsview',
  160. fourIsTagsviewIcon: 'Open tagsview Icon',
  161. fourIsCacheTagsView: 'Enable tagsview cache',
  162. fourIsSortableTagsView: 'Enable tagsview drag',
  163. fourIsShareTagsView: 'Enable tagsview sharing',
  164. fourIsFooter: 'Open footer',
  165. fourIsGrayscale: 'Grey model',
  166. fourIsInvert: 'Color weak mode',
  167. fourIsDark: 'Dark Mode',
  168. fourIsWartermark: 'Turn on watermark',
  169. fourWartermarkText: 'Watermark copy',
  170. fiveTitle: 'Other settings',
  171. fiveTagsStyle: 'Tagsview style',
  172. fiveAnimation: 'page animation',
  173. fiveColumnsAsideStyle: 'Column style',
  174. fiveColumnsAsideLayout: 'Column layout',
  175. sixTitle: 'Layout switch',
  176. sixDefaults: 'One',
  177. sixClassic: 'Two',
  178. sixTransverse: 'Three',
  179. sixColumns: 'Four',
  180. tipText: 'Click the button below to copy the layout configuration to `/src/store/modules/themeConfig.ts` It has been modified in.',
  181. copyText: 'replication configuration',
  182. resetText: 'restore default',
  183. copyTextSuccess: 'Copy succeeded!',
  184. copyTextError: 'Copy failed!',
  185. },
  186. menuModule: {
  187. runtimeMonitoring: {
  188. title: "Runtime Monitoring",
  189. weatherMonitoring: "Weather Monitoring",
  190. realTimeMonitoring: "Real-time Monitoring",
  191. weatherHistory: "Weather History",
  192. },
  193. iotmanager: {
  194. title: "IoT Management",
  195. dashboard: "IoT Overview",
  196. deviceManager: "Device Management",
  197. productClass: "Product Category",
  198. product: "Product",
  199. productDetail: "Product Details",
  200. device: "Device",
  201. device1: "Device",
  202. deviceDetail: "Device Details",
  203. deviceDetail1: "Device Details",
  204. configuration: "Configuration Management",
  205. configurationList: "Configuration List",
  206. screen: "Dashboard Design",
  207. ruleEngine: "Rule Engine",
  208. ruleInstance: "Rule Orchestration",
  209. gridComponent: "Grid Component",
  210. serverManager: "Server Management",
  211. serverDetail: "Service Details",
  212. editServer: "Edit Service",
  213. newServer: "Add Service",
  214. channelManagement: "Channel Management",
  215. channelManagement1: "Channel Management",
  216. editChannel: "Edit Channel",
  217. newChannel: "Add Channel",
  218. channelDetail: "Channel Details",
  219. dataCollection: "Data Collection",
  220. templateManagement: "Template Management",
  221. dataAnalysis: "Data Analysis",
  222. indicatorTrend: "Indicator Trend",
  223. indicatorAggregation: "Indicator Aggregation",
  224. certificateManagement: "Certificate Management",
  225. certificateList: "Certificate List",
  226. alarmCenter: "Alarm Center",
  227. alarmStatistics: "Alarm Statistics",
  228. alarmLog: "Alarm Log",
  229. alarmConfiguration: "Alarm Configuration",
  230. ice104: "IEC104",
  231. template: "Template",
  232. templateDetail: "Template Details",
  233. sceneLinkage: "Scene Linkage",
  234. sceneList: "Scene List",
  235. sceneDetail: "Scene Details",
  236. sceneRecord: "Scene Record",
  237. sceneRecordDetail: "Record Details",
  238. operationManagement: "Operation Management",
  239. remoteConfiguration: "Remote Configuration",
  240. otaUpgrade: "OTA Upgrade",
  241. dataAnalysis1: "Data Analysis",
  242. moduleManagement: "Module Management",
  243. upgradePackageManagement: "Upgrade Package Management",
  244. upgradePackageDetail: "Details",
  245. notificationService: "Notification Service",
  246. notificationLog: "Notification Log",
  247. notificationConfiguration: "Notification Configuration",
  248. notificationConfigurationManagement: "Notification Configuration Management",
  249. cascadeManagement: "Cascade Management",
  250. },
  251. iotCard: {
  252. title: "IoT Card",
  253. homePage: "Home Page",
  254. iotCardManagement: "IoT Card Management",
  255. iotCardDetail: "IoT Card Details",
  256. platformAccess: "Platform Access",
  257. },
  258. projectManagement: {
  259. title: "Project Management",
  260. projectOverview: "Project Overview",
  261. projectList: "Project List",
  262. projectDetail: "Project Details",
  263. filterTemplate: "Filter Template",
  264. deviceTree: "Device Tree",
  265. },
  266. assetManagement: {
  267. title: "Asset Management",
  268. deviceArchiveManagement: "Device Archive Management",
  269. deviceArchiveProperty: "Device Archive Property",
  270. assetRelationship: "Asset Relationship",
  271. deviceMap: "Device Map",
  272. },
  273. dataCenter: {
  274. title: "Data Center",
  275. dataModelDetail: "Data Model Details",
  276. dataSourceDetail: "Data Source Details",
  277. indexManagement: "Index Management",
  278. dataModeling: "Data Modeling",
  279. dataSourceManagement: "Data Source Management",
  280. },
  281. developmentTools: {
  282. title: "Development Tools",
  283. codeGeneration: "Code Generation",
  284. },
  285. videoMonitoring: {
  286. title: "Video Monitoring",
  287. gbDevice: "GB Device",
  288. deviceManagement: "Device Management",
  289. deviceScreen: "Device Screen",
  290. deviceGroup: "Device Group",
  291. videoManagement: "Video Management",
  292. alarmQuery: "Alarm Query",
  293. videoPlayback: "Video Playback",
  294. screenPlayback: "Screen Playback",
  295. streamList: "Stream List",
  296. streamProxy: "Stream Proxy",
  297. streamPush: "Stream Push",
  298. },
  299. systemManagement: {
  300. title: "System Management",
  301. regionManagement: "Region Management",
  302. organizationManagement: "Organization Management",
  303. positionManagement: "Position Management",
  304. roleManagement: "Role Management",
  305. userManagement: "User Management",
  306. systemMonitoring: "System Monitoring",
  307. apiDocument: "API Document",
  308. serviceMonitoring: "Service Monitoring",
  309. cacheMonitoring: "Cache Monitoring",
  310. systemNotification: "System Notification",
  311. onlineUser: "Online User",
  312. loginLog: "Login Log",
  313. auditLog: "Audit Log",
  314. taskLog: "Task Log",
  315. systemLog: "System Log",
  316. blacklist: "Blacklist",
  317. configuration: "System Configuration",
  318. configurationManagement: "Configuration Management",
  319. pluginManagement: "Plugin Management",
  320. applicationManagement: "Application Management",
  321. menuManagement: "Menu Management",
  322. parameterManagement: "Parameter Management",
  323. dictionaryManagement: "Dictionary Management",
  324. dictionaryDataManagement: "Dictionary Data Management",
  325. scheduledTask: "Scheduled Task",
  326. apiManagement: "API Management",
  327. cityManagement: "City Management",
  328. remoteUpgrade: "Remote Upgrade",
  329. authorizationConfiguration: "Authorization Configuration",
  330. tenantManagement: "Tenant Management",
  331. // experimentalFunction: "Experimental Function",
  332. // functionDevelopment: "Function Development",
  333. // pageDevelopment: "Page Development",
  334. // Designer: "Designer",
  335. // apiDevelopment: "API Development",
  336. // apiDefinition: "API Definition",
  337. // dataSourceManagement: "Data Source Management",
  338. // clientManagement: "Client Management",
  339. // policyManagement: "Policy Management",
  340. // policyControl: "Policy Control",
  341. },
  342. experimentalFunction: {
  343. title: "Experimental Function",
  344. dataAssistant: "Data Assistant",
  345. managementPage: "Management Page",
  346. energyAnalysis: "Energy Analysis",
  347. },
  348. functionDevelopment: {
  349. title: "Function Development",
  350. pageDevelopment: "Page Development",
  351. Designer: "Designer",
  352. apiDevelopment: "API Development",
  353. apiDefinition: "API Definition",
  354. dataSourceManagement: "Data Source Management",
  355. clientManagement: "Client Management",
  356. pluginManagement: "Plugin Management",
  357. },
  358. policyManagement: {
  359. title: "Policy Management",
  360. policyControl: "Policy Control",
  361. }
  362. }
  363. };