lxl
2022-09-19 f43a73dae833d75fe0ab4f96ef8ef4604fa8c560
src/assets/lang/zh.js
@@ -1,98 +1,43 @@
const zh = {
  common: {
    confirm: "确认",
    choose: "请选择",
    emptydata: "暂无数据",
    name: "名称",
    Distributionmap: "配发地图",
    lon: "经度坐标",
    lat: "纬度坐标",
    Selectdate: "选择日期",
    high: "高",
    Medium: "中",
    low: "低",
    reName: "重命名",
    edit: "编辑",
    copy: "复制",
    delete: "删除",
    location: "地名",
    coordinate: "坐标",
    latLon: "经纬度",
    pleaseEnter: "请输入...",
    geocoding: "地理编码",
    reverseGeocoding: "逆地理编码",
    confirm: '确认',
    choose: '请选择',
    name: '名称',
    edit: '编辑',
    delete: '删除',
  },
  nav: {
    SerManage: "勤务管理",
    digitalMap: "电子地图",
    PerManage: "人员管理",
    EquManage: "装备管理",
    NewsSite: "新闻网站",
    Logout: "注销",
    Newtask: "新建任务",
    Tasklist: "任务清单",
    Tasksummary: "任务总结",
    taskStatistic: "任务统计",
    Distributionlist: "物资告警",
    MaterialManage: "生活物资管理",
    EquipManage: "装备物资管理",
    LivingMaterials: "生活物资",
    EquipmentMaterials: "装备物资",
    system: "系统管理",
    personmanage: "人员管理",
    equiplable: "标签库管理",
  dataManage: {
    dataManage: "数据管理",
    catalogueManage: "目录管理",
    dataUpdata: "数据上传",
    metadataManage: "元数据管理",
    dataLoading: "数据入库",
    SpatialData: "空间数据管理",
    versionManage: "版本管理",
    dictionaryManage: "字典管理",
    styleManage: "样式管理",
  },
  taskList: {
    Listregions: "地区列表",
    EnterAreaName: "请输入区域名称",
    taskTotal: "任务总数统计",
    Tasklevel: "任务危险度级别统计",
    addTaskArea: "新增任务区",
    editTaskArea: "编辑任务区",
    DegreeDanger: "危险程度",
    Introduction: "简介",
  operatManage: {
    operatManage: "运维管理",
    userManagement: "用户管理",
    systemLayout: "系统配置",
    menuSettings: "菜单设置",
    parameterConfiguration: "参数配置",
    rests: "其他",
    authorityManagement: "权限管理",
    safetyManagement: "安全管理",
    operationMonitoring: "运行监控",
    systemMonitoring: "系统监控",
    logLog: "登录日志",
    operationLog: "操作日志",
  },
  addTask: {
    newTask: "新建任务",
    taskLevel: "任务级别",
    Details: "详情",
    taskName: "任务名称",
    taskId: "任务编号",
    getTime: "接报时间",
    taskcon: "任务内容",
    resoucepai: "资源分配",
    lifesub: "物资",
    equisub: "装备",
    people: "人员",
    collmodel: "采集模板",
    doIssued: "确认下发",
    storage: "暂存",
  },
  electronicMap: {
    customMap: "自定义地图",
    mapAnalyse: "地图分析",
    mapPlotting: "地图标绘",
    layerData: "图层数据",
    peripheralQuery: "监控查询",
    text: "文本",
    polyline: "折线",
    modelLibrary: "模型库",
    polygon: "多边形",
    militaryLibrary: "军标库",
    flattailarrow: "平尾箭头",
    dovetailarrow: "燕尾箭头",
    flattail2arrow: "平尾双箭头",
    assemblyPlace: "集结地",
    car: "车辆",
    rocketlauncher: "火箭发射架",
    missile: "导弹",
    rectangle: "圆角矩形",
    sector: "扇形",
    arched: "弓形",
    bezierarrow: "贝塞尔箭头",
    mapImagery: "地图影像",
    pointposition: "点位",
    electronicFence: "电子围栏",
  synthesis: {
    //综合展示
    synthesis: '综合展示',
    //专题地图
    themaic: '专题地图',
    //资料馆
    archive: '资料馆',
  },
};