]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-CN.json
Update to iD v2.1.1
[rails.git] / vendor / assets / iD / iD / locales / zh-CN.json
1 {
2     "zh-CN": {
3         "modes": {
4             "add_area": {
5                 "title": "面",
6                 "description": "添加公园、建筑物、湖泊或其他面到地图上。",
7                 "tail": "在地图上单击开始绘制面状要素,如公园、湖泊或建筑物。"
8             },
9             "add_line": {
10                 "title": "线",
11                 "description": "添加公路、街道、人行道、河渠或其他线到地图上。",
12                 "tail": "单击地图开始绘制道路、小径或路线。"
13             },
14             "add_point": {
15                 "title": "点",
16                 "description": "添加餐馆、纪念碑、邮筒或其他点到地图上。",
17                 "tail": "点击地图添加一个点。"
18             },
19             "browse": {
20                 "title": "浏览",
21                 "description": "移动和缩放地图。"
22             },
23             "draw_area": {
24                 "tail": "点击以为这个面添加节点。点击第一点来完成绘制区域。"
25             },
26             "draw_line": {
27                 "tail": "点击以为这线段添加更多节点。点击其他线段以连接它们,点击两下以完成绘制线段。"
28             }
29         },
30         "operations": {
31             "add": {
32                 "annotation": {
33                     "point": "添加点。",
34                     "vertex": "添加节点到路径。",
35                     "relation": "添加关系。"
36                 }
37             },
38             "start": {
39                 "annotation": {
40                     "line": "开始绘制线。",
41                     "area": "开始绘制面状要素。"
42                 }
43             },
44             "continue": {
45                 "key": "A",
46                 "title": "继续",
47                 "description": "继续绘制这条线。",
48                 "not_eligible": "这里没有线可以在继续。",
49                 "multiple": "多条线可以在此延长。要选定其中一条,按住Shift键并单击以选中它。",
50                 "annotation": {
51                     "line": "继续绘制线。",
52                     "area": "继续绘制面状要素。"
53                 }
54             },
55             "cancel_draw": {
56                 "annotation": "取消绘制。"
57             },
58             "change_role": {
59                 "annotation": "更改关系成员的定位。"
60             },
61             "change_tags": {
62                 "annotation": "更改标签。"
63             },
64             "circularize": {
65                 "title": "环状化",
66                 "description": {
67                     "line": "环状化该线。",
68                     "area": "环状化该面。"
69                 },
70                 "key": "O",
71                 "annotation": {
72                     "line": "使线环状化。",
73                     "area": "使面环状化。"
74                 },
75                 "not_closed": "它不是首尾相接的线,无法将其环状化。",
76                 "too_large": "由于可见部分不足,无法将其环状化。",
77                 "connected_to_hidden": "无法将其环状化,由于其与一隐藏要素相连。"
78             },
79             "orthogonalize": {
80                 "title": "直角化",
81                 "description": {
82                     "line": "将这条线上的弯角转化成直角。",
83                     "area": "将这个面状要素上的弯角转化成直角。"
84                 },
85                 "key": "S",
86                 "annotation": {
87                     "line": "拉直线上角的边。",
88                     "area": "已将面要素的弯角换成直角。"
89                 },
90                 "not_squarish": "因为它不是近似方形的,这不能被直角化。",
91                 "too_large": "因为可见部分不足,不能变成方形。",
92                 "connected_to_hidden": "该对象无法直角化,因为其与一隐藏要素相连。"
93             },
94             "straighten": {
95                 "title": "拉直",
96                 "description": "把这一条线拉直。",
97                 "key": "S",
98                 "annotation": "拉直线。",
99                 "too_bendy": "因为它弯曲太多,不能拉直。",
100                 "connected_to_hidden": "该线不能取直,因为其与一隐藏要素相连。"
101             },
102             "delete": {
103                 "title": "删除",
104                 "description": {
105                     "single": "彻底删除该特征。",
106                     "multiple": "彻底删除这些特征。"
107                 },
108                 "annotation": {
109                     "point": "删除点。",
110                     "vertex": "删除路径上的节点。",
111                     "line": "删除线。",
112                     "area": "删除面状要素。",
113                     "relation": "删除关系。",
114                     "multiple": "删除 {n} 个特征。"
115                 },
116                 "incomplete_relation": {
117                     "single": "因该特征未完全下载,所以无法被删除。",
118                     "multiple": "因这些特征未完全下载,所以无法被删除。"
119                 },
120                 "part_of_relation": {
121                     "single": "因该特征是更大关系中的一部分,所以无法被删除。您必须先将其从关系中移除。",
122                     "multiple": "因这些特征是更大关系中的一部分,所以无法被删除。您必须先将它们从关系中移除。"
123                 },
124                 "connected_to_hidden": {
125                     "single": "因该特征与某个隐藏的特征相连,所以无法被删除。",
126                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被删除。"
127                 }
128             },
129             "add_member": {
130                 "annotation": "增加关系中的成员。"
131             },
132             "delete_member": {
133                 "annotation": "删除关系中的成员。"
134             },
135             "connect": {
136                 "annotation": {
137                     "point": "连接路径到点。",
138                     "vertex": "连接路径到另一路径。",
139                     "line": "连接路径到线。",
140                     "area": "连接条线要素到面要素。"
141                 }
142             },
143             "disconnect": {
144                 "title": "断开连接",
145                 "description": "断开这些线/面之间的连接。",
146                 "key": "D",
147                 "annotation": "断开线/面连接。",
148                 "not_connected": "没有足够的线/面来断开。",
149                 "connected_to_hidden": "无法断开连接,因为其与一隐藏要素相连。",
150                 "relation": "无法断开连接,因为其构成关系成员间的连接。"
151             },
152             "merge": {
153                 "title": "合并",
154                 "description": "合并这些特征。",
155                 "key": "C",
156                 "annotation": "已合并 {n} 个特征。",
157                 "not_eligible": "这些特征不可以合并。",
158                 "not_adjacent": "这些特征不能被合并,因为它们不相连。",
159                 "restriction": "这些特征不能被合并,因为其中至少有一个特征是某个“{relation}”关系的成员。",
160                 "incomplete_relation": "此要素暂未下载完成,无法合并。",
161                 "conflicting_tags": "这些特征不能被合并,因为它们的某些标签具有冲突的值。"
162             },
163             "move": {
164                 "title": "移动",
165                 "description": {
166                     "single": "移动该特征到不同的位置。",
167                     "multiple": "移动这些特征到不同的位置。"
168                 },
169                 "key": "M",
170                 "annotation": {
171                     "point": "移动点。",
172                     "vertex": "移动路径中节点。",
173                     "line": "移动线。",
174                     "area": "移动面状要素。",
175                     "multiple": "移动多个特征。"
176                 },
177                 "incomplete_relation": {
178                     "single": "因该特征未完全下载,所以无法被移动。",
179                     "multiple": "因这些特征未完全下载,所以无法被移动。"
180                 },
181                 "too_large": {
182                     "single": "因该特征的可见部分不足,所以无法被移动。",
183                     "multiple": "因这些特征的可见部分不足,所以无法被移动。"
184                 },
185                 "connected_to_hidden": {
186                     "single": "因该特征与某个隐藏的特征相连,所以无法被移动。",
187                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被移动。"
188                 }
189             },
190             "reflect": {
191                 "title": "翻转",
192                 "description": {
193                     "long": {
194                         "single": "沿该特征的长轴翻转。",
195                         "multiple": "沿这些特征的长轴翻转。"
196                     },
197                     "short": {
198                         "single": "沿该特征的短轴翻转。",
199                         "multiple": "沿这些特征的短轴翻转。"
200                     }
201                 },
202                 "key": {
203                     "long": "T",
204                     "short": "Y"
205                 },
206                 "annotation": {
207                     "long": {
208                         "single": "沿一个特征的长轴翻转。",
209                         "multiple": "沿多个特征的长轴翻转。"
210                     },
211                     "short": {
212                         "single": "沿一个特征的短轴翻转。",
213                         "multiple": "沿多个特征的短轴翻转。"
214                     }
215                 },
216                 "incomplete_relation": {
217                     "single": "因该特征未完全下载,所以无法被翻转。",
218                     "multiple": "因这些特征未完全下载,所以无法被翻转。"
219                 },
220                 "too_large": {
221                     "single": "因该特征的可见部分不足,所以无法被翻转。",
222                     "multiple": "因这些特征的可见部分不足,所以无法被翻转。"
223                 },
224                 "connected_to_hidden": {
225                     "single": "因该特征与某个隐藏的特征相连,所以无法被翻转。",
226                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被翻转。"
227                 }
228             },
229             "rotate": {
230                 "title": "旋转",
231                 "description": {
232                     "single": "绕该特征的中心点旋转。",
233                     "multiple": "绕这些特征的中心点旋转。"
234                 },
235                 "key": "R",
236                 "annotation": {
237                     "line": "旋转线。",
238                     "area": "旋转面状要素。",
239                     "multiple": "旋转多个特征。"
240                 },
241                 "incomplete_relation": {
242                     "single": "因该特征未完全下载,所以无法旋转。",
243                     "multiple": "因这些特征未完全下载,所以无法旋转。"
244                 },
245                 "too_large": {
246                     "single": "因该特征的可见部分不足,所以无法旋转。",
247                     "multiple": "因这些特征的可见部分不足,所以无法旋转。"
248                 },
249                 "connected_to_hidden": {
250                     "single": "因该特征与某个隐藏的特征相连,所以无法旋转。",
251                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法旋转。"
252                 }
253             },
254             "reverse": {
255                 "title": "反转",
256                 "description": "使这条线的方向反转。",
257                 "key": "V",
258                 "annotation": "反转了一条线。"
259             },
260             "split": {
261                 "title": "分割",
262                 "description": {
263                     "line": "在此节点上将这条线分割成两条线。",
264                     "area": "将这个面的边界一分为二。",
265                     "multiple": "在这一节点将线/面的边界一分为二。"
266                 },
267                 "key": "X",
268                 "annotation": {
269                     "line": "切割一条线。",
270                     "area": "分割面要素的边界。",
271                     "multiple": "分割{n}项线段/面的边界。"
272                 },
273                 "not_eligible": "不能在线段的首尾进行分割。",
274                 "multiple_ways": "太多线段,未能进行分割。",
275                 "connected_to_hidden": "无法打断,因为其与一隐藏要素相连。"
276             },
277             "restriction": {
278                 "help": {
279                     "select": "单击以选中一条路。",
280                     "toggle": "点击切换转向限制。",
281                     "toggle_on": "单击以添加一个\"{restriction}\"限制。",
282                     "toggle_off": "单击以删除一个\"{restriction}\"限制。"
283                 },
284                 "annotation": {
285                     "create": "添加转向限制",
286                     "delete": "删除转向限制"
287                 }
288             }
289         },
290         "undo": {
291             "tooltip": "撤销:{action}",
292             "nothing": "没有可以撤销的操作。"
293         },
294         "redo": {
295             "tooltip": "重做:{action}",
296             "nothing": "没有可以重做的操作。"
297         },
298         "tooltip_keyhint": "快捷键:",
299         "browser_notice": "本编辑器需要在 Firefox、Chrome、Safari、Opera 以及 Internet Explorer 11 或更新版本的浏览器中工作。请升级您的浏览器,或使用 Potlatch 2 来编辑地图。",
300         "translate": {
301             "translate": "翻译",
302             "localized_translation_label": "多语言名称",
303             "localized_translation_language": "选择语言",
304             "localized_translation_name": "名称"
305         },
306         "zoom_in_edit": "放大地图以编辑",
307         "login": "登录",
308         "logout": "退出",
309         "loading_auth": "正在连接OpenStreetMap...",
310         "report_a_bug": "报告漏洞",
311         "help_translate": "帮助改进翻译",
312         "feature_info": {
313             "hidden_warning": "{count}个隐藏特征",
314             "hidden_details": "以下特征目前被隐藏:{details}"
315         },
316         "status": {
317             "error": "无法连接到 API。",
318             "offline": "API 已下线,请稍后再尝试编辑。",
319             "readonly": "API 目前处于只读状态,您需要等候一段时间才能保存您的更改。",
320             "rateLimit": "该接口是限制匿名连接的。您可以通过登录来解决这个问题。"
321         },
322         "commit": {
323             "title": "上传到OpenStreetMap",
324             "description_placeholder": "简单说明您的贡献(必填)",
325             "message_label": "修改集说明",
326             "upload_explanation": "您上传的修改将会在所有使用OpenStreetMap数据的地图上可见。",
327             "upload_explanation_with_user": "{user},您上传的修改将会在所有使用OpenStreetMap数据的地图上可见。",
328             "save": "上传",
329             "cancel": "取消",
330             "changes": "{count}个变更",
331             "warnings": "警告",
332             "modified": "已更改",
333             "deleted": "已删除",
334             "created": "已创建",
335             "about_changeset_comments": "关于修改集合说明",
336             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
337             "google_warning": "您在评论中提及Google: 注意从Google地图抄袭是严格禁止的。",
338             "google_warning_link": "http://www.openstreetmap.org/copyright"
339         },
340         "contributors": {
341             "list": "{users}编辑",
342             "truncated_list": "{users}及另外{count}人编辑"
343         },
344         "infobox": {
345             "selected": "已选择{n}个",
346             "geometry": "几何",
347             "closed": "已关闭",
348             "center": "中心",
349             "perimeter": "周长",
350             "length": "长度",
351             "area": "面",
352             "centroid": "重心",
353             "location": "位置",
354             "metric": "公制",
355             "imperial": "英制"
356         },
357         "geometry": {
358             "point": "点",
359             "vertex": "顶点",
360             "line": "线",
361             "area": "面状要素",
362             "relation": "关系"
363         },
364         "geocoder": {
365             "search": "在全球搜索...",
366             "no_results_visible": "在可见地图区域没有结果",
367             "no_results_worldwide": "没有找到结果"
368         },
369         "geolocate": {
370             "title": "显示我的位置",
371             "locating": "正在定位,请稍后……"
372         },
373         "inspector": {
374             "no_documentation_combination": "这个标签组合没有可用的说明",
375             "no_documentation_key": "这个键值没有可用的说明",
376             "documentation_redirect": "这个文档被重定向到一个新的页面",
377             "show_more": "显示更多",
378             "view_on_osm": "在openstreetmap.org上查看",
379             "all_fields": "所有字段",
380             "all_tags": "所有标签",
381             "all_members": "所有成员",
382             "all_relations": "所有关系",
383             "new_relation": "新关系...",
384             "role": "定位",
385             "choose": "选择特征类型",
386             "results": "{search}有{n}个结果。",
387             "reference": "在OpenStreetMap Wiki中查看",
388             "back_tooltip": "变更特征",
389             "remove": "删除",
390             "search": "搜索",
391             "multiselect": "选择特征",
392             "unknown": "未知",
393             "incomplete": "<未下载>",
394             "feature_list": "搜索特征",
395             "edit": "编辑特征",
396             "check": {
397                 "yes": "是",
398                 "no": "否"
399             },
400             "add": "添加",
401             "none": "无",
402             "node": "节点",
403             "way": "路径",
404             "relation": "关系",
405             "location": "位置",
406             "add_fields": "添加字段:"
407         },
408         "background": {
409             "title": "背景",
410             "description": "背景设置",
411             "percent_brightness": "{opacity}%亮度",
412             "none": "无",
413             "best_imagery": "此地最知名的影像数据源",
414             "switch": "切换回该底图",
415             "custom": "自定义",
416             "custom_button": "编辑自定义背景",
417             "custom_prompt": "输入地图影像的URL模版。以Z/X/Y方式的服务器使用 {zoom}, {x}, {y} 作为参数,而以quadtile方式的服务器,则使用 {u} 作参数。",
418             "fix_misalignment": "调整影像偏移",
419             "imagery_source_faq": "该影像的来源是?",
420             "reset": "重置",
421             "offset": "在下面的灰色区域拖动来调整影像偏移,或输入以米为单位的偏移量。",
422             "minimap": {
423                 "description": "小地图",
424                 "tooltip": "显示一个大范围的地图来帮助定位当前显示的区域"
425             }
426         },
427         "map_data": {
428             "title": "地图数据",
429             "description": "地图数据",
430             "data_layers": "数据图层",
431             "fill_area": "填充面状要素",
432             "map_features": "地图特征",
433             "autohidden": "这些要素已被自动隐藏,因为屏幕中的要素过多。请放大再编辑。"
434         },
435         "feature": {
436             "points": {
437                 "description": "点",
438                 "tooltip": "兴趣点(POI)"
439             },
440             "traffic_roads": {
441                 "description": "交通干线",
442                 "tooltip": "公路、街道等"
443             },
444             "service_roads": {
445                 "description": "专用道路",
446                 "tooltip": "专用道路、停车场通道、轮迹路等"
447             },
448             "paths": {
449                 "description": "小路",
450                 "tooltip": "人行道,步行道路,自行车道等。"
451             },
452             "buildings": {
453                 "description": "建筑物",
454                 "tooltip": "建筑物,遮蔽处,车库等。"
455             },
456             "landuse": {
457                 "description": "土地利用特征",
458                 "tooltip": "森林,农田,公园,居民地,商用地等。"
459             },
460             "boundaries": {
461                 "description": "分界线",
462                 "tooltip": "行政分界线"
463             },
464             "water": {
465                 "description": "水体特征",
466                 "tooltip": "河流,湖泊,池塘,盆地等。"
467             },
468             "rail": {
469                 "description": "铁路特征",
470                 "tooltip": "铁路"
471             },
472             "power": {
473                 "description": "电力特征",
474                 "tooltip": "输电线,发电厂,变电所等。"
475             },
476             "past_future": {
477                 "description": "过去/未来",
478                 "tooltip": "规划,在建,废弃,拆毁等。"
479             },
480             "others": {
481                 "description": "其他",
482                 "tooltip": "其他东西"
483             }
484         },
485         "area_fill": {
486             "wireframe": {
487                 "description": "无填充(线框)",
488                 "tooltip": "开启线框模式,以便看清背景影像。"
489             },
490             "partial": {
491                 "description": "部分填充",
492                 "tooltip": "仅在面的内部边界附近填充区域。(推荐初学者使用)"
493             },
494             "full": {
495                 "description": "全部填充",
496                 "tooltip": "面状要素以全部填充绘制。"
497             }
498         },
499         "restore": {
500             "heading": "您有未保存的更改",
501             "description": "您在上一次编辑时有未保存的修改,您想恢复这些修改吗?",
502             "restore": "恢复",
503             "reset": "重置"
504         },
505         "save": {
506             "title": "保存",
507             "help": "保存改变至OpenStreetMap,让其他用户可见。",
508             "no_changes": "没有待保存变更。",
509             "error": "尝试保存时发生错误。",
510             "status_code": "服务器返回的状态代码{code}",
511             "unknown_error_details": "请确保您已连接到互联网。",
512             "uploading": "正在向 OpenStreetMap 上传更改。",
513             "unsaved_changes": "您有未保存的修改",
514             "conflict": {
515                 "header": "调解编辑冲突",
516                 "count": "第{num}处冲突,共{total}处",
517                 "previous": "< 上一个",
518                 "next": "下一个 >",
519                 "keep_local": "保留自己的编辑",
520                 "keep_remote": "使用他人的编辑",
521                 "restore": "还原",
522                 "delete": "恢复被删除的内容",
523                 "download_changes": "或者下载您的修改。",
524                 "done": "所有冲突已调解!",
525                 "help": "另一位用户修改了您刚刚修改的地图特征。\n点击下面条目查看冲突详情,并选择保留\n您自己的或者别人的修改。\n"
526             }
527         },
528         "merge_remote_changes": {
529             "conflict": {
530                 "deleted": "该特征已被 {user} 删除。",
531                 "location": "您和 {user} 同时移动了该特征。",
532                 "nodelist": "您和{user}同时修改了节点。",
533                 "memberlist": "您和{user}同时修改了关系成员。",
534                 "tags": "您将<b>{tag}</b>标签改为\"{local}\"而{user}将其改为\"{remote}\"。"
535             }
536         },
537         "success": {
538             "edited_osm": "编辑了 OSM!",
539             "just_edited": "您刚刚编辑了 OpenStreetMap!",
540             "view_on_osm": "在 OSM 上查看",
541             "facebook": "分享到Facebook",
542             "twitter": "分享到 Twitter",
543             "google": "分享到 Google+",
544             "help_html": "您的修改将会在几分钟内出现在“标准”图层上,其他图层和某些特征可能需要更长的处理时间。",
545             "help_link_text": "详情",
546             "help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
547         },
548         "confirm": {
549             "okay": "确定",
550             "cancel": "取消"
551         },
552         "splash": {
553             "welcome": "欢迎使用OpenStreetMap iD编辑器",
554             "text": "ID编辑器是一个既易用而又功能强大的工具,以助您编辑世界上最好的自由世界地图。这是{version}版本。欲知详情,请浏览{website}及在{github}报告程序错误。“",
555             "walkthrough": "开始演练",
556             "start": "现在编辑"
557         },
558         "source_switch": {
559             "live": "实况模式",
560             "lose_changes": "您有尚未保存的编辑,切换地图服务器会失去这些编辑。您是否确定要切换服务器?",
561             "dev": "开发模式"
562         },
563         "tag_reference": {
564             "description": "说明",
565             "on_wiki": "wiki.osm.org上的{tag}",
566             "used_with": "使用 {type}"
567         },
568         "validations": {
569             "disconnected_highway": "断开的道路",
570             "disconnected_highway_tooltip": "道路应该连接到其他道路。",
571             "untagged_point": "未标记的点",
572             "untagged_line": "未标记的线",
573             "untagged_area": "未标记的面",
574             "untagged_relation": "未标记的关系",
575             "many_deletions": "您正在删除 {n} 个特征。您确定要这么做吗?这些特征将会在任何人所见的 openstreetmap.org 地图上被删除。",
576             "tag_suggests_area": "标签{tag}表明线应该为面要素,但它不是面",
577             "untagged_point_tooltip": "选择该点的要素类型。",
578             "untagged_line_tooltip": "选择描述这条线的要素类型。",
579             "untagged_area_tooltip": "选择描述这个面的要素类型。",
580             "untagged_relation_tooltip": "选择描述这个关系的要素类型。",
581             "deprecated_tags": "弃用标签:{tags}"
582         },
583         "zoom": {
584             "in": "放大",
585             "out": "缩小"
586         },
587         "cannot_zoom": "在此模式下不能再缩小",
588         "full_screen": "切换全屏",
589         "gpx": {
590             "local_layer": "本地文件",
591             "drag_drop": "将.gpx、.geojson或.kml文件拖放到页面上,或单击右侧的按钮浏览",
592             "zoom": "缩放到图层",
593             "browse": "浏览文件"
594         },
595         "mapillary_images": {
596             "tooltip": "来自Mapillary的街景照片",
597             "title": "照片叠加层 (Mapillary)"
598         },
599         "mapillary_signs": {
600             "tooltip": "来自Mapillary的交通标志(需开启照片叠加层)",
601             "title": "交通标志叠加层(Mapillary)"
602         },
603         "mapillary": {
604             "view_on_mapillary": "在Mapillary上查看这张图片"
605         },
606         "help": {
607             "title": "帮助",
608             "help": "#帮助\n\n这是一个免费且可编辑的世界地图[OpenStreetMap](http://www.openstreetmap.org/)\n的编辑器,你可以用它来增加和更新你所在地区的数据,\n为全世界将这个开源、开放数据的世界地图变得更好。\n\n你在这张地图上的编辑将会被使用OpenStreetMap的所有人看到。\n你需要[登录](https://www.openstreetmap.org/login)才能编辑。\n\n本编辑器名为[iD](http://ideditor.com/),是一个[源码在GitHub上共享](https://github.com/openstreetmap/iD)\n的协作项目。\n",
609             "editing_saving": "# 编辑和保存\n\n本编辑器为在线编辑设计,您正在经由本网站使用它。\n\n### 选择要素\n\n您可以在地图上单击以选中一个要素,如道路或一个兴趣点。\n被选中的要素将被高亮显示,同时弹出一个显示其详细信息的面板,\n以及一个列出了可对该特征进行之操作的菜单。\n\n如需同时选中多个要素,您需要先按住 Shift 键。然后请多次点击选择全部的特征,\n或者在地图上画出一个长方形以圈出并选中长方形中所有的点。\n\n### 保存编辑内容\n\n当您做了比如编辑道路、建筑物或地点的更改后,\n这些更改在您将它们保存到服务器之前都只会保存在本地。\n无需担心犯错:您随时可以点击撤销按钮或重做按钮以撤销或重做更改。\n\n请点击“保存”按钮以结束一组编辑内容。例如,如果您刚完成了城镇的一个区域,\n正打算开始下一个区域的工作,这时您有机会重新检查之前完成的工作,\n同时编辑器会自动给出有用的建议。如果您的更改有一些问题,编辑器也会给出警告。\n\n如果一切正常,您可以在保存时写入一小段注释以解释上一阶段的工作内容,\n然后再次点击“保存”按钮以向\n[OpenStreetMap.org](http://www.openstreetmap.org/) 提交更改。\n在此之后,您的更改将对所有其它用户可见,其它用户也将以此为基础继续改进地图。\n\n如果您一时无法完成编辑内容,您可以关闭编辑器窗口。\n待稍后您返回 (至同一台计算机的同一个浏览器) 时,\n重新打开编辑器将会恢复您的工作进度。\n\n## 使用编辑器\n\n编辑器可用的键盘快捷键列表可以 [在此](http://wiki.openstreetmap.org/wiki/ID/Shortcuts) 找到。\n",
610             "roads": "# 道路\n\n您可以利用这个编辑器创建,修复,及删除道路。道路可以有很多种:路径,公路,郊游径,单车径,和更多- 任何经常使用的路段都可制图。\n\n### 选择道路\n\n点击图上的道路以选择该道路。道路的轮廓会以高亮度显示,而同时地图上会出现小工具选单,旁边亦会弹出面板,显示有关该道路的信息。\n\n### 编辑道路\n\n您或会经常注意到,道路并非对齐在背景中显示的卫星图像或GPS轨迹。您可以调整这些道路,让他们位于正确的位置。\n\n首先,点击您想编辑的道路。这会将道路以高亮度显示,并显示沿着这道路的节点,你可以拖曳这些节点到更好的位置。如果您想增加细节,可以为道路添加新的节点,点击两下道路上没有节点的部分,便可在该处増加节点。\n\n如果道路连接到另一条道路,但在地图上并未妥善连接,你可以拖曳道路的其中一个节点到另一条道路上,以连接两条道路。连接好道路,对地图非常重要,特别是对提供驾驶指示的应用程序而言,是必要的。\n\n您也可以点击'移动'工具或按`M`快速键,来移动整条道路,然后点击一下以完成移动的动作。\n\n### 删除道路\n\n如果一条道路完全不正确- 您看到它在卫星图像上不存在,并最好实地证实它根本不存在- 您可以将道路删除,这会从地图中将之移除。删除物件时务必要小心- 像任何其他的编辑,结果会被大家看见,而卫星图像往往会过时,因此该道路或许只是新建的。\n\n要删除道路,您可以点击它以选择,然后点击垃圾桶图标,或按'Delete' 键。\n\n### 绘制新道路\n\n发现某处应有一条道路,但地图上没有?点击编辑器左上方的'线'图标,或按下`2`快速键,以开始绘制线段。\n\n在地图上点击道路的开端,以开始绘制道路。如果道路从一条现有的道路分支出来,应点击两者连接的地方,以开始绘制。\n\n然后点击沿着道路的点,以根据卫星影像或GPS轨迹,正确地绘制道路。如果您绘制的道路如果与另一条道路交汇,请点击相交点以将它们连接起来。当您完成绘制后,可点击两下或按键盘上的'Return' 或'Enter' 键。\n",
611             "gps": "# GPS\n\n户外采集的GPS轨迹是OpenStreetMap的重要数据源之一。本编辑器\n支持本地轨迹——即你的电脑上的.gpx文件。你可以用众多智能手机\n应用或者个人GPS硬件采集这种GPS轨迹。\n\n有关如何使用GPS测量的信息,请参见\n[用智能手机、GPS或纸质图测图](http://learnosm.org/en/mobile-mapping/)。\n\n要使用GPX轨迹制图,将GPX文件拖曳到编辑器上即可。\n如果可以识别,将以亮紫色线条在地图上显示。\n点击右侧“地图数据”菜单可以打开、关闭或者\n缩放到新添加的GPX图层。\n\nGPX轨迹不会被直接上传到OpenStreetMap——最佳的使用方法是\n将其展绘到地图上作为辅助来绘制新增的地图要素,\n或者将其[上传到OpenStreetMap](http://www.openstreetmap.org/trace/create)\n供他人使用。\n",
612             "imagery": "# 影像\n\n航拍影像是绘制地图的一个重要资源。编辑器右侧「背景设置」菜单里提供了一组飞机航拍、卫星影像及自由编译的来源。\n\n默认情况下编辑器显示的是[必应地图](http://www.bing.com/maps/)的卫星图层,但当您移动或缩放地图到一个新的地理区域会得到新的来源。一些国家,比如美国、法国和丹麦,会在一些区域提供非常高质量的影像。\n\n影像有时会因为影像提供商的错误和地图数据存在偏移。如果您看到许多道路偏离背景,请不要立刻移动它们来匹配背景,您可以点击背景设置界面底部的「修复对齐」来调整影像以使它和已有数据吻合。\n",
613             "addresses": "# 地址\n\n地址是地图上的最有用的一些信息。\n\nOpenStreetMap通过沿街位置记录建筑和场所的地址,地址通常表示为街道的一部分。\n\n您可以添加地址信息映射为建筑轮廓的地方以及那些映射为单个点。地址的最佳来源数据是来自于实地调查或个人的知识与任何其他功能,从谷歌地图商业来源的复制是严格禁止的。\n",
614             "inspector": "# 使用查看器\n\n查看器是页面左侧窗格中供你\n查看所选要素详细信息栏目。\n\n### 选择要素类型\n\n你添加完一个点、线或面之后,要选择它是什么类型,\n比如高速公路还是居民区街道、超市还是咖啡厅。\n查看器会显示一些常见要素类型的按钮,你也可以通过\n搜索框查找其他标签。\n\n点击要素类型按钮右下角的“i”可以深入了解该类型。\n点击类型按钮即可选择该类型。\n\n### 使用表格编辑标签\n\n选择要素类型后,或者某要素本来已有类型时,\n查看器会显示要素的字段详情,比如名称和地\n址。\n\n在已有的字段下方,你可以点击“添加字段”下拉菜单\n来添加其他详情,比如维基百科链接、轮椅通行情况\n等。\n\n在查看器底部,可以点击“附加标签”按钮来给要素添加\n任意其他标签。[Taginfo](http://taginfo.openstreetmap.org/)\n是了解更多常见标签组合的好资源。\n\n你在查看器里所做的变更会自动应用到地图。\n你可以随时点击“撤销”按钮撤销这些变更。\n",
615             "buildings": "# 建筑物\n\nOpenStreetMap 是世界上最大的建筑物的数据库。您可以建立和改善这个数据库。\n\n### 选择建筑物\n\n您可以点击建筑物的边界,以选择该建筑物。该建筑物将以高亮度显示,并会开启小工具选单,和在右边显示有关建筑物更多资料的面板。\n\n### 修改建筑物\n\n有时候,建筑物的位置或其标签或许会不正确。\n\n要移动整个建筑物的位置,先选择该建筑物,然后点击'移动'工具。移动您的鼠标以移动筑物,在移到正确位置上点击一下。\n\n要更正建筑物的形状,点击并拖曳建筑物轮廓的节点,以移到更佳的位置。\n\n### 绘制新建筑物\n\n为地图添加建筑物的主要问题之一,是OpenStreetMap 可以用轮廓或点的形式,记录建筑物。一般来说,应_尽可能以区域记录建筑物的轮廓_,并以置于建筑轮廓内的点,记录建筑物中的公司、住宅、设施及其他东西。\n\n要开始绘制建筑物,先单击左上方的'区域'按钮,最后则按键盘上的回车键或点击所绘的第一个节点,完成轮廓的绘制。\n\n### 删除建筑物\n\n如果一个建筑物完全不正确- 您看到它在卫星图像上不存在,并最好实地证实它根本不存在- 您可以将建筑物删除,这会从地图中将之移除。删除要素时务必要小心- 像任何其他的编辑一样,结果会公之于众,而卫星图像往往会过时,因此该建筑物或许只是新建的。\n\n要删除建筑物,您可以点击它以选择,然后点击垃圾桶图标,或按'Delete' 键。\n",
616             "relations": "# 关系\n\n关系是 OpenStreetMap 中用于组合其它特征的特殊要素类型。比如,两个基本关系类型*路径关系*和*复合多边形*,它们分别用于组合同一条公路或高速公路的不同部分和一个复杂区域(分成多块或像油炸圈饼一样中间有个洞)的多条线条。\n\n关系中包含的要素称为*成员*。在侧边栏中,您可以看到成员所属的关系,并点击选中它。选中某个关系后,您就能看到它的所有成员在侧边栏被全部列出并在地图上被高亮显示。\n\n在大多数时候,iD 会在您编辑的时候自动处理关系。您主要注意的是当您删除道路的某个部分并重绘它时,请确保新的部分还是原来的关系中的一员。\n\n## 编辑关系\n\n如果您想要编辑关系,这里是一些基本技巧。\n\n要向关系中添加要素,选择该要素,点击侧边栏「所有关系」中的「+」按钮,并选择或输入关系的名称。\n\n要创建一个新的关系,选中要作为成员的第一个特征,点击「所有关系」中的「+」按钮,并选择「新建关系...」。\n\n要从一个关系中移除要素,选择要素并点击您要从中移除的关系旁边的垃圾箱按钮。\n\n您可以使用「合并」工具创建有洞的复合多边形。绘制两个区域(内部和外部),按住 Shift 键并点击各个多边形来选中它们,然后点击「合并」(+)按钮。\n"
617         },
618         "intro": {
619             "done": "完成",
620             "graph": {
621                 "city_hall": "三里屯市政厅",
622                 "fire_department": "三里屯消防站",
623                 "memory_isle_park": "北海公园",
624                 "riverwalk_trail": "河滨小道",
625                 "w_michigan_ave": "南京西路",
626                 "e_michigan_ave": "南京东路",
627                 "spring_st": "解放路",
628                 "scidmore_park": "中山公园",
629                 "petting_zoo": "野生动物园",
630                 "n_andrews_st": "北五环",
631                 "s_andrews_st": "南五环",
632                 "n_constantine_st": "北光明路",
633                 "s_constantine_st": "南光明路",
634                 "rocky_river": "李家沟",
635                 "railroad_dr": "铁道线",
636                 "conrail_rr": "大秦铁路",
637                 "st_joseph_river": "吴淞江",
638                 "n_main_st": "北二环",
639                 "s_main_st": "南二环",
640                 "water_st": "水岸路",
641                 "foster_st": "跃进街",
642                 "portage_river": "货运河",
643                 "flower_st": "幸福街",
644                 "elm_st": "江榆路",
645                 "walnut_st": "江松路",
646                 "morris_ave": "世纪大道",
647                 "east_st": "东街",
648                 "portage_ave": "货运大道"
649             },
650             "navigation": {
651                 "title": "导航",
652                 "drag": "主地图区域在背景上展示了 OpenStreetMap 数据。您可以像在其它网络地图一样通过拖动和滚动来移动。**拖动地图!**",
653                 "select": "地图要素有三种表示方法:点、线、面。所有要素都可以通过点击选择。**单击该点来选定它。**",
654                 "pane": "当选定一个地理特征时,特征编辑器将出现。其抬头展示特征类型,主窗格展示特征的属性,如名称和地址。**单击特征编辑器右上角的 {button} 按钮来关闭特征编辑器。**",
655                 "search": "您也可以搜索目前视野上或世界的地理特征。**搜索'{name}'**",
656                 "choose": "**在列表中选择{name}。**",
657                 "chosen": "好!{name}已经被选中了。**按下{button}来关闭地理特征编辑器。**"
658             },
659             "points": {
660                 "title": "点",
661                 "add": "点可以用来表示某些地理特征,比如商店、餐厅和纪念碑。它们标定了一个特定的位置,并且描述了那里有什么。**按下{button}按钮来增加一个新点。**",
662                 "place": "可以用点击地图的方式来放置点。**点击地图,把新点放置在这座建筑的上面。**",
663                 "search": "很多不同的物体可以用点来代表。您刚刚新增加的点是一间咖啡厅。**搜索'{name}'**",
664                 "choose": "**在列表中选择咖啡馆。**",
665                 "describe": "这个点已经标记为咖啡馆了。使用特征编辑器,我们可以添加更多关于特征的信息。**添加名称**",
666                 "close": "地理特征编辑器会自动记下您所有的改动。当你改动一个地理特征时,关闭按钮会变成对勾。**按下{button}按钮来关闭编辑器**",
667                 "reselect": "有些点已经存在,但是信息有错误或不完整。我们可以编辑已经存在的点。**点击那个您刚刚创建的点。**",
668                 "fixname": "**改变它的名字,然后点击{button}按钮来关闭编辑器。**",
669                 "reselect_delete": "所有在地图上的特征都能被删除。**点击那个您刚刚创建的点。**",
670                 "delete": "在点周围的菜单包含在该点可执行的操作,包括删除。**点击{button}按钮来删除点。**"
671             },
672             "areas": {
673                 "title": "面状要素",
674                 "add": "面可以用来表示特征的界限,像是湖、建筑物或住宅区。也就是说可以让原本只是个兴趣点的特征呈现更多细节。 **按{button}按钮新建面。**",
675                 "corner": "通过将节点放到面的边界上,可绘制面。 **将起始节点置于游乐场的其中一角。**",
676                 "place": "放置更多节点可绘制面要素。点击开始节点即可完成绘制。**在沙盒绘制一个面。**",
677                 "search": "**搜索'{name}'。**",
678                 "choose": "**在列表中选择儿童游乐场。**",
679                 "describe": "**添加名称,然后按{button}按钮来关闭特征编辑器**"
680             },
681             "lines": {
682                 "title": "线",
683                 "add": "线用于代表诸如道路、铁路和河流的特征。**单击{button}按钮添加新线。**",
684                 "start": "**点击道路末端,以开始绘制线段。 **",
685                 "intersect": "点击向线添加更多节点。必要时您可以在绘制时拖动地图。道路和许多其它类型的线都是一个更大的网络的组成部分,因此正确连接这些线以便导航应用使用是十分重要的。**点击{name}创建连接两条线的交叉点。**",
686                 "finish": "再次点击最后一个节点可结束绘制线。**完成道路的绘制。**",
687                 "road": "**在列表中选择道路**",
688                 "residential": "道路有不同种类,最常见的为住宅区道路。 **选择住宅区道路**",
689                 "describe": "**给道路命名,然后按{button}按钮关闭特征编辑器。**",
690                 "restart": "这个道路需要和{name}相交。",
691                 "wrong_preset": "您没有选择住宅道路类型。 **点击这里重新选择**"
692             },
693             "startediting": {
694                 "title": "开始编辑",
695                 "help": "如需重新查看本导览,或者查看更多文档,您可以点击 {button} 帮助 按钮。",
696                 "save": "不要忘了定期保存您的修改!",
697                 "start": "开始绘制地图!"
698             }
699         },
700         "presets": {
701             "categories": {
702                 "category-barrier": {
703                     "name": "障碍特征"
704                 },
705                 "category-building": {
706                     "name": "建筑特征"
707                 },
708                 "category-golf": {
709                     "name": "高尔夫特征"
710                 },
711                 "category-landuse": {
712                     "name": "土地利用特征"
713                 },
714                 "category-natural-area": {
715                     "name": "自然特征"
716                 },
717                 "category-natural-line": {
718                     "name": "自然特征"
719                 },
720                 "category-natural-point": {
721                     "name": "自然特征"
722                 },
723                 "category-path": {
724                     "name": "路径特征"
725                 },
726                 "category-rail": {
727                     "name": "铁路特征"
728                 },
729                 "category-restriction": {
730                     "name": "限制特征"
731                 },
732                 "category-road": {
733                     "name": "道路特征"
734                 },
735                 "category-route": {
736                     "name": "线路特征"
737                 },
738                 "category-water-area": {
739                     "name": "水体特征"
740                 },
741                 "category-water-line": {
742                     "name": "水体特征"
743                 }
744             },
745             "fields": {
746                 "access": {
747                     "label": "通行规则",
748                     "options": {
749                         "designated": {
750                             "description": "只限标志指定或特定本地法律容许人士进入",
751                             "title": "特定的"
752                         },
753                         "destination": {
754                             "description": "只限前往目的地人士进入",
755                             "title": "目的地"
756                         },
757                         "dismount": {
758                             "description": "允许通行但必须下车",
759                             "title": "下车"
760                         },
761                         "no": {
762                             "description": "禁止一般公众进入",
763                             "title": "禁止的"
764                         },
765                         "permissive": {
766                             "description": "容许进入,直至拥有者撇回许可",
767                             "title": "获许可进入"
768                         },
769                         "private": {
770                             "description": "须拥有者个别批准,方可进入",
771                             "title": "私人"
772                         },
773                         "yes": {
774                             "description": "按法律及路权,有权使用",
775                             "title": "允许的"
776                         }
777                     },
778                     "placeholder": "未指定",
779                     "types": {
780                         "access": "全部",
781                         "bicycle": "自行车",
782                         "foot": "步行",
783                         "horse": "马匹",
784                         "motor_vehicle": "汽车"
785                     }
786                 },
787                 "access_simple": {
788                     "label": "通行限制"
789                 },
790                 "access_toilets": {
791                     "label": "使用者"
792                 },
793                 "address": {
794                     "label": "地址",
795                     "placeholders": {
796                         "city": "城市",
797                         "conscriptionnumber": "123",
798                         "country": "国家",
799                         "district": "行政区",
800                         "floor": "楼层",
801                         "hamlet": "村庄",
802                         "housename": "房屋名称",
803                         "housenumber": "123号",
804                         "place": "地方",
805                         "postcode": "邮政编码",
806                         "province": "行政省",
807                         "state": "行政州",
808                         "street": "街道",
809                         "subdistrict": "街道",
810                         "suburb": "地区"
811                     }
812                 },
813                 "admin_level": {
814                     "label": "行政级别"
815                 },
816                 "aerialway": {
817                     "label": "类型"
818                 },
819                 "aerialway/access": {
820                     "label": "通行限制",
821                     "options": {
822                         "both": "双向",
823                         "entry": "入口",
824                         "exit": "出口"
825                     }
826                 },
827                 "aerialway/bubble": {
828                     "label": "圆形顶"
829                 },
830                 "aerialway/capacity": {
831                     "label": "容量(每小时)",
832                     "placeholder": "500, 2500, 5000..."
833                 },
834                 "aerialway/duration": {
835                     "label": "持续时间(分钟)",
836                     "placeholder": "1, 2, 3..."
837                 },
838                 "aerialway/heating": {
839                     "label": "暖气"
840                 },
841                 "aerialway/occupancy": {
842                     "label": "载客数",
843                     "placeholder": "2, 4, 8..."
844                 },
845                 "aerialway/summer/access": {
846                     "label": "通行方向(夏季)",
847                     "options": {
848                         "both": "双方",
849                         "entry": "入口",
850                         "exit": "出口"
851                     }
852                 },
853                 "aeroway": {
854                     "label": "类型"
855                 },
856                 "amenity": {
857                     "label": "类型"
858                 },
859                 "area/highway": {
860                     "label": "类型"
861                 },
862                 "artist": {
863                     "label": "艺人"
864                 },
865                 "artwork_type": {
866                     "label": "类型"
867                 },
868                 "atm": {
869                     "label": "自动提款机(ATM)"
870                 },
871                 "backrest": {
872                     "label": "长椅"
873                 },
874                 "barrier": {
875                     "label": "类型"
876                 },
877                 "bath/open_air": {
878                     "label": "露天"
879                 },
880                 "bath/sand_bath": {
881                     "label": "沙浴"
882                 },
883                 "bath/type": {
884                     "label": "特色",
885                     "options": {
886                         "foot_bath": "足浴",
887                         "hot_spring": "温泉",
888                         "onsen": "日本温泉"
889                     }
890                 },
891                 "beauty": {
892                     "label": "商店类型"
893                 },
894                 "bench": {
895                     "label": "长凳"
896                 },
897                 "bicycle_parking": {
898                     "label": "类型"
899                 },
900                 "bin": {
901                     "label": "垃圾箱"
902                 },
903                 "blood_components": {
904                     "label": "血液组成",
905                     "options": {
906                         "plasma": "血浆",
907                         "platelets": "血小板",
908                         "stemcells": "干细胞样本",
909                         "whole": "全血"
910                     }
911                 },
912                 "board_type": {
913                     "label": "类型"
914                 },
915                 "boundary": {
916                     "label": "类型"
917                 },
918                 "brand": {
919                     "label": "品牌"
920                 },
921                 "building": {
922                     "label": "建筑物"
923                 },
924                 "building_area": {
925                     "label": "建筑物"
926                 },
927                 "bunker_type": {
928                     "label": "类型"
929                 },
930                 "camera/direction": {
931                     "label": "方向 (度顺时针)",
932                     "placeholder": "45, 90, 180, 270"
933                 },
934                 "camera/mount": {
935                     "label": "相机支架"
936                 },
937                 "camera/type": {
938                     "label": "相机类型",
939                     "options": {
940                         "dome": "半球式",
941                         "fixed": "固定式",
942                         "panning": "摇移式"
943                     }
944                 },
945                 "capacity": {
946                     "label": "容量",
947                     "placeholder": "50, 100, 200..."
948                 },
949                 "cardinal_direction": {
950                     "label": "方向",
951                     "options": {
952                         "E": "东",
953                         "ENE": "东北偏东",
954                         "ESE": "东南偏东",
955                         "N": "北",
956                         "NE": "东北",
957                         "NNE": "东北偏北",
958                         "NNW": "西北偏北",
959                         "NW": "西北",
960                         "S": "南",
961                         "SE": "东南",
962                         "SSE": "东南偏南",
963                         "SSW": "西南偏南",
964                         "SW": "西南",
965                         "W": "西",
966                         "WNW": "西北偏西",
967                         "WSW": "西南偏西"
968                     }
969                 },
970                 "castle_type": {
971                     "label": "类型"
972                 },
973                 "clock_direction": {
974                     "label": "方向",
975                     "options": {
976                         "anticlockwise": "逆时针",
977                         "clockwise": "顺时针"
978                     }
979                 },
980                 "collection_times": {
981                     "label": "收集时间"
982                 },
983                 "construction": {
984                     "label": "类型"
985                 },
986                 "contact/webcam": {
987                     "label": "网络摄像机地址",
988                     "placeholder": "http://example.com/"
989                 },
990                 "content": {
991                     "label": "内容"
992                 },
993                 "country": {
994                     "label": "国家"
995                 },
996                 "covered": {
997                     "label": "覆盖"
998                 },
999                 "craft": {
1000                     "label": "种类"
1001                 },
1002                 "crop": {
1003                     "label": "农作物"
1004                 },
1005                 "crossing": {
1006                     "label": "类型"
1007                 },
1008                 "cuisine": {
1009                     "label": "菜肴"
1010                 },
1011                 "currency_multi": {
1012                     "label": "货币类型"
1013                 },
1014                 "cycle_network": {
1015                     "label": "自行车网络"
1016                 },
1017                 "cycleway": {
1018                     "label": "自行车道",
1019                     "options": {
1020                         "lane": {
1021                             "description": "交通标线与机动车隔开的自行车道",
1022                             "title": "标准自行车道"
1023                         },
1024                         "none": {
1025                             "description": "无自行车道",
1026                             "title": "无"
1027                         },
1028                         "opposite": {
1029                             "description": "单行街道上双向行驶的自行车道",
1030                             "title": "逆向自行车道"
1031                         },
1032                         "opposite_lane": {
1033                             "description": "和其他车辆反向行驶的自行车道",
1034                             "title": "对向自行车道"
1035                         },
1036                         "share_busway": {
1037                             "description": "与公交车道共用的自行车道",
1038                             "title": "与公交车共用的自行车道"
1039                         },
1040                         "shared_lane": {
1041                             "description": "与机动车无隔离的自行车道",
1042                             "title": "共用自行车道"
1043                         },
1044                         "track": {
1045                             "description": "有物理隔离的自行车道",
1046                             "title": "专用自行车道"
1047                         }
1048                     },
1049                     "placeholder": "无",
1050                     "types": {
1051                         "cycleway:left": "左侧",
1052                         "cycleway:right": "右侧"
1053                     }
1054                 },
1055                 "date": {
1056                     "label": "日期"
1057                 },
1058                 "delivery": {
1059                     "label": "外卖配送"
1060                 },
1061                 "denomination": {
1062                     "label": "教派"
1063                 },
1064                 "denotation": {
1065                     "label": "意思"
1066                 },
1067                 "description": {
1068                     "label": "说明"
1069                 },
1070                 "diaper": {
1071                     "label": "有尿布台"
1072                 },
1073                 "display": {
1074                     "label": "表盘显示类型"
1075                 },
1076                 "dock": {
1077                     "label": "类型"
1078                 },
1079                 "drive_through": {
1080                     "label": "免下车"
1081                 },
1082                 "electrified": {
1083                     "label": "电气化",
1084                     "options": {
1085                         "contact_line": "接触线",
1086                         "no": "否",
1087                         "rail": "电气化铁路",
1088                         "yes": "是(未指明)"
1089                     },
1090                     "placeholder": "接触线、电气化铁路…"
1091                 },
1092                 "elevation": {
1093                     "label": "海拔"
1094                 },
1095                 "email": {
1096                     "label": "Email",
1097                     "placeholder": "example@example.com"
1098                 },
1099                 "emergency": {
1100                     "label": "急诊室"
1101                 },
1102                 "entrance": {
1103                     "label": "类型"
1104                 },
1105                 "except": {
1106                     "label": "异常"
1107                 },
1108                 "fax": {
1109                     "label": "传真",
1110                     "placeholder": "+31 42 123 4567"
1111                 },
1112                 "fee": {
1113                     "label": "费用"
1114                 },
1115                 "fence_type": {
1116                     "label": "类型"
1117                 },
1118                 "fire_hydrant/position": {
1119                     "label": "位置",
1120                     "options": {
1121                         "green": "绿地",
1122                         "lane": "小巷",
1123                         "parking_lot": "停车场",
1124                         "sidewalk": "路边人行道"
1125                     }
1126                 },
1127                 "fire_hydrant/type": {
1128                     "label": "类型",
1129                     "options": {
1130                         "pillar": "支柱/地上",
1131                         "pond": "池塘",
1132                         "underground": "地铁",
1133                         "wall": "墙"
1134                     }
1135                 },
1136                 "fixme": {
1137                     "label": "修复我"
1138                 },
1139                 "fuel": {
1140                     "label": "油站"
1141                 },
1142                 "fuel_multi": {
1143                     "label": "燃料类型"
1144                 },
1145                 "gauge": {
1146                     "label": "轨距"
1147                 },
1148                 "gender": {
1149                     "label": "性别",
1150                     "options": {
1151                         "female": "女",
1152                         "male": "男",
1153                         "unisex": "无性别"
1154                     },
1155                     "placeholder": "未知"
1156                 },
1157                 "generator/method": {
1158                     "label": "模式"
1159                 },
1160                 "generator/source": {
1161                     "label": "来源"
1162                 },
1163                 "generator/type": {
1164                     "label": "类型"
1165                 },
1166                 "golf_hole": {
1167                     "label": "参考",
1168                     "placeholder": "球洞编号(1-18)"
1169                 },
1170                 "handicap": {
1171                     "label": "手工店",
1172                     "placeholder": "1-18"
1173                 },
1174                 "handrail": {
1175                     "label": "扶手"
1176                 },
1177                 "height": {
1178                     "label": "高度 (米)"
1179                 },
1180                 "highway": {
1181                     "label": "类型"
1182                 },
1183                 "historic": {
1184                     "label": "类型"
1185                 },
1186                 "hoops": {
1187                     "label": "篮球",
1188                     "placeholder": "1, 2, 4..."
1189                 },
1190                 "iata": {
1191                     "label": "国际航空运输协会IATA"
1192                 },
1193                 "icao": {
1194                     "label": "国际民航组织ICAO"
1195                 },
1196                 "incline": {
1197                     "label": "斜度"
1198                 },
1199                 "incline_steps": {
1200                     "label": "坡度",
1201                     "options": {
1202                         "down": "下",
1203                         "up": "上"
1204                     }
1205                 },
1206                 "indoor": {
1207                     "label": "室内"
1208                 },
1209                 "information": {
1210                     "label": "类型"
1211                 },
1212                 "internet_access": {
1213                     "label": "互联网接入",
1214                     "options": {
1215                         "no": "否",
1216                         "terminal": "终端",
1217                         "wired": "有线网络",
1218                         "wlan": "Wi-Fi",
1219                         "yes": "是"
1220                     }
1221                 },
1222                 "internet_access/fee": {
1223                     "label": "上网费用"
1224                 },
1225                 "internet_access/ssid": {
1226                     "label": "SSID (网络名称)"
1227                 },
1228                 "kerb": {
1229                     "label": "路缘坡道"
1230                 },
1231                 "lamp_type": {
1232                     "label": "类型"
1233                 },
1234                 "landuse": {
1235                     "label": "类型"
1236                 },
1237                 "lanes": {
1238                     "label": "车道",
1239                     "placeholder": "1, 2, 3..."
1240                 },
1241                 "layer": {
1242                     "label": "图层"
1243                 },
1244                 "leaf_cycle": {
1245                     "label": "叶寿命",
1246                     "options": {
1247                         "deciduous": "落叶",
1248                         "evergreen": "常绿",
1249                         "mixed": "混交林",
1250                         "semi_deciduous": "半落叶",
1251                         "semi_evergreen": "半常绿"
1252                     }
1253                 },
1254                 "leaf_cycle_singular": {
1255                     "label": "叶寿命",
1256                     "options": {
1257                         "deciduous": "落叶树",
1258                         "evergreen": "常绿树",
1259                         "semi_deciduous": "半落叶树",
1260                         "semi_evergreen": "半常绿树"
1261                     }
1262                 },
1263                 "leaf_type": {
1264                     "label": "叶型",
1265                     "options": {
1266                         "broadleaved": "阔叶",
1267                         "leafless": "无叶",
1268                         "mixed": "混交林",
1269                         "needleleaved": "针叶"
1270                     }
1271                 },
1272                 "leaf_type_singular": {
1273                     "label": "叶型",
1274                     "options": {
1275                         "broadleaved": "阔叶",
1276                         "leafless": "无叶",
1277                         "needleleaved": "针叶"
1278                     }
1279                 },
1280                 "leisure": {
1281                     "label": "类型"
1282                 },
1283                 "length": {
1284                     "label": "高度(米)"
1285                 },
1286                 "level": {
1287                     "label": "楼层"
1288                 },
1289                 "levels": {
1290                     "label": "层数",
1291                     "placeholder": "2, 4, 6..."
1292                 },
1293                 "lit": {
1294                     "label": "照明设施"
1295                 },
1296                 "location": {
1297                     "label": "位置"
1298                 },
1299                 "man_made": {
1300                     "label": "类型"
1301                 },
1302                 "map_size": {
1303                     "label": "范围"
1304                 },
1305                 "map_type": {
1306                     "label": "类型"
1307                 },
1308                 "maxheight": {
1309                     "label": "最大高度",
1310                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
1311                 },
1312                 "maxspeed": {
1313                     "label": "速度限制",
1314                     "placeholder": "40, 50, 60..."
1315                 },
1316                 "maxstay": {
1317                     "label": "可停留时间"
1318                 },
1319                 "mtb/scale": {
1320                     "label": "山地自行车骑行难度",
1321                     "options": {
1322                         "0": "0:坚实的硕石土路,没有障碍物,大湾曲",
1323                         "1": "1:铺面部分松散,有小的障碍物,大弯曲",
1324                         "2": "2:大都是松散的铺面,有的障碍物,容易通过的发夹弯",
1325                         "3": "3:铺面光滑,有大的障碍物",
1326                         "4": "4:路面松散或是充满石头,有危险的发夹弯",
1327                         "5": "5:骑乘等级最困难,路面充满石头,或者是路面坍方",
1328                         "6": "6:除非是技巧极好的越野车手,否则并不适合骑乘"
1329                     },
1330                     "placeholder": "0, 1, 2, 3..."
1331                 },
1332                 "mtb/scale/imba": {
1333                     "label": "国际登山车协会路径难度",
1334                     "options": {
1335                         "0": "最简单(白圈)",
1336                         "1": "容易(绿圈)",
1337                         "2": "中等(蓝方块)",
1338                         "3": "困难(黑色钻石型)",
1339                         "4": "极端困难(双重黑色钻石型)"
1340                     },
1341                     "placeholder": "简单,中等,困难..."
1342                 },
1343                 "mtb/scale/uphill": {
1344                     "label": "山地自行车上坡难度",
1345                     "options": {
1346                         "0": "0:平均坡度小于10%时,有碎石/夯实的地面,没有障碍物",
1347                         "1": "1:平均坡度小于15%,有碎石/夯实的地面,有些许障碍物",
1348                         "2": "2:平均坡度小于20,坚实的地面,拳头大的石头/树根",
1349                         "3": "3:平均坡度25%,多变的平面,拳头大的石头/树墙",
1350                         "4": "4:平均坡度小于30%时,很糟的路面状况,大石头/树墙",
1351                         "5": "5:很陡,单车得牵行或扛车"
1352                     },
1353                     "placeholder": "0, 1, 2, 3..."
1354                 },
1355                 "name": {
1356                     "label": "名称",
1357                     "placeholder": "常用名称(如果有)"
1358                 },
1359                 "natural": {
1360                     "label": "自然"
1361                 },
1362                 "network": {
1363                     "label": "网络"
1364                 },
1365                 "network_bicycle": {
1366                     "label": "网络类型",
1367                     "options": {
1368                         "icn": "国际的",
1369                         "lcn": "本地的",
1370                         "ncn": "国家的",
1371                         "rcn": "地区的"
1372                     },
1373                     "placeholder": "本地的,地区的,国家的,国际的"
1374                 },
1375                 "network_foot": {
1376                     "label": "网络类型",
1377                     "options": {
1378                         "iwn": "国际的",
1379                         "lwn": "本地的",
1380                         "nwn": "国家的",
1381                         "rwn": "地区的"
1382                     },
1383                     "placeholder": "本地的,地区的,国家的,国际的"
1384                 },
1385                 "network_horse": {
1386                     "label": "网络类型",
1387                     "options": {
1388                         "ihn": "国际的",
1389                         "lhn": "本地的",
1390                         "nhn": "国家的",
1391                         "rhn": "地区的"
1392                     },
1393                     "placeholder": "本地的,地区的,国家的,国际的"
1394                 },
1395                 "network_road": {
1396                     "label": "网络"
1397                 },
1398                 "note": {
1399                     "label": "备注"
1400                 },
1401                 "office": {
1402                     "label": "类型"
1403                 },
1404                 "oneway": {
1405                     "label": "单行线",
1406                     "options": {
1407                         "no": "否",
1408                         "undefined": "假定为否",
1409                         "yes": "是"
1410                     }
1411                 },
1412                 "oneway_yes": {
1413                     "label": "单行线",
1414                     "options": {
1415                         "no": "否",
1416                         "undefined": "假定为是",
1417                         "yes": "是"
1418                     }
1419                 },
1420                 "opening_hours": {
1421                     "label": "开放时间"
1422                 },
1423                 "operator": {
1424                     "label": "经营者"
1425                 },
1426                 "outdoor_seating": {
1427                     "label": "室外座位"
1428                 },
1429                 "par": {
1430                     "label": "标准杆",
1431                     "placeholder": "3, 4, 5..."
1432                 },
1433                 "parallel_direction": {
1434                     "label": "方向",
1435                     "options": {
1436                         "backward": "向后",
1437                         "forward": "向前"
1438                     }
1439                 },
1440                 "park_ride": {
1441                     "label": "停车换乘"
1442                 },
1443                 "parking": {
1444                     "label": "类型",
1445                     "options": {
1446                         "carports": "车棚",
1447                         "garage_boxes": "车库盒",
1448                         "lane": "路边",
1449                         "multi-storey": "多晨",
1450                         "sheds": "单独车库",
1451                         "surface": "地面",
1452                         "underground": "地下"
1453                     }
1454                 },
1455                 "payment_multi": {
1456                     "label": "支付类型"
1457                 },
1458                 "phone": {
1459                     "label": "电话",
1460                     "placeholder": "+31 42 123 4567"
1461                 },
1462                 "piste/difficulty": {
1463                     "label": "困难",
1464                     "options": {
1465                         "advanced": "进阶(黑色钻石型)",
1466                         "easy": "容易(绿圈)",
1467                         "expert": "专家(双重黑色钻石型)",
1468                         "extreme": "极端困难(需要攀登工具)",
1469                         "freeride": "自由滑行(场地外)",
1470                         "intermediate": "中阶(蓝方块)",
1471                         "novice": "新手(教学)"
1472                     },
1473                     "placeholder": "容易,中阶,进阶"
1474                 },
1475                 "piste/grooming": {
1476                     "label": "雪道类型",
1477                     "options": {
1478                         "backcountry": "偏远地区",
1479                         "classic": "经典",
1480                         "classic+skating": "经典和滑行",
1481                         "mogul": "蒙古人",
1482                         "scooter": "滑行艇/雪车",
1483                         "skating": "滑冰"
1484                     }
1485                 },
1486                 "piste/type": {
1487                     "label": "类型",
1488                     "options": {
1489                         "downhill": "下坡",
1490                         "hike": "徒步旅行",
1491                         "ice_skate": "冰刀",
1492                         "nordic": "北欧人",
1493                         "playground": "练习场",
1494                         "skitour": "滑雪旅行",
1495                         "sled": "雪橇",
1496                         "sleigh": "简易雪橇",
1497                         "snow_park": "滑雪场"
1498                     }
1499                 },
1500                 "place": {
1501                     "label": "类型"
1502                 },
1503                 "plant": {
1504                     "label": "发电站"
1505                 },
1506                 "population": {
1507                     "label": "人口"
1508                 },
1509                 "power": {
1510                     "label": "类型"
1511                 },
1512                 "power_supply": {
1513                     "label": "供电"
1514                 },
1515                 "product": {
1516                     "label": "产品"
1517                 },
1518                 "railway": {
1519                     "label": "类型"
1520                 },
1521                 "recycling_accepts": {
1522                     "label": "接受"
1523                 },
1524                 "recycling_type": {
1525                     "label": "回收场所",
1526                     "options": {
1527                         "centre": "回收站",
1528                         "container": "回收容器"
1529                     }
1530                 },
1531                 "ref": {
1532                     "label": "参考"
1533                 },
1534                 "relation": {
1535                     "label": "类型"
1536                 },
1537                 "religion": {
1538                     "label": "宗教"
1539                 },
1540                 "restriction": {
1541                     "label": "类型"
1542                 },
1543                 "restrictions": {
1544                     "label": "转向限制"
1545                 },
1546                 "rooms": {
1547                     "label": "房间数"
1548                 },
1549                 "route": {
1550                     "label": "类型"
1551                 },
1552                 "route_master": {
1553                     "label": "类型"
1554                 },
1555                 "sac_scale": {
1556                     "label": "远足难度",
1557                     "options": {
1558                         "alpine_hiking": "T4:高山旅行",
1559                         "demanding_alpine_hiking": "T5:进阶高山旅行",
1560                         "demanding_mountain_hiking": "T3:进阶登山旅行",
1561                         "difficult_alpine_hiking": "T6:艰困高山旅行",
1562                         "hiking": "T1:徒步旅行",
1563                         "mountain_hiking": "T2:登山旅行"
1564                     },
1565                     "placeholder": "登山旅行,越岭行走..."
1566                 },
1567                 "sanitary_dump_station": {
1568                     "label": "厕所废物"
1569                 },
1570                 "seasonal": {
1571                     "label": "具备季节性"
1572                 },
1573                 "second_hand": {
1574                     "label": "出售二手商品",
1575                     "options": {
1576                         "no": "否",
1577                         "only": "仅",
1578                         "yes": "是"
1579                     },
1580                     "placeholder": "是,否,仅"
1581                 },
1582                 "service": {
1583                     "label": "类型"
1584                 },
1585                 "service/bicycle": {
1586                     "label": "服务"
1587                 },
1588                 "service_rail": {
1589                     "label": "服务类型",
1590                     "options": {
1591                         "crossover": "渡线",
1592                         "siding": "侧线",
1593                         "spur": "短途支线",
1594                         "yard": "站场线路"
1595                     }
1596                 },
1597                 "shelter": {
1598                     "label": "避难所"
1599                 },
1600                 "shelter_type": {
1601                     "label": "类型"
1602                 },
1603                 "shop": {
1604                     "label": "类型"
1605                 },
1606                 "site": {
1607                     "label": "类型"
1608                 },
1609                 "smoking": {
1610                     "label": "吸烟",
1611                     "options": {
1612                         "dedicated": "吸烟专用",
1613                         "isolated": "指定区域可使用(隔开)",
1614                         "no": "禁止吸烟",
1615                         "outside": "外面可使用",
1616                         "separated": "指定区域可使用(布隔开)",
1617                         "yes": "随处可使用"
1618                     },
1619                     "placeholder": "禁止、隔开、允许..."
1620                 },
1621                 "smoothness": {
1622                     "label": "平顺度",
1623                     "options": {
1624                         "bad": "强化轮胎:休旅自行车,汽车,人力车",
1625                         "excellent": "轴承:溜冰,滑板",
1626                         "good": "细轮:竞速自行车",
1627                         "horrible": "越野:高负重越野车辆",
1628                         "impassable": "禁止通行/禁止轮类交通工具",
1629                         "intermediate": "轮胎:通勤脚踏车,轮椅,滑板车",
1630                         "very_bad": "轻量化:低负重越野车辆",
1631                         "very_horrible": "越野专用:拖拉机,全地形越野车"
1632                     },
1633                     "placeholder": "轴承,轮胎,越野"
1634                 },
1635                 "social_facility": {
1636                     "label": "类型"
1637                 },
1638                 "social_facility_for": {
1639                     "label": "服务对象"
1640                 },
1641                 "source": {
1642                     "label": "来源"
1643                 },
1644                 "sport": {
1645                     "label": "运动"
1646                 },
1647                 "sport_ice": {
1648                     "label": "体育"
1649                 },
1650                 "sport_racing": {
1651                     "label": "运动"
1652                 },
1653                 "stars": {
1654                     "label": "星级"
1655                 },
1656                 "step_count": {
1657                     "label": "台阶数"
1658                 },
1659                 "stop": {
1660                     "label": "停车指示类型",
1661                     "options": {
1662                         "all": "全部方向",
1663                         "minor": "次要道路"
1664                     }
1665                 },
1666                 "structure": {
1667                     "label": "结构",
1668                     "options": {
1669                         "bridge": "桥",
1670                         "cutting": "开凿",
1671                         "embankment": "堤岸",
1672                         "ford": "浅滩",
1673                         "tunnel": "隧道"
1674                     },
1675                     "placeholder": "未知种类"
1676                 },
1677                 "studio": {
1678                     "label": "类型"
1679                 },
1680                 "substation": {
1681                     "label": "类型"
1682                 },
1683                 "supervised": {
1684                     "label": "监督"
1685                 },
1686                 "support": {
1687                     "label": "支持物"
1688                 },
1689                 "surface": {
1690                     "label": "路面铺设"
1691                 },
1692                 "surveillance": {
1693                     "label": "监视"
1694                 },
1695                 "surveillance/type": {
1696                     "label": "监视类型",
1697                     "options": {
1698                         "ALPR": "车牌自动识别系统",
1699                         "camera": "摄像机",
1700                         "guard": "警卫"
1701                     }
1702                 },
1703                 "surveillance/zone": {
1704                     "label": "监控区"
1705                 },
1706                 "tactile_paving": {
1707                     "label": "人行道视障引导设施"
1708                 },
1709                 "takeaway": {
1710                     "label": "打包外带",
1711                     "options": {
1712                         "no": "否",
1713                         "only": "仅限外卖",
1714                         "yes": "是"
1715                     },
1716                     "placeholder": "是,否,仅限外卖"
1717                 },
1718                 "toilets/disposal": {
1719                     "label": "排污方式",
1720                     "options": {
1721                         "bucket": "粪桶",
1722                         "chemical": "化学厕所",
1723                         "flush": "冲水式",
1724                         "pitlatrine": "旱厕/茅厕"
1725                     }
1726                 },
1727                 "toll": {
1728                     "label": "收费"
1729                 },
1730                 "tourism": {
1731                     "label": "类型"
1732                 },
1733                 "tower/construction": {
1734                     "label": "结构",
1735                     "placeholder": "拉线式, 镂空钢架, 隐藏式 ..."
1736                 },
1737                 "tower/type": {
1738                     "label": "类型"
1739                 },
1740                 "tracktype": {
1741                     "label": "道路铺设种类",
1742                     "options": {
1743                         "grade1": "刚性铺面:铺面为柏油,水泥或由刚性材质密实组成",
1744                         "grade2": "近刚性铺面:砾石与石块混合柔性材质",
1745                         "grade3": "混合刚性与柔性材质",
1746                         "grade4": "近柔性铺面:土壤,砂土与草地混合其他刚性材质",
1747                         "grade5": "柔性铺面:只有土壤,砂土与草地"
1748                     },
1749                     "placeholder": "坚硬地面,硬物铺面,软铺面"
1750                 },
1751                 "traffic_calming": {
1752                     "label": "类型"
1753                 },
1754                 "traffic_signals": {
1755                     "label": "类型"
1756                 },
1757                 "trail_visibility": {
1758                     "label": "路径可见度",
1759                     "options": {
1760                         "bad": "差劲:没有标示,路径有时候消失",
1761                         "excellent": "良好:路径明显或标示充分",
1762                         "good": "尚可:有标示但可能不明显",
1763                         "horrible": "可怕:路径常消失,需要部分定向能力",
1764                         "intermediate": "略差:标示稀少,路径大致可见",
1765                         "no": "无:没有路径,需具备完整的定向能力"
1766                     },
1767                     "placeholder": "良好,尚可,稍差..."
1768                 },
1769                 "trees": {
1770                     "label": "树林"
1771                 },
1772                 "tunnel": {
1773                     "label": "隧道"
1774                 },
1775                 "vending": {
1776                     "label": "商品类型"
1777                 },
1778                 "visibility": {
1779                     "label": "能见度",
1780                     "options": {
1781                         "area": "大于 20米 (65英尺)",
1782                         "house": "小于 5米 (16英尺)",
1783                         "street": "5 至 20米 (16 至 65英尺)"
1784                     }
1785                 },
1786                 "wall": {
1787                     "label": "类型"
1788                 },
1789                 "water": {
1790                     "label": "类型"
1791                 },
1792                 "water_point": {
1793                     "label": "饮水点"
1794                 },
1795                 "waterway": {
1796                     "label": "类型"
1797                 },
1798                 "website": {
1799                     "label": "网站",
1800                     "placeholder": "http://example.com/"
1801                 },
1802                 "wetland": {
1803                     "label": "类型"
1804                 },
1805                 "wheelchair": {
1806                     "label": "轮椅通道"
1807                 },
1808                 "width": {
1809                     "label": "宽度(米)"
1810                 },
1811                 "wikipedia": {
1812                     "label": "维基百科"
1813                 }
1814             },
1815             "presets": {
1816                 "address": {
1817                     "name": "地址",
1818                     "terms": "地址,址"
1819                 },
1820                 "advertising/billboard": {
1821                     "name": "广告牌",
1822                     "terms": "广告牌,广告,牌"
1823                 },
1824                 "aerialway": {
1825                     "name": "缆车线路"
1826                 },
1827                 "aerialway/cable_car": {
1828                     "name": "缆车",
1829                     "terms": "缆车, 索道车"
1830                 },
1831                 "aerialway/chair_lift": {
1832                     "name": "登山吊椅",
1833                     "terms": "座椅式索道,观光索道,升降椅"
1834                 },
1835                 "aerialway/gondola": {
1836                     "name": "贡多拉",
1837                     "terms": "长平底船,两头尖的平底船,狭长小船"
1838                 },
1839                 "aerialway/magic_carpet": {
1840                     "name": "魔毯电梯",
1841                     "terms": "魔毯,传送带式电梯"
1842                 },
1843                 "aerialway/platter": {
1844                     "name": "吊盘",
1845                     "terms": "吊盘"
1846                 },
1847                 "aerialway/pylon": {
1848                     "name": "缆车塔",
1849                     "terms": "缆车塔"
1850                 },
1851                 "aerialway/rope_tow": {
1852                     "name": "牵绳",
1853                     "terms": "牵绳"
1854                 },
1855                 "aerialway/station": {
1856                     "name": "缆车站",
1857                     "terms": "缆车站"
1858                 },
1859                 "aerialway/t-bar": {
1860                     "name": "滑雪缆车",
1861                     "terms": "滑雪缆车,滑雪吊车"
1862                 },
1863                 "aeroway": {
1864                     "name": "机场路径"
1865                 },
1866                 "aeroway/aerodrome": {
1867                     "name": "机场",
1868                     "terms": "机场,飞机场,飞机"
1869                 },
1870                 "aeroway/apron": {
1871                     "name": "停机坪",
1872                     "terms": "停机坪"
1873                 },
1874                 "aeroway/hangar": {
1875                     "name": "飞机库",
1876                     "terms": "机库"
1877                 },
1878                 "aeroway/helipad": {
1879                     "name": "直升机场",
1880                     "terms": "直升机场,直升机坪"
1881                 },
1882                 "aeroway/runway": {
1883                     "name": "机场跑道",
1884                     "terms": "机场跑道"
1885                 },
1886                 "aeroway/taxiway": {
1887                     "name": "滑行道",
1888                     "terms": "滑行道"
1889                 },
1890                 "amenity": {
1891                     "name": "便利设施"
1892                 },
1893                 "amenity/arts_centre": {
1894                     "name": "美术馆",
1895                     "terms": "美术馆,艺术馆,美术中心,艺术中心"
1896                 },
1897                 "amenity/atm": {
1898                     "name": "ATM机",
1899                     "terms": "ATM,提款机,自动提款机,自动取款机"
1900                 },
1901                 "amenity/bank": {
1902                     "name": "银行",
1903                     "terms": "银行,储蓄银行"
1904                 },
1905                 "amenity/bar": {
1906                     "name": "酒吧",
1907                     "terms": "酒吧"
1908                 },
1909                 "amenity/bbq": {
1910                     "name": "烧烤设施",
1911                     "terms": "烧烤设施"
1912                 },
1913                 "amenity/bench": {
1914                     "name": "长椅",
1915                     "terms": "长椅,长凳"
1916                 },
1917                 "amenity/bicycle_parking": {
1918                     "name": "自行车停车处",
1919                     "terms": "自行车停放处,单车停放处,单车,单车停车处,停车,停放,自行车"
1920                 },
1921                 "amenity/bicycle_rental": {
1922                     "name": "自行车出租点",
1923                     "terms": "自行车租赁处,单车,出租,租赁,自行车"
1924                 },
1925                 "amenity/bicycle_repair_station": {
1926                     "name": "自行车维修工具站",
1927                     "terms": "自行车维修工具站"
1928                 },
1929                 "amenity/biergarten": {
1930                     "name": "啤酒花园",
1931                     "terms": "啤酒花园"
1932                 },
1933                 "amenity/boat_rental": {
1934                     "name": "船舶租赁处",
1935                     "terms": "船舶租赁处"
1936                 },
1937                 "amenity/bureau_de_change": {
1938                     "name": "货币兑换",
1939                     "terms": "货币兑换"
1940                 },
1941                 "amenity/bus_station": {
1942                     "name": "公交枢纽站",
1943                     "terms": "公交车起止站,公交枢纽,公交场站,公交车站"
1944                 },
1945                 "amenity/cafe": {
1946                     "name": "咖啡馆",
1947                     "terms": "咖啡厅,茶座,小餐馆,咖啡,小餐厅"
1948                 },
1949                 "amenity/car_rental": {
1950                     "name": "汽车租赁",
1951                     "terms": "汽车租赁处,租车店,汽车租赁,租赁,出租,租"
1952                 },
1953                 "amenity/car_sharing": {
1954                     "name": "汽车共享",
1955                     "terms": "汽车共享"
1956                 },
1957                 "amenity/car_wash": {
1958                     "name": "洗车",
1959                     "terms": "洗车店,洗车"
1960                 },
1961                 "amenity/casino": {
1962                     "name": "赌场",
1963                     "terms": "赌场"
1964                 },
1965                 "amenity/charging_station": {
1966                     "name": "充电站",
1967                     "terms": "充电站"
1968                 },
1969                 "amenity/childcare": {
1970                     "name": "托儿所/保育园",
1971                     "terms": "幼儿园,学前班,托儿所"
1972                 },
1973                 "amenity/cinema": {
1974                     "name": "电影院",
1975                     "terms": "电影院,电影,戏院"
1976                 },
1977                 "amenity/clinic": {
1978                     "name": "诊所",
1979                     "terms": "诊所,门诊,医务所,医务室"
1980                 },
1981                 "amenity/clock": {
1982                     "name": "时钟",
1983                     "terms": "时钟,钟表,钟"
1984                 },
1985                 "amenity/college": {
1986                     "name": "学院",
1987                     "terms": "学院,大专校园,大学,学校"
1988                 },
1989                 "amenity/community_centre": {
1990                     "name": "社区活动中心",
1991                     "terms": "活动室"
1992                 },
1993                 "amenity/compressed_air": {
1994                     "name": "压缩空气",
1995                     "terms": "压缩空气"
1996                 },
1997                 "amenity/courthouse": {
1998                     "name": "法院",
1999                     "terms": "法院,法庭"
2000                 },
2001                 "amenity/crematorium": {
2002                     "name": "火葬场",
2003                     "terms": "火葬场,火化,火化场,殡仪馆,墓地,死亡,停尸,吊唁,遗体,殡葬,骨灰,尸体"
2004                 },
2005                 "amenity/dentist": {
2006                     "name": "牙科",
2007                     "terms": "牙医,牙"
2008                 },
2009                 "amenity/doctors": {
2010                     "name": "医生",
2011                     "terms": "医生,医护人员"
2012                 },
2013                 "amenity/dojo": {
2014                     "name": "道场/武术学院",
2015                     "terms": "道场,武术学院"
2016                 },
2017                 "amenity/drinking_water": {
2018                     "name": "饮水处",
2019                     "terms": "饮水处,饮水处,饮水"
2020                 },
2021                 "amenity/embassy": {
2022                     "name": "使馆",
2023                     "terms": "使馆,大使馆,领事馆"
2024                 },
2025                 "amenity/fast_food": {
2026                     "name": "快餐店",
2027                     "terms": "快餐店"
2028                 },
2029                 "amenity/ferry_terminal": {
2030                     "name": "渡轮码头",
2031                     "terms": "渡轮码头,轮船码头,码头"
2032                 },
2033                 "amenity/fire_station": {
2034                     "name": "消防站",
2035                     "terms": "消防站,消费局"
2036                 },
2037                 "amenity/food_court": {
2038                     "name": "美食广场",
2039                     "terms": "美食广场,美食,食物,吃,餐厅,广场,熟食中心,美食街,食阁,食肆,小贩"
2040                 },
2041                 "amenity/fountain": {
2042                     "name": "喷泉",
2043                     "terms": "喷泉,喷水池,水景"
2044                 },
2045                 "amenity/fuel": {
2046                     "name": "加油站",
2047                     "terms": "加油站,加气站,油站"
2048                 },
2049                 "amenity/grave_yard": {
2050                     "name": "墓地",
2051                     "terms": "墓地,坟地"
2052                 },
2053                 "amenity/grit_bin": {
2054                     "name": "砂箱",
2055                     "terms": "砂箱"
2056                 },
2057                 "amenity/hospital": {
2058                     "name": "医院",
2059                     "terms": "医院场地"
2060                 },
2061                 "amenity/hunting_stand": {
2062                     "name": "狩猎站",
2063                     "terms": "狩猎站,狩猎场"
2064                 },
2065                 "amenity/ice_cream": {
2066                     "name": "冰淇淋店",
2067                     "terms": "冰淇淋店,冷饮店"
2068                 },
2069                 "amenity/internet_cafe": {
2070                     "name": "网吧",
2071                     "terms": "网吧,上网咖啡馆,上网咖啡厅"
2072                 },
2073                 "amenity/kindergarten": {
2074                     "name": "幼儿园",
2075                     "terms": "学前班,幼儿园,托儿所,学校"
2076                 },
2077                 "amenity/library": {
2078                     "name": "图书馆",
2079                     "terms": "图书馆"
2080                 },
2081                 "amenity/marketplace": {
2082                     "name": "市场",
2083                     "terms": "市场,菜市场"
2084                 },
2085                 "amenity/motorcycle_parking": {
2086                     "name": "摩托车停车场",
2087                     "terms": "摩托车场"
2088                 },
2089                 "amenity/nightclub": {
2090                     "name": "夜总会",
2091                     "terms": "夜店,夜总会"
2092                 },
2093                 "amenity/parking": {
2094                     "name": "停车场",
2095                     "terms": "停车"
2096                 },
2097                 "amenity/parking_entrance": {
2098                     "name": "停车场入口/出口",
2099                     "terms": "停车场出入口"
2100                 },
2101                 "amenity/parking_space": {
2102                     "name": "停车空间",
2103                     "terms": "停车空间,停车场地"
2104                 },
2105                 "amenity/pharmacy": {
2106                     "name": "药店",
2107                     "terms": "药房,药店"
2108                 },
2109                 "amenity/place_of_worship": {
2110                     "name": "礼拜场所",
2111                     "terms": "礼拜场所,宗教礼拜处"
2112                 },
2113                 "amenity/place_of_worship/buddhist": {
2114                     "name": "寺",
2115                     "terms": "寺庙,佛堂,和尚寺,尼姑庵"
2116                 },
2117                 "amenity/place_of_worship/christian": {
2118                     "name": "基督教堂",
2119                     "terms": "教堂"
2120                 },
2121                 "amenity/place_of_worship/jewish": {
2122                     "name": "犹太教堂",
2123                     "terms": "犹太教堂,犹太寺"
2124                 },
2125                 "amenity/place_of_worship/muslim": {
2126                     "name": "清真寺",
2127                     "terms": "清真寺,回教寺"
2128                 },
2129                 "amenity/planetarium": {
2130                     "name": "天文馆",
2131                     "terms": "天文馆"
2132                 },
2133                 "amenity/police": {
2134                     "name": "警察局",
2135                     "terms": "警察局,警局,警署,派出所"
2136                 },
2137                 "amenity/post_box": {
2138                     "name": "信箱",
2139                     "terms": "邮箱,邮筒"
2140                 },
2141                 "amenity/post_office": {
2142                     "name": "邮局",
2143                     "terms": "邮局,邮政局"
2144                 },
2145                 "amenity/prison": {
2146                     "name": "监狱/看守所",
2147                     "terms": "监狱,看守所"
2148                 },
2149                 "amenity/pub": {
2150                     "name": "酒馆",
2151                     "terms": "酒馆"
2152                 },
2153                 "amenity/public_bath": {
2154                     "name": "浴室",
2155                     "terms": "浴室,浴池,澡堂,温泉,足浴"
2156                 },
2157                 "amenity/public_bookcase": {
2158                     "name": "公共书架",
2159                     "terms": "公共书架,公共书籍"
2160                 },
2161                 "amenity/ranger_station": {
2162                     "name": "野郊访客处",
2163                     "terms": "野郊访客处"
2164                 },
2165                 "amenity/recycling": {
2166                     "name": "资源回收设施",
2167                     "terms": "回收,循环利用,再造"
2168                 },
2169                 "amenity/recycling_centre": {
2170                     "name": "回收站",
2171                     "terms": "回收站,回收中心,循环中心,资源回收中心"
2172                 },
2173                 "amenity/register_office": {
2174                     "name": "民政登记处"
2175                 },
2176                 "amenity/restaurant": {
2177                     "name": "餐馆",
2178                     "terms": "餐馆,餐厅,饭店,酒楼,酒家,茶楼,美食"
2179                 },
2180                 "amenity/sanitary_dump_station": {
2181                     "name": "厕所卸污处",
2182                     "terms": "厕所卸污处"
2183                 },
2184                 "amenity/school": {
2185                     "name": "学校",
2186                     "terms": "学校场地"
2187                 },
2188                 "amenity/shelter": {
2189                     "name": "亭",
2190                     "terms": "棚,棚屋"
2191                 },
2192                 "amenity/social_facility": {
2193                     "name": "社会服务设施",
2194                     "terms": "社会服务设施,社会保障设施"
2195                 },
2196                 "amenity/social_facility/food_bank": {
2197                     "name": "食物供应站",
2198                     "terms": "食物供应站,食物救济处"
2199                 },
2200                 "amenity/social_facility/group_home": {
2201                     "name": "敬老院",
2202                     "terms": "敬老院,养老院,老年之家"
2203                 },
2204                 "amenity/social_facility/homeless_shelter": {
2205                     "name": "流浪者庇护站",
2206                     "terms": "流浪者庇护站,流浪者救护所"
2207                 },
2208                 "amenity/studio": {
2209                     "name": "工作室",
2210                     "terms": "工作室"
2211                 },
2212                 "amenity/swimming_pool": {
2213                     "name": "游泳池"
2214                 },
2215                 "amenity/taxi": {
2216                     "name": "出租车站",
2217                     "terms": "出租车站,的士站,计程车站"
2218                 },
2219                 "amenity/telephone": {
2220                     "name": "电话",
2221                     "terms": "电话"
2222                 },
2223                 "amenity/theatre": {
2224                     "name": "剧院",
2225                     "terms": "剧院,剧场,戏院"
2226                 },
2227                 "amenity/toilets": {
2228                     "name": "厕所",
2229                     "terms": "厕所,公厕,洗手间"
2230                 },
2231                 "amenity/townhall": {
2232                     "name": "市政府",
2233                     "terms": "市政府,市政厅,大会堂"
2234                 },
2235                 "amenity/university": {
2236                     "name": "大学",
2237                     "terms": "大学,学院,学校"
2238                 },
2239                 "amenity/vending_machine/cigarettes": {
2240                     "name": "香烟售货机",
2241                     "terms": "香烟售货机,香烟贩卖机"
2242                 },
2243                 "amenity/vending_machine/condoms": {
2244                     "name": "避孕套售货机",
2245                     "terms": "避孕套售货机,避孕套贩卖机"
2246                 },
2247                 "amenity/vending_machine/drinks": {
2248                     "name": "饮料售货机",
2249                     "terms": "饮料售货机,饮品售货机,饮品贩卖机"
2250                 },
2251                 "amenity/vending_machine/excrement_bags": {
2252                     "name": "粪便袋售货机",
2253                     "terms": "粪便袋售货机"
2254                 },
2255                 "amenity/vending_machine/news_papers": {
2256                     "name": "报纸售货机",
2257                     "terms": "报纸售货机,报纸贩卖机"
2258                 },
2259                 "amenity/vending_machine/parcel_pickup_dropoff": {
2260                     "name": "行李提取/装卸机",
2261                     "terms": "行李提取机,行李装卸机"
2262                 },
2263                 "amenity/vending_machine/parking_tickets": {
2264                     "name": "停车缴费机",
2265                     "terms": "停车缴费机,停车售票机"
2266                 },
2267                 "amenity/vending_machine/public_transport_tickets": {
2268                     "name": "公共交通售票机",
2269                     "terms": "公共交通售票机"
2270                 },
2271                 "amenity/vending_machine/sweets": {
2272                     "name": "零食售货机",
2273                     "terms": "零食贩卖机"
2274                 },
2275                 "amenity/vending_machine/vending_machine": {
2276                     "name": "售货机",
2277                     "terms": "贩卖机"
2278                 },
2279                 "amenity/veterinary": {
2280                     "name": "兽医",
2281                     "terms": "兽医"
2282                 },
2283                 "amenity/waste_basket": {
2284                     "name": "垃圾桶",
2285                     "terms": "垃圾箱,垃圾桶"
2286                 },
2287                 "amenity/waste_disposal": {
2288                     "name": "大型垃圾箱",
2289                     "terms": "大型垃圾箱,垃圾箱"
2290                 },
2291                 "amenity/waste_transfer_station": {
2292                     "name": "垃圾中转站",
2293                     "terms": "垃圾中转站,垃圾,中转站"
2294                 },
2295                 "amenity/water_point": {
2296                     "name": "直饮水",
2297                     "terms": "直饮水"
2298                 },
2299                 "area": {
2300                     "name": "区域",
2301                     "terms": "区域"
2302                 },
2303                 "area/highway": {
2304                     "name": "道路表面",
2305                     "terms": "道路表面"
2306                 },
2307                 "barrier": {
2308                     "name": "屏障",
2309                     "terms": "屏障,阻挡"
2310                 },
2311                 "barrier/block": {
2312                     "name": "路障",
2313                     "terms": "路障,障碍物"
2314                 },
2315                 "barrier/bollard": {
2316                     "name": "护柱",
2317                     "terms": "护柱"
2318                 },
2319                 "barrier/border_control": {
2320                     "name": "边境检查站",
2321                     "terms": "边境检查站,边境,边防,海关,检查"
2322                 },
2323                 "barrier/cattle_grid": {
2324                     "name": "家畜栅栏",
2325                     "terms": "家畜栅栏"
2326                 },
2327                 "barrier/city_wall": {
2328                     "name": "城墙",
2329                     "terms": "城墙"
2330                 },
2331                 "barrier/cycle_barrier": {
2332                     "name": "自行车路障",
2333                     "terms": "自行车,单车,路障"
2334                 },
2335                 "barrier/ditch": {
2336                     "name": "沟",
2337                     "terms": "沟"
2338                 },
2339                 "barrier/entrance": {
2340                     "name": "入口"
2341                 },
2342                 "barrier/fence": {
2343                     "name": "篱笆",
2344                     "terms": "篱笆"
2345                 },
2346                 "barrier/gate": {
2347                     "name": "门",
2348                     "terms": "门"
2349                 },
2350                 "barrier/hedge": {
2351                     "name": "树篱",
2352                     "terms": "树篱"
2353                 },
2354                 "barrier/kissing_gate": {
2355                     "name": "单人转门",
2356                     "terms": "单人转门"
2357                 },
2358                 "barrier/lift_gate": {
2359                     "name": "道闸",
2360                     "terms": "道闸,挡车器"
2361                 },
2362                 "barrier/retaining_wall": {
2363                     "name": "挡土墙",
2364                     "terms": "挡土墙"
2365                 },
2366                 "barrier/stile": {
2367                     "name": "跨越围栏的台阶",
2368                     "terms": "梯梃"
2369                 },
2370                 "barrier/toll_booth": {
2371                     "name": "收费站",
2372                     "terms": "收费站"
2373                 },
2374                 "barrier/wall": {
2375                     "name": "墙",
2376                     "terms": "墙,墙壁"
2377                 },
2378                 "boundary/administrative": {
2379                     "name": "行政区域界线",
2380                     "terms": "行政区域界线"
2381                 },
2382                 "building": {
2383                     "name": "建筑物",
2384                     "terms": "建筑物,屋宇"
2385                 },
2386                 "building/apartments": {
2387                     "name": "公寓",
2388                     "terms": "公寓"
2389                 },
2390                 "building/barn": {
2391                     "name": "谷仓",
2392                     "terms": "粮仓,畜棚,库房"
2393                 },
2394                 "building/bunker": {
2395                     "name": "煤仓"
2396                 },
2397                 "building/cabin": {
2398                     "name": "小木屋",
2399                     "terms": "小木屋,小屋"
2400                 },
2401                 "building/cathedral": {
2402                     "name": "大型教堂",
2403                     "terms": "大型建筑"
2404                 },
2405                 "building/chapel": {
2406                     "name": "小型教堂",
2407                     "terms": "小型教堂"
2408                 },
2409                 "building/church": {
2410                     "name": "教堂建筑",
2411                     "terms": "教堂建筑"
2412                 },
2413                 "building/college": {
2414                     "name": "学院建筑",
2415                     "terms": "学院建筑,大专院校建筑,大学建筑,学校建筑"
2416                 },
2417                 "building/commercial": {
2418                     "name": "商业建筑物",
2419                     "terms": "商业建筑物"
2420                 },
2421                 "building/construction": {
2422                     "name": "在建建筑",
2423                     "terms": "在建建筑"
2424                 },
2425                 "building/detached": {
2426                     "name": "独立式房屋",
2427                     "terms": "独立式房屋"
2428                 },
2429                 "building/dormitory": {
2430                     "name": "宿舍",
2431                     "terms": "宿舍,寝室"
2432                 },
2433                 "building/entrance": {
2434                     "name": "入口/出口"
2435                 },
2436                 "building/garage": {
2437                     "name": "车库(单个)",
2438                     "terms": "车库"
2439                 },
2440                 "building/garages": {
2441                     "name": "车库(连排)",
2442                     "terms": "连排车库"
2443                 },
2444                 "building/greenhouse": {
2445                     "name": "温室",
2446                     "terms": "大棚"
2447                 },
2448                 "building/hospital": {
2449                     "name": "医院建筑",
2450                     "terms": "医院建筑"
2451                 },
2452                 "building/hotel": {
2453                     "name": "宾馆楼",
2454                     "terms": "宾馆建筑"
2455                 },
2456                 "building/house": {
2457                     "name": "房屋",
2458                     "terms": "房屋"
2459                 },
2460                 "building/hut": {
2461                     "name": "棚屋",
2462                     "terms": "棚屋"
2463                 },
2464                 "building/industrial": {
2465                     "name": "工业建筑物",
2466                     "terms": "工业建筑物"
2467                 },
2468                 "building/kindergarten": {
2469                     "name": "学前班/幼儿园建筑",
2470                     "terms": "学前班建筑,幼儿园建筑"
2471                 },
2472                 "building/public": {
2473                     "name": "公共建筑",
2474                     "terms": "公共建筑"
2475                 },
2476                 "building/residential": {
2477                     "name": "住宅建筑物",
2478                     "terms": "住宅建筑物,住宅建筑"
2479                 },
2480                 "building/retail": {
2481                     "name": "商业建筑",
2482                     "terms": "商业建筑"
2483                 },
2484                 "building/roof": {
2485                     "name": "楼顶",
2486                     "terms": "楼顶,房顶,屋顶"
2487                 },
2488                 "building/school": {
2489                     "name": "学校建筑",
2490                     "terms": "校舍,学校建筑"
2491                 },
2492                 "building/semidetached_house": {
2493                     "name": "半独立式房屋",
2494                     "terms": "半独立式房屋"
2495                 },
2496                 "building/shed": {
2497                     "name": "储物木屋",
2498                     "terms": "储物间, 小木屋"
2499                 },
2500                 "building/stable": {
2501                     "name": "马厩",
2502                     "terms": "马厩,马屋,马房"
2503                 },
2504                 "building/static_caravan": {
2505                     "name": "固定房车",
2506                     "terms": "固定房车,房车"
2507                 },
2508                 "building/terrace": {
2509                     "name": "屋列",
2510                     "terms": "屋列,房列,一列房,一列屋"
2511                 },
2512                 "building/train_station": {
2513                     "name": "火车站"
2514                 },
2515                 "building/university": {
2516                     "name": "大学建筑",
2517                     "terms": "大学建筑,学院建筑,学校建筑"
2518                 },
2519                 "building/warehouse": {
2520                     "name": "仓库",
2521                     "terms": "仓库,货栈"
2522                 },
2523                 "camp_site/camp_pitch": {
2524                     "name": "宿营位",
2525                     "terms": "宿营位,露营位,野营位,露营地,野营地,露营场,野营场,露营,野营,野营场地,露营场地,宿营地,宿营,扎营,帐篷,野外,荒野,郊野,郊外,度假"
2526                 },
2527                 "craft": {
2528                     "name": "工艺",
2529                     "terms": "工艺"
2530                 },
2531                 "craft/basket_maker": {
2532                     "name": "织篮人",
2533                     "terms": "织篮人,编织篮子的人"
2534                 },
2535                 "craft/beekeeper": {
2536                     "name": "养蜂人",
2537                     "terms": "养蜂人,放蜂人"
2538                 },
2539                 "craft/blacksmith": {
2540                     "name": "铁匠",
2541                     "terms": "铁匠"
2542                 },
2543                 "craft/boatbuilder": {
2544                     "name": "制船工人",
2545                     "terms": "制船工人"
2546                 },
2547                 "craft/bookbinder": {
2548                     "name": "装订工人",
2549                     "terms": "书籍钉装员,装订商,装订工,钉书匠"
2550                 },
2551                 "craft/brewery": {
2552                     "name": "酿酒厂",
2553                     "terms": "酒厂,酿酒厂,酒坊"
2554                 },
2555                 "craft/carpenter": {
2556                     "name": "木匠",
2557                     "terms": "木匠"
2558                 },
2559                 "craft/carpet_layer": {
2560                     "name": "铺地毯工人",
2561                     "terms": "铺地毯工人"
2562                 },
2563                 "craft/caterer": {
2564                     "name": "酒席承办人",
2565                     "terms": "酒席承办人"
2566                 },
2567                 "craft/clockmaker": {
2568                     "name": "钟表匠",
2569                     "terms": "钟表匠"
2570                 },
2571                 "craft/confectionery": {
2572                     "name": "甜食",
2573                     "terms": "甜食"
2574                 },
2575                 "craft/dressmaker": {
2576                     "name": "女装裁缝",
2577                     "terms": "女装裁缝"
2578                 },
2579                 "craft/electrician": {
2580                     "name": "电工",
2581                     "terms": "电工"
2582                 },
2583                 "craft/gardener": {
2584                     "name": "园艺工",
2585                     "terms": "园艺工"
2586                 },
2587                 "craft/glaziery": {
2588                     "name": "玻璃工人",
2589                     "terms": "玻璃工人,装玻璃的人"
2590                 },
2591                 "craft/handicraft": {
2592                     "name": "手工匠",
2593                     "terms": "手工匠"
2594                 },
2595                 "craft/hvac": {
2596                     "name": "高压交流电",
2597                     "terms": "高压交流电"
2598                 },
2599                 "craft/insulator": {
2600                     "name": "楼层隔热间",
2601                     "terms": "楼层隔热间,绝缘,隔热"
2602                 },
2603                 "craft/jeweler": {
2604                     "name": "珠宝店"
2605                 },
2606                 "craft/key_cutter": {
2607                     "name": "配匙工",
2608                     "terms": "配匙工,切割钥匙,配匙"
2609                 },
2610                 "craft/locksmith": {
2611                     "name": "锁匠"
2612                 },
2613                 "craft/metal_construction": {
2614                     "name": "金属结构建筑",
2615                     "terms": "金属建筑,金属建筑物"
2616                 },
2617                 "craft/optician": {
2618                     "name": "眼镜店"
2619                 },
2620                 "craft/painter": {
2621                     "name": "油漆匠",
2622                     "terms": "粉刷匠"
2623                 },
2624                 "craft/photographer": {
2625                     "name": "照相店",
2626                     "terms": "摄影师"
2627                 },
2628                 "craft/photographic_laboratory": {
2629                     "name": "照片冲洗店",
2630                     "terms": "照片冲洗店"
2631                 },
2632                 "craft/plasterer": {
2633                     "name": "泥水匠",
2634                     "terms": "泥水匠,抹灰工"
2635                 },
2636                 "craft/plumber": {
2637                     "name": "管道工",
2638                     "terms": "管道工"
2639                 },
2640                 "craft/pottery": {
2641                     "name": "陶器场",
2642                     "terms": "陶器场"
2643                 },
2644                 "craft/rigger": {
2645                     "name": "装配工",
2646                     "terms": "装配工"
2647                 },
2648                 "craft/roofer": {
2649                     "name": "屋顶工",
2650                     "terms": "屋顶工,盖屋顶的人"
2651                 },
2652                 "craft/saddler": {
2653                     "name": "马具匠",
2654                     "terms": "马具匠,造马鞍的人"
2655                 },
2656                 "craft/sailmaker": {
2657                     "name": "制帆工",
2658                     "terms": "制帆工,修帆的人"
2659                 },
2660                 "craft/sawmill": {
2661                     "name": "锯木厂",
2662                     "terms": "锯木厂"
2663                 },
2664                 "craft/scaffolder": {
2665                     "name": "脚手架搭建工",
2666                     "terms": "脚手架搭建工,搭脚手架的人"
2667                 },
2668                 "craft/sculpter": {
2669                     "name": "雕刻师",
2670                     "terms": "雕刻师"
2671                 },
2672                 "craft/shoemaker": {
2673                     "name": "鞋匠",
2674                     "terms": "鞋匠,制鞋店"
2675                 },
2676                 "craft/stonemason": {
2677                     "name": "石匠",
2678                     "terms": "石匠"
2679                 },
2680                 "craft/sweep": {
2681                     "name": "烟囱清理工",
2682                     "terms": "烟囱清理工,扫烟囱的人"
2683                 },
2684                 "craft/tailor": {
2685                     "name": "裁缝"
2686                 },
2687                 "craft/tiler": {
2688                     "name": "砖瓦匠",
2689                     "terms": "砖瓦匠"
2690                 },
2691                 "craft/tinsmith": {
2692                     "name": "锡匠",
2693                     "terms": "锡匠,锡制品手工店"
2694                 },
2695                 "craft/upholsterer": {
2696                     "name": "室内装潢",
2697                     "terms": "室内装潢,室内设计,室内装饰"
2698                 },
2699                 "craft/watchmaker": {
2700                     "name": "制表商",
2701                     "terms": "钟表制作,制表商,钟表匠"
2702                 },
2703                 "craft/window_construction": {
2704                     "name": "窗户修理店",
2705                     "terms": "窗户修理店"
2706                 },
2707                 "craft/winery": {
2708                     "name": "酿酒厂",
2709                     "terms": "酒庄,酒厂"
2710                 },
2711                 "embankment": {
2712                     "name": "堤坝",
2713                     "terms": "堤,堤坝,堤岸"
2714                 },
2715                 "emergency/ambulance_station": {
2716                     "name": "救护站",
2717                     "terms": "救护站"
2718                 },
2719                 "emergency/defibrillator": {
2720                     "name": "除颤器",
2721                     "terms": "除颤器,体外除颤器,自动体外除颤仪,AED"
2722                 },
2723                 "emergency/designated": {
2724                     "name": "紧急设施:指定"
2725                 },
2726                 "emergency/destination": {
2727                     "name": "紧急集合处"
2728                 },
2729                 "emergency/fire_hydrant": {
2730                     "name": "消防栓",
2731                     "terms": "消防栓"
2732                 },
2733                 "emergency/no": {
2734                     "name": "紧急设施:关闭"
2735                 },
2736                 "emergency/official": {
2737                     "name": "紧急设施:官方"
2738                 },
2739                 "emergency/phone": {
2740                     "name": "紧急电话",
2741                     "terms": "紧急电话"
2742                 },
2743                 "emergency/private": {
2744                     "name": "紧急设施:仅私人"
2745                 },
2746                 "emergency/yes": {
2747                     "name": "紧急设施:开放"
2748                 },
2749                 "entrance": {
2750                     "name": "入口/出口",
2751                     "terms": "入口/出口,出入口"
2752                 },
2753                 "footway/crossing": {
2754                     "name": "路口",
2755                     "terms": "路口"
2756                 },
2757                 "footway/crosswalk": {
2758                     "name": "人行横道",
2759                     "terms": "人行横道,斑马线"
2760                 },
2761                 "footway/sidewalk": {
2762                     "name": "路边人行道",
2763                     "terms": "路边人行道,人行道,便道,走道"
2764                 },
2765                 "ford": {
2766                     "name": "浅滩",
2767                     "terms": "浅滩"
2768                 },
2769                 "golf/bunker": {
2770                     "name": "高尔夫沙坑",
2771                     "terms": "高尔夫沙坑"
2772                 },
2773                 "golf/fairway": {
2774                     "name": "高尔夫球道",
2775                     "terms": "球道,高尔夫球道"
2776                 },
2777                 "golf/green": {
2778                     "name": "高尔夫球洞草坪区",
2779                     "terms": "球洞草坪区,高尔夫球洞草坪区"
2780                 },
2781                 "golf/hole": {
2782                     "name": "高尔夫球洞",
2783                     "terms": "高尔夫球洞"
2784                 },
2785                 "golf/lateral_water_hazard_area": {
2786                     "name": "高尔夫侧面水障碍水体",
2787                     "terms": "高尔夫侧面水障碍水体,水障碍,侧面水障碍,水障碍区"
2788                 },
2789                 "golf/lateral_water_hazard_line": {
2790                     "name": "高尔夫侧面水障碍",
2791                     "terms": "高尔夫侧面水障碍,水障碍,侧面水障碍,水障碍区"
2792                 },
2793                 "golf/rough": {
2794                     "name": "高尔夫深草区",
2795                     "terms": "高尔夫深草区"
2796                 },
2797                 "golf/tee": {
2798                     "name": "高尔夫开球区",
2799                     "terms": "高尔夫开球区,开球区,发球台"
2800                 },
2801                 "golf/water_hazard_area": {
2802                     "name": "高尔夫水障碍水体",
2803                     "terms": "高尔夫水障碍水体,水障碍,正面水障碍,水障碍区"
2804                 },
2805                 "golf/water_hazard_line": {
2806                     "name": "高尔夫水障碍",
2807                     "terms": "高尔夫水障碍,水障碍,正面水障碍,水障碍区"
2808                 },
2809                 "healthcare/blood_donation": {
2810                     "name": "献血中心",
2811                     "terms": "献血中心,献血室"
2812                 },
2813                 "highway": {
2814                     "name": "道路"
2815                 },
2816                 "highway/bridleway": {
2817                     "name": "马道",
2818                     "terms": "马道"
2819                 },
2820                 "highway/bus_stop": {
2821                     "name": "公交站",
2822                     "terms": "公交车站,巴士站,公交停靠站"
2823                 },
2824                 "highway/corridor": {
2825                     "name": "室内走廊",
2826                     "terms": "室内走廊,室内步行街"
2827                 },
2828                 "highway/crossing": {
2829                     "name": "路口",
2830                     "terms": "路口"
2831                 },
2832                 "highway/crosswalk": {
2833                     "name": "人行横道",
2834                     "terms": "人行横道"
2835                 },
2836                 "highway/cycleway": {
2837                     "name": "自行车道",
2838                     "terms": "自行车,单车"
2839                 },
2840                 "highway/footway": {
2841                     "name": "独立人行道",
2842                     "terms": "独立人行道,人行道,步行径"
2843                 },
2844                 "highway/give_way": {
2845                     "name": "让行标志",
2846                     "terms": "让行标志,减速让行标志"
2847                 },
2848                 "highway/living_street": {
2849                     "name": "生活街",
2850                     "terms": "居住街道"
2851                 },
2852                 "highway/mini_roundabout": {
2853                     "name": "小型环岛",
2854                     "terms": "小型环岛"
2855                 },
2856                 "highway/motorway": {
2857                     "name": "高速公路",
2858                     "terms": "高速公路"
2859                 },
2860                 "highway/motorway_junction": {
2861                     "name": "高速公路交界处/出口",
2862                     "terms": "高速公路交界处/出口,入口/出口,出入口"
2863                 },
2864                 "highway/motorway_link": {
2865                     "name": "高速公路匝道",
2866                     "terms": "高速公路匝道"
2867                 },
2868                 "highway/path": {
2869                     "name": "小道",
2870                     "terms": "路径"
2871                 },
2872                 "highway/pedestrian": {
2873                     "name": "步行街",
2874                     "terms": "步行街"
2875                 },
2876                 "highway/primary": {
2877                     "name": "主要道路",
2878                     "terms": "主要道路"
2879                 },
2880                 "highway/primary_link": {
2881                     "name": "主要道路匝道",
2882                     "terms": "主要道路匝道"
2883                 },
2884                 "highway/raceway": {
2885                     "name": "赛车赛道",
2886                     "terms": "赛车赛道"
2887                 },
2888                 "highway/residential": {
2889                     "name": "住宅区道路",
2890                     "terms": "住宅区道路"
2891                 },
2892                 "highway/rest_area": {
2893                     "name": "休息区",
2894                     "terms": "休息区"
2895                 },
2896                 "highway/road": {
2897                     "name": "未知种类道路",
2898                     "terms": "未知种类道路"
2899                 },
2900                 "highway/secondary": {
2901                     "name": "次要道路",
2902                     "terms": "次要道路"
2903                 },
2904                 "highway/secondary_link": {
2905                     "name": "次要道路匝道",
2906                     "terms": "次要道路匝道"
2907                 },
2908                 "highway/service": {
2909                     "name": "辅助道路",
2910                     "terms": "辅助道路"
2911                 },
2912                 "highway/service/alley": {
2913                     "name": "胡同/弄堂",
2914                     "terms": "胡同,巷,弄堂,里弄,小巷,巷,弄,巷弄"
2915                 },
2916                 "highway/service/drive-through": {
2917                     "name": "免下车",
2918                     "terms": "免下车,免下车餐馆,免下车银行"
2919                 },
2920                 "highway/service/driveway": {
2921                     "name": "车道",
2922                     "terms": "车道"
2923                 },
2924                 "highway/service/emergency_access": {
2925                     "name": "消防通道",
2926                     "terms": "消防通道,紧急通道,救援,救援通道,紧急求救,紧急,紧急电话"
2927                 },
2928                 "highway/service/parking_aisle": {
2929                     "name": "停车场通道",
2930                     "terms": "停车场通道"
2931                 },
2932                 "highway/services": {
2933                     "name": "服务区",
2934                     "terms": "服务区"
2935                 },
2936                 "highway/steps": {
2937                     "name": "楼梯",
2938                     "terms": "楼梯,台阶"
2939                 },
2940                 "highway/stop": {
2941                     "name": "停车标志",
2942                     "terms": "停车标志"
2943                 },
2944                 "highway/street_lamp": {
2945                     "name": "街灯",
2946                     "terms": "街灯"
2947                 },
2948                 "highway/tertiary": {
2949                     "name": "三级道路",
2950                     "terms": "三级道路"
2951                 },
2952                 "highway/tertiary_link": {
2953                     "name": "三级道路匝道",
2954                     "terms": "三级道路匝道"
2955                 },
2956                 "highway/track": {
2957                     "name": "未铺设路面的车径",
2958                     "terms": "未铺设路面的车径"
2959                 },
2960                 "highway/traffic_mirror": {
2961                     "name": "道路反光镜",
2962                     "terms": "道路反光镜,反光镜,道路镜,后视镜,广角镜,凸面镜,转弯镜,弯道镜,镜子,镜"
2963                 },
2964                 "highway/traffic_signals": {
2965                     "name": "交通信号灯",
2966                     "terms": "红绿灯"
2967                 },
2968                 "highway/trunk": {
2969                     "name": "干线道路",
2970                     "terms": "干线道路,干道"
2971                 },
2972                 "highway/trunk_link": {
2973                     "name": "干线道路匝道",
2974                     "terms": "干线道路匝道"
2975                 },
2976                 "highway/turning_circle": {
2977                     "name": "环岛",
2978                     "terms": "环岛"
2979                 },
2980                 "highway/turning_loop": {
2981                     "name": "回车场 (O形)",
2982                     "terms": "回车场 (O形),回车场,路末环岛"
2983                 },
2984                 "highway/unclassified": {
2985                     "name": "小型/未分级道路",
2986                     "terms": "小型/未分级道路"
2987                 },
2988                 "historic": {
2989                     "name": "历史遗迹",
2990                     "terms": "历史遗迹,史迹"
2991                 },
2992                 "historic/archaeological_site": {
2993                     "name": "遗址",
2994                     "terms": "考古遗址"
2995                 },
2996                 "historic/boundary_stone": {
2997                     "name": "界碑",
2998                     "terms": "界桩"
2999                 },
3000                 "historic/castle": {
3001                     "name": "城堡",
3002                     "terms": "城堡"
3003                 },
3004                 "historic/memorial": {
3005                     "name": "纪念碑",
3006                     "terms": "纪念"
3007                 },
3008                 "historic/monument": {
3009                     "name": "纪念堂",
3010                     "terms": "纪念堂,纪念塔,纪念碑,古迹"
3011                 },
3012                 "historic/ruins": {
3013                     "name": "遗迹",
3014                     "terms": "废墟"
3015                 },
3016                 "historic/wayside_cross": {
3017                     "name": "路旁十字架",
3018                     "terms": "路边十字架"
3019                 },
3020                 "historic/wayside_shrine": {
3021                     "name": "路旁神龛",
3022                     "terms": "路边神社"
3023                 },
3024                 "junction": {
3025                     "name": "交叉口",
3026                     "terms": "交通枢纽,路口"
3027                 },
3028                 "landuse": {
3029                     "name": "土地用途",
3030                     "terms": "土地用途,土地使用"
3031                 },
3032                 "landuse/allotments": {
3033                     "name": "公共花园",
3034                     "terms": "公共花园,公共菜园"
3035                 },
3036                 "landuse/basin": {
3037                     "name": "水池",
3038                     "terms": "水池"
3039                 },
3040                 "landuse/cemetery": {
3041                     "name": "墓地",
3042                     "terms": "墓地"
3043                 },
3044                 "landuse/churchyard": {
3045                     "name": "教堂庭院",
3046                     "terms": "教堂庭院"
3047                 },
3048                 "landuse/commercial": {
3049                     "name": "商业区",
3050                     "terms": "商业区,商业用地"
3051                 },
3052                 "landuse/construction": {
3053                     "name": "建设用地",
3054                     "terms": "建筑物"
3055                 },
3056                 "landuse/farm": {
3057                     "name": "农田"
3058                 },
3059                 "landuse/farmland": {
3060                     "name": "农田",
3061                     "terms": "农田,农场"
3062                 },
3063                 "landuse/farmyard": {
3064                     "name": "农庄",
3065                     "terms": "农庄"
3066                 },
3067                 "landuse/forest": {
3068                     "name": "森林",
3069                     "terms": "森林"
3070                 },
3071                 "landuse/garages": {
3072                     "name": "车库",
3073                     "terms": "车库, 停车间"
3074                 },
3075                 "landuse/grass": {
3076                     "name": "草坪",
3077                     "terms": "草地"
3078                 },
3079                 "landuse/industrial": {
3080                     "name": "工业区",
3081                     "terms": "工业区"
3082                 },
3083                 "landuse/landfill": {
3084                     "name": "垃圾填埋区",
3085                     "terms": "垃圾填埋区"
3086                 },
3087                 "landuse/meadow": {
3088                     "name": "草甸",
3089                     "terms": "牧场,草场"
3090                 },
3091                 "landuse/military": {
3092                     "name": "军事区",
3093                     "terms": "军事用地, 军事区域"
3094                 },
3095                 "landuse/military/airfield": {
3096                     "name": "军用机场",
3097                     "terms": "军用机场,军事机场,航空,军事,机场,空军,部队"
3098                 },
3099                 "landuse/military/barracks": {
3100                     "name": "军营",
3101                     "terms": "军营,虎帐,兵营,军队,部队,步兵,驻扎,营房"
3102                 },
3103                 "landuse/military/training_area": {
3104                     "name": "军事训练场",
3105                     "terms": "军事训练场,军事练习场,训练场,练习场,训练营,军训,基地"
3106                 },
3107                 "landuse/orchard": {
3108                     "name": "果园",
3109                     "terms": "果园"
3110                 },
3111                 "landuse/plant_nursery": {
3112                     "name": "苗圃",
3113                     "terms": "苗圃,育苗室,温室"
3114                 },
3115                 "landuse/quarry": {
3116                     "name": "矿场",
3117                     "terms": "矿场"
3118                 },
3119                 "landuse/recreation_ground": {
3120                     "name": "绿地",
3121                     "terms": "绿地"
3122                 },
3123                 "landuse/residential": {
3124                     "name": "居民区",
3125                     "terms": "住宅小区"
3126                 },
3127                 "landuse/retail": {
3128                     "name": "零售场所",
3129                     "terms": "零售场所"
3130                 },
3131                 "landuse/vineyard": {
3132                     "name": "葡萄园",
3133                     "terms": "葡萄园,酒庄"
3134                 },
3135                 "leisure": {
3136                     "name": "休闲场所",
3137                     "terms": "休闲场所"
3138                 },
3139                 "leisure/adult_gaming_centre": {
3140                     "name": "成人街机厅",
3141                     "terms": "成人街机厅,成人街机店"
3142                 },
3143                 "leisure/bird_hide": {
3144                     "name": "观鸟点",
3145                     "terms": "观鸟点,观鸟屋,鸟屋"
3146                 },
3147                 "leisure/bowling_alley": {
3148                     "name": "保龄球馆",
3149                     "terms": "保龄球馆,保龄球场"
3150                 },
3151                 "leisure/common": {
3152                     "name": "公共用地",
3153                     "terms": "公共用地"
3154                 },
3155                 "leisure/dance": {
3156                     "name": "舞厅",
3157                     "terms": "舞厅,舞蹈,舞蹈房,舞池,跳舞"
3158                 },
3159                 "leisure/dog_park": {
3160                     "name": "狗公园",
3161                     "terms": "狗公园,狗狗公园"
3162                 },
3163                 "leisure/firepit": {
3164                     "name": "火塘",
3165                     "terms": "火塘,火炉,火坑,火堆"
3166                 },
3167                 "leisure/fitness_centre": {
3168                     "name": "健身房/健身中心",
3169                     "terms": "健身房,健身中心,体操房,体育馆"
3170                 },
3171                 "leisure/fitness_centre/yoga": {
3172                     "name": "瑜伽馆",
3173                     "terms": "瑜伽,瑜伽课堂,瑜伽会所,瑜伽教室,瑜伽中心"
3174                 },
3175                 "leisure/fitness_station": {
3176                     "name": "户外健身站",
3177                     "terms": "户外健身站,户外健身房"
3178                 },
3179                 "leisure/garden": {
3180                     "name": "花园",
3181                     "terms": "花园"
3182                 },
3183                 "leisure/golf_course": {
3184                     "name": "高尔夫球场",
3185                     "terms": "高尔夫球场"
3186                 },
3187                 "leisure/ice_rink": {
3188                     "name": "滑冰场",
3189                     "terms": "滑冰,滑冰场"
3190                 },
3191                 "leisure/marina": {
3192                     "name": "船坞",
3193                     "terms": "船坞,码头"
3194                 },
3195                 "leisure/miniature_golf": {
3196                     "name": "迷你高尔夫",
3197                     "terms": "迷你高尔夫,小型高尔夫"
3198                 },
3199                 "leisure/nature_reserve": {
3200                     "name": "自然保护区",
3201                     "terms": "自然保护区"
3202                 },
3203                 "leisure/park": {
3204                     "name": "公园",
3205                     "terms": "公园"
3206                 },
3207                 "leisure/picnic_table": {
3208                     "name": "野餐桌",
3209                     "terms": "Picnic Table"
3210                 },
3211                 "leisure/pitch": {
3212                     "name": "运动场",
3213                     "terms": "体育场,运动场所,运动场地,操场"
3214                 },
3215                 "leisure/pitch/american_football": {
3216                     "name": "美式足球场",
3217                     "terms": "美式足球场"
3218                 },
3219                 "leisure/pitch/baseball": {
3220                     "name": "棒球场",
3221                     "terms": "棒球场"
3222                 },
3223                 "leisure/pitch/basketball": {
3224                     "name": "篮球场",
3225                     "terms": "篮球场"
3226                 },
3227                 "leisure/pitch/bowls": {
3228                     "name": "草地滚球场",
3229                     "terms": "草地滚球,滚球,滚球场"
3230                 },
3231                 "leisure/pitch/rugby_league": {
3232                     "name": "橄榄球联盟场地",
3233                     "terms": "橄榄球联盟场地"
3234                 },
3235                 "leisure/pitch/rugby_union": {
3236                     "name": "橄榄球联合场地",
3237                     "terms": "橄榄球联合场地"
3238                 },
3239                 "leisure/pitch/skateboard": {
3240                     "name": "滑板场",
3241                     "terms": "滑板场"
3242                 },
3243                 "leisure/pitch/soccer": {
3244                     "name": "足球场",
3245                     "terms": "足球场"
3246                 },
3247                 "leisure/pitch/tennis": {
3248                     "name": "网球场",
3249                     "terms": "网球场"
3250                 },
3251                 "leisure/pitch/volleyball": {
3252                     "name": "排球场",
3253                     "terms": "排球场"
3254                 },
3255                 "leisure/playground": {
3256                     "name": "儿童游乐场",
3257                     "terms": "游乐场"
3258                 },
3259                 "leisure/resort": {
3260                     "name": "度假区",
3261                     "terms": "度假,度假区,度假胜地,度假村,旅游,娱乐场,休闲"
3262                 },
3263                 "leisure/running_track": {
3264                     "name": "体育跑道",
3265                     "terms": "操场跑道"
3266                 },
3267                 "leisure/slipway": {
3268                     "name": "船台",
3269                     "terms": "船台"
3270                 },
3271                 "leisure/sports_centre": {
3272                     "name": "体育中心/综合体育场",
3273                     "terms": "体育中心,综合体育场,体育馆,体育场,体操馆,运动馆"
3274                 },
3275                 "leisure/sports_centre/swimming": {
3276                     "name": "游泳设施",
3277                     "terms": "游泳设施,游泳,潜水,水"
3278                 },
3279                 "leisure/stadium": {
3280                     "name": "体育场",
3281                     "terms": "体育,体育场"
3282                 },
3283                 "leisure/swimming_pool": {
3284                     "name": "游泳池",
3285                     "terms": "游泳池"
3286                 },
3287                 "leisure/track": {
3288                     "name": "跑道(非机动竞赛)",
3289                     "terms": "赛道(非机动竞赛),跑道"
3290                 },
3291                 "leisure/water_park": {
3292                     "name": "水上乐园",
3293                     "terms": "水上乐园,水上公园"
3294                 },
3295                 "line": {
3296                     "name": "线",
3297                     "terms": "线"
3298                 },
3299                 "man_made": {
3300                     "name": "人造物",
3301                     "terms": "人造物"
3302                 },
3303                 "man_made/adit": {
3304                     "name": "坑道入口",
3305                     "terms": "坑道入口,矿道入口"
3306                 },
3307                 "man_made/breakwater": {
3308                     "name": "避风塘",
3309                     "terms": "避风塘,避风港"
3310                 },
3311                 "man_made/bridge": {
3312                     "name": "桥面轮廓",
3313                     "terms": "桥面轮廓,桥体"
3314                 },
3315                 "man_made/chimney": {
3316                     "name": "烟囱",
3317                     "terms": "烟囱,烟囱塔"
3318                 },
3319                 "man_made/cutline": {
3320                     "name": "树林分界线",
3321                     "terms": "分界线,防火障"
3322                 },
3323                 "man_made/embankment": {
3324                     "name": "堤岸"
3325                 },
3326                 "man_made/flagpole": {
3327                     "name": "旗杆",
3328                     "terms": "旗竿"
3329                 },
3330                 "man_made/gasometer": {
3331                     "name": "大型燃气罐",
3332                     "terms": "大型燃气罐,大型储气罐,煤气包"
3333                 },
3334                 "man_made/groyne": {
3335                     "name": "防波堤",
3336                     "terms": "防波堤"
3337                 },
3338                 "man_made/lighthouse": {
3339                     "name": "灯塔",
3340                     "terms": "灯塔"
3341                 },
3342                 "man_made/mast": {
3343                     "name": "通讯天线杆",
3344                     "terms": "通讯天线杆,无线电杆,电线杆"
3345                 },
3346                 "man_made/observation": {
3347                     "name": "瞭望塔",
3348                     "terms": "瞭望塔"
3349                 },
3350                 "man_made/petroleum_well": {
3351                     "name": "油井",
3352                     "terms": "油井"
3353                 },
3354                 "man_made/pier": {
3355                     "name": "码头",
3356                     "terms": "码头"
3357                 },
3358                 "man_made/pipeline": {
3359                     "name": "管道",
3360                     "terms": "管道"
3361                 },
3362                 "man_made/pumping_station": {
3363                     "name": "泵站",
3364                     "terms": "泵站,泵房,水泵,抽水站,扬水站"
3365                 },
3366                 "man_made/silo": {
3367                     "name": "粮食库",
3368                     "terms": "粮食库,粮食仓"
3369                 },
3370                 "man_made/storage_tank": {
3371                     "name": "储罐",
3372                     "terms": "储罐,储油罐,储气罐"
3373                 },
3374                 "man_made/surveillance": {
3375                     "name": "监视器",
3376                     "terms": "监视器,监控,探头,监视探头"
3377                 },
3378                 "man_made/surveillance_camera": {
3379                     "name": "监视摄像机",
3380                     "terms": "监视摄像机,监控摄像机,监控,监视,摄像机,摄像头,探头,照相机,相机"
3381                 },
3382                 "man_made/survey_point": {
3383                     "name": "测量点",
3384                     "terms": "测量点"
3385                 },
3386                 "man_made/tower": {
3387                     "name": "塔",
3388                     "terms": "塔"
3389                 },
3390                 "man_made/wastewater_plant": {
3391                     "name": "污水处理厂",
3392                     "terms": "污水处理厂"
3393                 },
3394                 "man_made/water_tower": {
3395                     "name": "水塔",
3396                     "terms": "水塔"
3397                 },
3398                 "man_made/water_well": {
3399                     "name": "水井",
3400                     "terms": "水井, 取水点"
3401                 },
3402                 "man_made/water_works": {
3403                     "name": "供水厂",
3404                     "terms": "供水厂"
3405                 },
3406                 "man_made/works": {
3407                     "name": "工厂",
3408                     "terms": "工厂,加工,制造"
3409                 },
3410                 "natural": {
3411                     "name": "自然",
3412                     "terms": "自然"
3413                 },
3414                 "natural/bare_rock": {
3415                     "name": "岩石",
3416                     "terms": "岩石,裸露岩石,石头,礁石,沉积,石"
3417                 },
3418                 "natural/bay": {
3419                     "name": "海湾",
3420                     "terms": "海湾"
3421                 },
3422                 "natural/beach": {
3423                     "name": "海滩",
3424                     "terms": "海滩"
3425                 },
3426                 "natural/cave_entrance": {
3427                     "name": "洞口",
3428                     "terms": "洞口"
3429                 },
3430                 "natural/cliff": {
3431                     "name": "峭壁",
3432                     "terms": "悬崖"
3433                 },
3434                 "natural/coastline": {
3435                     "name": "海岸线",
3436                     "terms": "海岸线"
3437                 },
3438                 "natural/fell": {
3439                     "name": "高原荒原",
3440                     "terms": "高原荒原"
3441                 },
3442                 "natural/glacier": {
3443                     "name": "冰川",
3444                     "terms": "冰川"
3445                 },
3446                 "natural/grassland": {
3447                     "name": "草原",
3448                     "terms": "草原"
3449                 },
3450                 "natural/heath": {
3451                     "name": "荒野",
3452                     "terms": "荒野"
3453                 },
3454                 "natural/peak": {
3455                     "name": "山峰",
3456                     "terms": "山峰"
3457                 },
3458                 "natural/ridge": {
3459                     "name": "山脊",
3460                     "terms": "山脊,山高,凸,坡,斜坡,山峰,山冈,山"
3461                 },
3462                 "natural/saddle": {
3463                     "name": "山脊",
3464                     "terms": "山脊,山鞍,鞍部"
3465                 },
3466                 "natural/sand": {
3467                     "name": "沙漠",
3468                     "terms": "沙漠,沙子,沙,沙幕,干旱,沙滩,沙丘,岩滩,风成地貌,缺水,干枯"
3469                 },
3470                 "natural/scree": {
3471                     "name": "碎石坡",
3472                     "terms": "碎石坡"
3473                 },
3474                 "natural/scrub": {
3475                     "name": "灌木丛",
3476                     "terms": "灌木丛"
3477                 },
3478                 "natural/spring": {
3479                     "name": "泉水",
3480                     "terms": "泉水"
3481                 },
3482                 "natural/tree": {
3483                     "name": "树",
3484                     "terms": "树"
3485                 },
3486                 "natural/tree_row": {
3487                     "name": "树列",
3488                     "terms": "树列,树阵,一排树"
3489                 },
3490                 "natural/volcano": {
3491                     "name": "火山",
3492                     "terms": "火山"
3493                 },
3494                 "natural/water": {
3495                     "name": "水",
3496                     "terms": "水"
3497                 },
3498                 "natural/water/lake": {
3499                     "name": "湖泊",
3500                     "terms": "湖泊"
3501                 },
3502                 "natural/water/pond": {
3503                     "name": "池塘",
3504                     "terms": "池塘"
3505                 },
3506                 "natural/water/reservoir": {
3507                     "name": "水库",
3508                     "terms": "水库"
3509                 },
3510                 "natural/wetland": {
3511                     "name": "湿地",
3512                     "terms": "湿地"
3513                 },
3514                 "natural/wood": {
3515                     "name": "树林",
3516                     "terms": "树林"
3517                 },
3518                 "office": {
3519                     "name": "写字楼",
3520                     "terms": "办公室,写字楼"
3521                 },
3522                 "office/accountant": {
3523                     "name": "会计师楼",
3524                     "terms": "会计师楼"
3525                 },
3526                 "office/administrative": {
3527                     "name": "行政楼",
3528                     "terms": "行政楼"
3529                 },
3530                 "office/architect": {
3531                     "name": "建筑师楼",
3532                     "terms": "建筑师楼"
3533                 },
3534                 "office/company": {
3535                     "name": "公司",
3536                     "terms": "公司"
3537                 },
3538                 "office/educational_institution": {
3539                     "name": "教育机构",
3540                     "terms": "教育机构"
3541                 },
3542                 "office/employment_agency": {
3543                     "name": "就业机构",
3544                     "terms": "就业机构"
3545                 },
3546                 "office/estate_agent": {
3547                     "name": "地产代理",
3548                     "terms": "地产代理"
3549                 },
3550                 "office/financial": {
3551                     "name": "财务部写字楼",
3552                     "terms": "财务部写字楼"
3553                 },
3554                 "office/government": {
3555                     "name": "政府楼",
3556                     "terms": "政府楼"
3557                 },
3558                 "office/government/register_office": {
3559                     "name": "登记处",
3560                     "terms": "登记处,出生登记处,结婚登记处,死亡登记处"
3561                 },
3562                 "office/insurance": {
3563                     "name": "保险公司",
3564                     "terms": "保险公司"
3565                 },
3566                 "office/it": {
3567                     "name": "IT公司",
3568                     "terms": "IT公司"
3569                 },
3570                 "office/lawyer": {
3571                     "name": "律师事务所",
3572                     "terms": "律师事务所"
3573                 },
3574                 "office/newspaper": {
3575                     "name": "报社",
3576                     "terms": "报社,通讯社"
3577                 },
3578                 "office/ngo": {
3579                     "name": "非政府组织",
3580                     "terms": "非政府组织"
3581                 },
3582                 "office/physician": {
3583                     "name": "医生",
3584                     "terms": "医生"
3585                 },
3586                 "office/political_party": {
3587                     "name": "政党",
3588                     "terms": "政党"
3589                 },
3590                 "office/research": {
3591                     "name": "研究所",
3592                     "terms": "研究所"
3593                 },
3594                 "office/telecommunication": {
3595                     "name": "电信办公室",
3596                     "terms": "电信公司"
3597                 },
3598                 "office/therapist": {
3599                     "name": "医疗师",
3600                     "terms": "医疗师"
3601                 },
3602                 "office/travel_agent": {
3603                     "name": "旅行社"
3604                 },
3605                 "piste": {
3606                     "name": "滑雪道",
3607                     "terms": "滑雪道"
3608                 },
3609                 "place": {
3610                     "name": "地点"
3611                 },
3612                 "place/city": {
3613                     "name": "城市",
3614                     "terms": "城市"
3615                 },
3616                 "place/farm": {
3617                     "name": "农场",
3618                     "terms": "农场"
3619                 },
3620                 "place/hamlet": {
3621                     "name": "小村庄",
3622                     "terms": "村庄,村落"
3623                 },
3624                 "place/island": {
3625                     "name": "岛屿",
3626                     "terms": "岛屿"
3627                 },
3628                 "place/isolated_dwelling": {
3629                     "name": "孤立居所",
3630                     "terms": "孤立居所"
3631                 },
3632                 "place/locality": {
3633                     "name": "地方",
3634                     "terms": "地方,地点"
3635                 },
3636                 "place/neighbourhood": {
3637                     "name": "街坊",
3638                     "terms": "社区,街坊"
3639                 },
3640                 "place/square": {
3641                     "name": "广场",
3642                     "terms": "广场,公共,枢纽,中心,市场,集会,庆典,活动"
3643                 },
3644                 "place/suburb": {
3645                     "name": "区",
3646                     "terms": "区"
3647                 },
3648                 "place/town": {
3649                     "name": "城镇",
3650                     "terms": "城镇"
3651                 },
3652                 "place/village": {
3653                     "name": "村庄",
3654                     "terms": "村庄"
3655                 },
3656                 "point": {
3657                     "name": "点",
3658                     "terms": "点"
3659                 },
3660                 "power": {
3661                     "name": "电力"
3662                 },
3663                 "power/generator": {
3664                     "name": "发电机",
3665                     "terms": "发电机"
3666                 },
3667                 "power/line": {
3668                     "name": "供电线",
3669                     "terms": "供电线"
3670                 },
3671                 "power/minor_line": {
3672                     "name": "小供电线",
3673                     "terms": "小供电线"
3674                 },
3675                 "power/plant": {
3676                     "name": "发电厂",
3677                     "terms": "发电厂,发电站,发电,电力,电机,电,电能,水能,火能,核能,核燃料,太阳能,光伏,风能,潮汐能,磁能,能源,火力,水力,垃圾,地热,火电,水电,反应炉"
3678                 },
3679                 "power/pole": {
3680                     "name": "电线杆",
3681                     "terms": "电线杆"
3682                 },
3683                 "power/sub_station": {
3684                     "name": "变电站"
3685                 },
3686                 "power/substation": {
3687                     "name": "变电所",
3688                     "terms": "变电站,配电所"
3689                 },
3690                 "power/tower": {
3691                     "name": "高压电塔",
3692                     "terms": "高压电塔"
3693                 },
3694                 "power/transformer": {
3695                     "name": "变电站",
3696                     "terms": "变电所"
3697                 },
3698                 "public_transport/platform": {
3699                     "name": "公交站台",
3700                     "terms": "平台,月台"
3701                 },
3702                 "public_transport/stop_position": {
3703                     "name": "停车处",
3704                     "terms": "停止位置"
3705                 },
3706                 "railway": {
3707                     "name": "铁路"
3708                 },
3709                 "railway/abandoned": {
3710                     "name": "已拆除铁路",
3711                     "terms": "废弃的铁路"
3712                 },
3713                 "railway/crossing": {
3714                     "name": "铁路道口 (人行道)",
3715                     "terms": "铁路道口,平交道口,铁路道口(人行道)"
3716                 },
3717                 "railway/disused": {
3718                     "name": "废弃铁路",
3719                     "terms": "废弃的铁路"
3720                 },
3721                 "railway/funicular": {
3722                     "name": "缆索铁路",
3723                     "terms": "缆车"
3724                 },
3725                 "railway/halt": {
3726                     "name": "小火车站",
3727                     "terms": "小火车站"
3728                 },
3729                 "railway/level_crossing": {
3730                     "name": "铁路道口 (道路)",
3731                     "terms": "铁路道口,平交道口,铁路道口(道路)"
3732                 },
3733                 "railway/monorail": {
3734                     "name": "单轨铁路",
3735                     "terms": "单轨铁路"
3736                 },
3737                 "railway/narrow_gauge": {
3738                     "name": "窄轨铁路",
3739                     "terms": "窄轨铁路,铁路"
3740                 },
3741                 "railway/platform": {
3742                     "name": "铁路站台",
3743                     "terms": "站台"
3744                 },
3745                 "railway/rail": {
3746                     "name": "铁轨",
3747                     "terms": "铁轨"
3748                 },
3749                 "railway/station": {
3750                     "name": "火车站",
3751                     "terms": "火车站"
3752                 },
3753                 "railway/subway": {
3754                     "name": "地铁",
3755                     "terms": "地铁"
3756                 },
3757                 "railway/subway_entrance": {
3758                     "name": "地铁入口",
3759                     "terms": "地铁口"
3760                 },
3761                 "railway/tram": {
3762                     "name": "电车",
3763                     "terms": "电车"
3764                 },
3765                 "relation": {
3766                     "name": "关系",
3767                     "terms": "关系"
3768                 },
3769                 "roundabout": {
3770                     "name": "环岛"
3771                 },
3772                 "route/ferry": {
3773                     "name": "航线",
3774                     "terms": "航线"
3775                 },
3776                 "shop": {
3777                     "name": "商店",
3778                     "terms": "商店"
3779                 },
3780                 "shop/alcohol": {
3781                     "name": "酒水店",
3782                     "terms": "酒庄"
3783                 },
3784                 "shop/anime": {
3785                     "name": "动漫店",
3786                     "terms": "动漫店"
3787                 },
3788                 "shop/antiques": {
3789                     "name": "古董店",
3790                     "terms": "古董店"
3791                 },
3792                 "shop/art": {
3793                     "name": "艺术品店",
3794                     "terms": "艺术品店"
3795                 },
3796                 "shop/baby_goods": {
3797                     "name": "婴儿用品店",
3798                     "terms": "母婴用品店, 婴幼儿用品店"
3799                 },
3800                 "shop/bag": {
3801                     "name": "箱包店",
3802                     "terms": "箱包店,行李店"
3803                 },
3804                 "shop/bakery": {
3805                     "name": "面包店",
3806                     "terms": "面包店"
3807                 },
3808                 "shop/bathroom_furnishing": {
3809                     "name": "浴室家具店",
3810                     "terms": "水暖店"
3811                 },
3812                 "shop/beauty": {
3813                     "name": "美容店",
3814                     "terms": "美容院"
3815                 },
3816                 "shop/beauty/nails": {
3817                     "name": "美甲店",
3818                     "terms": "美甲店,美甲沙龙"
3819                 },
3820                 "shop/beauty/tanning": {
3821                     "name": "日光浴沙龙",
3822                     "terms": "日光浴沙龙,阳光浴房"
3823                 },
3824                 "shop/bed": {
3825                     "name": "床上用品店",
3826                     "terms": "床上用品店"
3827                 },
3828                 "shop/beverages": {
3829                     "name": "饮料店",
3830                     "terms": "饮品店"
3831                 },
3832                 "shop/bicycle": {
3833                     "name": "自行车店",
3834                     "terms": "自行车,单车"
3835                 },
3836                 "shop/bookmaker": {
3837                     "name": "书商",
3838                     "terms": "书商"
3839                 },
3840                 "shop/books": {
3841                     "name": "书店",
3842                     "terms": "书店,书城"
3843                 },
3844                 "shop/boutique": {
3845                     "name": "精品店",
3846                     "terms": "精品店"
3847                 },
3848                 "shop/butcher": {
3849                     "name": "肉店",
3850                     "terms": "肉铺"
3851                 },
3852                 "shop/candles": {
3853                     "name": "蜡烛店",
3854                     "terms": "蜡烛专卖店"
3855                 },
3856                 "shop/car": {
3857                     "name": "汽车店",
3858                     "terms": "车行"
3859                 },
3860                 "shop/car_parts": {
3861                     "name": "汽车零部件商店",
3862                     "terms": "汽车配件店"
3863                 },
3864                 "shop/car_repair": {
3865                     "name": "汽车修理店",
3866                     "terms": "汽车修理店"
3867                 },
3868                 "shop/carpet": {
3869                     "name": "地毯店",
3870                     "terms": "地毯店,毯店"
3871                 },
3872                 "shop/charity": {
3873                     "name": "慈善机构店",
3874                     "terms": "慈善机构店,慈善资助店"
3875                 },
3876                 "shop/cheese": {
3877                     "name": "奶酪店",
3878                     "terms": "奶酪店,奶酪专卖店"
3879                 },
3880                 "shop/chemist": {
3881                     "name": "药妆店",
3882                     "terms": "药妆店"
3883                 },
3884                 "shop/chocolate": {
3885                     "name": "巧克力店",
3886                     "terms": "巧克力店,巧克力专卖店"
3887                 },
3888                 "shop/clothes": {
3889                     "name": "服装店",
3890                     "terms": "服装店"
3891                 },
3892                 "shop/coffee": {
3893                     "name": "咖啡豆/粉店",
3894                     "terms": "咖啡豆店,咖啡粉店"
3895                 },
3896                 "shop/computer": {
3897                     "name": "电脑店",
3898                     "terms": "电脑店"
3899                 },
3900                 "shop/confectionery": {
3901                     "name": "糖果店",
3902                     "terms": "糖果店,糖果屋"
3903                 },
3904                 "shop/convenience": {
3905                     "name": "便利店",
3906                     "terms": "便利店"
3907                 },
3908                 "shop/copyshop": {
3909                     "name": "打印店",
3910                     "terms": "打印社,复印店"
3911                 },
3912                 "shop/cosmetics": {
3913                     "name": "化妆品店",
3914                     "terms": "日化店"
3915                 },
3916                 "shop/craft": {
3917                     "name": "艺术/手工艺品店",
3918                     "terms": "艺术/手工艺品店"
3919                 },
3920                 "shop/curtain": {
3921                     "name": "窗帘店",
3922                     "terms": "窗帘店"
3923                 },
3924                 "shop/dairy": {
3925                     "name": "牛奶店",
3926                     "terms": "牛奶店"
3927                 },
3928                 "shop/deli": {
3929                     "name": "熟食店",
3930                     "terms": "熟食店"
3931                 },
3932                 "shop/department_store": {
3933                     "name": "百货商场",
3934                     "terms": "百货店"
3935                 },
3936                 "shop/doityourself": {
3937                     "name": "DIY店",
3938                     "terms": "DIY商店,手工店"
3939                 },
3940                 "shop/dry_cleaning": {
3941                     "name": "干洗店",
3942                     "terms": "干洗店"
3943                 },
3944                 "shop/e-cigarette": {
3945                     "name": "电子烟店",
3946                     "terms": "电子烟店"
3947                 },
3948                 "shop/electronics": {
3949                     "name": "电器店",
3950                     "terms": "电器店"
3951                 },
3952                 "shop/erotic": {
3953                     "name": "情趣用品店",
3954                     "terms": "情趣用品店,性爱店"
3955                 },
3956                 "shop/fabric": {
3957                     "name": "布店",
3958                     "terms": "布店"
3959                 },
3960                 "shop/farm": {
3961                     "name": "农产直销店",
3962                     "terms": "农产直销店"
3963                 },
3964                 "shop/fashion": {
3965                     "name": "服装店",
3966                     "terms": "服装店,潮流服饰店"
3967                 },
3968                 "shop/fishmonger": {
3969                     "name": "海产店"
3970                 },
3971                 "shop/florist": {
3972                     "name": "花店",
3973                     "terms": "花店"
3974                 },
3975                 "shop/frame": {
3976                     "name": "相框店",
3977                     "terms": "相框店"
3978                 },
3979                 "shop/funeral_directors": {
3980                     "name": "殡仪馆",
3981                     "terms": "殡仪馆,墓园,墓地,坟墓,丧葬承办人,殡葬业者,殡葬,死亡,逝世,丧礼,葬"
3982                 },
3983                 "shop/furnace": {
3984                     "name": "熔炉店",
3985                     "terms": "熔炉店"
3986                 },
3987                 "shop/furniture": {
3988                     "name": "家具店",
3989                     "terms": "家具店"
3990                 },
3991                 "shop/garden_centre": {
3992                     "name": "园艺品店",
3993                     "terms": "花店"
3994                 },
3995                 "shop/gift": {
3996                     "name": "礼品店",
3997                     "terms": "礼品店"
3998                 },
3999                 "shop/greengrocer": {
4000                     "name": "果蔬店",
4001                     "terms": "果蔬店"
4002                 },
4003                 "shop/hairdresser": {
4004                     "name": "理发店",
4005                     "terms": "理发店"
4006                 },
4007                 "shop/hardware": {
4008                     "name": "五金店",
4009                     "terms": "五金店"
4010                 },
4011                 "shop/hearing_aids": {
4012                     "name": "听觉恢复用品店",
4013                     "terms": "听觉恢复用品店"
4014                 },
4015                 "shop/herbalist": {
4016                     "name": "草药店",
4017                     "terms": "草药店,中医"
4018                 },
4019                 "shop/hifi": {
4020                     "name": "音响店",
4021                     "terms": "音响店"
4022                 },
4023                 "shop/houseware": {
4024                     "name": "小型家饰店",
4025                     "terms": "小型家饰店"
4026                 },
4027                 "shop/interior_decoration": {
4028                     "name": "室内装饰店",
4029                     "terms": "室内装饰店"
4030                 },
4031                 "shop/jewelry": {
4032                     "name": "珠宝店",
4033                     "terms": "珠宝店"
4034                 },
4035                 "shop/kiosk": {
4036                     "name": "报刊亭",
4037                     "terms": "书报亭"
4038                 },
4039                 "shop/kitchen": {
4040                     "name": "厨房用品店",
4041                     "terms": "厨房用品店"
4042                 },
4043                 "shop/laundry": {
4044                     "name": "洗衣店",
4045                     "terms": "洗衣店"
4046                 },
4047                 "shop/leather": {
4048                     "name": "皮具店",
4049                     "terms": "皮具店"
4050                 },
4051                 "shop/locksmith": {
4052                     "name": "锁匠铺",
4053                     "terms": "锁匠铺,开锁匠"
4054                 },
4055                 "shop/lottery": {
4056                     "name": "彩票店",
4057                     "terms": "彩票店,彩票购买点"
4058                 },
4059                 "shop/mall": {
4060                     "name": "商场",
4061                     "terms": "商场"
4062                 },
4063                 "shop/massage": {
4064                     "name": "按摩店",
4065                     "terms": "按摩店"
4066                 },
4067                 "shop/medical_supply": {
4068                     "name": "医疗用品店",
4069                     "terms": "医疗用品店,医护用品店"
4070                 },
4071                 "shop/mobile_phone": {
4072                     "name": "手机店",
4073                     "terms": "手机店"
4074                 },
4075                 "shop/money_lender": {
4076                     "name": "放贷人",
4077                     "terms": "放贷人,放贷者"
4078                 },
4079                 "shop/motorcycle": {
4080                     "name": "摩托车店",
4081                     "terms": "摩托车行,摩托车"
4082                 },
4083                 "shop/music": {
4084                     "name": "音乐店",
4085                     "terms": "音乐店"
4086                 },
4087                 "shop/musical_instrument": {
4088                     "name": "乐器店",
4089                     "terms": "乐器店,音乐用品店"
4090                 },
4091                 "shop/newsagent": {
4092                     "name": "报摊",
4093                     "terms": "报摊"
4094                 },
4095                 "shop/nutrition_supplements": {
4096                     "name": "保健品店",
4097                     "terms": "保健品店"
4098                 },
4099                 "shop/optician": {
4100                     "name": "眼镜店",
4101                     "terms": "眼镜店"
4102                 },
4103                 "shop/organic": {
4104                     "name": "有机产品店",
4105                     "terms": "有机产品店"
4106                 },
4107                 "shop/outdoor": {
4108                     "name": "户外用品店",
4109                     "terms": "户外用品店,销售户外活动用品的商店"
4110                 },
4111                 "shop/paint": {
4112                     "name": "油漆店",
4113                     "terms": "油漆店,颜料店"
4114                 },
4115                 "shop/pastry": {
4116                     "name": "糕饼店",
4117                     "terms": "油酥点心店,糕点店,糕饼店,面包点心店"
4118                 },
4119                 "shop/pawnbroker": {
4120                     "name": "典当商铺",
4121                     "terms": "典当商铺,当铺"
4122                 },
4123                 "shop/pet": {
4124                     "name": "宠物店",
4125                     "terms": "宠物店"
4126                 },
4127                 "shop/photo": {
4128                     "name": "照相馆",
4129                     "terms": "照相馆"
4130                 },
4131                 "shop/pyrotechnics": {
4132                     "name": "烟花爆竹店",
4133                     "terms": "烟花爆竹店"
4134                 },
4135                 "shop/radiotechnics": {
4136                     "name": "音像制品店",
4137                     "terms": "音像制品店"
4138                 },
4139                 "shop/religion": {
4140                     "name": "宗教商店",
4141                     "terms": "宗教商店"
4142                 },
4143                 "shop/scuba_diving": {
4144                     "name": "潜水商店",
4145                     "terms": "潜水商店"
4146                 },
4147                 "shop/seafood": {
4148                     "name": "海鲜店",
4149                     "terms": "海鲜店,水产品店"
4150                 },
4151                 "shop/second_hand": {
4152                     "name": "二手市场",
4153                     "terms": "二手市场"
4154                 },
4155                 "shop/shoes": {
4156                     "name": "鞋店",
4157                     "terms": "鞋店"
4158                 },
4159                 "shop/sports": {
4160                     "name": "体育用品店",
4161                     "terms": "体育,体育用品店"
4162                 },
4163                 "shop/stationery": {
4164                     "name": "文具店",
4165                     "terms": "文具店"
4166                 },
4167                 "shop/storage_rental": {
4168                     "name": "租赁处",
4169                     "terms": "租赁处"
4170                 },
4171                 "shop/supermarket": {
4172                     "name": "超市",
4173                     "terms": "超级市场"
4174                 },
4175                 "shop/tailor": {
4176                     "name": "裁缝店",
4177                     "terms": "裁缝店"
4178                 },
4179                 "shop/tattoo": {
4180                     "name": "纹身店",
4181                     "terms": "纹身店,刺青店"
4182                 },
4183                 "shop/tea": {
4184                     "name": "茶叶商店",
4185                     "terms": "茶叶商店,茶店"
4186                 },
4187                 "shop/ticket": {
4188                     "name": "售票处",
4189                     "terms": "售票处,售票亭"
4190                 },
4191                 "shop/tobacco": {
4192                     "name": "烟草店",
4193                     "terms": "烟草店"
4194                 },
4195                 "shop/toys": {
4196                     "name": "玩具店",
4197                     "terms": "玩具店"
4198                 },
4199                 "shop/travel_agency": {
4200                     "name": "旅行社",
4201                     "terms": "旅行社"
4202                 },
4203                 "shop/tyres": {
4204                     "name": "轮胎店",
4205                     "terms": "轮胎店"
4206                 },
4207                 "shop/vacant": {
4208                     "name": "空置铺位"
4209                 },
4210                 "shop/vacuum_cleaner": {
4211                     "name": "吸尘器店",
4212                     "terms": "吸尘器店"
4213                 },
4214                 "shop/variety_store": {
4215                     "name": "杂货店",
4216                     "terms": "杂货店"
4217                 },
4218                 "shop/video": {
4219                     "name": "影像店",
4220                     "terms": "影像店"
4221                 },
4222                 "shop/video_games": {
4223                     "name": "电子游戏店",
4224                     "terms": "电子游戏店,视频游戏店"
4225                 },
4226                 "shop/water_sports": {
4227                     "name": "水上运动/泳装店",
4228                     "terms": "水上运动/泳装店"
4229                 },
4230                 "shop/weapons": {
4231                     "name": "武器店",
4232                     "terms": "武器店"
4233                 },
4234                 "shop/window_blind": {
4235                     "name": "百叶窗店",
4236                     "terms": "百叶窗店"
4237                 },
4238                 "shop/wine": {
4239                     "name": "酒品商店",
4240                     "terms": "酒品商店,酒店,酒楼,酒坊"
4241                 },
4242                 "tourism": {
4243                     "name": "旅行",
4244                     "terms": "旅行"
4245                 },
4246                 "tourism/alpine_hut": {
4247                     "name": "高山小屋",
4248                     "terms": "高山小屋"
4249                 },
4250                 "tourism/apartment": {
4251                     "name": "公寓",
4252                     "terms": "公寓,客人公寓"
4253                 },
4254                 "tourism/aquarium": {
4255                     "name": "水族馆",
4256                     "terms": "水族馆,水生馆,水生,水族,海洋世界,海底世界,水生动物,水族池,鱼"
4257                 },
4258                 "tourism/artwork": {
4259                     "name": "艺术品",
4260                     "terms": "艺术品"
4261                 },
4262                 "tourism/attraction": {
4263                     "name": "旅游名胜",
4264                     "terms": "旅游名胜"
4265                 },
4266                 "tourism/camp_site": {
4267                     "name": "宿营场地",
4268                     "terms": "露营地,野营地,露营场,野营场,露营,野营,野营场地,露营场地,宿营场地,宿营地,宿营,扎营,帐篷,野外,荒野,郊野,郊外,度假"
4269                 },
4270                 "tourism/caravan_site": {
4271                     "name": "房车营地",
4272                     "terms": "房车营地"
4273                 },
4274                 "tourism/chalet": {
4275                     "name": "木屋",
4276                     "terms": "木屋"
4277                 },
4278                 "tourism/gallery": {
4279                     "name": "美术馆",
4280                     "terms": "美术馆,画廊,艺术中心"
4281                 },
4282                 "tourism/guest_house": {
4283                     "name": "招待所",
4284                     "terms": "招待所,旅馆,宾馆"
4285                 },
4286                 "tourism/hostel": {
4287                     "name": "旅舍",
4288                     "terms": "旅舍,招待所"
4289                 },
4290                 "tourism/hotel": {
4291                     "name": "宾馆",
4292                     "terms": "宾馆,酒店,旅馆"
4293                 },
4294                 "tourism/information": {
4295                     "name": "问询处",
4296                     "terms": "问讯处,问询处,信息中心,游客中心"
4297                 },
4298                 "tourism/information/board": {
4299                     "name": "信息板",
4300                     "terms": "信息板"
4301                 },
4302                 "tourism/information/guidepost": {
4303                     "name": "路标",
4304                     "terms": "路标,路牌"
4305                 },
4306                 "tourism/information/map": {
4307                     "name": "地图",
4308                     "terms": "地图"
4309                 },
4310                 "tourism/information/office": {
4311                     "name": "旅游咨询处",
4312                     "terms": "旅游咨询处,旅游问询处,旅游问询中心,旅游咨询中心,旅游咨询服务中心,旅游信息咨询处"
4313                 },
4314                 "tourism/motel": {
4315                     "name": "汽车旅馆",
4316                     "terms": "汽车旅馆"
4317                 },
4318                 "tourism/museum": {
4319                     "name": "博物馆",
4320                     "terms": "博物馆"
4321                 },
4322                 "tourism/picnic_site": {
4323                     "name": "野餐地",
4324                     "terms": "郊游地点"
4325                 },
4326                 "tourism/theme_park": {
4327                     "name": "主题公园",
4328                     "terms": "主题公园"
4329                 },
4330                 "tourism/viewpoint": {
4331                     "name": "观景点",
4332                     "terms": "景点"
4333                 },
4334                 "tourism/zoo": {
4335                     "name": "动物园",
4336                     "terms": "动物园"
4337                 },
4338                 "traffic_calming": {
4339                     "name": "交通稳静化",
4340                     "terms": "交通稳静化,交通静稳化,车辆减速措施"
4341                 },
4342                 "traffic_calming/bump": {
4343                     "name": "减速带",
4344                     "terms": "减速带"
4345                 },
4346                 "traffic_calming/chicane": {
4347                     "name": "曲折车行道",
4348                     "terms": "曲折车行道,减速弯道"
4349                 },
4350                 "traffic_calming/choker": {
4351                     "name": "窄化路面",
4352                     "terms": "窄化路面,瓶颈化交叉口,窄点"
4353                 },
4354                 "traffic_calming/cushion": {
4355                     "name": "减速垫",
4356                     "terms": "减速垫,减速板,减速带,减速胶"
4357                 },
4358                 "traffic_calming/dip": {
4359                     "name": "路凹",
4360                     "terms": "路凹,减速路凹,减速坑"
4361                 },
4362                 "traffic_calming/hump": {
4363                     "name": "减速台",
4364                     "terms": "减速台"
4365                 },
4366                 "traffic_calming/island": {
4367                     "name": "交通岛",
4368                     "terms": "交通岛,导流岛,安全岛,中心岛,交通稳静化"
4369                 },
4370                 "traffic_calming/rumble_strip": {
4371                     "name": "路肩警示带",
4372                     "terms": "路肩警示带,路侧振动带"
4373                 },
4374                 "traffic_calming/table": {
4375                     "name": "人行横道",
4376                     "terms": "行人专用路"
4377                 },
4378                 "type/boundary": {
4379                     "name": "边界",
4380                     "terms": "边界"
4381                 },
4382                 "type/boundary/administrative": {
4383                     "name": "行政区边界",
4384                     "terms": "行政边界"
4385                 },
4386                 "type/multipolygon": {
4387                     "name": "多个面"
4388                 },
4389                 "type/restriction": {
4390                     "name": "限制",
4391                     "terms": "限制"
4392                 },
4393                 "type/restriction/no_left_turn": {
4394                     "name": "禁止左转",
4395                     "terms": "禁止左转弯"
4396                 },
4397                 "type/restriction/no_right_turn": {
4398                     "name": "禁止右转",
4399                     "terms": "禁止右转弯"
4400                 },
4401                 "type/restriction/no_straight_on": {
4402                     "name": "禁止直行",
4403                     "terms": "禁止直行"
4404                 },
4405                 "type/restriction/no_u_turn": {
4406                     "name": "禁止掉头",
4407                     "terms": "禁止掉头"
4408                 },
4409                 "type/restriction/only_left_turn": {
4410                     "name": "仅左转",
4411                     "terms": "仅左转"
4412                 },
4413                 "type/restriction/only_right_turn": {
4414                     "name": "仅右转",
4415                     "terms": "仅右转"
4416                 },
4417                 "type/restriction/only_straight_on": {
4418                     "name": "禁止转向",
4419                     "terms": "禁止转向"
4420                 },
4421                 "type/route": {
4422                     "name": "线路",
4423                     "terms": "路线,路径"
4424                 },
4425                 "type/route/bicycle": {
4426                     "name": "自行车线路",
4427                     "terms": "单车线路,自行车,单车,路线,线路"
4428                 },
4429                 "type/route/bus": {
4430                     "name": "公共汽车线路",
4431                     "terms": "公交线路,路线,线路,公交路线,公共汽车路线"
4432                 },
4433                 "type/route/detour": {
4434                     "name": "绕行线路",
4435                     "terms": "迂回线路,绕道线路,绕路线路,路线,线路"
4436                 },
4437                 "type/route/ferry": {
4438                     "name": "渡轮航线",
4439                     "terms": "渡轮航线"
4440                 },
4441                 "type/route/foot": {
4442                     "name": "步行线路",
4443                     "terms": "步行路线,路线,线路"
4444                 },
4445                 "type/route/hiking": {
4446                     "name": "徒步线路",
4447                     "terms": "远足线路,路线,线路,徒步,远足,远足路线,徒步路线"
4448                 },
4449                 "type/route/horse": {
4450                     "name": "骑行线路",
4451                     "terms": "骑行线路"
4452                 },
4453                 "type/route/pipeline": {
4454                     "name": "管道线路",
4455                     "terms": "管道路线,管线,路线,线路"
4456                 },
4457                 "type/route/power": {
4458                     "name": "电力线路",
4459                     "terms": "供电路线,电力路线,供电线路,路线,线路"
4460                 },
4461                 "type/route/road": {
4462                     "name": "驾驶线路",
4463                     "terms": "行车路线,行车线路,驾驶路线,路线,线路"
4464                 },
4465                 "type/route/train": {
4466                     "name": "列车线路",
4467                     "terms": "列车路线,火车,铁路,路线,线路"
4468                 },
4469                 "type/route/tram": {
4470                     "name": "电车线路",
4471                     "terms": "电车路线,路线,线路"
4472                 },
4473                 "type/route_master": {
4474                     "name": "线路主线",
4475                     "terms": "线路干线,主线,干线,线路,路线"
4476                 },
4477                 "type/site": {
4478                     "name": "场址",
4479                     "terms": "场址,地点,场地"
4480                 },
4481                 "vertex": {
4482                     "name": "其它",
4483                     "terms": "其它"
4484                 },
4485                 "waterway": {
4486                     "name": "航道"
4487                 },
4488                 "waterway/boatyard": {
4489                     "name": "船舶库",
4490                     "terms": "船舶库"
4491                 },
4492                 "waterway/canal": {
4493                     "name": "运河",
4494                     "terms": "运河"
4495                 },
4496                 "waterway/dam": {
4497                     "name": "水坝",
4498                     "terms": "水坝"
4499                 },
4500                 "waterway/ditch": {
4501                     "name": "水沟",
4502                     "terms": "沟,沟渠,涧"
4503                 },
4504                 "waterway/dock": {
4505                     "name": "干船坞/湿船坞",
4506                     "terms": "干船坞,湿船坞,干坞,湿坞"
4507                 },
4508                 "waterway/drain": {
4509                     "name": "渠",
4510                     "terms": "下水道"
4511                 },
4512                 "waterway/fuel": {
4513                     "name": "船舶加油站",
4514                     "terms": "船舶加油站"
4515                 },
4516                 "waterway/river": {
4517                     "name": "河",
4518                     "terms": "江,河流,川"
4519                 },
4520                 "waterway/riverbank": {
4521                     "name": "堤",
4522                     "terms": "岸,畔,河岸,河堤,河畔"
4523                 },
4524                 "waterway/sanitary_dump_station": {
4525                     "name": "航船卸污站",
4526                     "terms": "航船卸污站,垃圾处理"
4527                 },
4528                 "waterway/stream": {
4529                     "name": "溪",
4530                     "terms": "小河,小溪,涧,溪流"
4531                 },
4532                 "waterway/water_point": {
4533                     "name": "航行用淡水",
4534                     "terms": "航行用淡水,淡水,饮用水"
4535                 },
4536                 "waterway/waterfall": {
4537                     "name": "瀑布",
4538                     "terms": "瀑布,跌水,飞瀑"
4539                 },
4540                 "waterway/weir": {
4541                     "name": "堰",
4542                     "terms": "坝,堰坝,拦河坝"
4543                 }
4544             }
4545         }
4546     }
4547 }