lxl
2022-09-19 f43a73dae833d75fe0ab4f96ef8ef4604fa8c560
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
const zh = {
  common: {
    confirm: '确认',
    choose: '请选择',
    name: '名称',
    edit: '编辑',
    delete: '删除',
  },
  dataManage: {
    dataManage: "数据管理",
    catalogueManage: "目录管理",
    dataUpdata: "数据上传",
    metadataManage: "元数据管理",
    dataLoading: "数据入库",
    SpatialData: "空间数据管理",
    versionManage: "版本管理",
    dictionaryManage: "字典管理",
    styleManage: "样式管理",
  },
  operatManage: {
    operatManage: "运维管理",
    userManagement: "用户管理",
    systemLayout: "系统配置",
    menuSettings: "菜单设置",
    parameterConfiguration: "参数配置",
    rests: "其他",
    authorityManagement: "权限管理",
    safetyManagement: "安全管理",
    operationMonitoring: "运行监控",
    systemMonitoring: "系统监控",
    logLog: "登录日志",
    operationLog: "操作日志",
  },
  synthesis: {
    //综合展示
    synthesis: '综合展示',
    //专题地图
    themaic: '专题地图',
    //资料馆
    archive: '资料馆',
  },
};
 
export default zh;