-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdmsMenu.ts
More file actions
67 lines (63 loc) · 2.02 KB
/
Copy pathdmsMenu.ts
File metadata and controls
67 lines (63 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// eslint-disable-next-line import/no-anonymous-default-export
export default {
projectOverview: '项目概览',
todoList: '待关注清单',
instance: '数据源',
memberAndPermissions: '成员与权限',
authAudit: '授权审计',
templateAudit: '权限模版审计',
instanceAudit: '数据源操作审计',
SQLEOperateRecord: 'SQLE操作记录',
inspectionAndDiagnosis: '巡检与诊断',
SQLWorkbench: 'SQL工作台',
ruleTemplate: '审核规则模板',
whitelist: '审核SQL例外',
sqlManagementExcept: '管控SQL例外',
workflowTemplate: '审批流程模板',
sqlAudit: '快捷审核',
pluginAudit: 'IDE审核',
sqlOptimization: '智能调优',
sqlManagement: 'SQL管控',
sqlWorkflow: 'SQL工单',
auditPlan: '智能扫描',
permissionGroup: '权限组',
permissionTemplate: '权限模板',
authList: '授权清单',
permissionOrder: '权限工单',
dataExportManagement: '数据导出',
sqlManagementConf: 'SQL管控配置',
pushRuleConfiguration: '推送规则',
pipelineConfiguration: '流水线配置',
projectSelector: {
recentlyOpenedProjects: '最近打开的项目',
showMoreProjects: '查看更多项目',
belongProjects: '您所属的项目',
emptyDesc: '暂无项目'
},
groupLabel: {
SQLExecute: 'SQL上线',
CICDIntegration: 'CI/CD集成',
SQLDev: 'SQL开发',
SQLManagement: 'SQL管控',
projectConfigure: '项目配置',
operateAndAudit: '操作与审计'
},
userNavigate: {
account: '个人中心',
viewVersion: '查看版本号',
logout: '退出登录',
notice: '系统公告'
},
globalSettings: {
title: '全局设置',
userCenter: '用户中心',
reportStatistics: '报表统计',
sqlManagementRemediationReport: 'SQL 管控整改报表',
viewRule: '查看规则',
ruleManage: '规则管理',
system: '系统设置',
changeTheme: '模式切换',
instanceManager: '数据源管理'
},
copyRight: '© {{year}} 上海爱可生信息技术股份有限公司 版权所有'
};