1
Surpriseplus
2022-09-20 07fc9a3eafde862df6f8b544210b096e7248b285
src/assets/lang/zh.js
@@ -2,33 +2,141 @@
  common: {
    confirm: '确认',
    choose: '请选择',
    emptydata: '暂无数据',
    name: '名称',
    Distributionmap: '配发地图',
    lon: '经度坐标',
    lat: '纬度坐标',
    Selectdate: '选择日期',
    high: '高',
    Medium: '中',
    low: '低',
    reName: '重命名',
    edit: '编辑',
    copy: '复制',
    delete: '删除',
    location: '地名',
    coordinate: '坐标',
    latLon: '经纬度',
    pleaseEnter: '请输入...',
    geocoding: '地理编码',
    reverseGeocoding: '逆地理编码',
    username: '用户名称',
    empty: '清空',
    iquery: '查询',
    selectdate: '请选择日期',
    pleaseInput: '请输入',
  },
  dataManage: {
    dataManage: '数据管理',
    catalogueManage: '目录管理',
    dataUpdata: '数据上传',
    metadataManage: '元数据管理',
    dataLoading: '数据入库',
    SpatialData: '空间数据管理',
    versionManage: '版本管理',
    dictionaryManage: '字典管理',
    styleManage: '样式管理',
  },
  operatManage: {
    operatManage: '运维管理',
    userManagement: '用户管理',
    systemLayout: '系统配置',
    menuSettings: '菜单设置',
    parameterConfiguration: '参数配置',
    rests: '其他',
    authorityManagement: '权限管理',
    safetyManagement: '安全管理',
    operationMonitoring: '运行监控',
    systemMonitoring: '系统监控',
    logLog: '登录日志',
    operationLog: '操作日志',
    databaseMonitoring: '数据库监控',
    operationLogObj: {
      queryRegion: '查询区',
      resourceName: '资源名称',
      operationType: '操作类型',
      operatingTime: '操作时间',
      inquire: '查询',
      empty: '清空',
      num: '序号',
      username: '用户名',
      systematicName: '系统名称',
      IP: ' IP',
      pleaseInput: '请输入',
      pleaseSelect: '请选择',
      optionDate: '选择日期',
      selectTime: '选择时间',
    },
  },
  synthesis: {
    //综合展示
    synthesis: '综合展示',
    //专题地图
    themaic: '专题地图',
    //资料馆
    archive: '资料馆',
    coverage: '图层',
    viewport: '视图',
    wander: '漫游',
    analyse: '分析',
    iqyery: '查询',
    orientation: '定位',
    measurement: '测量',
    plotting: '标绘',
    layer: '图层管理',
    release: '场景发布',
    export: '场景导出',
    split: '分屏',
    twod: '二维',
    threed: '三维',
    full: '全图',
    zommin: '放大',
    zoomout: '缩小',
    rule: '比例尺',
    compass: '指北针',
    someroaming: '点漫游',
    lineroaming: '线路漫游',
    mouseroaming: '鼠标漫游',
    snapshot: '地图快照',
    tdisplay: '三维演示',
    contouranalysis: '等高线分析',
    slopeanalysis: '坡度分析',
    pathanalysis: '路径分析',
    cuttinganalysis: '地形剖切分析',
    floodanalysis: '洪水淹没分析',
    earthworkcalculation: '土方量计算',
    crosssectionanalysis: '三维截面分析',
    imagecontrast: '影像对比分析',
    somequery: '点查询',
    linequery: '线查询',
    rectangularquery: '矩形查询',
    gardenquery: '圆查询',
    polygonquery: '多边形查询',
    attributequery: '属性查询',
    rangequery: '范围查询',
    gpsrtk: '坐标定位',
    placenamelocation: '地名定位',
    distancemeasure: '距离测量',
    heightsurve: '高程测量',
    areasurvey: '面积测量',
    volummeasure: '体积测量',
    point: '点',
    line: '线',
    rectangle: '矩形',
    polygon: '多边形',
    symboliclabel: '符号化标签',
    flatterrain: '地形平整',
    terrainexcavation: '地形开挖',
    removepaint: '清除绘制',
  },
  loglog: {
    serialnumber: '序号',
    coverage: '图层',
    systematic: '所属系统',
    ipadress: 'IP 地址',
    operationtime: '操作时间',
    operationtype: '操作类型',
    operationStatus: '操作状态',
  },
  themaic: {
    name: '专题地图',
    maptltle: '地图名称',
    all: '全部',
    sortbytime: '按时间排序',
    sortbyviews: '按浏览次数排序',
    find: '共找到',
    record: '条数据',
  },
  archive: {
    name: '管道资料',
    keyword: '关键字',
    uname: '名称',
    type: '类型',
    modifications: '修改次数',
    creationtime: '创建时间',
    state: '状态',
  },
};