1
Surpriseplus
2022-09-19 7d5ddd06817383e6807fe9d0329c9bf7fa14ca03
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
const zh = {
  common: {
    confirm: '确认',
    choose: '请选择',
    emptydata: '暂无数据',
    name: '名称',
    Distributionmap: '配发地图',
    lon: '经度坐标',
    lat: '纬度坐标',
    Selectdate: '选择日期',
    high: '高',
    Medium: '中',
    low: '低',
    reName: '重命名',
    edit: '编辑',
    copy: '复制',
    delete: '删除',
    location: '地名',
    coordinate: '坐标',
    latLon: '经纬度',
    pleaseEnter: '请输入...',
    geocoding: '地理编码',
    reverseGeocoding: '逆地理编码',
  },
  synthesis: {
    //综合展示
    synthesis: '综合展示',
    //专题地图
    themaic: '专题地图',
    //资料馆
    archive: '资料馆',
  },
};
 
export default zh;