1
Surpriseplus
2022-09-20 07fc9a3eafde862df6f8b544210b096e7248b285
src/assets/lang/zh.js
@@ -36,22 +36,22 @@
    logLog: '登录日志',
    operationLog: '操作日志',
    databaseMonitoring: '数据库监控',
    operationLogObj:{
      queryRegion:"查询区",
      resourceName:"资源名称",
      operationType:"操作类型",
      operatingTime:"操作时间",
      inquire:"查询",
      empty:"清空",
      num:"序号",
      username:"用户名",
      systematicName:"系统名称",
      IP:" IP",
      pleaseInput:"请输入",
      pleaseSelect:"请选择",
      optionDate:"选择日期",
      selectTime:"选择时间",
    }
    operationLogObj: {
      queryRegion: '查询区',
      resourceName: '资源名称',
      operationType: '操作类型',
      operatingTime: '操作时间',
      inquire: '查询',
      empty: '清空',
      num: '序号',
      username: '用户名',
      systematicName: '系统名称',
      IP: ' IP',
      pleaseInput: '请输入',
      pleaseSelect: '请选择',
      optionDate: '选择日期',
      selectTime: '选择时间',
    },
  },
  synthesis: {
    synthesis: '综合展示',
@@ -120,6 +120,24 @@
    operationtype: '操作类型',
    operationStatus: '操作状态',
  },
  themaic: {
    name: '专题地图',
    maptltle: '地图名称',
    all: '全部',
    sortbytime: '按时间排序',
    sortbyviews: '按浏览次数排序',
    find: '共找到',
    record: '条数据',
  },
  archive: {
    name: '管道资料',
    keyword: '关键字',
    uname: '名称',
    type: '类型',
    modifications: '修改次数',
    creationtime: '创建时间',
    state: '状态',
  },
};
export default zh;