lxl
2022-09-19 0750f86b69763c6bec0e7e6807d248dd8567a87d
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
const zh = {
  common: {
    confirm: "确认",
    choose: "请选择",
    emptydata: "暂无数据",
    name: "名称",
    Distributionmap: "配发地图",
    lon: "经度坐标",
    lat: "纬度坐标",
    Selectdate: "选择日期",
    high: "高",
    Medium: "中",
    low: "低",
    reName: "重命名",
    edit: "编辑",
    copy: "复制",
    delete: "删除",
    location: "地名",
    coordinate: "坐标",
    latLon: "经纬度",
    pleaseEnter: "请输入...",
    geocoding: "地理编码",
    reverseGeocoding: "逆地理编码",
  },
  nav: {
    SerManage: "勤务管理",
    digitalMap: "电子地图",
    PerManage: "人员管理",
    EquManage: "装备管理",
    NewsSite: "新闻网站",
    Logout: "注销",
    Newtask: "新建任务",
    Tasklist: "任务清单",
    Tasksummary: "任务总结",
    taskStatistic: "任务统计",
    Distributionlist: "物资告警",
    MaterialManage: "生活物资管理",
    EquipManage: "装备物资管理",
    LivingMaterials: "生活物资",
    EquipmentMaterials: "装备物资",
    system: "系统管理",
    personmanage: "人员管理",
    equiplable: "标签库管理",
  },
  taskList: {
    Listregions: "地区列表",
    EnterAreaName: "请输入区域名称",
    taskTotal: "任务总数统计",
    Tasklevel: "任务危险度级别统计",
    addTaskArea: "新增任务区",
    editTaskArea: "编辑任务区",
    DegreeDanger: "危险程度",
    Introduction: "简介",
  },
  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: "电子围栏",
  },
};
 
export default zh;