lxl
2022-09-20 b8720f30d8916555067c22acb7fda83efbc2f9f3
src/assets/lang/zh.js
@@ -10,6 +10,7 @@
    iquery: '查询',
    selectdate: '请选择日期',
    pleaseInput: '请输入',
    update: '修改',
  },
  dataManage: {
    dataManage: '数据管理',
@@ -61,6 +62,7 @@
    logLog: '登录日志',
    operationLog: '操作日志',
    databaseMonitoring: '数据库监控',
<<<<<<< HEAD
    blackwhiteList: "黑/白名单",
    BWL: {
      blackList: "黑名单",
@@ -79,6 +81,60 @@
      change: '修改',
      index:"序号",
    }
=======
    tokentool: 'Token工具',
    tokentoolObj: {
      first: '服务列表',
      second: 'Token管理',
      serviceid: '资源ID',
      serviceName: '服务名称',
      excelTemplate: 'Excel模板',
      uploadExcel: '上传Excel',
      serviceToken: 'Token 生成处',
      pleaseInput: '申请Token后此处可复制',
      copy: '复制',
      tokenName: 'Token查询',
      tokenStatus: 'Token状态',
      tokenAll: '全部',
      tokeNormal: '正常',
      tokenInvalid: '失效',
      tokenRenewal: '续期',
      serialnumber: '序号',
      applysystem: '申请使用系统',
      applicantIP: '申请者IP',
      applicationtime: '申请时间',
      applytime: '申请使用时间(s)',
      tokenstring: 'Token串',
      serviceAddress: '服务地址',
      porstServiceAddress: '代理后服务地址',
      sourcesystem: '来源系统',
      pubicnot: '是否公开',
      suffixID: '后缀ID',
      goonlinenot: '是否上线',
      primaryKey: '主键',
      applyToken: '申请Token',
      operation: '操作',
      resourcetoken: 'Token所属资源ID',
      tokeninformation: 'Token信息',
      autorenew: '自动续约',
    },
    operationLogObj: {
      queryRegion: '查询区',
      resourceName: '资源名称',
      operationType: '操作类型',
      operatingTime: '操作时间',
      inquire: '查询',
      empty: '清空',
      num: '序号',
      username: '用户名',
      systematicName: '系统名称',
      IP: ' IP',
      pleaseInput: '请输入',
      pleaseSelect: '请选择',
      optionDate: '选择日期',
      selectTime: '选择时间',
    },
>>>>>>> eb8b11722d1d778311ae7c4eb47869288e30ade6
  },
  synthesis: {
    synthesis: '综合展示',
@@ -147,6 +203,24 @@
    operationtype: '操作类型',
    operationStatus: '操作状态',
  },
  themaic: {
    name: '专题地图',
    maptltle: '地图名称',
    all: '全部',
    sortbytime: '按时间排序',
    sortbyviews: '按浏览次数排序',
    find: '共找到',
    record: '条数据',
  },
  archive: {
    name: '管道资料',
    keyword: '关键字',
    uname: '名称',
    type: '类型',
    modifications: '修改次数',
    creationtime: '创建时间',
    state: '状态',
  },
};
export default zh;