]> git.openstreetmap.org Git - rails.git/blob - config/locales/zh-CN.yml
Merge branch 'pull/4793'
[rails.git] / config / locales / zh-CN.yml
1 # Messages for Simplified Chinese (中文(简体))
2 # Exported from translatewiki.net
3 # Export driver: phpyaml
4 # Author: )8
5 # Author: 500000000006城
6 # Author: A Chinese Wikipedian
7 # Author: A Retired User
8 # Author: Amire80
9 # Author: Anakmalaysia
10 # Author: Angrydog001
11 # Author: Anterdc99
12 # Author: Assoc
13 # Author: Boyuan Yang
14 # Author: C933103
15 # Author: David S. Hwang
16 # Author: Deathkon
17 # Author: Dimension
18 # Author: Dream Star.cn
19 # Author: Duolaimi
20 # Author: FakeGreenHand
21 # Author: Fanjiayi
22 # Author: Gerongfenh
23 # Author: Googology
24 # Author: Grace03
25 # Author: GuoPC
26 # Author: Hehua
27 # Author: Hmgrmb
28 # Author: Hudafu
29 # Author: Hydra
30 # Author: Hzy980512
31 # Author: Ignatgg
32 # Author: Impersonator 1
33 # Author: Irati
34 # Author: Jienus
35 # Author: Jiwei
36 # Author: John Smith Ri
37 # Author: Josephine W.
38 # Author: Ken418
39 # Author: Koalberry
40 # Author: Lakejason0
41 # Author: Lantianjialiang
42 # Author: Lantx
43 # Author: LaoShuBaby
44 # Author: Lepus
45 # Author: Liangent
46 # Author: LittlePaw365
47 # Author: Liuxinyu970226
48 # Author: Mmyangfl
49 # Author: Mywood
50 # Author: Nemo bis
51 # Author: NigelSoft
52 # Author: PhiLiP
53 # Author: Qiyue2001
54 # Author: RyRubyy
55 # Author: RyanCray88
56 # Author: Shizhao
57 # Author: SinonJZH
58 # Author: SkyEye FAST
59 # Author: StarrySky
60 # Author: StephDC
61 # Author: TianyinLee
62 # Author: Tntchn
63 # Author: TsuyaMarisa
64 # Author: Vikarna
65 # Author: VulpesVulpes825
66 # Author: WQL
67 # Author: Wong128cn
68 # Author: Wuqianye
69 # Author: Xiaomingyan
70 # Author: Xyb
71 # Author: Yfdyh000
72 # Author: Zazzzz
73 # Author: Zfshuo
74 # Author: Zhang8569
75 # Author: 乌拉跨氪
76 # Author: 予弦
77 # Author: 列维劳德
78 # Author: 夢蝶葬花
79 # Author: 孟天皓
80 # Author: 水獭很懒
81 # Author: 沈澄心
82 # Author: 神樂坂秀吉
83 # Author: 羊羊32521
84 # Author: 落花有意12138
85 # Author: 铁桶
86 # Author: 阿pp
87 # Author: 魔琴
88 # Author: 아라
89 ---
90 zh-CN:
91   time:
92     formats:
93       friendly: '%Y年%B%e日 %H:%M'
94       blog: '%Y年%B%e日'
95   helpers:
96     file:
97       prompt: 选择文件
98     submit:
99       diary_comment:
100         create: 评论
101       diary_entry:
102         create: 发布
103         update: 更新
104       issue_comment:
105         create: 添加评论
106       message:
107         create: 发送
108       client_application:
109         create: 注册
110         update: 更新
111       oauth2_application:
112         create: 注册
113         update: 更新
114       redaction:
115         create: 创建隐删
116         update: 保存隐删
117       trace:
118         create: 上传
119         update: 保存更改
120       user_block:
121         create: 创建封禁
122         update: 更新封禁
123   activerecord:
124     errors:
125       messages:
126         invalid_email_address: 似乎不是有效的电子邮件地址
127         email_address_not_routable: 不可路由
128         display_name_is_user_n: 不能为“user_n”,除非“n”是您的用户ID
129       models:
130         user_mute:
131           is_already_muted: 已忽视
132     models:
133       acl: 访问控制列表
134       changeset: 变更集
135       changeset_tag: 变更集标签
136       country: 国家
137       diary_comment: 日记评论
138       diary_entry: 日记文章
139       friend: 朋友
140       issue: 问题
141       language: 语言
142       message: 消息
143       node: 节点
144       node_tag: 节点标签
145       old_node: 旧节点
146       old_node_tag: 旧节点标签
147       old_relation: 旧关系
148       old_relation_member: 旧关系成员
149       old_relation_tag: 旧关系标签
150       old_way: 旧路径
151       old_way_node: 旧路径节点
152       old_way_tag: 旧路径标签
153       relation: 关系
154       relation_member: 关系成员
155       relation_tag: 关系标签
156       report: 报告
157       session: 会话
158       trace: 轨迹
159       tracepoint: 轨迹点
160       tracetag: 轨迹标签
161       user: 用户
162       user_preference: 用户偏好
163       user_token: 用户密钥
164       way: 路径
165       way_node: 路径节点
166       way_tag: 路径标签
167     attributes:
168       client_application:
169         name: 名称(必填)
170         url: 主程序URL(必填)
171         callback_url: 回调 URL
172         support_url: 支持 URL
173         allow_read_prefs: 读取其用户设置
174         allow_write_prefs: 修改其用户偏好
175         allow_write_diary: 创建日记文章、评论并结交朋友。
176         allow_write_api: 修改地图
177         allow_read_gpx: 读取他们的私人GPS轨迹
178         allow_write_gpx: 上传GPS轨迹
179         allow_write_notes: 修改注记
180       diary_comment:
181         body: 正文
182       diary_entry:
183         user: 用户
184         title: 主题
185         body: 正文
186         latitude: 纬度
187         longitude: 经度
188         language_code: 语言
189       doorkeeper/application:
190         name: 名称
191         redirect_uri: 重定向URI
192         confidential: 保密的应用程序?
193         scopes: 权限
194       friend:
195         user: 用户
196         friend: 朋友
197       trace:
198         user: 用户
199         visible: 可见
200         name: 文件名
201         size: 大小
202         latitude: 纬度
203         longitude: 经度
204         public: 公开
205         description: 描述
206         gpx_file: 上传 GPX 文件
207         visibility: 可见性
208         tagstring: 标签
209       message:
210         sender: 发件人
211         title: 主题
212         body: 正文
213         recipient: 收件人
214       redaction:
215         title: 标题
216         description: 描述
217       report:
218         category: 选择您举报的原因
219         details: 请提供一些有关问题的更多详情(必填)。
220       user:
221         auth_provider: 验证提供商
222         auth_uid: 验证UID
223         email: 电子邮件
224         new_email: 新电子邮件地址
225         active: 激活
226         display_name: 显示名称
227         description: 个人资料描述
228         home_lat: 纬度
229         home_lon: 经度
230         languages: 首选语言
231         preferred_editor: 首选编辑器
232         pass_crypt: 密码
233         pass_crypt_confirmation: 确认密码
234     help:
235       doorkeeper/application:
236         confidential: 应用程序将在客户密钥可以保密时使用(本地移动应用程序和单页应用程序不保密)
237         redirect_uri: 每个URI使用一行
238       trace:
239         tagstring: 用逗号分隔
240       user_block:
241         reason: 用户被封禁的原因。请尽可能以冷静、合理的态度,尽量详细的说明有关情况,并请记住,该信息将被公开。请牢记,并非所有用户都了解社区的术语,所以请尝试使用较通俗的说法。
242         needs_view: 在清除这个封禁之前,是否需要用户先登录?
243       user:
244         new_email: (从不公开显示)
245   datetime:
246     distance_in_words_ago:
247       about_x_hours:
248         one: 约%{count}小时前
249         other: 约%{count}小时前
250       about_x_months:
251         one: 约%{count}个月前
252         other: 约%{count}个月前
253       about_x_years:
254         one: 约%{count}年
255         other: 约%{count}年前
256       almost_x_years:
257         one: 近%{count}年前
258         other: 近%{count}年前
259       half_a_minute: 30秒前
260       less_than_x_seconds:
261         one: 不到%{count}秒前
262         other: 不到%{count}秒前
263       less_than_x_minutes:
264         one: 小于%{count}分钟前
265         other: 小于%{count}分钟前
266       over_x_years:
267         one: 超过%{count}年前
268         other: 超过%{count}年前
269       x_seconds:
270         one: '%{count}秒前'
271         other: '%{count}秒前'
272       x_minutes:
273         one: '%{count}分钟前'
274         other: '%{count}分钟前'
275       x_days:
276         one: '%{count}日前'
277         other: '%{count}日前'
278       x_months:
279         one: '%{count}个月前'
280         other: '%{count}个月前'
281       x_years:
282         one: '%{count}年前'
283         other: '%{count}年前'
284   editor:
285     default: 默认(目前为 %{name})
286     id:
287       name: iD
288       description: iD (浏览器内编辑器)
289     remote:
290       name: 远程控制
291       description: 远程控制 (JOSM、Potlatch、Merkaartor)
292   auth:
293     providers:
294       none: 无
295       openid: 开放式身份验证(OpenID)
296       google: 谷歌
297       facebook: 脸书
298       microsoft: 微软
299       github: GitHub
300       wikipedia: 维基百科
301   api:
302     notes:
303       comment:
304         opened_at_html: 于%{when}创建
305         opened_at_by_html: '%{user}于%{when}创建'
306         commented_at_html: 于%{when}更新
307         commented_at_by_html: '%{user}于%{when}更新'
308         closed_at_html: 于%{when}解决
309         closed_at_by_html: '%{user}于%{when}解决'
310         reopened_at_html: 于%{when}重新激活
311         reopened_at_by_html: '%{user}于%{when}重新激活'
312       rss:
313         title: OpenStreetMap 注记
314         description_all: 已报告、评论或关闭的注记列表
315         description_area: 在您的区域 [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
316           报告、评论或关闭的注记列表
317         description_item: 注记 %{id} 的简易信息聚合馈送(RSS)
318         opened: 新注记(靠近 %{place})
319         commented: 新评论(靠近 %{place})
320         closed: 关闭的注记(靠近 %{place})
321         reopened: 重新激活的注记(靠近 %{place})
322       entry:
323         comment: 评论
324         full: 完整注记
325   account:
326     deletions:
327       show:
328         title: 删除我的账户
329         warning: 警告!这是账户删除流程的最后一步,并且不可被恢复。
330         delete_account: 删除账户
331         delete_introduction: 您可以通过下方的按钮删除您的OpenStreetMap账户。请注意如下细节:
332         delete_profile: 您的个人简介,包括您的头像、介绍和家的位置,都将被移除。
333         delete_display_name: 您的用户名将被移除,并且可以被其他账户重复使用。
334         retain_caveats: 然而,部分关于您的信息仍将被保留在OpenStreetMap里,即使在您的账户被删除后:
335         retain_edits: 您对地图数据库的编辑,如果有,将被保留。
336         retain_traces: 您上传的轨迹,如果有,将被保留。
337         retain_diary_entries: 您的日记与日记下的评论,如果有,将被保留,但不可见。
338         retain_notes: 您的地图注记与注记中的评论,如果有,将被保留,但不可见。
339         retain_changeset_discussions: 您在变更集下的讨论,如果有,将被保留。
340         retain_email: 您的电子邮件地址将被保留。
341         recent_editing_html: 因为您最近有做出编辑,目前无法删除您的账号。%{time} 后才可删除。
342         confirm_delete: 您确定吗?
343         cancel: 取消
344   accounts:
345     edit:
346       title: 编辑账户
347       my settings: 我的设置
348       current email address: 当前电子邮件地址
349       external auth: 外部身份验证
350       openid:
351         link text: 这是什么?
352       public editing:
353         heading: 公开编辑
354         enabled: 启用。非匿名用户,可以编辑数据。
355         enabled link text: 这是什么?
356         disabled: 禁用且无法编辑数据,所有过去的编辑均为匿名。
357         disabled link text: 我为什么不能编辑?
358       contributor terms:
359         heading: 贡献者条款
360         agreed: 您已同意新的贡献者条款。
361         not yet agreed: 您还没有同意新的贡献者条款。
362         review link text: 请跟随此链接,方便您查看并接受新的贡献者条款。
363         agreed_with_pd: 您也将您的编辑释于公有领域。
364         link text: 这是什么?
365       save changes button: 保存更改
366       delete_account: 删除账户
367     go_public:
368       heading: 公开编辑
369       currently_not_public: 目前您的编辑是匿名的,人们无法向您发送消息或查看您的位置。要显示您编辑的内容并允许人们通过网站与您联系,请单击下面的按钮。
370       only_public_can_edit: 自0.6 API上线以来,只有公共用户可以编辑地图数据。
371       find_out_why: 找出为什么
372       email_not_revealed: 您的电子邮件地址不会公开泄露。
373       not_reversible: 此操作无法撤消,所有新用户现在默认都是公开的。
374       make_edits_public_button: 公开我所有的编辑
375     update:
376       success_confirm_needed: 成功更新用户信息。查看您邮箱中的通知以确认您的新邮箱地址。
377       success: 成功更新用户信息。
378     destroy:
379       success: 账户已删除。
380   browse:
381     deleted_ago_by_html: 由 %{user} 删除于 %{time_ago}
382     edited_ago_by_html: 由%{user} 编辑于 %{time_ago}
383     version: 版本
384     redacted_version: 隐删版本
385     in_changeset: 变更集
386     anonymous: 匿名用户
387     no_comment: (无注释)
388     part_of: 属于
389     part_of_relations:
390       one: '%{count} 个关系'
391       other: '%{count} 个关系'
392     part_of_ways:
393       one: '%{count} 条路径'
394       other: '%{count} 条路径'
395     download_xml: 下载 XML
396     view_history: 查看历史
397     view_unredacted_history: 查看未隐删的历史
398     view_details: 查看详情
399     view_redacted_data: 查看已隐删的数据
400     view_redaction_message: 查看隐删消息
401     location: 位置:
402     node:
403       title_html: 节点:%{name}
404       history_title_html: 节点历史:%{name}
405     way:
406       title_html: 路径:%{name}
407       history_title_html: 路径历史:%{name}
408       nodes: 节点
409       nodes_count: '%{count}个节点'
410       also_part_of_html:
411         one: 属于路径 %{related_ways}
412         other: 属于路径 %{related_ways}
413     relation:
414       title_html: 关系:%{name}
415       history_title_html: 关系历史:%{name}
416       members: 成员
417       members_count:
418         one: '%{count} 位成员'
419         other: '%{count} 位成员'
420     relation_member:
421       entry_role_html: '%{type} %{name} 作为%{role}'
422       type:
423         node: 节点
424         way: 路径
425         relation: 关系
426     containing_relation:
427       entry_html: 关系 %{relation_name}
428       entry_role_html: 关系 %{relation_name} (作为 %{relation_role})
429     not_found:
430       title: 未找到
431       sorry: '抱歉,无法找到 %{type} #%{id}。'
432       type:
433         node: 节点
434         way: 路径
435         relation: 关系
436         changeset: 变更集
437         note: 注记
438     timeout:
439       title: 超时错误
440       sorry: 对不起,检索 id 为 %{id} 的 %{type} 的数据时间过长。
441       type:
442         node: 节点
443         way: 路径
444         relation: 关系
445         changeset: 变更集
446         note: 注记
447     redacted:
448       redaction: 隐删 %{id}
449       message_html: 该%{type}版本 %{version} 无法显示,因为其已被隐删。详情请见%{redaction_link}。
450       type:
451         node: 节点
452         way: 路径
453         relation: 关系
454     start_rjs:
455       feature_warning: 正在加载 %{num_features} 个要素,这可能会使您的浏览器变慢或无响应。确定要显示此数据吗?
456       load_data: 加载数据
457       loading: 加载中…
458     tag_details:
459       tags: 标签
460       wiki_link:
461         key: '%{key} 标签的 wiki 说明页面'
462         tag: '%{key}=%{value} 标签的 wiki 说明页面'
463       wikidata_link: 维基数据上的%{page}项
464       wikipedia_link: 维基百科上的 %{page} 条目
465       wikimedia_commons_link: 在维基共享资源上的%{page}项目
466       telephone_link: 请拨打 %{phone_number}
467       colour_preview: '%{colour_value}的颜色预览'
468       email_link: 电子邮件 %{email}
469     query:
470       title: 查询要素
471       introduction: 点击地图以查找附近要素。
472       nearby: 附近要素
473       enclosing: 封闭要素
474   old_nodes:
475     not_found:
476       sorry: '抱歉,无法找到节点 #%{id} 的版本 %{version}。'
477   old_ways:
478     not_found:
479       sorry: '抱歉,无法找到路径 #%{id} 的版本 %{version}。'
480   old_relations:
481     not_found:
482       sorry: '抱歉,无法找到关系 #%{id} 的版本 %{version}。'
483   changesets:
484     changeset_paging_nav:
485       showing_page: 第 %{page} 页
486       next: 下一页 »
487       previous: « 上一页
488     changeset:
489       anonymous: 匿名用户
490       no_edits: (无编辑)
491       view_changeset_details: 查看变更集详情
492     changesets:
493       id: ID
494       saved_at: 保存于
495       user: 用户
496       comment: 评论
497       area: 区域
498     index:
499       title: 变更集
500       title_user: '%{user}的变更集'
501       title_user_link_html: '%{user_link}的变更集'
502       title_friend: 由我的朋友所做的变更集
503       title_nearby: 附近用户的变更集
504       empty: 未找到变更集。
505       empty_area: 该区域内没有变更集。
506       empty_user: 无该用户的变更集。
507       no_more: 未找到更多变更集。
508       no_more_area: 该区域内没有更多变更集。
509       no_more_user: 该用户无更多变更集。
510       load_more: 加载更多
511       feed:
512         title: 变更集 %{id}
513         title_comment: 变更集 %{id} - %{comment}
514         created: 创建于
515         closed: 关闭于
516         belongs_to: 作者
517     subscribe:
518       heading: 订阅以下变更集讨论吗?
519       button: 订阅讨论
520     unsubscribe:
521       heading: 退订以下变更集讨论吗?
522       button: 退订讨论
523     heading:
524       title: 变更集 %{id}
525       created_by_html: 由 %{link_user} 在 %{created} 创建。
526     no_such_entry:
527       title: 无此变更集
528       heading: 找不到ID为%{id}的文章
529       body: 对不起,没有ID为 %{id} 的变更集。请检查您的拼写,或者可能是点击了错误的链接。
530     show:
531       title: 变更集:%{id}
532       created: 创建于:%{when}
533       closed: 关闭于:%{when}
534       created_ago_html: 创建于 %{time_ago}
535       closed_ago_html: 关闭于 %{time_ago}
536       created_ago_by_html: 由 %{user} 创建于 %{time_ago}
537       closed_ago_by_html: 由 %{user} 关闭于 %{time_ago}
538       discussion: 讨论
539       join_discussion: 登录以加入讨论
540       still_open: 变更集依然开放——一旦变更集关闭讨论将开放。
541       subscribe: 订阅
542       unsubscribe: 取消订阅
543       comment_by_html: '%{user} 于 %{time_ago} 的评论'
544       hidden_comment_by_html: '%{user} 于 %{time_ago} 的隐藏评论'
545       hide_comment: 隐藏
546       unhide_comment: 取消隐藏
547       comment: 评论
548       changesetxml: 变更集 XML
549       osmchangexml: osmChange XML
550     paging_nav:
551       nodes: 节点 (%{count})
552       nodes_paginated: 节点 (%{x}-%{y},共 %{count})
553       ways: 路径 (%{count})
554       ways_paginated: 路径 (%{x}-%{y},共 %{count})
555       relations: 关系 (%{count})
556       relations_paginated: 关系 (%{x}-%{y},共 %{count})
557     timeout:
558       sorry: 抱歉,您所请求的变更集列表检索时间过长。
559   changeset_comments:
560     comment:
561       comment: '%{author}对变更集%{changeset_id}的新评论'
562       commented_at_by_html: 由%{user}更新于%{when}
563     comments:
564       comment: '%{author}对变更集%{changeset_id}的新评论'
565     index:
566       title_all: OpenStreetMap 变更集讨论
567       title_particular: 'OpenStreetMap 变更集 #%{changeset_id} 讨论'
568     timeout:
569       sorry: 抱歉,您请求的变更集评论列表检索时间过长。
570   dashboards:
571     contact:
572       km away: '%{count}千米外'
573       m away: '%{count}米外'
574       latest_edit_html: '%{ago}的最后编辑:'
575     popup:
576       your location: 您的位置
577       nearby mapper: 附近绘图者
578       friend: 朋友
579     show:
580       title: 我的综合面板
581       no_home_location_html: '%{edit_profile_link}并设定你的家庭地址来查看附近的用户。'
582       edit_your_profile: 编辑你的档案
583       my friends: 我的朋友
584       no friends: 您还没有添加任何好友。
585       nearby users: 其他附近的用户
586       no nearby users: 附近没有在进行制图的用户。
587       friends_changesets: 朋友的变更集
588       friends_diaries: 朋友的日记文章
589       nearby_changesets: 附近用户的变更集
590       nearby_diaries: 附近用户的日记文章
591   diary_entries:
592     new:
593       title: 新日记文章
594     form:
595       location: 位置
596       use_map_link: 使用地图
597     index:
598       title: 用户日记
599       title_friends: 朋友的日记
600       title_nearby: 附近用户的日记
601       user_title: '%{user}的日记'
602       in_language_title: '%{language}日记文章'
603       new: 新日记文章
604       new_title: 在我的用户日记中撰写新文章
605       my_diary: 我的日记
606       no_entries: 无日记文章
607       recent_entries: 最近的日记文章
608       older_entries: 较早的文章
609       newer_entries: 较新的文章
610     edit:
611       title: 编辑日记文章
612       marker_text: 日记文章位置
613     show:
614       title: '%{user} 的日记 | %{title}'
615       user_title: '%{user}的日记'
616       discussion: 讨论
617       subscribe: 订阅
618       unsubscribe: 取消订阅
619       leave_a_comment: 留下评论
620       login_to_leave_a_comment_html: '%{login_link}以留下评论'
621       login: 登录
622     no_such_entry:
623       title: 没有这篇日记文章
624       heading: 没有ID为 %{id} 的文章
625       body: 对不起,没有 id 为 %{id} 的日记文章或评论。请检查您的拼写,或是您可能点击了错误的链接。
626     diary_entry:
627       posted_by_html: '%{link_user} 于 %{created} 以 %{language_link} 发布'
628       updated_at_html: 最后一次更新于%{updated}。
629       comment_link: 评论该文章
630       reply_link: 向作者发送消息
631       comment_count:
632         one: '%{count} 个评论'
633         other: '%{count} 个评论'
634       no_comments: 没有评论
635       edit_link: 编辑此文章
636       hide_link: 隐藏此文章
637       unhide_link: 取消隐藏此文章
638       confirm: 确认
639       report: 举报此文章
640     diary_comment:
641       comment_from_html: '%{link_user} 于 %{comment_created_at} 的评论'
642       hide_link: 隐藏此评论
643       unhide_link: 显示此评论
644       confirm: 确认
645       report: 举报此评论
646     location:
647       location: 位置:
648       view: 查看
649       edit: 编辑
650     feed:
651       user:
652         title: '%{user} 的 OpenStreetMap 日记文章'
653         description: '%{user} 最近的 OpenStreetMap 日记文章'
654       language:
655         title: 以 %{language_name} 书写的 OpenStreetMap 日记文章
656         description: 最近的以 %{language_name} 书写的 OpenStreetMap 用户日记文章
657       all:
658         title: OpenStreetMap 日记文章
659         description: 最近的 OpenStreetMap 用户日记文章
660     subscribe:
661       heading: 订阅以下日记讨论吗?
662       button: 订阅讨论
663     unsubscribe:
664       heading: 退订以下日记讨论吗?
665       button: 退订讨论
666   diary_comments:
667     index:
668       title: '%{user} 已添加日记评论'
669       heading: '%{user} 的日记评论'
670       subheading_html: '%{user} 已添加日记评论'
671       no_comments: 没有日记评论
672       post: 发布
673       when: 时间
674       comment: 评论
675       newer_comments: 较新评论
676       older_comments: 较旧评论
677   doorkeeper:
678     errors:
679       messages:
680         account_selection_required: 授权服务器需要最终用户帐户选择
681         consent_required: 授权服务器需要最终用户同意
682         interaction_required: 授权服务器需要最终用户交互
683         login_required: 授权服务器需要最终用户身份验证
684     flash:
685       applications:
686         create:
687           notice: 应用程序已注册。
688     openid_connect:
689       errors:
690         messages:
691           auth_time_from_resource_owner_not_configured: 由于 Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner
692             缺少配置而失败。
693           reauthenticate_resource_owner_not_configured: 由于 Doorkeeper::OpenidConnect.configure.reauthenticate_resource_owner
694             缺少配置而失败。
695           resource_owner_from_access_token_not_configured: 由于 Doorkeeper::OpenidConnect.configure.resource_owner_from_access_token
696             缺少配置而失败。
697           select_account_for_resource_owner_not_configured: 由于 Doorkeeper::OpenidConnect.configure.select_account_for_resource_owner
698             缺少配置而失败。
699           subject_not_configured: 由于 Doorkeeper::OpenidConnect.configure.subject 缺少配置,ID
700             令牌生成失败。
701     scopes:
702       address: 查看您的实际地址
703       email: 查看您的电子邮件地址
704       openid: 验证您的帐户
705       phone: 查看您的电话号码
706       profile: 查看您的个人资料信息
707   errors:
708     contact:
709       contact_url: http://wiki.openstreetmap.org/wiki/Contact
710       contact_url_title: 各种联系渠道说明
711       contact: 联系
712       contact_the_community_html: 如果您发现有损坏的链接/错误,请随时%{contact_link} OpenStreetMap
713         社区。并记下您请求的确切 URL。
714     bad_request:
715       title: 错误请求
716       description: 您在 OpenStreetMap 服务器上请求的操作无效 (HTTP 400)
717     forbidden:
718       title: 禁止
719       description: 您在 OpenStreetMap 服务器上请求的操作仅限管理员使用(HTTP 403)
720     internal_server_error:
721       title: 应用程序错误
722       description: OpenStreetMap 服务器遇到意外情况,无法满足请求(HTTP 500)
723     not_found:
724       title: 文件未找到
725       description: 在 OpenStreetMap 服务器上找不到该名称的文件、目录或API 操作(HTTP 404)
726   friendships:
727     make_friend:
728       heading: 添加 %{user} 为朋友?
729       button: 添加为朋友
730       success: '%{name} 现在已成为您的朋友!'
731       failed: 对不起,未能添加 %{name} 为朋友。
732       already_a_friend: 您和 %{name} 已经是朋友了。
733       limit_exceeded: 您刚新添加了很多用户为好友。在尝试添加更多好友之前,请稍等一会儿。
734     remove_friend:
735       heading: 删除朋友 %{user}?
736       button: 删除朋友
737       success: '%{name} 已从您的朋友中删除。'
738       not_a_friend: '%{name} 不是您的朋友。'
739   geocoder:
740     search:
741       title:
742         results_from_html: 来自%{results_link}的结果
743         latlon: 内部
744     search_osm_nominatim:
745       prefix:
746         aerialway:
747           cable_car: 缆车
748           chair_lift: 登山吊椅
749           drag_lift: 上山牵引机
750           gondola: 索道
751           magic_carpet: 魔毯电梯
752           platter: 拼盘电梯
753           pylon: 桥塔
754           station: 索道站
755           t-bar: T字形电梯
756           "yes": 空中通道
757         aeroway:
758           aerodrome: 飞机场
759           airstrip: 飞机跑道
760           apron: 机场停机坪
761           gate: 登机口
762           hangar: 飞机库
763           helipad: 直升机停机坪
764           holding_position: 等车位置
765           navigationaid: 航空导航辅助
766           parking_position: 停车位置
767           runway: 飞机跑道
768           taxilane: 机坪滑行道
769           taxiway: 滑行道
770           terminal: 机场航站楼
771           windsock: 风向袋
772         amenity:
773           animal_boarding: 动物寄养处
774           animal_shelter: 动物收容所
775           arts_centre: 艺术中心
776           atm: 自动提款机
777           bank: 银行
778           bar: 酒吧
779           bbq: 烧烤
780           bench: 长椅
781           bicycle_parking: 自行车停车处
782           bicycle_rental: 自行车出租点
783           bicycle_repair_station: 自行车维修站
784           biergarten: 露天啤酒店
785           blood_bank: 血库
786           boat_rental: 租船处
787           brothel: 妓院
788           bureau_de_change: 外汇兑换点
789           bus_station: 公交场站
790           cafe: 咖啡厅
791           car_rental: 汽车租赁
792           car_sharing: 汽车共享
793           car_wash: 洗车
794           casino: 赌场
795           charging_station: 充电站
796           childcare: 托儿所
797           cinema: 电影院
798           clinic: 诊所
799           clock: 时钟
800           college: 学院
801           community_centre: 社区中心
802           conference_centre: 会议中心
803           courthouse: 法院
804           crematorium: 火葬场
805           dentist: 牙科
806           doctors: 医生办公室
807           drinking_water: 饮用水
808           driving_school: 驾驶学校
809           embassy: 大使馆
810           events_venue: 活动场地
811           fast_food: 快餐
812           ferry_terminal: 轮渡码头
813           fire_station: 消防局
814           food_court: 美食广场
815           fountain: 喷泉
816           fuel: 加油站
817           gambling: 赌博
818           grave_yard: 墓地
819           grit_bin: 砂砾箱
820           hospital: 医院
821           hunting_stand: 狩猎站
822           ice_cream: 冰淇淋
823           internet_cafe: 网咖
824           kindergarten: 幼儿园
825           language_school: 语言学校
826           library: 图书馆
827           loading_dock: 装卸码头
828           love_hotel: 情侣旅馆
829           marketplace: 市场
830           mobile_money_agent: 移动货币代理
831           monastery: 修道院
832           money_transfer: 汇款处
833           motorcycle_parking: 摩托车停车场
834           music_school: 音乐学校
835           nightclub: 夜总会
836           nursing_home: 疗养院
837           parking: 停车场
838           parking_entrance: 停车场入口
839           parking_space: 停车位
840           payment_terminal: 支付终端
841           pharmacy: 药店
842           place_of_worship: 宗教场所
843           police: 警察局
844           post_box: 信箱
845           post_office: 邮局
846           prison: 监狱
847           pub: 酒馆
848           public_bath: 公共浴场
849           public_bookcase: 公共书柜
850           public_building: 公共建筑
851           ranger_station: 公园管理站
852           recycling: 回收点
853           restaurant: 餐馆
854           sanitary_dump_station: 储粪池
855           school: 学校
856           shelter: 避雨亭
857           shower: 淋浴
858           social_centre: 社区中心
859           social_facility: 公共设施
860           studio: 工作室
861           swimming_pool: 游泳池
862           taxi: 出租车
863           telephone: 公共电话
864           theatre: 剧院
865           toilets: 洗手间
866           townhall: 市政厅
867           training: 训练设施
868           university: 大学
869           vehicle_inspection: 车辆检验站
870           vending_machine: 自动售货机
871           veterinary: 兽医
872           village_hall: 村政厅
873           waste_basket: 垃圾桶
874           waste_disposal: 废物处理
875           waste_dump_site: 垃圾倾倒场
876           watering_place: 饮水处
877           water_point: 引水点
878           weighbridge: 地磅
879           "yes": 便利设施
880         boundary:
881           aboriginal_lands: 原住民土地
882           administrative: 行政区边界
883           census: 人口普查边界
884           national_park: 国家公园
885           political: 选区边界
886           protected_area: 保护区
887           "yes": 边界
888         bridge:
889           aqueduct: 沟渠
890           boardwalk: 木板路
891           suspension: 悬索桥
892           swing: 平旋桥
893           viaduct: 高架桥
894           "yes": 桥
895         building:
896           apartment: 公寓
897           apartments: 公寓
898           barn: 谷仓
899           bungalow: 平房
900           cabin: 小屋
901           chapel: 教堂
902           church: 教堂建筑
903           civic: 市政服务建筑
904           college: 学院建筑
905           commercial: 商业建筑物
906           construction: 在建建筑
907           cowshed: 牛棚
908           detached: 独立式住宅
909           dormitory: 宿舍
910           duplex: 双拼住宅
911           farm: 农舍
912           farm_auxiliary: 辅助农舍
913           garage: 车库
914           garages: 车库
915           greenhouse: 温室
916           hangar: 机库
917           hospital: 医院建筑物
918           hotel: 酒店建筑
919           house: 房屋
920           houseboat: 船屋
921           hut: 小屋
922           industrial: 工业建筑物
923           kindergarten: 幼儿园建筑
924           manufacture: 制造业建筑
925           office: 办公楼
926           public: 公共建筑物
927           residential: 住宅建筑物
928           retail: 零售建筑物
929           roof: 屋顶
930           ruins: 损毁建筑
931           school: 学校建筑物
932           semidetached_house: 半独立式住宅
933           service: 服务建筑
934           shed: 棚
935           stable: 马厩
936           static_caravan: 大篷车
937           sty: 麦粒肿
938           temple: 庙宇建筑
939           terrace: 排屋
940           train_station: 火车站建筑
941           university: 大学建筑物
942           warehouse: 仓库
943           "yes": 建筑物
944         club:
945           scout: 童子军营地
946           sport: 体育俱乐部
947           "yes": 俱乐部
948         craft:
949           beekeeper: 养蜂人工作室
950           blacksmith: 铁匠铺
951           brewery: 啤酒厂
952           carpenter: 木匠工坊
953           caterer: 餐饮服务商
954           confectionery: 糖果店
955           dressmaker: 裁缝工作室
956           electrician: 电工工坊
957           electronics_repair: 电子产品维修
958           gardener: 园艺工坊
959           glaziery: 琉璃工坊
960           handicraft: 手工艺工坊
961           hvac: 暖通空调工坊
962           metal_construction: 金属结构坊
963           painter: 装修工坊
964           photographer: 摄影室
965           plumber: 管道工坊
966           roofer: 屋顶工作室
967           sawmill: 锯木厂
968           shoemaker: 鞋匠工坊
969           stonemason: 石匠铺
970           tailor: 裁缝店
971           window_construction: 窗户施工
972           winery: 酿酒厂
973           "yes": 工艺品店
974         emergency:
975           access_point: 存储点
976           ambulance_station: 救护站
977           assembly_point: 集合地点
978           defibrillator: 除颤仪
979           fire_extinguisher: 灭火器
980           fire_water_pond: 消防水塘
981           landing_site: 紧急着陆地点
982           life_ring: 紧急救生圈
983           phone: 紧急电话
984           siren: 防空警报
985           suction_point: 消防吸水点
986           water_tank: 紧急水箱
987         highway:
988           abandoned: 废弃公路
989           bridleway: 马道
990           bus_guideway: 导轨公交车道
991           bus_stop: 公共汽车站
992           construction: 在建公路
993           corridor: 走廊
994           crossing: 十字路口
995           cycleway: 自行车道
996           elevator: 电梯
997           emergency_access_point: 紧急求救点
998           emergency_bay: 应急停车带
999           footway: 人行道
1000           ford: 浅滩
1001           give_way: 让路标志
1002           living_street: 生活街
1003           milestone: 里程碑
1004           motorway: 高速公路
1005           motorway_junction: 高速公路匝道
1006           motorway_link: 高速公路
1007           passing_place: 避车道
1008           path: 小径
1009           pedestrian: 步行街
1010           platform: 车站
1011           primary: 主要道路
1012           primary_link: 主要道路
1013           proposed: 规划道路
1014           raceway: 赛道
1015           residential: 住宅道路
1016           rest_area: 休息区
1017           road: 道路
1018           secondary: 二级道路
1019           secondary_link: 二级道路
1020           service: 服务道路
1021           services: 高速公路服务区
1022           speed_camera: 测速摄像头
1023           steps: 楼梯
1024           stop: 停车标志
1025           street_lamp: 路灯
1026           tertiary: 三级道路
1027           tertiary_link: 三级道路
1028           track: 小路
1029           traffic_mirror: 道路反光镜
1030           traffic_signals: 交通信号灯
1031           trailhead: 步道起点
1032           trunk: 主干道路
1033           trunk_link: 干道
1034           turning_circle: 回车环
1035           turning_loop: 环形回车道
1036           unclassified: 无等级道路
1037           "yes": 道路
1038         historic:
1039           aircraft: 历史航空器
1040           archaeological_site: 遗址
1041           bomb_crater: 弹坑遗址
1042           battlefield: 战场
1043           boundary_stone: 界碑
1044           building: 古建筑
1045           bunker: 地堡
1046           cannon: 古炮
1047           castle: 城堡
1048           charcoal_pile: 史上有名的碳堆
1049           church: 教堂
1050           city_gate: 城门
1051           citywalls: 城墙
1052           fort: 堡垒
1053           heritage: 遗产地
1054           hollow_way: 坳路
1055           house: 房屋
1056           manor: 庄园
1057           memorial: 纪念碑
1058           milestone: 历史里程碑
1059           mine: 矿井
1060           mine_shaft: 矿井
1061           monument: 纪念碑
1062           railway: 历史铁路
1063           roman_road: 罗马道路
1064           ruins: 遗迹
1065           rune_stone: 符文石
1066           stone: 石头
1067           tomb: 墓
1068           tower: 塔
1069           wayside_chapel: 路边小教堂
1070           wayside_cross: 路旁十字架
1071           wayside_shrine: 路旁神龛
1072           wreck: 残骸
1073           "yes": 古迹
1074         junction:
1075           "yes": 交叉点
1076         landuse:
1077           allotments: 小块园地
1078           aquaculture: 水产养殖
1079           basin: 盆地
1080           brownfield: 棕地
1081           cemetery: 公墓
1082           commercial: 商业区
1083           conservation: 保护区
1084           construction: 工地
1085           farmland: 农田
1086           farmyard: 农家庭院
1087           forest: 森林
1088           garages: 车库
1089           grass: 草坪
1090           greenfield: 绿地
1091           industrial: 工业区
1092           landfill: 垃圾填埋场
1093           meadow: 草甸
1094           military: 军事区
1095           mine: 矿井
1096           orchard: 果园
1097           plant_nursery: 植物苗圃
1098           quarry: 采石场
1099           railway: 铁路
1100           recreation_ground: 游乐场
1101           religious: 宗教场所
1102           reservoir: 水库
1103           reservoir_watershed: 水库库区
1104           residential: 居住区
1105           retail: 零售区
1106           village_green: 乡村草坪
1107           vineyard: 葡萄园
1108           "yes": 土地利用
1109         leisure:
1110           adult_gaming_centre: 成人游戏中心
1111           amusement_arcade: 娱乐厅
1112           bandstand: 演奏台
1113           beach_resort: 海滩度假村
1114           bird_hide: 野生动物观察站
1115           bleachers: 露天看台
1116           bowling_alley: 保龄球场
1117           common: 公共用地
1118           dance: 舞厅
1119           dog_park: 狗公园
1120           firepit: 火山坑
1121           fishing: 垂钓区
1122           fitness_centre: 健身中心
1123           fitness_station: 健身设施
1124           garden: 花园
1125           golf_course: 高尔夫球场
1126           horse_riding: 骑马中心
1127           ice_rink: 滑冰场
1128           marina: 小船坞
1129           miniature_golf: 迷你高尔夫球场
1130           nature_reserve: 自然保护区
1131           outdoor_seating: 户外座位
1132           park: 公园
1133           picnic_table: 野餐桌
1134           pitch: 体育场
1135           playground: 儿童游乐场
1136           recreation_ground: 游乐场
1137           resort: 度假胜地
1138           sauna: 桑拿
1139           slipway: 船台
1140           sports_centre: 体育中心
1141           stadium: 体育场
1142           swimming_pool: 游泳池
1143           track: 跑道
1144           water_park: 水上公园
1145           "yes": 闲暇
1146         man_made:
1147           adit: 平坑
1148           advertising: 广告牌
1149           antenna: 天线
1150           avalanche_protection: 雪崩护栏
1151           beacon: 浮标
1152           beam: 梁柱
1153           beehive: 蜂窝
1154           breakwater: 防波堤
1155           bridge: 桥
1156           bunker_silo: 地堡
1157           cairn: 堆石标
1158           chimney: 烟囱
1159           clearcut: 采伐迹地
1160           communications_tower: 通讯塔
1161           crane: 吊车
1162           cross: 十字架
1163           dolphin: 系船柱
1164           dyke: 堤
1165           embankment: 路堤
1166           flagpole: 旗杆
1167           gasometer: 气量计
1168           groyne: 防波堤
1169           kiln: 窑
1170           lighthouse: 灯塔
1171           manhole: 窨井
1172           mast: 桅杆
1173           mine: 矿石
1174           mineshaft: 矿井
1175           monitoring_station: 监测站
1176           petroleum_well: 石油井
1177           pier: 码头
1178           pipeline: 管道
1179           pumping_station: 泵站
1180           reservoir_covered: 覆盖水库
1181           silo: 发射井
1182           snow_cannon: 雪炮
1183           snow_fence: 防雪栅栏
1184           storage_tank: 储油罐
1185           street_cabinet: 街柜
1186           surveillance: 监视
1187           telescope: 望远镜
1188           tower: 塔
1189           utility_pole: 电线杆
1190           wastewater_plant: 污水处理厂
1191           watermill: 水磨
1192           water_tap: 水龙头
1193           water_tower: 水塔
1194           water_well: 井
1195           water_works: 自来水厂
1196           windmill: 风车
1197           works: 工厂
1198           "yes": 人造
1199         military:
1200           airfield: 军用机场
1201           barracks: 营房
1202           bunker: 掩体
1203           checkpoint: 检查站
1204           trench: 堑壕
1205           "yes": 军队
1206         mountain_pass:
1207           "yes": 山口
1208         natural:
1209           atoll: 环礁
1210           bare_rock: 裸岩
1211           bay: 湾
1212           beach: 滩
1213           cape: 海岬
1214           cave_entrance: 洞口
1215           cliff: 峭壁
1216           coastline: 海岸线
1217           crater: 火山口
1218           dune: 沙丘
1219           fell: 费尔地貌
1220           fjord: 峡湾
1221           forest: 森林
1222           geyser: 间歇泉
1223           glacier: 冰川
1224           grassland: 草原
1225           heath: 荒野
1226           hill: 丘陵
1227           hot_spring: 温泉
1228           island: 岛
1229           isthmus: 地峡
1230           land: 陆地
1231           marsh: 沼泽
1232           moor: 停泊区
1233           mud: 泥地
1234           peak: 山顶
1235           peninsula: 半岛
1236           point: 点
1237           reef: 礁
1238           ridge: 山脊
1239           rock: 岩
1240           saddle: 鞍
1241           sand: 沙滩
1242           scree: 岩屑堆
1243           scrub: 灌木丛
1244           shingle: 砾滩
1245           spring: 泉
1246           stone: 石
1247           strait: 海峡
1248           tree: 树
1249           tree_row: 树列
1250           tundra: 苔原
1251           valley: 山谷
1252           volcano: 火山
1253           water: 水
1254           wetland: 湿地
1255           wood: 树林
1256           "yes": 自然要素
1257         office:
1258           accountant: 会计师事务所
1259           administrative: 管理
1260           advertising_agency: 广告代理办公室
1261           architect: 设计院
1262           association: 协会
1263           company: 公司
1264           diplomatic: 外交办公室
1265           educational_institution: 教育机构
1266           employment_agency: 职业介绍所
1267           energy_supplier: 能源供应商办公室
1268           estate_agent: 地产代理
1269           financial: 财务处
1270           government: 政府办公室
1271           insurance: 保险办公室
1272           it: IT办公室
1273           lawyer: 律师事务所
1274           logistics: 物流办
1275           newspaper: 报社
1276           ngo: 非政府组织办公室
1277           notary: 公证处
1278           religion: 宗教办公室
1279           research: 研究室
1280           tax_advisor: 税务顾问办公室
1281           telecommunication: 电信办公室
1282           travel_agent: 旅行社
1283           "yes": 办公室
1284         place:
1285           allotments: 分配的土地
1286           archipelago: 群岛
1287           city: 城市
1288           city_block: 城市街区
1289           country: 国家
1290           county: 县
1291           farm: 农场
1292           hamlet: 村庄
1293           house: 房屋
1294           houses: 房屋
1295           island: 岛
1296           islet: 屿
1297           isolated_dwelling: 孤立聚落
1298           locality: 地区
1299           municipality: 直辖市
1300           neighbourhood: 居住区
1301           plot: 地块
1302           postcode: 邮政编码
1303           quarter: 街角
1304           region: 地区
1305           sea: 海
1306           square: 广场
1307           state: 州/省
1308           subdivision: 细分
1309           suburb: 城市片区
1310           town: 镇
1311           village: 村
1312           "yes": 地方
1313         railway:
1314           abandoned: 已拆除铁路
1315           buffer_stop: 止冲器
1316           construction: 在建铁路
1317           disused: 废弃铁路
1318           funicular: 缆索铁路
1319           halt: 火车停车点
1320           junction: 铁路枢纽
1321           level_crossing: 平交道口
1322           light_rail: 轻轨
1323           miniature: 微型铁路
1324           monorail: 单轨铁路
1325           narrow_gauge: 窄轨铁路
1326           platform: 铁路站台
1327           preserved: 保留铁路
1328           proposed: 规划铁路
1329           rail: 铁路
1330           spur: 铁路支线
1331           station: 火车站
1332           stop: 火车停车点
1333           subway: 地铁
1334           subway_entrance: 地铁入口
1335           switch: 道岔
1336           tram: 电车轨道
1337           tram_stop: 有轨电车站
1338           turntable: 转车台
1339           yard: 车辆段
1340         shop:
1341           agrarian: 农用品店
1342           alcohol: 政府许可酒类店
1343           antiques: 古玩店
1344           appliance: 电器店
1345           art: 艺术品店
1346           baby_goods: 婴儿用品
1347           bag: 包店
1348           bakery: 面包店
1349           bathroom_furnishing: 浴室装修
1350           beauty: 美容店
1351           bed: 床上用品
1352           beverages: 饮料店
1353           bicycle: 自行车店
1354           bookmaker: 赌博业者
1355           books: 书店
1356           boutique: 精品店
1357           butcher: 肉店
1358           car: 汽车店
1359           car_parts: 汽车零部件商店
1360           car_repair: 汽车修理店
1361           carpet: 地毯店
1362           charity: 慈善商店
1363           cheese: 奶酪店
1364           chemist: 药妆店
1365           chocolate: 巧克力店
1366           clothes: 服装店
1367           coffee: 咖啡店
1368           computer: 电脑店
1369           confectionery: 糖果店
1370           convenience: 便利店
1371           copyshop: 复印店
1372           cosmetics: 化妆品店
1373           craft: 工艺品供应店
1374           curtain: 窗帘店
1375           dairy: 乳品店
1376           deli: 熟食店
1377           department_store: 百货商场
1378           discount: 折扣商品店
1379           doityourself: DIY 用品店
1380           dry_cleaning: 干洗店
1381           e-cigarette: 电子烟店
1382           electronics: 电子产品店
1383           erotic: 情趣用品店
1384           estate_agent: 地产代理
1385           fabric: 面料商店
1386           farm: 农产品店
1387           fashion: 时装店
1388           fishing: 钓鱼用品店
1389           florist: 花店
1390           food: 食品店
1391           frame: 画框店
1392           funeral_directors: 殡仪馆
1393           furniture: 家具店
1394           garden_centre: 园艺品店
1395           gas: 加油站
1396           general: 杂货店
1397           gift: 礼品店
1398           greengrocer: 蔬菜水果店
1399           grocery: 杂货店
1400           hairdresser: 理发店
1401           hardware: 五金店
1402           health_food: 保健食品店
1403           hearing_aids: 助听器店
1404           herbalist: 草药铺
1405           hifi: 音像店
1406           houseware: 家居店
1407           ice_cream: 冰淇淋店
1408           interior_decoration: 室内装饰
1409           jewelry: 珠宝店
1410           kiosk: 售货亭
1411           kitchen: 厨房商店
1412           laundry: 洗衣店
1413           locksmith: 锁匠铺
1414           lottery: 彩票
1415           mall: 购物中心
1416           massage: 按摩
1417           medical_supply: 医疗用品店
1418           mobile_phone: 手机店
1419           money_lender: 放债店
1420           motorcycle: 摩托车店
1421           motorcycle_repair: 摩托车维修店
1422           music: 音乐商店
1423           musical_instrument: 乐器店
1424           newsagent: 报摊
1425           nutrition_supplements: 营养补品店
1426           optician: 眼镜店
1427           organic: 有机食品店
1428           outdoor: 户外用品店
1429           paint: 油漆店
1430           pastry: 糕点店
1431           pawnbroker: 典当行
1432           perfumery: 香水店
1433           pet: 宠物店
1434           pet_grooming: 宠物美容店
1435           photo: 照相馆
1436           seafood: 海鲜
1437           second_hand: 二手商品店
1438           sewing: 缝纫店
1439           shoes: 鞋店
1440           sports: 体育用品店
1441           stationery: 文具店
1442           storage_rental: 仓储租赁店
1443           supermarket: 超市
1444           tailor: 裁缝店
1445           tattoo: 纹身店
1446           tea: 茶馆
1447           ticket: 售票处
1448           tobacco: 烟草店
1449           toys: 玩具店
1450           travel_agency: 旅行社
1451           tyres: 轮胎店
1452           vacant: 空店
1453           variety_store: 杂货店
1454           video: 音像店
1455           video_games: 电子游戏商店
1456           wholesale: 批发店
1457           wine: 葡萄酒店
1458           "yes": 商店
1459         tourism:
1460           alpine_hut: 高山小屋
1461           apartment: 度假公寓
1462           artwork: 艺术品
1463           attraction: 景点
1464           bed_and_breakfast: 家庭旅馆
1465           cabin: 旅游客舱
1466           camp_pitch: 营地
1467           camp_site: 宿营地
1468           caravan_site: 房车宿营地
1469           chalet: 小屋
1470           gallery: 画廊
1471           guest_house: 旅馆
1472           hostel: 招待所
1473           hotel: 酒店
1474           information: 信息处
1475           motel: 汽车旅馆
1476           museum: 博物馆
1477           picnic_site: 野餐地
1478           theme_park: 主题公园
1479           viewpoint: 观景点
1480           wilderness_hut: 荒野小屋
1481           zoo: 动物园
1482         tunnel:
1483           building_passage: 建筑通道
1484           culvert: 排水管
1485           "yes": 隧道
1486         waterway:
1487           artificial: 人工航道
1488           boatyard: 船坞
1489           canal: 运河
1490           dam: 水坝
1491           derelict_canal: 废弃运河
1492           ditch: 沟
1493           dock: 码头
1494           drain: 渠
1495           lock: 船闸
1496           lock_gate: 船闸
1497           mooring: 系泊设备
1498           rapids: 急流
1499           river: 河
1500           stream: 溪
1501           wadi: 干河
1502           waterfall: 瀑布
1503           weir: 堰
1504           "yes": 航道
1505       admin_levels:
1506         level2: 国界
1507         level3: 大区界
1508         level4: 州界/省界
1509         level5: 地区界(地级行政区界)
1510         level6: 县界
1511         level7: 市边界
1512         level8: 乡界
1513         level9: 村界
1514         level10: 村界
1515         level11: 邻里界
1516       types:
1517         cities: 城市
1518         towns: 城镇
1519         places: 地点
1520     results:
1521       no_results: 没有找到结果
1522       more_results: 更多结果
1523   issues:
1524     index:
1525       title: 问题
1526       select_status: 选择状态
1527       select_type: 选择类型
1528       select_last_updated_by: 选择上次更新者
1529       reported_user: 被举报用户
1530       not_updated: 未更新
1531       search: 搜索
1532       search_guidance: 搜索问题:
1533       user_not_found: 用户不存在
1534       issues_not_found: 找不到此问题
1535       status: 状态
1536       reports: 举报
1537       last_updated: 最后更新
1538       last_updated_time_ago_user_html: 由 %{user} 于 %{time_ago}
1539       link_to_reports: 查看举报
1540       reports_count:
1541         one: '%{count}个举报'
1542         other: '%{count}个举报'
1543       reported_item: 举报项
1544       states:
1545         ignored: 已忽略
1546         open: 开放
1547         resolved: 已解决
1548     show:
1549       title: '%{status}问题#%{issue_id}'
1550       reports:
1551         one: '%{count}个举报'
1552         other: '%{count}个举报'
1553       no_reports: 没有报告
1554       report_created_at_html: 首次报告于%{datetime}
1555       last_resolved_at_html: 上次解决于%{datetime}
1556       last_updated_at_html: 上次由%{displayname}于%{datetime}更新
1557       resolve: 解决
1558       ignore: 忽略
1559       reopen: 重新开放
1560       reports_of_this_issue: 举报此问题
1561       read_reports: 阅读举报
1562       new_reports: 新举报
1563       other_issues_against_this_user: 其他有关此用户的问题
1564       no_other_issues: 没有其他有关此用户的问题。
1565       comments_on_this_issue: 评论该问题
1566     resolve:
1567       resolved: 问题状态已设置为“已解决”
1568     ignore:
1569       ignored: 问题状态已设置为“已忽略”
1570     reopen:
1571       reopened: 问题状态已设置为“开放”
1572     comments:
1573       comment_from_html: '%{user_link}于%{comment_created_at}发表的评论'
1574       reassign_param: 要重新分配问题吗?
1575     reports:
1576       reported_by_html: 由%{user}在%{updated_at}报告为%{category}
1577     helper:
1578       reportable_title:
1579         diary_comment: '%{entry_title},评论#%{comment_id}'
1580         note: 注记#%{note_id}
1581   issue_comments:
1582     create:
1583       comment_created: 已成功创建评论
1584       issue_reassigned: 已创建您的评论,并重新分配问题
1585   reports:
1586     new:
1587       title_html: 举报%{link}
1588       missing_params: 不能创建新的举报
1589       disclaimer:
1590         intro: 在发送您的举报至网站仲裁员前,请确保:
1591         not_just_mistake: 您确信这个问题不只是失误
1592         unable_to_fix: 您无法自行修复问题,或通过您的伙伴社群成员帮助下修复
1593         resolve_with_user: 您已尝试与有关用户解决问题
1594       categories:
1595         diary_entry:
1596           spam_label: 此日记记录是(或包含)滥发消息
1597           offensive_label: 此日记记录是淫秽/攻击性内容
1598           threat_label: 此日记记录包含恐吓
1599           other_label: 其他
1600         diary_comment:
1601           spam_label: 此日记评论是(或包含)滥发消息
1602           offensive_label: 此日记评论是淫秽/冒犯的内容
1603           threat_label: 此日记评论包含恐吓
1604           other_label: 其他
1605         user:
1606           spam_label: 此用户的个人资料是(或包含)滥发消息
1607           offensive_label: 此用户的个人资料是淫秽/冒犯的内容
1608           threat_label: 此用户的个人资料包含恐吓
1609           vandal_label: 此用户是破坏者
1610           other_label: 其他
1611         note:
1612           spam_label: 此注记是滥发消息
1613           personal_label: 此注释包含个人数据
1614           abusive_label: 此注记是谩骂
1615           other_label: 其他
1616     create:
1617       successful_report: 您的举报已成功提交
1618       provide_details: 请提供所需详情
1619   layouts:
1620     logo:
1621       alt_text: OpenStreetMap 标志
1622     home: 返回家位置
1623     logout: 退出
1624     log_in: 登录
1625     sign_up: 注册
1626     start_mapping: 开始绘制地图
1627     edit: 编辑
1628     history: 历史
1629     export: 导出
1630     issues: 问题
1631     data: 数据
1632     export_data: 导出数据
1633     gps_traces: GPS 轨迹
1634     gps_traces_tooltip: 管理GPS轨迹
1635     user_diaries: 用户日记
1636     user_diaries_tooltip: 查看用户日记
1637     edit_with: 使用 %{editor} 编辑
1638     tag_line: 自由的 Wiki 世界地图
1639     intro_header: 欢迎访问 OpenStreetMap!
1640     intro_text: OpenStreetMap 是一个世界地图,由像您一样的人们所构筑,可依据开放许可协议自由使用。
1641     intro_2_create_account: 创建用户账户
1642     hosting_partners_2024_html: 由%{fastly}、%{corpmembers},以及其他%{partners}支持托管。
1643     partners_fastly: Fastly
1644     partners_corpmembers: OSMF 企业会员
1645     partners_partners: 合作伙伴
1646     tou: 使用条款
1647     osm_offline: 由于正在进行基本的数据库维护工作,OpenStreetMap 数据库目前处于脱机状态。
1648     osm_read_only: 由于正在进行基本的数据库维护工作,OpenStreetMap 数据库目前处于只读模式。
1649     donate: 通过给硬件升级基金%{link}支持 OpenStreetMap。
1650     help: 帮助
1651     about: 关于
1652     copyright: 著作权
1653     communities: 社区
1654     community: 社区
1655     community_blogs: 社区博客
1656     community_blogs_title: OpenStreetMap 社区成员的博客
1657     make_a_donation:
1658       title: 通过捐款支持 OpenStreetMap
1659       text: 捐款
1660     learn_more: 了解更多
1661     more: 更多
1662   user_mailer:
1663     diary_comment_notification:
1664       description: 'OpenStreetMap 日记 #%{id}'
1665       subject: '[OpenStreetMap] %{user} 在日记篇目留下了评论'
1666       hi: 您好,%{to_user}:
1667       header: '%{from_user} 评论了主题为 %{subject} 的 OpenStreetMap 日记文章:'
1668       header_html: '%{from_user} 评论了主题为 %{subject} 的 OpenStreetMap 日记文章:'
1669       footer: 您也可以通过%{readurl}来读取评论,并且在%{commenturl}来撰写评论或者通过%{replyurl}向作者发送消息
1670       footer_html: 您也可以通过%{readurl}查看评论,并在%{commenturl}撰写评论或通过%{replyurl}向作者发送消息
1671       footer_unsubscribe: 您可访问%{unsubscribeurl}以从该讨论中退订。
1672       footer_unsubscribe_html: 您可访问%{unsubscribeurl}以从该讨论中退订。
1673     message_notification:
1674       subject: '[OpenStreetMap] %{message_title}'
1675       hi: 您好,%{to_user}:
1676       header: '%{from_user} 已经通过 OpenStreetMap 给您发送了一条主题为 %{subject} 的私信:'
1677       header_html: '%{from_user} 已经通过 OpenStreetMap 给您发送了一条主题为 %{subject} 的信息:'
1678       footer: 您也可以在%{readurl}阅读此消息并在%{replyurl}向作者发送信息
1679       footer_html: 您还可以在%{readurl}阅读这条信息并在%{replyurl}向作者发送信息
1680     friendship_notification:
1681       hi: 您好,%{to_user}:
1682       subject: '[OpenStreetMap] %{user} 添加您为朋友'
1683       had_added_you: '%{user} 已经在 OpenStreetMap 添加您为朋友。'
1684       see_their_profile: 您可以在%{userurl}查看他们的个人资料。
1685       see_their_profile_html: 您可以在%{userurl}查看他们的个人资料。
1686       befriend_them: 您也可以在 %{befriendurl} 添加他们为朋友。
1687       befriend_them_html: 您也可以在%{befriendurl}把他们添加为朋友。
1688     gpx_description:
1689       description_with_tags_html: 您的GPX文件 %{trace_name} ,其描述为 %{trace_description}
1690         并有以下标签: %{tags}
1691       description_with_no_tags_html: 似乎您的GPX文件%{trace_name},描述为%{trace_description},没有标签
1692     gpx_failure:
1693       hi: 您好,%{to_user}:
1694       failed_to_import: 导入失败。下面是错误信息:
1695       more_info_html: 更多关于 GPX 导入失败的信息,以及如何避免失败可在%{url}找到。
1696       subject: '[OpenStreetMap] GPX 导入失败'
1697     gpx_success:
1698       hi: 您好,%{to_user}:
1699       loaded: 已成功加载%{count}个可能轨迹点中的%{trace_points}个。
1700       all_your_traces_html: 您可以在 %{url} 找到所有您成功上传的 GPX 轨迹。
1701       subject: '[OpenStreetMap] GPX 导入成功'
1702     signup_confirm:
1703       subject: '[OpenStreetMap] 欢迎加入 OpenStreetMap'
1704       greeting: 您好!
1705       created: 有人(希望是您)刚在%{site_url}创建了一个账户。
1706       confirm: 在开始之前,我们需要确认这个请求来自于您。如果确实这样,那么请点击以下链接以确认您的帐户:
1707       welcome: 等您确认帐号后,我们将提供一些额外的信息以帮助您开始使用。
1708     email_confirm:
1709       subject: '[OpenStreetMap] 确认您的电子邮件地址'
1710       greeting: 您好,
1711       hopefully_you: 有人(希望是您)想要在%{server_url}将他的电子邮件地址更改为 %{new_address}。
1712       click_the_link: 如果这是您,请点击下面的链接以确认更改。
1713     lost_password:
1714       subject: '[OpenStreetMap] 密码重置请求'
1715       greeting: 您好,
1716       hopefully_you: 某人(可能是您)已要求重置该电子邮件地址上的 openstreetmap.org 帐户密码。
1717       click_the_link: 如果这是您,请点击下面的链接重置您的密码。
1718     note_comment_notification:
1719       description: 'OpenStreetMap 注记 #%{id}'
1720       anonymous: 匿名用户
1721       greeting: 您好,
1722       commented:
1723         subject_own: '[OpenStreetMap] %{commenter} 评论了您的一个注记'
1724         subject_other: '[OpenStreetMap] %{commenter} 评论了您感兴趣的一个注记'
1725         your_note: '%{commenter} 评论了您在 %{place} 附近的一个注记。'
1726         your_note_html: '%{commenter}评论了您在%{place}附近的一个地图注记。'
1727         commented_note: '%{commenter} 评论了您感兴趣的一个地图注记。该注记位于 %{place} 附近。'
1728         commented_note_html: '%{commenter} 评论了您评论过的一个地图注记。该注记位于 %{place} 附近。'
1729       closed:
1730         subject_own: '[OpenStreetMap] %{commenter} 解决了您的一个注记'
1731         subject_other: '[OpenStreetMap] %{commenter} 已经解决了一个您感兴趣的注记'
1732         your_note: '%{commenter} 解决了您在 %{place} 附近的一个注记。'
1733         your_note_html: '%{commenter} 解决了您在 %{place} 附近的一个注记。'
1734         commented_note: '%{commenter} 解决了您留言的地图注记。该注记位于 %{place} 附近。'
1735         commented_note_html: '%{commenter} 解决了您留言的地图注记。该注记位于 %{place} 附近。'
1736       reopened:
1737         subject_own: '[OpenStreetMap] %{commenter} 重新激活了您的一个注记'
1738         subject_other: '[OpenStreetMap] %{commenter} 重新激活了您感兴趣的一个注记'
1739         your_note: '%{commenter} 重新激活了您在 %{place} 附近的一个注记。'
1740         your_note_html: '%{commenter} 重新激活了您在 %{place} 附近的一个注记。'
1741         commented_note: '%{commenter} 重新激活了您感兴趣的一个地图注记。该注记位于 %{place} 附近。'
1742         commented_note_html: '%{commenter} 重新激活了您感兴趣的一个地图注记。该注记位于 %{place} 附近。'
1743       details: 在 %{url} 回复或了解更多有关注记的信息。
1744       details_html: 在 %{url} 回复或了解更多有关注记的信息。
1745     changeset_comment_notification:
1746       description: 'OpenStreetMap 变更集 #%{id}'
1747       hi: 您好,%{to_user}:
1748       greeting: 您好,
1749       commented:
1750         subject_own: '[OpenStreetMap] %{commenter}评论了您的一个变更集'
1751         subject_other: '[OpenStreetMap] %{commenter} 评论了您感兴趣的一个变更集'
1752         your_changeset: '%{commenter}在%{time}对你的变更集留下评论'
1753         your_changeset_html: '%{commenter} 于 %{time} 在您创建的一个变更集留下评论'
1754         commented_changeset: '%{commenter}在%{time}对你监视的%{changeset_author}创建的变更集留下评论'
1755         commented_changeset_html: '%{commenter}于%{time}在您监视的由%{changeset_author}创建的一个地图变更集中留下评论'
1756         partial_changeset_with_comment: 带评论“%{changeset_comment}”
1757         partial_changeset_with_comment_html: 带有评论“%{changeset_comment}”
1758         partial_changeset_without_comment: 没有评论
1759       details: 在 %{url} 回复或了解更多有关变更集的信息。
1760       details_html: 在 %{url} 回复或了解更多有关变更集的信息。
1761       unsubscribe: 您可访问%{url}以从该变更集中退订。
1762       unsubscribe_html: 您可访问%{url}以从该变更集中退订。
1763   confirmations:
1764     confirm:
1765       heading: 检查您的电子邮件!
1766       introduction_1: 我们给您发送了确认邮件。
1767       introduction_2: 点击电子邮件中的链接确认您的账户,然后您就可以开始绘制地图了。
1768       press confirm button: 按下面的确认按钮激活您的账户。
1769       button: 确认
1770       success: 已确认您的账户,感谢您的注册!
1771       already active: 该账户已经确认。
1772       unknown token: 确认码已经过期或不存在。
1773       resend_html: 如果您需要我们重新发送确认邮件,%{reconfirm_link}。
1774       click_here: 点击此处
1775     confirm_resend:
1776       failure: 用户 %{name} 未找到。
1777     confirm_email:
1778       heading: 确认电子邮件地址更改
1779       press confirm button: 按下面的确认按钮以确认您的新电子邮件地址。
1780       button: 确认
1781       success: 已确认您对电子邮件地址的更改!
1782       failure: 具有此令牌的电子邮件地址已经确认过了。
1783       unknown_token: 那个确认代码已过期或不存在。
1784     resend_success_flash:
1785       confirmation_sent: 我们已经向%{email}发出一条新的确认通知,一旦您确认您的账户,就能开始绘图。
1786       whitelist: 如果您用于发送确认请求的邮箱具有反垃圾邮件系统,请确保将%{sender}加入白名单,因为我们无法恢复任何确认请求。
1787   messages:
1788     inbox:
1789       title: 收件箱
1790       messages: 您有 %{new_messages}和 %{old_messages}
1791       new_messages: '%{count} 条新消息'
1792       old_messages: '%{count} 条旧消息'
1793       no_messages_yet_html: 您还没有消息,何不联系一些%{people_mapping_nearby_link}?
1794       people_mapping_nearby: 在附近绘制地图的人
1795     messages_table:
1796       from: 发件人
1797       to: 收件人
1798       subject: 标题
1799       date: 日期
1800       actions: 操作
1801     message_summary:
1802       unread_button: 标记为未读
1803       read_button: 标记为已读
1804       reply_button: 回复
1805       destroy_button: 删除
1806       unmute_button: 移至收件箱
1807     new:
1808       title: 发消息
1809       send_message_to_html: 发送新信息给%{name}
1810       back_to_inbox: 返回收件箱
1811     create:
1812       message_sent: 消息已发出
1813       limit_exceeded: 您刚发送了很多消息。在尝试发送其他消息之前,请稍等一会儿。
1814     no_such_message:
1815       title: 无此消息
1816       heading: 没有此消息
1817       body: 对不起,没有具有该 id 的消息。
1818     outbox:
1819       title: 发件箱
1820       actions: 操作
1821       messages:
1822         one: 您有 %{count} 条已发送信息
1823         other: 您有 %{count} 条已发送信息
1824       no_sent_messages_html: 您尚未发送信息。何不联系一些%{people_mapping_nearby_link}?
1825       people_mapping_nearby: 在附近绘制地图的人
1826     muted:
1827       title: 已忽视消息
1828       messages:
1829         one: 1 条忽视消息
1830         other: 您有 %{count} 条忽视消息
1831     reply:
1832       wrong_user: 您已经以 '%{user}' 的身份登录,但是您想要回复的消息并非寄给这个用户。请以正确的用户身份登录以回复这个消息。
1833     show:
1834       title: 阅读消息
1835       reply_button: 回复
1836       unread_button: 标记为未读
1837       destroy_button: 删除
1838       back: 返回
1839       wrong_user: 您已经以 '%{user}' 的身份登录,但是您想要阅读的消息并非寄给这个用户。请以正确的用户身份登录以阅读这个消息。
1840     sent_message_summary:
1841       destroy_button: 删除
1842     heading:
1843       my_inbox: 我的收件箱
1844       my_outbox: 我的发件箱
1845       muted_messages: 已忽视消息
1846     mark:
1847       as_read: 标记消息为已读
1848       as_unread: 标记消息为未读
1849     unmute:
1850       notice: 消息已移至收件箱
1851       error: 无法将消息移至收件箱。
1852     destroy:
1853       destroyed: 消息已删除
1854   passwords:
1855     new:
1856       title: 忘记密码
1857       heading: 忘记密码?
1858       email address: 电子邮件地址
1859       new password button: 重置密码
1860       help_text: 输入您的电子邮件地址来注册,我们会寄出链接给它,这样您就可以用它来重置密码。
1861     create:
1862       send_paranoid_instructions: 如果您的电子邮件地址存在于我们的数据库中,您将在几分钟后通过您的电子邮件地址收到密码恢复链接。
1863     edit:
1864       title: 重置密码
1865       heading: 重置%{user}的密码
1866       reset: 重置密码
1867       flash token bad: 未找到标记,建议检查 URL?
1868     update:
1869       flash changed: 您的密码已经更改。
1870       flash token bad: 未找到标记,建议检查 URL?
1871   preferences:
1872     show:
1873       title: 我的偏好
1874       preferred_editor: 首选编辑器
1875       preferred_languages: 首选语言
1876       edit_preferences: 偏好设置
1877     edit:
1878       title: 偏好设置
1879       save: 更新首选项
1880       cancel: 取消
1881     update:
1882       failure: 无法更新首选项。
1883     update_success_flash:
1884       message: 偏好已更新。
1885   profiles:
1886     edit:
1887       title: 编辑个人资料
1888       save: 更新个人资料
1889       cancel: 取消
1890       image: 图像
1891       gravatar:
1892         gravatar: 使用 Gravatar
1893         what_is_gravatar: 什么是Gravatar?
1894         disabled: Gravatar已禁用。
1895         enabled: 您的Gravatar显示已启用。
1896       new image: 添加图像
1897       keep image: 保持当前图像
1898       delete image: 删除当前图像
1899       replace image: 替换当前图像
1900       image size hint: (正方形图像,尺寸至少为100x100)
1901       home location: 住所位置
1902       no home location: 您还没有输入您的住所位置。
1903       update home location on click: 点击地图时更新所在位置?
1904       show: 显示
1905       delete: 删除
1906       undelete: 撤销删除
1907     update:
1908       success: 个人资料已更新。
1909       failure: 无法更新个人资料。
1910   sessions:
1911     new:
1912       title: 登录
1913       tab_title: 登录
1914       login_to_authorize_html: 登录 OpenStreetMap 以访问 %{client_app_name}。
1915       email or username: 电子邮件地址或用户名
1916       password: 密码
1917       remember: 记住我
1918       lost password link: 忘记密码?
1919       login_button: 登录
1920       register now: 立即注册
1921       with external: 或使用第三方服务登录
1922       or: 或
1923       auth failure: 对不起,凭这些信息您无法登录。
1924     destroy:
1925       title: 退出
1926       heading: 退出登录OpenStreetMap
1927       logout_button: 退出
1928     suspended_flash:
1929       suspended: 抱歉,由于异常活动,您的帐户已被暂停使用。
1930       contact_support_html: 如果您想就此讨论,请联系%{support_link}。
1931       support: 支持
1932   shared:
1933     markdown_help:
1934       heading_html: 以%{kramdown_link}解析
1935       headings: 标题
1936       heading: 标题
1937       subheading: 副标题
1938       unordered: 无序列表
1939       ordered: 有序列表
1940       first: 第一项
1941       second: 第二项
1942       link: 链接
1943       text: 文字
1944       image: 图像
1945       alt: 替代文本
1946       url: URL
1947       codeblock: 代码块
1948     richtext_field:
1949       edit: 编辑
1950       preview: 预览
1951   site:
1952     about:
1953       next: 下一页
1954       heading_html: '%{copyright}OpenStreetMap %{br} 贡献者'
1955       used_by_html: '%{name} 为数以千计的网站、移动应用以及硬件设备提供地图数据'
1956       lede_text: OpenStreetMap 是一个由地图制作爱好者组成的社区。这些爱好者提供并维护世界各地关于道路、小道、咖啡馆、铁路车站等各种各样的数据。
1957       local_knowledge_title: 本地知识库
1958       local_knowledge_html: OpenStreetMap 强调使用本地知识。贡献者们使用航空图像、GPS 设备与传统的地区地图来确保 OSM
1959         的精确性和时效性。
1960       community_driven_title: 社区驱动
1961       community_driven_1_html: OpenStreetMap 是一个多元化的社区,它充满激情,并且每天都在成长。我们的参与者包括地图制作爱好者,地理信息系统(GIS)从业人员,维护
1962         OSM 服务器的工程师,标注灾害区域的人道主义自愿者,已经其他很多各界人士。想更多的了解社区请参见%{osm_blog_link}、%{user_diaries_link}、%{community_blogs_link},以及%{osm_foundation_link}网站。
1963       community_driven_osm_blog: OpenStreetMap 博客
1964       community_driven_user_diaries: 用户日记
1965       community_driven_community_blogs: 社区博客
1966       community_driven_osm_foundation: OSM基金会
1967       open_data_title: 开放数据
1968       open_data_1_html: OpenStreetMap 是%{open_data}:只要您表明使用了 OpenStreetMap 并承认其贡献者的工作,您就可以使用
1969         OpenStreetMap。如果您改变或者使用这些数据,您必须按照相同的版权协议发布结果。详情请参见%{copyright_license_link}。
1970       open_data_open_data: 开放数据
1971       open_data_copyright_license: 著作权与许可
1972       legal_title: 法律
1973       legal_1_1_html: 此网站和很多其他相关服务已由%{openstreetmap_foundation_link}(OSMF)正式代表社群运营。使用所有由OSMF运营的服务均需符合我们的%{terms_of_use_link}、%{aup_link}和我们的%{privacy_policy_link}。
1974       legal_1_1_openstreetmap_foundation: OpenStreetMap 基金会
1975       legal_1_1_terms_of_use: 使用条款
1976       legal_1_1_aup: 可接受的使用政策
1977       legal_1_1_privacy_policy: 隐私政策
1978       legal_2_1_html: |-
1979         若您有许可证、著作权或其他法律上的问题,请%{contact_the_osmf_link}
1980         。
1981       legal_2_1_contact_the_osmf: 联系 OSM 基金会
1982       legal_2_2_html: OpenStreetMap、放大镜标志和SotM是%{registered_trademarks_link}。
1983       legal_2_2_registered_trademarks: OSMF 的注册商标
1984       partners_title: 合作伙伴
1985     copyright:
1986       title: 著作权与许可
1987       foreign:
1988         title: 关于本译文
1989         html: 当该翻译页面与%{english_original_link}冲突时,英语页面会被优先采用
1990         english_link: 英语原文
1991       native:
1992         title: 关于本页面
1993         html: 您正在查看英语版本的著作权页面。您可以返回该页面的%{native_link},或停止阅读著作权信息并%{mapping_link}。
1994         native_link: 简体中文版本
1995         mapping_link: 开始绘制地图
1996       legal_babble:
1997         introduction_1_html: |-
1998           OpenStreetMap%{registered_trademark_link} 是%{open_data},由 %{osm_foundation_link} (OSMF) 在
1999           %{odc_odbl_link} (ODbL) 下获得许可。
2000         introduction_1_open_data: 开放数据
2001         introduction_1_odc_odbl: 开放数据共享开放数据库许可协议
2002         introduction_1_osm_foundation: OpenStreetMap 基金会
2003         introduction_2_html: 只要你表明来源为OpenStreetMap及其贡献者,你就可以自由地复制、分发、传送和改编我们的数据。如果你想转换或者以我们的数据为基础进行创作,你只能采用相同的许可协议发表你的作品。完整的%{legal_code_link}阐明了你的权利和义务。
2004         introduction_2_legal_code: 法律条款
2005         introduction_3_html: 我们的文档根据 %{creative_commons_link} 许可协议(CC BY-SA 2.0)获得许可。
2006         introduction_3_creative_commons: 知识共享署名-相同方式共享 2.0
2007         credit_title_html: 如何表明作者是 OpenStreetMap
2008         credit_1_html: 当您使用 OpenStreetMap 的数据,您会被要求遵循两件事:
2009         credit_2_1: 通过显示我们的版权声明为 OpenStreetMap 提供署名。
2010         credit_2_2: 明确数据在开放数据库许可证下可用。
2011         credit_3_html: 对于版权声明的显示,我们会依据您如何使用我们的数据,而有不同的要求。例如,不同的规则要如何显示版权声明,具体取决于您是否建立了可浏览的地图、列印的地图或是静态图像。完整的详细信息要求可以在%{attribution_guidelines_link}上查看。
2012         credit_3_attribution_guidelines: 署名指南
2013         credit_4_1_html: |-
2014           请明确表示数据在开放数据库许可协议下可用,您可以链接到%{this_copyright_page_link}。
2015           相对地,如果您以数据表来分发 OSM,您可以命名并直接链接到许可协议。在一些无法作出链接的媒介(例如印刷品),我们建议您引导您的读者到 openstreetmap.org(像是注明“OpenStreetMap”的完整网址)以及 opendatacommons.org。
2016           在此示例中,版权相关的归属会出现在地图的角落。
2017         credit_4_1_this_copyright_page: 该版权页
2018         attribution_example:
2019           alt: 如何在网页上署名 OpenStreetMap 的示例
2020           title: 署名示例
2021         more_title_html: 了解更多
2022         more_1_1_html: 在 %{osmf_licence_page_link} 阅读更多关于使用我们的数据以及如何为我们署名的信息。
2023         more_1_1_osmf_licence_page: OSMF 许可页面
2024         more_2_1_html: 尽管 OpenStreetMap 是开放数据,但我们无法为第三方提供免费的地图 API。请参阅我们的 %{api_usage_policy_link}、%{tile_usage_policy_link}
2025           和 %{nominatim_usage_policy_link}。
2026         more_2_1_api_usage_policy: API 使用政策
2027         more_2_1_tile_usage_policy: 瓦片使用政策
2028         more_2_1_nominatim_usage_policy: Nominatim使用政策
2029         contributors_title_html: 我们的贡献者
2030         contributors_intro_html: 我们的数据来源于成千上万人的贡献。但我们也从国家测绘机构等处获取公共版权的数据,其中包括:
2031         contributors_at_credit_html: |-
2032           %{austria}:包含来自 %{stadt_wien_link}(以 %{cc_by_link} 许可)、%{land_vorarlberg_link}
2033            和 Land Tirol(以 %{cc_by_at_with_amendments_link} 许可)的数据。
2034         contributors_at_austria: 奥地利
2035         contributors_at_stadt_wien: 维也纳
2036         contributors_at_cc_by: CC BY
2037         contributors_at_land_vorarlberg: 福拉尔贝格州
2038         contributors_at_cc_by_at_with_amendments: CC BY AT 含修正案
2039         contributors_au_credit_html: |-
2040           %{australia}:使用 © %{geoscape_australia_link}
2041            行政边界合并或开发,由澳大利亚联邦根据 %{cc_licence_link} 许可。
2042         contributors_au_australia: 澳大利亚
2043         contributors_au_geoscape_australia: Geoscape Australia
2044         contributors_au_cc_licence: 知识共享署名-相同方式共享 4.0 国际许可协议(CC BY 4.0)
2045         contributors_ca_credit_html: '%{canada}:含有来自GeoBase®,GeoGratis(©
2046           加拿大自然资源部),CanVec(© 加拿大自然资源部)和StatCan(加拿大统计局地理处)的数据。'
2047         contributors_ca_canada: 加拿大
2048         contributors_cz_credit_html: '%{czechia}:含有来自国家土地测量与地籍管理局依据%{cc_licence_link}许可的数据'
2049         contributors_cz_czechia: 捷克
2050         contributors_cz_cc_licence: 知识共享署名-相同方式共享 4.0 国际许可协议(CC BY 4.0)
2051         contributors_fi_credit_html: |-
2052           %{finland}:包含来自芬兰地形数据库的
2053           国家土地调查
2054           和其他数据集的数据,以 %{nlsfi_license_link} 授权。
2055         contributors_fi_finland: 芬兰
2056         contributors_fi_nlsfi_license: NLSFI许可证
2057         contributors_fr_credit_html: "%{france}:包含来自 \nDirection Générale des Impôts
2058           的数据。"
2059         contributors_fr_france: 法国
2060         contributors_hr_credit_html: '%{croatia}:包含来自%{dgu_link}和%{open_data_portal}的数据(克罗地亚公共信息)。'
2061         contributors_hr_croatia: 克罗地亚
2062         contributors_hr_dgu: 克罗地亚国家大地测量局
2063         contributors_hr_open_data_portal: 国家开放数据门户
2064         contributors_nl_credit_html: '%{netherlands}: 包含 © AND data, 2007 (%{and_link})'
2065         contributors_nl_netherlands: 荷兰
2066         contributors_nz_credit_html: |-
2067           %{new_zealand}:包含来自 %{linz_data_service_link}
2068            的数据,并已在 %{cc_by_link} 下许可重用。
2069         contributors_nz_new_zealand: 新西兰
2070         contributors_nz_linz_data_service: LINZ 数据服务
2071         contributors_nz_cc_by: CC BY 4.0
2072         contributors_rs_credit_html: '%{serbia}:包含来自%{rgz_link}和%{open_data_portal}(塞尔维亚的公共信息)的数据,2018
2073           年。'
2074         contributors_rs_serbia: 塞尔维亚
2075         contributors_rs_rgz: 塞尔维亚大地测量局
2076         contributors_rs_open_data_portal: 国家开放数据门户
2077         contributors_si_credit_html: |-
2078           %{slovenia}:包含来自%{gu_link}和%{mkgp_link}
2079           (斯洛文尼亚公共信息)的数据。
2080         contributors_si_slovenia: 斯洛文尼亚
2081         contributors_si_gu: 测绘局
2082         contributors_si_mkgp: 农林与食品部
2083         contributors_es_credit_html: |-
2084           %{spain}:包含来自
2085           西班牙国家地理研究所 (%{ign_link}) 和
2086           国家制图系统 (%{scne_link})
2087            的数据,已在 %{cc_by_link} 下许可重用。
2088         contributors_es_spain: 西班牙
2089         contributors_es_ign: IGN
2090         contributors_es_cc_by: CC BY 4.0
2091         contributors_za_credit_html: '%{south_africa}:包含来自 %{ngi_link} 的数据,版权国有。'
2092         contributors_za_south_africa: 南非
2093         contributors_za_ngi: 国家地理空间信息总局
2094         contributors_gb_credit_html: '%{united_kingdom}:包含来自 Ordnance 的调查数据,© Crown
2095           数据库及版权所有,2010-2023。'
2096         contributors_gb_united_kingdom: 英国
2097         contributors_2_html: 有关这些内容的更多详细信息,以及已使用帮助改进 OpenStreetMap 的其他来源,请参阅 OpenStreetMap
2098           Wiki 上的 %{contributors_page_link}。
2099         contributors_2_contributors_page: 贡献者页面
2100         contributors_footer_2_html: OpenStreetMap 纳入数据并不意味着原始数据提供者认可 OpenStreetMap、提供任何担保或担负任何法律责任。
2101         infringement_title_html: 著作权侵犯
2102         infringement_1_html: OSM 的贡献者会被提醒,绝不要在没有著作权人的明确许可时添加来自任何有著作权的来源的数据(如谷歌地图或印刷地图)。
2103         infringement_2_1_html: 如果您认为受版权保护的材料已被不适当地添加到 OpenStreetMap 数据库或本网站,请参考、我们的
2104           %{takedown_procedure_link} 或直接在我们的 %{online_filing_page_link} 递交。
2105         infringement_2_1_takedown_procedure: 下架程序
2106         infringement_2_1_online_filing_page: 在线申请页面
2107         trademarks_title: 商标
2108         trademarks_1_1_html: "OpenStreetMap、放大镜标志和 State of the Map 是 \nOpenStreetMap
2109           Foundation 的注册商标。如果您对商标的使用有任何疑问,请参阅我们的\n%{trademark_policy_link}。"
2110         trademarks_1_1_trademark_policy: 商标政策
2111     index:
2112       js_1: 您或许正在使用不支持 JavaScript 的浏览器,或您禁用了 JavaScript。
2113       js_2: OpenStreetMap 使用 JavaScript 让地图更平滑。
2114       license:
2115         copyright: 版权所有 OpenStreetMap及其贡献者,采用开放授权协议
2116       remote_failed: 编辑失败 - 请确保已加载 JOSM 或 Merkaartor 并启用了远程控制
2117     edit:
2118       not_public: 您尚未公开您的编辑。
2119       not_public_description_html: 您将无法再编辑此地图,直到您做到如上所述。您可以通过您的%{user_page}公开您的编辑。
2120       user_page_link: 用户页面
2121       anon_edits_link_text: 了解为什么这很重要。
2122       id_not_configured: iD 尚未配置
2123       no_iframe_support: 您的浏览器不支持 HTML 嵌入式框架,这是此功能所需要的。
2124     export:
2125       title: 导出
2126       manually_select: 手动选择不同的区域
2127       licence: 许可协议
2128       licence_details_html: OpenStreetMap 数据以 %{odbl_link} (ODbL) 许可。
2129       odbl: 开放数据共享开放数据库许可协议
2130       too_large:
2131         advice: 如果用上面的导出工具失败了,请考虑使用下面列出的来源来导出:
2132         body: 该区域过大,不能导出为 OpenStreetMap XML 数据。请放大地图或选择一个更小的区域,或使用以下大量数据下载来源之一:
2133         planet:
2134           title: OSM星球
2135           description: 定期更新的完整 OpenStreetMap 数据库副本
2136         overpass:
2137           title: Overpass API
2138           description: 从 OpenStreetMap 数据库的一个镜像下载此限定边框
2139         geofabrik:
2140           title: Geofabrik下载
2141           description: 定期更新的洲、 国家和特定城市的摘录
2142         other:
2143           title: 其他来源
2144           description: OpenStreetMap wiki 上列出的其他来源
2145       export_button: 导出
2146     fixthemap:
2147       title: 报告问题/修正地图
2148       how_to_help:
2149         title: 如何帮助
2150         join_the_community:
2151           title: 加入社区
2152           explanation_html: 如果您发现我们的地图数据有问题,例如缺少某条道路或者您的地址,最好的处理方法就是加入 OpenStreetMap
2153             社区,然后您自己添加或者改进数据。
2154         add_a_note:
2155           instructions_1_html: |-
2156             只需点击%{note_icon}或地图显示上的相同图标。
2157             这会在地图上添加一个标记,您可以通过拖动它。添加您的注记,然后点击保存,其他绘图者将作出查证。
2158       other_concerns:
2159         title: 其他问题
2160         concerns_html: 如果您对我们的数据使用方式或内容有疑虑,请参阅我们的%{copyright_link}来了解更多法律信息,或者联系相应的%{working_group_link}。
2161         copyright: 版权页面
2162         working_group: OSMF 工作小组
2163     help:
2164       title: 获得帮助
2165       introduction: OpenStreetMap 有若干资源用于学习该项目,提问和回答问题,以及讨论与制作地图相关的话题并且撰写相关文档。
2166       welcome:
2167         url: /welcome
2168         title: 欢迎访问OpenStreetMap
2169         description: 本快速指南涵盖了快速入门 OpenStreetMap 的基本知识。
2170       beginners_guide:
2171         url: https://wiki.openstreetmap.org/wiki/Zh-hans:Beginners%27_guide
2172         title: 新手指南
2173         description: 社群维护的新手指南。
2174       community:
2175         title: 帮助和社区论坛
2176         description: 用于寻求帮助和讨论 OpenStreetMap 的共享场所。
2177       mailing_lists:
2178         title: 邮件列表
2179         description: 询问问题或在广泛或局部的邮件列表中讨论有趣事件
2180       irc:
2181         title: IRC
2182         description: 在很多不同的语言和在很多话题间交互聊天。
2183       switch2osm:
2184         title: switch2osm
2185         description: 协助公司与组织改用 OpenStreetMap 为基础的地图与相关服务。
2186       welcomemat:
2187         title: 对于组织
2188         description: 想跟一个组织为OpenStreetMap制订计划?在欢迎席上找到你需要知道的东西。
2189       wiki:
2190         title: OpenStreetMap Wiki
2191         description: 浏览 wiki 深入了解 OpenStreetMap 文档。
2192     potlatch:
2193       removed: 您的默认OpenStreetMap编辑器设置为Potlatch。由于Adobe Flash Player已停止支持,因此Potlatch不再可在Web浏览器中使用。
2194       desktop_application_html: 您仍然可以通过%{download_link}使用 Potlatch。
2195       download: 下载适用于 Mac 和 Windows 的桌面应用程序
2196       id_editor_html: 或者,您可以将默认编辑器设置为 iD,它会像先前的 Potlatch 一样在您的网络浏览器上运行。%{change_preferences_link}。
2197       change_preferences: 在这里更改您的参数设置
2198     any_questions:
2199       title: 还有疑问吗?
2200       paragraph_1_html: 有多种资源可用于了解该项目、提出和回答与 OpenStreetMap 有关的问题,并且协作讨论和记录地图主题。%{help_link}。以组织形式为
2201         OpenStreetMap 制定计划吗?%{welcome_mat_link}。
2202       get_help_here: 在这里寻求帮助
2203       welcome_mat: 查看欢迎垫
2204     sidebar:
2205       search_results: 搜索结果
2206       close: 关闭
2207     search:
2208       search: 搜索
2209       get_directions: 获取方向
2210       get_directions_title: 查找两点之间的方向
2211       from: 从
2212       to: 至
2213       where_am_i: 这是哪里?
2214       where_am_i_title: 使用搜索引擎说明当前位置
2215       submit_text: 提交
2216       reverse_directions_text: 换向
2217     key:
2218       table:
2219         entry:
2220           motorway: 高速公路
2221           main_road: 主干道
2222           trunk: 主干道路
2223           primary: 一级道路
2224           secondary: 二级道路
2225           unclassified: 无等级道路
2226           pedestrian: 人行道
2227           track: 小路
2228           bridleway: 马道
2229           cycleway: 自行车道
2230           cycleway_national: 国家自行车道
2231           cycleway_regional: 地区自行车道
2232           cycleway_local: 本地自行车道
2233           cycleway_mtb: 山地自行车路线
2234           footway: 步道
2235           rail: 铁路
2236           train: 火车
2237           subway: 地铁
2238           ferry: 渡船
2239           light_rail: 轻轨
2240           tram: 有轨电车
2241           trolleybus: 无轨电车
2242           bus: 公共汽车
2243           cable_car: 缆车
2244           chair_lift: 吊椅缆车
2245           runway: 机场跑道
2246           taxiway: 滑行道
2247           apron: 机场停机坪
2248           admin: 行政区边界
2249           capital: 首都
2250           city: 城市
2251           orchard: 果园
2252           vineyard: 葡萄园
2253           forest: 森林
2254           wood: 树林
2255           farmland: 农田
2256           grass: 草坪
2257           meadow: 草甸
2258           bare_rock: 裸岩
2259           sand: 沙地
2260           golf: 高尔夫球场
2261           park: 公园
2262           common: 公地
2263           built_up: 建成区
2264           resident: 居住区
2265           retail: 零售区
2266           industrial: 工业区
2267           commercial: 商业区
2268           heathland: 荒原
2269           scrubland: 灌木丛林地
2270           lake: 湖
2271           reservoir: 水库
2272           intermittent_water: 间歇性水体
2273           glacier: 冰川
2274           reef: 礁
2275           wetland: 湿地
2276           farm: 农场
2277           brownfield: 棕地
2278           cemetery: 坟场
2279           allotments: 小块园地
2280           pitch: 体育场
2281           centre: 体育馆
2282           beach: 海滩
2283           reserve: 自然保护区
2284           military: 军事区
2285           school: 学校
2286           university: 大学
2287           hospital: 医院
2288           building: 特殊建筑物
2289           station: 火车站
2290           summit: 山峰
2291           peak: 山峰
2292           tunnel: 双虚线=隧道
2293           bridge: 双实线=桥
2294           private: 私人通行
2295           destination: 目的地通行
2296           construction: 在建道路
2297           bus_stop: 公共汽车站
2298           stop: 停车站
2299           bicycle_shop: 自行车店
2300           bicycle_rental: 自行车租赁
2301           bicycle_parking: 自行车停车场
2302           bicycle_parking_small: 小型自行车停车场
2303           toilets: 厕所
2304     welcome:
2305       title: 欢迎!
2306       introduction: 欢迎访问 OpenStreeMap,自由且可编辑的世界地图。您已经登录,可以开始绘制地图。这里是含有您需要知道的最重要的信息的快速指南。
2307       whats_on_the_map:
2308         title: 地图上有什么
2309         on_the_map_html: OpenStreetMap 是一个%{real_and_current}的地图,它包含数百万的建筑、道路以及其他的位置细节。您基本可以编辑现实世界中您感兴趣的任何东西。
2310         real_and_current: 真实且最新
2311         off_the_map_html: 它%{doesnt}包括主观的数据,如排行榜、历史中的或假想的特征,以及来自受版权保护的来源的数据。除非你有特殊许可,请勿从在线或纸质地图复制。
2312         doesnt: 不会
2313       basic_terms:
2314         title: 绘制地图的基本术语
2315         paragraph_1: OpenStreetMap 有一些自己的术语。这里是一些常用的关键词。
2316         an_editor_html: '%{editor}是您可以用于编辑地图的程序或网站。'
2317         a_node_html: '%{node}是地图上的一个点,例如一间餐厅或者一棵树。'
2318         a_way_html: '%{way}是一条线或一片区域,例如一条道路、一条溪流、一个湖泊或者一栋建筑物。'
2319         a_tag_html: '%{tag}是关于节点或路径的数据,例如餐厅名称或者道路限速。'
2320         editor: 编辑器
2321         node: 节点
2322         way: 路径
2323         tag: 标签
2324       rules:
2325         title: 规则!
2326         para_1_html: |-
2327           OpenStreetMap 几乎没有正式规则,但我们希望所有参与者都能与社群合作并与之沟通。如果您正在考虑
2328           除手动编辑之外的任何活动,请阅读并遵循
2329           %{imports_link} 和 %{automated_edits_link} 上的指南。
2330         imports: 导入
2331         automated_edits: 自动化编辑
2332       start_mapping: 开始绘制地图
2333       continue_authorization: 继续授权
2334       add_a_note:
2335         title: 没有时间编辑?添加注记!
2336         para_1: 如果您这是想做一些微小改动而没有时间登录来学习如何编辑,那添加注记是非常容易的。
2337         para_2_html: 只要去%{map_link}并单击注记图标:%{note_icon}。这将在地图上添加一个标记,您可以拖动它,并添加您的备注,然后单击保存,其他人绘图者将确认其是否正确。
2338         the_map: 地图
2339     communities:
2340       title: 社区
2341       lede_text: |-
2342         来自世界各地的人们都在贡献或使用 OpenStreetMap。
2343         虽然许多人以个人身份参与,但其他人则组成了社群。
2344         这些团体的规模各不相同,代表了小到城镇大到大型多国地区的地域。
2345         它们也可以是正式的或非正式的。
2346       local_chapters:
2347         title: 地区分会
2348         about_text: 地方分会是已采取正式步骤建立非营利法人实体的国家级或地区级团体。在与地方政府、企业和媒体打交道时,他们代表该地区的地图和制图者。他们还与OpenStreetMap基金会(OSMF)缔结联系,使他们能够与法律和版权管理机构建立联系。
2349         list_text: 以下社区正式成立为地方分会:
2350       other_groups:
2351         title: 其他团体
2352         other_groups_html: |-
2353           没有必要正式建立一个与地方分会同等规模的团体。
2354           事实上,许多团体作为非正式的聚会或社区团体非常成功地存在。任何人都可以创设或加入这些团体。在%{communities_wiki_link}上阅读更多内容。
2355         communities_wiki: 社区 wiki 页面
2356   traces:
2357     visibility:
2358       private: 私有 (只以匿名分享,无顺序的点)
2359       public: 公开 (以匿名显示于轨迹清单,无顺序的点)
2360       trackable: 可追踪 (只以匿名分享,有时间戳记顺序的点)
2361       identifiable: 可识别 (以可识别的方式显示于轨迹清单,有时间戳记顺序的点)
2362     new:
2363       upload_trace: 上传GPS轨迹
2364       visibility_help: 这是什么意思?
2365       help: 帮助
2366       help_url: http://wiki.openstreetmap.org/wiki/Upload
2367     create:
2368       upload_trace: 上传GPS轨迹
2369       trace_uploaded: 您的 GPX 文件已经被上传,正等待被输入数据库。这通常在半小时之内,当上传结束后会发邮件通知您。
2370       upload_failed: 抱歉,GPX上传失败。管理员已收到错误警报。请再试一次
2371       traces_waiting: 您有 %{count} 条轨迹正等待上传,请在上传更多轨迹前等待这些传完,以确保不会给其他用户造成队列拥堵。
2372     edit:
2373       cancel: 取消
2374       title: 编辑轨迹%{name}
2375       heading: 编辑轨迹%{name}
2376       visibility_help: 这是什么意思?
2377     update:
2378       updated: 地点已更新!
2379     trace_optionals:
2380       tags: 标签
2381     show:
2382       title: 查看轨迹%{name}
2383       heading: 查看轨迹%{name}
2384       pending: 挂起
2385       filename: 文件名:
2386       download: 下载
2387       uploaded: 上传时间:
2388       points: 点:
2389       start_coordinates: 起始坐标:
2390       coordinates_html: '%{latitude}; %{longitude}'
2391       map: 地图
2392       edit: 编辑
2393       owner: 所有者:
2394       description: 描述:
2395       tags: 标签:
2396       none: 无
2397       edit_trace: 编辑这条轨迹
2398       delete_trace: 删除这条轨迹
2399       trace_not_found: 未找到轨迹!
2400       visibility: 可见性:
2401       confirm_delete: 删除这条轨迹?
2402     trace_paging_nav:
2403       older: 较旧轨迹
2404       newer: 较新轨迹
2405     trace:
2406       pending: 挂起
2407       count_points:
2408         one: '%{count}个点'
2409         other: '%{count}个点'
2410       more: 更多
2411       trace_details: 查看轨迹详情
2412       view_map: 查看地图
2413       edit_map: 编辑地图
2414       public: 公开
2415       identifiable: 可识别
2416       private: 私有
2417       trackable: 可追踪
2418       details_with_tags_html: 由%{user}在%{tags}于%{time_ago}
2419       details_without_tags_html: 由%{user}于%{time_ago}
2420     index:
2421       public_traces: 公开GPS轨迹
2422       my_gps_traces: 我的 GPS 轨迹
2423       public_traces_from: 来自 %{user} 的公开 GPS 轨迹
2424       description: 浏览最近的GPS轨迹上传
2425       tagged_with: ' 标签为%{tags}'
2426       empty_title: 这里还没有东西
2427       empty_upload_html: '%{upload_link}或者在%{wiki_link}了解更多有关 GPS 追踪的信息。'
2428       upload_new: 上传新轨迹
2429       wiki_page: Wiki页面
2430       upload_trace: 上传轨迹
2431       all_traces: 所有轨迹
2432       my_traces: 我的轨迹
2433       traces_from: 来自%{user}的公开轨迹
2434       remove_tag_filter: 移除标签过滤器
2435     destroy:
2436       scheduled_for_deletion: 计划删除的轨迹
2437     make_public:
2438       made_public: 公开化路径
2439     offline_warning:
2440       message: GPX 文件上传系统当前不可用
2441     offline:
2442       heading: GPX 脱机存储
2443       message: GPX 文件存储和上传系统当前不可用。
2444     georss:
2445       title: OpenStreetMap GPS 轨迹
2446     description:
2447       description_with_count:
2448         one: 来自 %{user} 的带 %{count} 点的GPX文件
2449         other: 来自 %{user} 的带 %{count} 点的GPX文件
2450       description_without_count: 来自 %{user} 的 GPX 文件
2451   application:
2452     basic_auth_disabled: HTTP 基本身份验证已禁用:%{link}
2453     oauth_10a_disabled: OAuth 1.0 和 1.0a 已禁用:%{link}
2454     permission_denied: 您没有权限来执行此操作
2455     require_cookies:
2456       cookies_needed: 您似乎停用了 cookie - 请在继续操作前启用您的浏览器 cookie。
2457     require_admin:
2458       not_an_admin: 您需要成为管理员以执行该操作。
2459     setup_user_auth:
2460       blocked_zero_hour: 您在OpenStreetMap网站有一条紧急消息。在您可以保存您的编辑之前,您需要阅读这条消息。
2461       blocked: 您对 API 的访问已经被阻挡了。请登录到网站以了解更多信息。
2462       need_to_see_terms: 您对 API 的访问已暂时中止。请登录到网站以查看贡献者条款。您不需要同意,但必须查看它们。
2463     settings_menu:
2464       account_settings: 账户设置
2465       oauth1_settings: OAuth 1设置
2466       oauth2_applications: OAuth 2应用程序
2467       oauth2_authorizations: OAuth 2授权
2468       muted_users: 已忽视用户
2469     auth_providers:
2470       openid_logo_alt: 使用 OpenID 登录
2471       openid_login_button: 继续
2472       openid:
2473         title: 使用OpenID登录
2474         alt: 使用OpenID URL登录
2475       google:
2476         title: 使用Google登录
2477         alt: 使用Google OpenID登录
2478       facebook:
2479         title: 使用Facebook登录
2480         alt: 使用Facebook账户登录
2481       microsoft:
2482         title: 使用Microsoft登录
2483         alt: 使用Microsoft账户登录
2484       github:
2485         title: 使用GitHub登录
2486         alt: 通过GitHub账户登录
2487       wikipedia:
2488         title: 使用维基百科登录
2489         alt: 使用维基百科账户登录
2490   oauth:
2491     authorize:
2492       title: 授权访问您的账户
2493       request_access_html: '%{user},应用程序 %{app_name} 要求访问您的帐户。请确定您要让此应用程序使用下列功能。您可以按照自己的意思选择几个。'
2494       allow_to: 允许客户应用程序:
2495       allow_read_prefs: 读取您的用户首选项。
2496       allow_write_prefs: 修改您的用户首选项。
2497       allow_write_diary: 创建日记,评论和交朋友。
2498       allow_write_api: 修改地图。
2499       allow_read_gpx: 读取您的私人 GPS 轨迹。
2500       allow_write_gpx: 上传 GPS 轨迹。
2501       allow_write_notes: 修改注记。
2502       grant_access: 授予访问权
2503     authorize_success:
2504       title: 已允许授权申请
2505       allowed_html: 您已授权 %{app_name} 应用访问您的账户。
2506       verification: 验证码为 %{code}。
2507     authorize_failure:
2508       title: 授权请求失败
2509       denied: 您已经拒绝应用程序 %{app_name} 访问您的账户。
2510       invalid: 授权令牌无效。
2511     revoke:
2512       flash: 您已经注销 %{application} 的令牌。
2513     permissions:
2514       missing: 您未给予应用访问此装置的权限
2515     scopes:
2516       openid: 使用 OpenStreetMap 登录
2517       read_prefs: 阅读用户首选项
2518       write_prefs: 修改用户首选项
2519       write_diary: 创建日记、评论和交朋友
2520       write_api: 修改地图
2521       read_gpx: 读取私人GPS轨迹
2522       write_gpx: 上传GPS轨迹
2523       write_notes: 修改备注
2524       write_redactions: 隐删地图数据
2525       read_email: 查看用户邮箱地址
2526       skip_authorization: 自动核准应用
2527     for_roles:
2528       moderator: 此权限仅适用于仲裁员可用的操作。
2529   oauth_clients:
2530     new:
2531       title: 注册新应用程序
2532       disabled: OAuth 1 应用程序的注册已被禁用
2533     edit:
2534       title: 编辑您的应用程序
2535     show:
2536       title: '%{app_name} 的 OAuth 详细信息'
2537       key: 用户键:
2538       secret: 用户密钥:
2539       url: 请求令牌 URL:
2540       access_url: 访问令牌 URL:
2541       authorize_url: 授权 URL:
2542       support_notice: 我们支持 HMAC-SHA1 (推荐)和 RSA-SHA1 签名。
2543       edit: 编辑详细信息
2544       delete: 删除客户端
2545       confirm: 您确定吗?
2546       requests: 向用户请求以下权限:
2547     index:
2548       title: 我的 OAuth 详细信息
2549       my_tokens: 我的已授权应用程序
2550       list_tokens: 下列令牌已发给您名下的应用程序:
2551       application: 应用程序名称
2552       issued_at: 发出于
2553       revoke: 撤销!
2554       my_apps: 我的客户应用程序
2555       no_apps_html: 您是否有想要注册使用 %{oauth} 标准的应用程序?您必须先注册您的网页应用程序,才能对这个服务进行 OAuth 要求。
2556       oauth: OAuth
2557       registered_apps: 您已注册以下客户应用程序:
2558       register_new: 注册您的应用程序
2559     form:
2560       requests: 向用户请求以下权限:
2561     not_found:
2562       sorry: 对不起,无法找到那个 %{type}。
2563     create:
2564       flash: 注册信息成功
2565     update:
2566       flash: 更新客户端信息成功
2567     destroy:
2568       flash: 已破坏此客户端应用程序注册
2569   oauth2_applications:
2570     index:
2571       title: 我的客户应用程序
2572       no_applications_html: 您是否有想要使用%{oauth2}标准注册的应用程序?您必须先注册您的应用程序才能对此服务发出OAuth请求。
2573       new: 注册新应用程序
2574       name: 名称
2575       permissions: 权限
2576     application:
2577       edit: 编辑
2578       delete: 删除
2579       confirm_delete: 删除这个应用程序?
2580     new:
2581       title: 注册新应用程序
2582     edit:
2583       title: 编辑您的应用程序
2584     show:
2585       edit: 编辑
2586       delete: 删除
2587       confirm_delete: 删除此应用程序?
2588       client_id: 客户端ID
2589       client_secret: 客户密钥
2590       client_secret_warning: 确保保存此密钥 - 它将无法被再次访问
2591       permissions: 权限
2592       redirect_uris: 重定向URI
2593     not_found:
2594       sorry: 抱歉,找不到该应用程序。
2595   oauth2_authorizations:
2596     new:
2597       title: 需要授权
2598       introduction: 要授权%{application}使用以下权限访问您的账户吗?
2599       authorize: 授权
2600       deny: 拒绝
2601     error:
2602       title: 发生错误
2603     show:
2604       title: 授权码
2605   oauth2_authorized_applications:
2606     index:
2607       title: 我的已授权应用程序
2608       application: 应用程序
2609       permissions: 权限
2610       last_authorized: 最后授权
2611       no_applications_html: 您还没有授权任何%{oauth2}应用程序。
2612     application:
2613       revoke: 撤销访问权限
2614       confirm_revoke: 撤消此应用程序的访问权限?
2615   users:
2616     new:
2617       title: 注册
2618       tab_title: 注册
2619       signup_to_authorize_html: 注册 OpenStreetMap 以访问 %{client_app_name}
2620       no_auto_account_create: 很遗憾,我们目前无法为您自动创建一个帐户。
2621       please_contact_support_html: 请联系 %{support_link} 以安排创建帐户 - 我们会尽快处理该请求。
2622       support: 支持
2623       about:
2624         header: 自由且可编辑。
2625         paragraph_1: 与其他地图不同,OpenStreetMap 完全由像您这样的人创建,任何人都可以免费修复、更新、下载和使用。
2626         paragraph_2: 注册以开始贡献。
2627         welcome: 欢迎来到OpenStreetMap
2628       duplicate_social_email: 如果您已经拥有OpenStreetMap账户并希望使用第三方提供的身份标识,请使用密码登录并修改您的账户设置。
2629       display name description: 你的公开展示的用户名。你可以稍后在设置中进行修改。
2630       by_signing_up:
2631         html: 注册意味着您同意我们的%{tou_link}、%{privacy_policy_link}和%{contributor_terms_link}。
2632         privacy_policy: 隐私政策
2633         privacy_policy_title: OSM基金会隐私政策包括电子邮件地址部分
2634         contributor_terms: 贡献者条款
2635       tou: 使用条款
2636       external auth: 第三方身份验证:
2637       continue: 注册
2638       terms accepted: 感谢您接受新的贡献条款!
2639       email_help:
2640         html: 您的地址不会公开显示,请参阅我们的%{privacy_policy_link}了解更多信息。
2641       consider_pd_html: 我认为我的贡献应在 %{consider_pd_link} 中。
2642       consider_pd: 公有领域
2643       consider_pd_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
2644       or: 或
2645       use external auth: 或使用第三方服务登录
2646     terms:
2647       title: 条款
2648       heading: 条款
2649       heading_ct: 贡献者条款
2650       read and accept with tou: 请阅读贡献者协议和使用条款,勾选下列2个复选框,并点击“确定”按钮。
2651       contributor_terms_explain: 该协议影响到有关您过去、现在及将来的贡献的条款。
2652       read_ct: 我已了解并同意贡献者条款
2653       tou_explain_html: 这些%{tou_link}适用于网站方面的使用,与其它由OSMF提供的基础内容。请点击链接,阅读并同意该条款。
2654       read_tou: 我已阅读并同意使用条款
2655       consider_pd: 除了上述协议,我同意将我的贡献释于公有领域
2656       consider_pd_why: 这是什么?
2657       guidance_info_html: 有助于理解这些术语的信息:一个 %{readable_summary_link} 和一些 %{informal_translations_link}
2658       readable_summary: 人类可读的摘要
2659       informal_translations: 非正式翻译
2660       continue: 继续
2661       decline: 拒绝
2662       you need to accept or decline: 请先阅读,然后接受或拒绝新的贡献者条款,再继续。
2663       legale_select: 请选择您居住的国家:
2664       legale_names:
2665         france: 法国
2666         italy: 意大利
2667         rest_of_world: 世界其他地区
2668     terms_declined_flash:
2669       terms_declined_html: 我们很遗憾您已决定不接受新的贡献者条款。有关详细信息,请参阅%{terms_declined_link}。
2670       terms_declined_link: 此wiki页面
2671     no_such_user:
2672       title: 无此用户
2673       heading: 用户 %{user} 不存在
2674       body: 对不起,没有名为 %{user} 的用户。请检查您的拼写,或者可能是点击了错误的链接。
2675       deleted: 已删除用户
2676     show:
2677       my diary: 我的日记
2678       my edits: 我的编辑
2679       my traces: 我的轨迹
2680       my notes: 我的注记
2681       my messages: 我的消息
2682       my profile: 我的资料
2683       my settings: 我的设置
2684       my comments: 我的评论
2685       my_preferences: 我的偏好
2686       my_dashboard: 我的综合面板
2687       blocks on me: 我的封禁
2688       blocks by me: 被我封禁
2689       create_mute: 忽视此用户
2690       destroy_mute: 取消忽视此用户
2691       edit_profile: 编辑个人资料
2692       send message: 发送消息
2693       diary: 日记
2694       edits: 编辑
2695       traces: 轨迹
2696       notes: 地图注记
2697       remove as friend: 删除朋友
2698       add as friend: 添加朋友
2699       mapper since: 绘图者注册于:
2700       last map edit: 最后地图编辑于:
2701       no activity yet: 尚无活动
2702       uid: 用户ID:
2703       ct status: 贡献者条款:
2704       ct undecided: 未决定
2705       ct declined: 已拒绝
2706       email address: 电子邮件地址:
2707       created from: 创建于:
2708       status: 状态:
2709       spam score: 垃圾邮件评分:
2710       role:
2711         administrator: 此用户是管理员
2712         moderator: 此用户是仲裁员
2713         importer: 此用户是导入者
2714         grant:
2715           administrator: 授予管理员权限
2716           moderator: 授予仲裁员权限
2717           importer: 授予导入者权限
2718         revoke:
2719           administrator: 撤销管理员权限
2720           moderator: 撤销仲裁员权限
2721           importer: 撤销导入者权限
2722       block_history: 激活的封禁
2723       moderator_history: 执行封禁者
2724       revoke_all_blocks: 撤销所有封禁
2725       comments: 评论
2726       create_block: 封禁此用户
2727       activate_user: 启用此用户
2728       confirm_user: 确认此用户
2729       unconfirm_user: 取消确认该用户
2730       unsuspend_user: 取消暂停该用户
2731       hide_user: 隐藏此用户
2732       unhide_user: 取消隐藏此用户
2733       delete_user: 删除此用户
2734       confirm: 确认
2735       report: 举报此用户
2736     go_public:
2737       flash success: 您的所有编辑现在均已公开,现在允许您开始编辑。
2738     index:
2739       title: 用户
2740       heading: 用户
2741       older: 老用户
2742       newer: 新用户
2743       found_users:
2744         one: 找到%{count}位用户
2745         other: 找到%{count}位用户
2746       summary_html: '%{name}在%{date}从%{ip_address}创建'
2747       summary_no_ip_html: '%{name} 创建于 %{date}'
2748       confirm: 确认所选用户
2749       hide: 隐藏所选用户
2750       empty: 未找到匹配用户
2751     suspended:
2752       title: 帐户已暂停
2753       heading: 帐户已暂停
2754       support: 支持
2755       automatically_suspended: 抱歉,由于存在可疑活动,您的帐户已被自动暂停。
2756       contact_support_html: 管理员很快会审查此决定,或者如果您想讨论这个问题,您可以联系 %{support_link}。
2757     auth_failure:
2758       connection_failed: 连接身份验证提供方失败
2759       invalid_credentials: 无效的身份验证凭证
2760       no_authorization_code: 无授权码
2761       unknown_signature_algorithm: 未知签名算法
2762       invalid_scope: 无效范围
2763       unknown_error: 身份验证失败
2764     auth_association:
2765       heading: 您的ID尚未与OpenStreetMap账户相关联。
2766       option_1: 如果您是OpenStreetMap的新手,请使用下面的表单创建一个新账户。
2767       option_2: 如果您已拥有一个账户,您可以使用您的用户名和密码登录您的账户,然后在您的用户设置中将账户与您的ID相关联。
2768   user_role:
2769     filter:
2770       not_a_role: 字串 '%{role}' 不是有效的角色。
2771       already_has_role: 这个用户已经有角色 %{role}。
2772       doesnt_have_role: 这个用户没有角色 %{role}。
2773       not_revoke_admin_current_user: 不能撤销当前用户的管理员角色。
2774     grant:
2775       title: 确认角色授予
2776       heading: 确认角色授予
2777       are_you_sure: 您确定要赋予用户 '%{name}' 角色 '%{role}' 吗?
2778       confirm: 确认
2779       fail: 无法授予用户 '%{name}' 角色 '%{role}'。请检查用户和角色是否都正确。
2780     revoke:
2781       title: 确认角色吊销
2782       heading: 确认角色吊销
2783       are_you_sure: 您确定要吊销用户 '%{name}' 角色 '%{role}' 吗?
2784       confirm: 确认
2785       fail: 无法吊销用户 '%{name}' 角色 '%{role}'。请检查用户和角色是否都正确。
2786   user_blocks:
2787     model:
2788       non_moderator_update: 必须为仲裁员才能创建或更新一个封禁。
2789       non_moderator_revoke: 必须为仲裁员才能撤消封禁。
2790     not_found:
2791       sorry: 对不起,未找到 ID 为 %{id} 的用户封禁。
2792       back: 返回索引
2793     new:
2794       title: 正在建立对 %{name} 的封禁
2795       heading_html: 正在建立对 %{name} 的封禁
2796       period: 从现在开始,此用户将被 API 阻挡的时间。
2797       back: 查看所有封禁
2798     edit:
2799       title: 编辑对 %{name} 的封禁
2800       heading_html: 编辑对 %{name} 的封禁
2801       period: 从现在开始,该用户要被封禁不能使用 API 多久。
2802       show: 查看此封禁
2803       back: 查看所有封禁
2804     filter:
2805       block_expired: 这个封禁已经过期,并且不能再编辑。
2806       block_period: 封禁时期必须是在下拉菜单中可选择的数值之一。
2807     create:
2808       flash: 已建立对用户 %{name} 的封禁
2809     update:
2810       only_creator_can_edit: 只有执行此封禁的仲裁员才能编辑。
2811       success: 封禁已更新。
2812     index:
2813       title: 用户的封禁
2814       heading: 用户封禁列表
2815       empty: 尚未设定任何封禁。
2816     revoke:
2817       title: 正在撤销对 %{block_on} 的封禁
2818       heading_html: 正在撤销 %{block_by} 对 %{block_on} 的封禁
2819       time_future_html: 此封禁将于 %{time} 结束。
2820       past_html: 此封禁已在%{time}结束,现在不能撤销。
2821       confirm: 您确定要撤销该封禁?
2822       revoke: 撤销!
2823       flash: 该封禁已经被撤销。
2824     revoke_all:
2825       title: 正在撤销对%{block_on}的所有封禁
2826       heading_html: 正在撤销对%{block_on}的所有封禁
2827       empty: '%{name}没有生效的封禁。'
2828       confirm: 您确定要撤销%{active_blocks}吗?
2829       active_blocks:
2830         one: '%{count} 个生效的封禁'
2831         other: '%{count} 个生效的封禁'
2832       revoke: 撤销!
2833       flash: 已撤销所有生效的封禁。
2834     helper:
2835       time_future_html: 结束于 %{time}。
2836       until_login: 用户登录时激活。
2837       time_future_and_until_login_html: 结束于%{time},并在用户登录之后。
2838       time_past_html: 结束于%{time}。
2839       block_duration:
2840         hours:
2841           one: '%{count} 小时'
2842           other: '%{count} 小时'
2843         days:
2844           one: '%{count}日'
2845           other: '%{count}日'
2846         weeks:
2847           one: '%{count}周'
2848           other: '%{count}周'
2849         months:
2850           one: '%{count}个月'
2851           other: '%{count}个月'
2852         years:
2853           one: '%{count}年'
2854           other: '%{count}年'
2855     blocks_on:
2856       title: 对 %{name} 的封禁
2857       heading_html: 对 %{name} 的封禁列表
2858       empty: '%{name} 还没有被封禁。'
2859     blocks_by:
2860       title: '%{name} 执行的封禁'
2861       heading_html: '%{name} 执行的封禁列表'
2862       empty: '%{name} 还没有执行任何封禁。'
2863     show:
2864       title: '%{block_on} 被 %{block_by} 封禁'
2865       heading_html: '%{block_on} 被 %{block_by} 封禁'
2866       created: 已创建
2867       duration: 时长
2868       status: 状态
2869       show: 显示
2870       edit: 编辑
2871       revoke: 撤销!
2872       confirm: 您确定吗?
2873       reason: 封禁的原因:
2874       revoker: 撤销者:
2875       needs_view: 用户需要在该封禁清除前登录。
2876     block:
2877       not_revoked: (未撤销)
2878       show: 显示
2879       edit: 编辑
2880       revoke: 撤销!
2881     blocks:
2882       display_name: 封禁的用户
2883       creator_name: 创建者
2884       reason: 封禁的原因
2885       status: 状态
2886       revoker_name: 撤销者
2887       older: 旧的封禁
2888       newer: 新的封禁
2889     navigation:
2890       all_blocks: 所有封禁
2891       blocks_on_me: 对我的封禁
2892       blocks_on_user: 对%{user}的封禁
2893       blocks_by_me: 由我做出的封禁
2894       blocks_by_user: 由%{user}做出的封禁
2895       block: 封禁#%{id}
2896   user_mutes:
2897     index:
2898       title: 已忽视用户
2899       my_muted_users: 我已忽视的用户
2900       you_have_muted_n_users:
2901         one: 您已忽视 1 名用户
2902         other: 您已忽视 %{count} 名用户
2903       user_mute_explainer: 已忽视用户的消息会被移至单独的收件箱,您不会收到电子邮件通知。
2904       user_mute_admins_and_moderators: 您可以忽视管理员和仲裁员,但仍会收到他们的消息通知。
2905       table:
2906         thead:
2907           muted_user: 已忽视用户
2908           actions: 操作
2909         tbody:
2910           unmute: 取消忽视
2911           send_message: 发送消息
2912     create:
2913       notice: 您已忽视 %{name}。
2914       error: 无法忽视 %{name}。%{full_message}。
2915     destroy:
2916       notice: 您取消忽视了%{name}。
2917       error: 无法取消忽视用户。请再试一次。
2918   notes:
2919     index:
2920       title: '%{user} 提交或评论的注记'
2921       heading: '%{user} 的注记'
2922       subheading_html: 由%{user}%{submitted}或%{commented}的注记
2923       subheading_submitted: 已提交
2924       subheading_commented: 已评论
2925       no_notes: 没有笔记
2926       id: ID
2927       creator: 创建者
2928       description: 描述
2929       created_at: 创建于
2930       last_changed: 最后更改于
2931     show:
2932       title: 注记:%{id}
2933       description: 描述
2934       open_title: '未解决注记 #%{note_name}'
2935       closed_title: '已解决注记 #%{note_name}'
2936       hidden_title: '隐藏注记 #%{note_name}'
2937       event_opened_by_html: 由%{user}%{time_ago}创建
2938       event_opened_by_anonymous_html: 由匿名用户%{time_ago}创建
2939       event_commented_by_html: 来自%{user}%{time_ago}的评论
2940       event_commented_by_anonymous_html: 来自匿名用户%{time_ago}的評論
2941       event_closed_by_html: 由%{user}%{time_ago}解决
2942       event_closed_by_anonymous_html: 由匿名用户%{time_ago}解决
2943       event_reopened_by_html: 由%{user} %{time_ago}重新开启
2944       event_reopened_by_anonymous_html: 由匿名用户%{time_ago}重新开启
2945       event_hidden_by_html: 由%{user}%{time_ago}隐藏
2946       report: 举报此注记
2947       anonymous_warning: 该注记包含匿名用户的评论,应独立地予以核实。
2948       hide: 隐藏
2949       resolve: 解决
2950       reactivate: 重启
2951       comment_and_resolve: 评论与解决
2952       comment: 评论
2953       log_in_to_comment: 登录以评论此注记
2954       report_link_html: 如果此注记包含需要被删除的敏感信息,您可以%{link}。
2955       other_problems_resolve: 对于注记的所有其他问题,请通过评论自行解决。
2956       other_problems_resolved: 对于所有其他问题,解决就足够了。
2957       disappear_date_html: 此已解决的注记将在%{disappear_in}后从地图中消失。
2958     new:
2959       title: 新注记
2960       intro: 发现错误或遗漏了什么?请告诉其他绘图者以便于我们更正错误。将标记移动到正确的位置并输入备注说明问题。
2961       anonymous_warning_html: 您尚未登录。如果您想接收笔记的更新信息,请%{log_in}或%{sign_up}。
2962       anonymous_warning_log_in: 登录
2963       anonymous_warning_sign_up: 注册
2964       advice: 您的注释会公开,并可能用于更新地图,所以不要输入个人信息,或是来自版权保护地图的信息或目录列表。
2965       add: 添加注记
2966   javascripts:
2967     close: 关闭
2968     share:
2969       title: 分享
2970       cancel: 取消
2971       image: 图像
2972       link: 链接或 HTML
2973       long_link: 链接
2974       short_link: 短链接
2975       geo_uri: Geo URI
2976       embed: HTML
2977       custom_dimensions: 设定自定义区域
2978       format: 格式:
2979       scale: 比例:
2980       image_dimensions: 将以%{width} x %{height}的尺寸按标准图层输出图像
2981       download: 下载
2982       short_url: 短URL
2983       include_marker: 包含标记
2984       center_marker: 以标记作为地图中心
2985       paste_html: 粘贴HTML以嵌入网站
2986       view_larger_map: 查看更大的地图
2987       only_standard_layer: 只有标准图层可被导出为图片
2988     embed:
2989       report_problem: 报告问题
2990     key:
2991       title: 图例
2992       tooltip: 图例
2993       tooltip_disabled: 图例不可用于此图层
2994     map:
2995       zoom:
2996         in: 放大
2997         out: 缩小
2998       locate:
2999         title: 显示我的位置
3000         metersPopup:
3001           one: 你距离该点%{count}米
3002           other: 你距离该点%{count}米
3003         feetPopup:
3004           one: 你就在这个位置的%{count}英尺范围内
3005           other: 你就在这个位置的%{count}英尺范围内
3006       base:
3007         standard: 标准
3008         cyclosm: 自行车地图
3009         cycle_map: 骑行运动地图
3010         transport_map: 交通运输地图
3011         tracestracktop_topo: 地形地貌地图
3012         hot: 人道救援地图
3013       layers:
3014         header: 地图图层
3015         notes: 地图注记
3016         data: 地图数据
3017         gps: 公开 GPS 轨迹
3018         overlays: 启用解决地图问题的覆盖层
3019         title: 图层
3020       openstreetmap_contributors: OpenStreetMap 贡献者
3021       make_a_donation: 捐款
3022       website_and_api_terms: 网站和API条款
3023       cyclosm_credit: 由%{osm_france_link}托管的%{cyclosm_link}的图块风格
3024       osm_france: OpenStreetMap 法国
3025       thunderforest_credit: '%{thunderforest_link}提供的图块'
3026       andy_allan: Andy Allan
3027       tracestrack_credit: '%{tracestrack_link}提供的图块'
3028       tracestrack: 踪迹地图
3029       hotosm_credit: 由%{osm_france_link}托管的%{hotosm_link}图块风格
3030       hotosm_name: 人道主义开放街图团队
3031     site:
3032       edit_tooltip: 编辑地图
3033       edit_disabled_tooltip: 放大地图以编辑
3034       createnote_tooltip: 添加注记至地图
3035       createnote_disabled_tooltip: 放大地图以添加注记
3036       map_notes_zoom_in_tooltip: 放大地图以查看注记
3037       map_data_zoom_in_tooltip: 放大地图以查看数据
3038       queryfeature_tooltip: 查询特征
3039       queryfeature_disabled_tooltip: 放大以查询特征
3040       embed_html_disabled: HTML 嵌入不适用于此地图图层
3041     edit_help: 移动地图并在您想编辑的位置放大,然后点击这里。
3042     directions:
3043       ascend: 上升
3044       engines:
3045         fossgis_osrm_bike: 自行车(OSRM)
3046         fossgis_osrm_car: 汽车(OSRM)
3047         fossgis_osrm_foot: 步行(OSRM)
3048         graphhopper_bicycle: 自行车(GraphHopper)
3049         graphhopper_car: 汽车(GraphHopper)
3050         graphhopper_foot: 步行(GraphHopper)
3051         fossgis_valhalla_bicycle: 自行车(瓦尔哈拉)
3052         fossgis_valhalla_car: 汽车(瓦尔哈拉)
3053         fossgis_valhalla_foot: 步行(瓦尔哈拉)
3054       descend: 下降
3055       directions: 方向
3056       distance: 距离
3057       distance_m: '%{distance}m'
3058       distance_km: '%{distance}公里'
3059       errors:
3060         no_route: 找不到那两个地方之间的路径。
3061         no_place: 对不起——无法定位“%{place}”。
3062       instructions:
3063         continue_without_exit: 在%{name}上直走
3064         slight_right_without_exit: 稍向右转至%{name}
3065         offramp_right: 上右侧匝道
3066         offramp_right_with_exit: 在右侧沿%{exit}出口驶离
3067         offramp_right_with_exit_name: 在右侧沿%{exit}出口至%{name}
3068         offramp_right_with_exit_directions: 在右侧沿%{exit}出口驶往%{directions}方向
3069         offramp_right_with_exit_name_directions: 在右侧沿%{exit}出口至%{name},往%{directions}方向
3070         offramp_right_with_name: 上右侧匝道至%{name}
3071         offramp_right_with_directions: 走右侧匝道,往%{directions}方向
3072         offramp_right_with_name_directions: 上右侧匝道至%{name},往%{directions}方向
3073         onramp_right_without_exit: 匝道右转至%{name}
3074         onramp_right_with_directions: 向右侧斜坡拐去,往%{directions}方向
3075         onramp_right_with_name_directions: 匝道右转至%{name},往%{directions}方向
3076         onramp_right_without_directions: 右转至坡道上
3077         onramp_right: 右转前往匝道
3078         endofroad_right_without_exit: 在道路尽头右转至%{name}
3079         merge_right_without_exit: 向右并线至%{name}
3080         fork_right_without_exit: 在交叉口右转至%{name}
3081         turn_right_without_exit: 右转至%{name}
3082         sharp_right_without_exit: 向右急转至%{name}
3083         uturn_without_exit: 沿着%{name}掉头
3084         sharp_left_without_exit: 向左急转至%{name}
3085         turn_left_without_exit: 左转至%{name}
3086         offramp_left: 上左侧匝道
3087         offramp_left_with_exit: 在左侧沿%{exit}出口驶离
3088         offramp_left_with_exit_name: 在左侧沿%{exit}出口至%{name}
3089         offramp_left_with_exit_directions: 在左侧沿%{exit}出口驶往%{directions}方向
3090         offramp_left_with_exit_name_directions: 在左侧沿%{exit}出口至%{name},往%{directions}方向
3091         offramp_left_with_name: 上左侧匝道至%{name}
3092         offramp_left_with_directions: 上左侧斜坡,往%{directions}方向
3093         offramp_left_with_name_directions: 上左侧匝道至%{name},往%{directions}方向
3094         onramp_left_without_exit: 匝道上左转至%{name}
3095         onramp_left_with_directions: 左转至往%{directions}方向匝道
3096         onramp_left_with_name_directions: 左转上匝道至%{name},往%{directions}方向
3097         onramp_left_without_directions: 左转至匝道上
3098         onramp_left: 左转前往匝道
3099         endofroad_left_without_exit: 在道路尽头左转至%{name}
3100         merge_left_without_exit: 向左并线至%{name}
3101         fork_left_without_exit: 在交叉口左转至%{name}
3102         slight_left_without_exit: 稍向左转至%{name}
3103         via_point_without_exit: (通过点)
3104         follow_without_exit: 关注%{name}
3105         roundabout_without_exit: 在环形交叉驶出至%{name}
3106         leave_roundabout_without_exit: 离开环岛 - %{name}
3107         stay_roundabout_without_exit: 在环岛停留 - %{name}
3108         start_without_exit: 在%{name}开始
3109         destination_without_exit: 到达目的地
3110         against_oneway_without_exit: '%{name}单向行驶'
3111         end_oneway_without_exit: '%{name}单向终点'
3112         roundabout_with_exit: 在环形交叉的%{exit}号出口离开前往%{name}
3113         roundabout_with_exit_ordinal: 在环形交叉的%{exit}号出口离开前往%{name}
3114         exit_roundabout: 沿环形交叉退出至%{name}
3115         unnamed: 未命名道路
3116         courtesy: 方向经由%{link}
3117         exit_counts:
3118           first: 第1
3119           second: 第2
3120           third: 第3
3121           fourth: 第4
3122           fifth: 第5
3123           sixth: 第6
3124           seventh: 第7
3125           eighth: 第8
3126           ninth: 第9
3127           tenth: 第10
3128       time: 时间
3129     query:
3130       node: 节点
3131       way: 路径
3132       relation: 关系
3133       nothing_found: 未找到要素
3134       error: 连接 %{server} 时出错:%{error}
3135       timeout: 连接 %{server} 超时
3136     context:
3137       directions_from: 从此处出发
3138       directions_to: 到此处的路线
3139       add_note: 在此添加注记
3140       show_address: 显示地址
3141       query_features: 查询要素
3142       centre_map: 将此处置于地图中间
3143   redactions:
3144     edit:
3145       heading: 编辑隐删
3146       title: 编辑隐删
3147     index:
3148       empty: 无隐删可显示。
3149       heading: 隐删列表
3150       title: 隐删列表
3151     new:
3152       heading: 请输入新隐删的信息
3153       title: 创建新隐删
3154     show:
3155       description: 描述:
3156       heading: 显示隐删“%{title}”
3157       title: 显示隐删
3158       user: 创建者:
3159       edit: 编辑该隐删
3160       destroy: 删除该隐删
3161       confirm: 您确定吗?
3162     create:
3163       flash: 隐删已创建。
3164     update:
3165       flash: 更改已保存。
3166     destroy:
3167       not_empty: 隐删非空。请在销毁该隐删前清除所有属于它的版本。
3168       flash: 隐删已销毁。
3169       error: 销毁该隐删时出错。
3170   validations:
3171     leading_whitespace: 有前导空格
3172     trailing_whitespace: 有尾随空格
3173     invalid_characters: 包含无效字符
3174     url_characters: 包含特殊URL字符 (%{characters})
3175 ...