]> git.openstreetmap.org Git - rails.git/blob - config/locales/zh-TW.yml
e17963bd0d49ff08fdae1416770c992cc3f9ab5b
[rails.git] / config / locales / zh-TW.yml
1 # Messages for Traditional Chinese (中文(繁體)‎)
2 # Exported from translatewiki.net
3 # Export driver: phpyaml
4 # Author: A Retired User
5 # Author: A2093064
6 # Author: Abijeet Patro
7 # Author: Anakmalaysia
8 # Author: Assh1857
9 # Author: Cwlin0416
10 # Author: EagerLin
11 # Author: Foothsu
12 # Author: HTan (WMF)
13 # Author: Hlaw
14 # Author: Impersonator 1
15 # Author: Jiazheng0609
16 # Author: Justincheng12345
17 # Author: Kly
18 # Author: LNDDYL
19 # Author: Learnerq
20 # Author: Liuxinyu970226
21 # Author: Mikepanhu
22 # Author: Mmyangfl
23 # Author: Mstar
24 # Author: Mywood
25 # Author: Orinx
26 # Author: Pesder
27 # Author: Reke
28 # Author: Ruila
29 # Author: Sanmosa
30 # Author: Shangkuanlc
31 # Author: Simon Shek
32 # Author: StephDC
33 # Author: SupaplexTW
34 # Author: TongcyDai
35 # Author: Wehwei
36 # Author: Winston Sung
37 # Author: Wrightbus
38 # Author: Xiplus
39 # Author: 予弦
40 # Author: 神樂坂秀吉
41 # Author: 아라
42 ---
43 zh-TW:
44   html:
45     dir: ltr
46   time:
47     formats:
48       friendly: '%Y 年 %B %e 日 %H 時 %M 分'
49       blog: '%Y年%B%e日'
50   helpers:
51     submit:
52       diary_comment:
53         create: 儲存
54       diary_entry:
55         create: 發佈
56         update: 更新
57       issue_comment:
58         create: 添加評論
59       message:
60         create: 寄出
61       client_application:
62         create: 註冊
63         update: 編輯
64       redaction:
65         create: 建立修訂
66         update: 儲存修訂
67       trace:
68         create: 上傳
69         update: 儲存變更
70       user_block:
71         create: 建立封鎖
72         update: 更新封鎖
73   activerecord:
74     errors:
75       messages:
76         invalid_email_address: 似乎不是有效的電子郵件信箱地址。
77         email_address_not_routable: 不可繞送
78     models:
79       acl: 存取控制清單
80       changeset: 變更集
81       changeset_tag: 變更集標籤
82       country: 國家
83       diary_comment: 日記評論
84       diary_entry: 日記項目
85       friend: 好友
86       issue: 問題
87       language: 語言
88       message: 訊息
89       node: 節點
90       node_tag: 節點標籤
91       notifier: 通知
92       old_node: 舊的節點
93       old_node_tag: 舊的節點標籤
94       old_relation: 舊的關聯
95       old_relation_member: 舊的關聯成員
96       old_relation_tag: 舊的關聯標籤
97       old_way: 舊的路徑
98       old_way_node: 舊的路徑節點
99       old_way_tag: 舊的路徑標籤
100       relation: 關聯
101       relation_member: 關聯成員
102       relation_tag: 關聯標籤
103       report: 報告
104       session: 作業階段
105       trace: 軌跡
106       tracepoint: 軌跡點
107       tracetag: 軌跡標籤
108       user: 使用者
109       user_preference: 使用者偏好設定
110       user_token: 使用者令牌
111       way: 路徑
112       way_node: 路徑節點
113       way_tag: 路徑標籤
114     attributes:
115       diary_comment:
116         body: 內文
117       diary_entry:
118         user: 使用者
119         title: 標題
120         latitude: 緯度
121         longitude: 經度
122         language: 語言
123       friend:
124         user: 使用者
125         friend: 好友
126       trace:
127         user: 使用者
128         visible: 可見的
129         name: 名稱
130         size: 大小
131         latitude: 緯度
132         longitude: 經度
133         public: 公開
134         description: 說明
135       message:
136         sender: 寄件者
137         title: 標題
138         body: 內文
139         recipient: 收件者
140       user:
141         email: 電子郵件
142         active: 開啟中
143         display_name: 顯示名稱
144         description: 說明
145         languages: 語言
146         pass_crypt: 密碼
147   datetime:
148     distance_in_words_ago:
149       about_x_hours:
150         one: 約1小時前
151         other: 約%{count}小時前
152       about_x_months:
153         one: 約1個月前
154         other: 約%{count}個月前
155       about_x_years:
156         one: 約1年
157         other: 約%{count}年前
158       almost_x_years:
159         one: 近1年
160         other: 近%{count}年前
161       half_a_minute: 半分鐘前
162       less_than_x_seconds:
163         one: 小於 1 秒前
164         other: 小於 %{count} 秒前
165       less_than_x_minutes:
166         one: 小於 1 分前
167         other: 小於 %{count} 分前
168       over_x_years:
169         one: 超過1年前
170         other: 超過%{count}年前
171       x_seconds:
172         one: 1秒前
173         other: '%{count}秒前'
174       x_minutes:
175         one: 1分鐘前
176         other: '%{count}分鐘前'
177       x_days:
178         one: 1日前
179         other: '%{count}日前'
180       x_months:
181         one: 1個月前
182         other: '%{count}個月前'
183       x_years:
184         one: 1年前
185         other: '%{count}年前'
186   printable_name:
187     with_version: '%{id},版本%{version}'
188     with_name_html: '%{name}%{id}'
189   editor:
190     default: 預設 (目前為 %{name})
191     potlatch:
192       name: Potlatch 1
193       description: Potlatch 1 (瀏覽器內編輯)
194     id:
195       name: iD
196       description: iD (瀏覽器內編輯)
197     potlatch2:
198       name: Potlatch 2
199       description: Potlatch 2 (瀏覽器內編輯)
200     remote:
201       name: 遠端控制
202       description: 遠端控制 (JOSM 或 Merkaartor)
203   auth:
204     providers:
205       none: 無
206       openid: OpenID
207       google: Google
208       facebook: Facebook
209       windowslive: Windows Live
210       github: GitHub
211       wikipedia: 維基百科
212   api:
213     notes:
214       comment:
215         opened_at_html: 於%{when}建立
216         opened_at_by_html: 於%{when}由%{user}建立
217         commented_at_html: 於%{when}更新
218         commented_at_by_html: 於%{when}由%{user}更新
219         closed_at_html: 於%{when}已解決
220         closed_at_by_html: 於%{when}由%{user}關閉
221         reopened_at_html: 於%{when}重新開啟
222         reopened_at_by_html: 於%{when}由%{user}重新開啟
223       rss:
224         title: OpenStreetMap 註記
225         description_area: 在你的區域[(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]所報告、評論或關閉的註記的清單
226         description_item: 註記 %{id} 的 RSS feed
227         opened: 新的註記 (在 %{place} 附近)
228         commented: 新的評論 (在 %{place} 附近)
229         closed: 關閉的註記 (在 %{place} 附近)
230         reopened: 重新開啟的註記 (在 %{place} 附近)
231       entry:
232         comment: 評論
233         full: 註記原文
234   browse:
235     created: 建立於
236     closed: 關閉於
237     created_html: 於<abbr title='%{title}'>%{time}</abbr>建立
238     closed_html: 於<abbr title='%{title}'>%{time}</abbr>關閉
239     created_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}建立
240     deleted_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}刪除
241     edited_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}編輯
242     closed_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}關閉
243     version: 版本
244     in_changeset: 變更集
245     anonymous: 匿名
246     no_comment: (沒有評論)
247     part_of: 屬於:
248     download_xml: 下載 XML
249     view_history: 檢視歷史
250     view_details: 檢視詳細資料
251     location: 位置:
252     changeset:
253       title: 變更集:%{id}
254       belongs_to: 作者
255       node: 節點 (共 %{count} 項)
256       node_paginated: 節點 (共 %{count} 項中的第 %{x}-%{y} 項)
257       way: 路徑 (共 %{count} 項)
258       way_paginated: 路線 (%{count} 的 %{x}-%{y})
259       relation: 關聯 (%{count})
260       relation_paginated: 關聯 (%{count} 的 %{x}-%{y})
261       comment: 評論 (%{count})
262       hidden_commented_by: 隱藏來自%{user}於<abbr title='%{exact_time}'>%{when}</abbr>的評論
263       commented_by: 來自%{user}於<abbr title='%{exact_time}'>%{when}</abbr>的評論
264       changesetxml: 變更集 XML
265       osmchangexml: osmChange 格式 XML
266       feed:
267         title: 變更集 %{id}
268         title_comment: 變更集 %{id} - %{comment}
269       join_discussion: 登入以參加討論
270       discussion: 討論
271       still_open: 變更集仍為開啟 - 討論要在變更集關閉後才會開啟。
272     node:
273       title_html: 節點:%{name}
274       history_title_html: 節點歷史:%{name}
275     way:
276       title_html: 路徑:%{name}
277       history_title_html: 路徑歷史:%{name}
278       nodes: 節點
279       also_part_of_html:
280         one: 路徑 %{related_ways} 的部份
281         other: 路徑 %{related_ways} 的部份
282     relation:
283       title_html: 關聯:%{name}
284       history_title_html: 關聯歷史:%{name}
285       members: 成員
286     relation_member:
287       entry_html: '%{type} %{name}'
288       entry_role_html: '%{type} %{name} 作為 %{role}'
289       type:
290         node: 節點
291         way: 路徑
292         relation: 關聯
293     containing_relation:
294       entry_html: 關聯 %{relation_name}
295       entry_role_html: 關聯 %{relation_name} (作為 %{relation_role})
296     not_found:
297       sorry: 抱歉,找不到 %{type}#%{id}。
298       type:
299         node: 節點
300         way: 路徑
301         relation: 關聯
302         changeset: 變更集
303         note: 註記
304     timeout:
305       sorry: 抱歉,索取 id 為 %{id} 的 %{type} 資料,花費時間過長。
306       type:
307         node: 節點
308         way: 路徑
309         relation: 關聯
310         changeset: 變更集
311         note: 註記
312     redacted:
313       redaction: 編修程序 %{id}
314       message_html: 此 %{type} 的版本 %{version} 已被編修,因此未能顯示。詳細資訊請參閱 %{redaction_link}。
315       type:
316         node: 節點
317         way: 路徑
318         relation: 關聯
319     start_rjs:
320       feature_warning: 載入 %{num_features} 項物件的資料,可能使您的瀏覽器延遲或無法回應。您是否想要顯示這些資料嗎?
321       load_data: 載入資料
322       loading: 正在載入…
323     tag_details:
324       tags: 標籤
325       wiki_link:
326         key: '%{key} 標籤的 Wiki 說明頁面'
327         tag: '%{key}=%{value} 標籤的 Wiki 說明頁面'
328       wikidata_link: 維基數據上的 %{page} 項目
329       wikipedia_link: 維基百科上的 %{page} 條目
330       wikimedia_commons_link: 在維基共享資源上的%{page}項目
331       telephone_link: 致電 %{phone_number}
332       colour_preview: 色彩%{colour_value}預覽
333     note:
334       title: 註記:%{id}
335       new_note: 新增註記
336       description: 說明
337       open_title: 未解決的註記:#%{note_name}
338       closed_title: 已解決的註記:#%{note_name}
339       hidden_title: 已隱藏的註記:#%{note_name}
340       opened_by: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}建立
341       opened_by_anonymous: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者建立
342       commented_by: '%{user}於<abbr title=''%{exact_time}''>%{when}</abbr>的評論'
343       commented_by_anonymous: 匿名使用者於<abbr title='%{exact_time}'>%{when}</abbr>的評論
344       closed_by: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}解決
345       closed_by_anonymous: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者解決
346       reopened_by: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}重新開啟
347       reopened_by_anonymous: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者重新開啟
348       hidden_by: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}隱藏
349       report: 回報此註記
350     query:
351       title: 查詢圖徵
352       introduction: 點選地圖以尋找附近的圖徵
353       nearby: 附近圖徵
354       enclosing: 區域內圖徵
355   changesets:
356     changeset_paging_nav:
357       showing_page: 第 %{page} 頁
358       next: 下一頁 »
359       previous: « 上一頁
360     changeset:
361       anonymous: 匿名
362       no_edits: (沒有編輯)
363       view_changeset_details: 檢視變更集詳細資料
364     changesets:
365       id: ID
366       saved_at: 已儲存於
367       user: 使用者
368       comment: 評論
369       area: 區域
370     index:
371       title: 變更集
372       title_user: '%{user} 的變更集'
373       title_friend: 好友的變更集
374       title_nearby: 附近使用者的變更集
375       empty: 查無變更集。
376       empty_area: 此區域沒有變更集。
377       empty_user: 此使用者沒有變更集。
378       no_more: 查無更多變更集。
379       no_more_area: 此區域沒有更多變更集。
380       no_more_user: 此使用者沒有更多變更集。
381       load_more: 載入更多
382     timeout:
383       sorry: 很抱歉,您請求的變更集清單過長無法讀取。
384   changeset_comments:
385     comment:
386       comment: '由 %{author} 對變更集 #%{changeset_id} 發表的新評論'
387       commented_at_by_html: 於%{when}由%{user}更新
388     comments:
389       comment: '%{author} 對變更集 #%{changeset_id} 發表的新評論'
390     index:
391       title_all: OpenStreetMap 變更集討論
392       title_particular: OpenStreetMap 變更集 %{changeset_id} 討論
393     timeout:
394       sorry: 很抱歉,您請求的變更集評論過長無法讀取
395   diary_entries:
396     new:
397       title: 新日記項目
398     form:
399       subject: 主旨:
400       body: 內文:
401       language: 語言:
402       location: 位置:
403       latitude: 緯度:
404       longitude: 經度:
405       use_map_link: 使用地圖
406     index:
407       title: 使用者日記
408       title_friends: 好友日記
409       title_nearby: 附近的使用者的日記
410       user_title: '%{user} 的日記'
411       in_language_title: 語言為%{language}的日記項目
412       new: 新增日記項目
413       new_title: 在我的使用者日記裡撰寫新內容
414       my_diary: 我的日記
415       no_entries: 沒有日記項目
416       recent_entries: 最近的日記項目
417       older_entries: 較舊的項目
418       newer_entries: 較新的項目
419     edit:
420       title: 編輯日記項目
421       marker_text: 日記項目位置
422     show:
423       title: '%{user} 的日記|%{title}'
424       user_title: '%{user} 的日記'
425       leave_a_comment: 留下評論
426       login_to_leave_a_comment_html: '%{login_link}來留下評論'
427       login: 登入
428     no_such_entry:
429       title: 沒有這樣的日記項目
430       heading: 沒有 id 為 %{id} 的項目
431       body: 抱歉,沒有日記項目或評論的 id 是 %{id}。請檢查您的拼字,或者可能是您按到錯誤的連結。
432     diary_entry:
433       posted_by_html: 於 %{created} 由 %{link_user} 以%{language_link}發表
434       comment_link: 對這個項目的評論
435       reply_link: 回覆這個項目
436       comment_count:
437         one: 1 項評論
438         zero: 沒有評論
439         other: '%{count} 項評論'
440       edit_link: 編輯此項目
441       hide_link: 隱藏此項目
442       unhide_link: 取消隱藏此項目
443       confirm: 確認
444       report: 回報此項目
445     diary_comment:
446       comment_from_html: 由 %{link_user} 於 %{comment_created_at} 發表的評論
447       hide_link: 隱藏此評論
448       unhide_link: 取消隱藏此評論
449       confirm: 確認
450       report: 回報此評論
451     location:
452       location: 位置:
453       view: 檢視
454       edit: 編輯
455     feed:
456       user:
457         title: '%{user} 的 OpenStreetMap 日記項目'
458         description: '%{user} 最近的 OpenStreetMap 日記項目'
459       language:
460         title: 語言為%{language_name}的OpenStreetMap 日記項目
461         description: 語言為%{language_name}的 OpenStreetMap 使用者最近日記項目
462       all:
463         title: OpenStreetMap 日記項目
464         description: OpenStreetMap 使用者最近的日記項目
465     comments:
466       has_commented_on: '%{display_name} 在以下的日記項目發表了評論'
467       post: 貼文
468       when: 於
469       comment: 評論
470       newer_comments: 較新的評論
471       older_comments: 較舊的評論
472   friendships:
473     make_friend:
474       heading: 將 %{user} 加入為好友?
475       button: 加入為好友
476       success: '%{name} 現在已成為您的好友!'
477       failed: 抱歉,無法將 %{name} 加入為好友。
478       already_a_friend: 您已經是 %{name} 的好友了。
479     remove_friend:
480       heading: 移除好友 %{user}?
481       button: 移除好友
482       success: '%{name} 已從您的好友中移除。'
483       not_a_friend: '%{name} 並不是您的好友。'
484   geocoder:
485     search:
486       title:
487         latlon_html: 來自<a href="https://openstreetmap.org/">內部</a>的結果
488         ca_postcode_html: 來自 <a href="https://geocoder.ca/">Geocoder.CA</a> 的結果
489         osm_nominatim_html: 來自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
490           Nominatim</a> 的結果
491         geonames_html: 來自<a href="http://www.geonames.org/">GeoNames</a>的結果
492         osm_nominatim_reverse_html: 來自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
493           Nominatim</a> 的結果
494         geonames_reverse_html: 來自<a href="http://www.geonames.org/">GeoNames</a>的結果
495     search_osm_nominatim:
496       prefix_format: '%{name}'
497       prefix:
498         aerialway:
499           cable_car: 大型纜車
500           chair_lift: 升降吊椅
501           drag_lift: 上山牽引梯
502           gondola: 小型纜車
503           platter: 纜椅
504           pylon: 高壓電塔
505           station: 空中纜車車站
506           t-bar: T 字纜椅
507         aeroway:
508           aerodrome: 機場
509           airstrip: 飛機跑道
510           apron: 停機坪
511           gate: 登機口
512           hangar: 機棚
513           helipad: 直升機停機坪
514           holding_position: 等待位置
515           parking_position: 停車位置
516           runway: 跑道
517           taxiway: 滑行道
518           terminal: 航廈
519         amenity:
520           animal_shelter: 動物收容所
521           arts_centre: 藝術中心
522           atm: 提款機
523           bank: 銀行
524           bar: 酒吧
525           bbq: 烤肉場
526           bench: 長椅
527           bicycle_parking: 自行車停車場
528           bicycle_rental: 自行車出租
529           biergarten: 啤酒庭園
530           boat_rental: 船艇出租
531           brothel: 妓院
532           bureau_de_change: 外匯兌換店
533           bus_station: 公車站
534           cafe: 咖啡廳
535           car_rental: 汽車出租
536           car_sharing: 汽車共乘
537           car_wash: 洗車
538           casino: 賭場
539           charging_station: 充電站
540           childcare: 幼兒園
541           cinema: 電影院
542           clinic: 診所
543           clock: 時鐘
544           college: 學院
545           community_centre: 社區中心
546           courthouse: 法院
547           crematorium: 火葬場
548           dentist: 牙醫
549           doctors: 醫師
550           drinking_water: 飲用水
551           driving_school: 駕訓班
552           embassy: 大使館
553           fast_food: 速食
554           ferry_terminal: 渡輪碼頭
555           fire_station: 消防隊
556           food_court: 美食廣場
557           fountain: 噴泉
558           fuel: 燃料
559           gambling: 博弈店
560           grave_yard: 墓園
561           grit_bin: 砂箱
562           hospital: 醫院
563           hunting_stand: 狩獵站
564           ice_cream: 冰淇淋
565           kindergarten: 幼兒園
566           library: 圖書館
567           marketplace: 市場
568           monastery: 修道院
569           motorcycle_parking: 機車停車場
570           nightclub: 夜總會
571           nursing_home: 療養院
572           office: 辦公室
573           parking: 停車場
574           parking_entrance: 停車場入口
575           parking_space: 停車位
576           pharmacy: 藥房
577           place_of_worship: 宗教場所
578           police: 警察
579           post_box: 郵筒
580           post_office: 郵局
581           preschool: 學前教育
582           prison: 監獄
583           pub: 酒館
584           public_building: 公共建築
585           recycling: 回收點
586           restaurant: 餐廳
587           retirement_home: 養老院
588           sauna: 三溫暖
589           school: 學校
590           shelter: 涼亭
591           shop: 商店
592           shower: 淋浴
593           social_centre: 聚會所
594           social_club: 社交俱樂部
595           social_facility: 社會福利設施
596           studio: 錄音室
597           swimming_pool: 游泳池
598           taxi: 計程車
599           telephone: 公共電話
600           theatre: 劇院
601           toilets: 廁所
602           townhall: 市政廳
603           university: 大學
604           vending_machine: 自動販賣機
605           veterinary: 獸醫
606           village_hall: 村政廳
607           waste_basket: 垃圾桶
608           waste_disposal: 垃圾子車
609           water_point: 取水點
610           youth_centre: 青年中心
611         boundary:
612           administrative: 行政區邊界
613           census: 人口普查邊界
614           national_park: 國家公園
615           protected_area: 保護區
616         bridge:
617           aqueduct: 高架水道
618           boardwalk: 木板走道
619           suspension: 吊橋
620           swing: 平旋橋
621           viaduct: 高架橋
622           "yes": 橋
623         building:
624           "yes": 建築物
625         craft:
626           brewery: 釀酒廠
627           carpenter: 木匠
628           electrician: 電工
629           gardener: 園丁
630           painter: 畫家
631           photographer: 攝影師
632           plumber: 管道工
633           shoemaker: 鞋匠
634           tailor: 裁縫師
635           "yes": 工藝品店
636         emergency:
637           ambulance_station: 急救站
638           assembly_point: 集合處
639           defibrillator: 除顫器
640           landing_site: 緊急降落點
641           phone: 緊急電話
642           water_tank: 緊急水箱
643           "yes": 緊急
644         highway:
645           abandoned: 廢棄道路
646           bridleway: 馬車道
647           bus_guideway: 導向公車道
648           bus_stop: 公車站
649           construction: 建造中道路
650           corridor: 走廊
651           cycleway: 自行車道
652           elevator: 電梯
653           emergency_access_point: 緊急聯絡點
654           footway: 步道
655           ford: 河床便道
656           give_way: 讓路標誌
657           living_street: 生活街道
658           milestone: 里程標
659           motorway: 高速公路
660           motorway_junction: 高速公路出口
661           motorway_link: 高速公路聯絡道
662           passing_place: 避車彎
663           path: 小徑
664           pedestrian: 人行道
665           platform: 月台
666           primary: 一級道路
667           primary_link: 一級道路聯絡道
668           proposed: 計畫中道路
669           raceway: 賽道
670           residential: 住宅區道路
671           rest_area: 休息區
672           road: 道路
673           secondary: 二級道路
674           secondary_link: 二級道路聯絡道
675           service: 服務道路
676           services: 高速公路服務區
677           speed_camera: 測速照相機
678           steps: 階梯
679           stop: 停止標誌
680           street_lamp: 路燈
681           tertiary: 三級道路
682           tertiary_link: 地區道路聯絡道
683           track: 產業道路
684           traffic_signals: 交通號誌
685           trail: 山徑
686           trunk: 快速道路
687           trunk_link: 快速道路聯絡道
688           turning_loop: 環形迴車道
689           unclassified: 無編制道路
690           "yes": 道路
691         historic:
692           archaeological_site: 考古遺址
693           battlefield: 古戰場
694           boundary_stone: 界石
695           building: 歷史建築
696           bunker: 掩體
697           castle: 城堡
698           church: 教堂
699           city_gate: 城門
700           citywalls: 城牆
701           fort: 堡壘
702           heritage: 遺蹟
703           house: 房屋
704           icon: 聖像
705           manor: 莊園
706           memorial: 紀念館
707           mine: 礦場
708           mine_shaft: 礦井
709           monument: 古蹟
710           roman_road: 羅馬道路
711           ruins: 廢墟
712           stone: 石造史蹟
713           tomb: 墳墓
714           tower: 塔
715           wayside_cross: 路邊十字架
716           wayside_shrine: 路邊神龕
717           wreck: 殘骸
718           "yes": 古蹟
719         junction:
720           "yes": 路口
721         landuse:
722           allotments: 社區農園
723           basin: 盆地
724           brownfield: 低污染再利用地
725           cemetery: 墓地
726           commercial: 商業區
727           conservation: 保留區
728           construction: 建造中區域
729           farm: 農業用地
730           farmland: 農地
731           farmyard: 農舍
732           forest: 人工林
733           garages: 倉庫
734           grass: 草坪
735           greenfield: 空地
736           industrial: 工業區
737           landfill: 垃圾掩埋場
738           meadow: 牧草地
739           military: 軍事區
740           mine: 礦場
741           orchard: 果園
742           quarry: 露天礦場
743           railway: 鐵路
744           recreation_ground: 遊樂場
745           reservoir: 蓄水設施
746           reservoir_watershed: 蓄水設施集水區
747           residential: 住宅區
748           retail: 零售店
749           road: 道路用地
750           village_green: 社區綠地
751           vineyard: 葡萄園
752           "yes": 土地利用
753         leisure:
754           beach_resort: 海灘遊樂區
755           bird_hide: 賞鳥亭
756           common: 公共用地
757           dog_park: 遛狗公園
758           firepit: 火坑
759           fishing: 垂釣區
760           fitness_centre: 健身中心
761           fitness_station: 健身設施
762           garden: 花園
763           golf_course: 高爾夫球道
764           horse_riding: 馬場
765           ice_rink: 溜冰場
766           marina: 小船塢
767           miniature_golf: 小型高爾夫球場
768           nature_reserve: 自然保護區
769           park: 公園
770           pitch: 運動場
771           playground: 遊樂區
772           recreation_ground: 遊樂場
773           resort: 度假村
774           sauna: 三溫暖
775           slipway: 船臺
776           sports_centre: 運動中心
777           stadium: 體育館
778           swimming_pool: 游泳池
779           track: 跑道
780           water_park: 水上樂園
781           "yes": 休閒
782         man_made:
783           adit: 坑道
784           beacon: 信標台
785           beehive: 蜂巢
786           breakwater: 防波堤
787           bridge: 橋
788           bunker_silo: 掩體
789           chimney: 煙囪
790           crane: 起重機
791           dolphin: 繫船柱
792           dyke: 堤
793           embankment: 堤
794           flagpole: 旗竿
795           gasometer: 儲氣槽
796           groyne: 丁壩
797           kiln: 窯
798           lighthouse: 燈塔
799           mast: 柱杆
800           mine: 礦場
801           mineshaft: 礦井
802           monitoring_station: 監控站台
803           petroleum_well: 油井
804           pier: 碼頭
805           pipeline: 管線
806           silo: 筒倉
807           storage_tank: 儲油罐
808           surveillance: 監視攝影機
809           tower: 塔
810           wastewater_plant: 污水處理處
811           watermill: 水車
812           water_tower: 水塔
813           water_well: 牆
814           water_works: 供水設施
815           windmill: 風車
816           works: 工廠
817           "yes": 人工設施
818         military:
819           airfield: 軍用機場
820           barracks: 軍營
821           bunker: 掩體
822           "yes": 軍事
823         mountain_pass:
824           "yes": 埡口
825         natural:
826           bay: 灣
827           beach: 海灘
828           cape: 海角
829           cave_entrance: 洞穴入口
830           cliff: 懸崖
831           crater: 火山口
832           dune: 沙丘
833           fell: 高原荒地
834           fjord: 峽灣
835           forest: 管理林
836           geyser: 間歇泉
837           glacier: 冰河
838           grassland: 雜草地
839           heath: 石楠荒地
840           hill: 小山
841           island: 島嶼
842           land: 陸地
843           marsh: 河川濕地
844           moor: 停泊處
845           mud: 泥地
846           peak: 山峰
847           point: 點
848           reef: 礁
849           ridge: 山脊
850           rock: 獨立岩
851           saddle: 鞍部
852           sand: 沙地
853           scree: 碎石堆
854           scrub: 灌木
855           spring: 泉
856           stone: 巨石
857           strait: 海峡
858           tree: 樹木
859           valley: 谷地
860           volcano: 火山
861           water: 水
862           wetland: 濕地
863           wood: 自然林
864         office:
865           accountant: 會計師事務所
866           administrative: 管理局
867           architect: 建築師事務所
868           association: 協會
869           company: 公司
870           educational_institution: 教育機構
871           employment_agency: 人力仲介
872           estate_agent: 房地產仲介
873           government: 政府辦事處
874           insurance: 保險公司辦公室
875           it: IT 辦公室
876           lawyer: 律師
877           ngo: 非政府組織辦公室
878           telecommunication: 電信業辦事處
879           travel_agent: 旅行社
880           "yes": 辦公室
881         place:
882           allotments: 社區農園
883           city: 城市
884           city_block: 街區
885           country: 國家
886           county: 縣
887           farm: 農田
888           hamlet: 村莊
889           house: 房屋
890           houses: 房屋
891           island: 島嶼
892           islet: 礁岩
893           isolated_dwelling: 獨立住宅
894           locality: 地區
895           municipality: 自治市
896           neighbourhood: 社區
897           postcode: 郵遞區號
898           quarter: 住處
899           region: 區域
900           sea: 海
901           square: 廣場
902           state: 省
903           subdivision: 次分區
904           suburb: 郊區
905           town: 鄉鎮
906           unincorporated_area: 非建制地區
907           village: 村里
908           "yes": 地點
909         railway:
910           abandoned: 已拆除鐵路
911           construction: 建造中鐵路
912           disused: 廢棄鐵路
913           funicular: 纜索鐵路
914           halt: 鐵路招呼站
915           junction: 鐵路交匯處
916           level_crossing: 平交道
917           light_rail: 輕軌
918           miniature: 微型鐵路
919           monorail: 單軌鐵路
920           narrow_gauge: 窄軌鐵路
921           platform: 鐵路月臺
922           preserved: 保留鐵路
923           proposed: 規劃中鐵路
924           spur: 鐵路支線
925           station: 鐵路車站
926           stop: 鐵路招呼站
927           subway: 地下鐵
928           subway_entrance: 地下鐵出入口
929           switch: 道岔
930           tram: 路面電車軌道
931           tram_stop: 路面電車停靠站
932         shop:
933           alcohol: 酒館
934           antiques: 古董店
935           art: 藝品店
936           bakery: 麵包店
937           beauty: 美容店
938           beverages: 飲料店
939           bicycle: 自行車店
940           bookmaker: 投注處
941           books: 書店
942           boutique: 精品店
943           butcher: 肉品店
944           car: 汽車店
945           car_parts: 汽車零件
946           car_repair: 汽車維修
947           carpet: 地毯店
948           charity: 慈善商店
949           chemist: 化學材料行
950           clothes: 服飾店
951           computer: 電腦商店
952           confectionery: 甜點店
953           convenience: 便利商店
954           copyshop: 複印店
955           cosmetics: 化妝品店
956           deli: 高級食品店
957           department_store: 百貨商店
958           discount: 特價商品店
959           doityourself: DIY 用品店
960           dry_cleaning: 乾洗
961           electronics: 電子材料行
962           estate_agent: 房地產仲介
963           farm: 農場商店
964           fashion: 時裝店
965           fish: 魚貨店
966           florist: 花店
967           food: 食品店
968           funeral_directors: 葬儀社
969           furniture: 傢俱行
970           gallery: 畫廊
971           garden_centre: 園藝中心
972           general: 一般商店
973           gift: 禮品店
974           greengrocer: 生鮮食品店
975           grocery: 雜貨店
976           hairdresser: 理髮店
977           hardware: 五金行
978           hifi: 音響店
979           houseware: 生活用品店
980           interior_decoration: 室內裝潢
981           jewelry: 珠寶店
982           kiosk: 販售亭
983           kitchen: 廚房用品店
984           laundry: 洗衣店
985           lottery: 樂透
986           mall: 購物商場
987           market: 市場
988           massage: 按摩店
989           mobile_phone: 行動通訊行
990           motorcycle: 機車行
991           music: 唱片行
992           newsagent: 新聞代理商
993           optician: 驗光師
994           organic: 有機食品店
995           outdoor: 戶外用品店
996           paint: 油漆店
997           pawnbroker: 當鋪
998           pet: 寵物店
999           pharmacy: 藥房
1000           photo: 照相館
1001           seafood: 海產
1002           second_hand: 二手商品店
1003           shoes: 鞋店
1004           sports: 體育用品店
1005           stationery: 文具店
1006           supermarket: 超級市場
1007           tailor: 裁縫店
1008           ticket: 售票處
1009           tobacco: 菸草販賣
1010           toys: 玩具店
1011           travel_agency: 旅行社
1012           tyres: 輪胎販售
1013           vacant: 空置店舖
1014           variety_store: 雜貨店
1015           video: 影音店
1016           wine: 葡萄酒館
1017           "yes": 商店
1018         tourism:
1019           alpine_hut: 山屋
1020           apartment: 假日公寓
1021           artwork: 美工
1022           attraction: 景點
1023           bed_and_breakfast: 家庭旅館
1024           cabin: 小木屋
1025           camp_site: 營地
1026           caravan_site: RV 宿營區
1027           chalet: 小木屋
1028           gallery: 藝廏
1029           guest_house: 賓館
1030           hostel: 旅舍
1031           hotel: 酒店
1032           information: 旅遊中心
1033           motel: 汽車旅館
1034           museum: 博物館
1035           picnic_site: 野餐地
1036           theme_park: 主題公園
1037           viewpoint: 觀景點
1038           zoo: 動物園
1039         tunnel:
1040           building_passage: 建築物通道
1041           culvert: 涵管
1042           "yes": 隧道
1043         waterway:
1044           artificial: 人工水道
1045           boatyard: 船塢
1046           canal: 運河
1047           dam: 水壩
1048           derelict_canal: 廢棄運河
1049           ditch: 小溝渠
1050           dock: 碼頭
1051           drain: 溝渠
1052           lock: 水門
1053           lock_gate: 船閘
1054           mooring: 停泊處
1055           rapids: 急流
1056           river: 河流
1057           stream: 小溪
1058           wadi: 乾河
1059           waterfall: 瀑布
1060           weir: 堰
1061           "yes": 水道
1062       admin_levels:
1063         level2: 國界
1064         level4: 省界
1065         level5: 區界
1066         level6: 縣界
1067         level8: 市界
1068         level9: 村里界
1069         level10: 郊區邊界
1070     description:
1071       title:
1072         osm_nominatim: 來自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
1073           Nominatim</a> 的位置
1074         geonames: 位置來自 <a href="http://www.geonames.org/">GeoNames</a>的位置
1075       types:
1076         cities: 城市
1077         towns: 鄉鎮
1078         places: 地區
1079     results:
1080       no_results: 找不到任何結果
1081       more_results: 更多結果
1082   issues:
1083     index:
1084       title: 問題
1085       select_status: 選擇狀態
1086       select_type: 選擇類型
1087       select_last_updated_by: 選擇上一次更新按照
1088       reported_user: 已回報使用者
1089       not_updated: 尚未更新
1090       search: 搜尋
1091       search_guidance: 搜尋問題:
1092       user_not_found: 使用者不存在
1093       issues_not_found: 查無像這樣的問題
1094       status: 狀態
1095       reports: 回報
1096       last_updated: 上一次更新
1097       last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
1098       last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>由%{user}
1099       link_to_reports: 檢視回報
1100       reports_count:
1101         one: 1 個回報
1102         other: '%{count} 個回報'
1103       reported_item: 已回報項目
1104       states:
1105         ignored: 已忽略
1106         open: 開啟
1107         resolved: 已解決
1108     update:
1109       new_report: 已成功登記您的回報
1110       successful_update: 已成功更新您的回報
1111       provide_details: 請提供所需的詳情
1112     show:
1113       title: '%{status} 問題 #%{issue_id}'
1114       reports:
1115         zero: 無回報
1116         one: 1 個回報
1117         other: '%{count} 個回報'
1118       report_created_at: 首次回報是在 %{datetime}
1119       last_resolved_at: 最後回報是在 %{datetime}
1120       last_updated_at: 最後更新是由 %{displayname} 在 %{datetime}
1121       resolve: 解決
1122       ignore: 忽略
1123       reopen: 重新開啟
1124       reports_of_this_issue: 此問題的回報
1125       read_reports: 讀取回報
1126       new_reports: 新的回報
1127       other_issues_against_this_user: 其它針對此使用者的問題
1128       no_other_issues: 沒有其它針對此使用者的問題。
1129       comments_on_this_issue: 在此問題的評論
1130     resolve:
1131       resolved: 問題狀態已設定成「已解決」
1132     ignore:
1133       ignored: 問題狀態已設定成「已忽略」
1134     reopen:
1135       reopened: 問題狀態已設定成「開啟」
1136     comments:
1137       comment_from_html: 由 %{user_link} 於 %{comment_created_at} 發表的評論
1138       reassign_param: 重新指派問題?
1139     reports:
1140       reported_by_html: 由 %{user} 於 %{updated_at} 回報為 %{category}
1141     helper:
1142       reportable_title:
1143         diary_comment: '%{entry_title},評論 #%{comment_id}'
1144         note: '註記 #%{note_id}'
1145   issue_comments:
1146     create:
1147       comment_created: 您的評論已成功建立
1148   reports:
1149     new:
1150       title_html: 回報 %{link}
1151       missing_params: 無法建立新的回報
1152       details: 請提供有關問題的更多些詳情(必需)
1153       select: 選擇您回報的原因:
1154       disclaimer:
1155         intro: 發送您的回報給站台仲裁員前,請確認:
1156         not_just_mistake: 您確定了該問題內容並非誤會
1157         unable_to_fix: 您無法自行或在您的社群成員協助下修正問題
1158         resolve_with_user: 您已準備嘗試解決使用者關注的問題
1159       categories:
1160         diary_entry:
1161           spam_label: 此日記項目為/含有垃圾訊息
1162           offensive_label: 此日記項目含有猥褻/冒犯內容
1163           threat_label: 此日記項目含有恐嚇內容
1164           other_label: 其它
1165         diary_comment:
1166           spam_label: 此日記評論為/含有垃圾訊息
1167           offensive_label: 此日記評論含有猥褻/冒犯內容
1168           threat_label: 此日記評論含有恐嚇內容
1169           other_label: 其它
1170         user:
1171           spam_label: 此使用者基本資料為/含有垃圾訊息
1172           offensive_label: 此使用者基本資料含有猥褻/冒犯內容
1173           threat_label: 此使用者基本資料含有恐嚇內容
1174           vandal_label: 此使用者是破壞者
1175           other_label: 其他
1176         note:
1177           spam_label: 此註記是垃圾訊息
1178           personal_label: 此註記包含個人資料
1179           abusive_label: 此註記有辱駡內容
1180           other_label: 其它
1181     create:
1182       successful_report: 已成功登記您的回報
1183       provide_details: 請提供所需的詳情
1184   layouts:
1185     project_name:
1186       title: OpenStreetMap
1187       h1: OpenStreetMap
1188     logo:
1189       alt_text: OpenStreetMap 標誌
1190     home: 移至家的位置
1191     logout: 登出
1192     log_in: 登入
1193     log_in_tooltip: 以現有帳號登入
1194     sign_up: 註冊
1195     start_mapping: 開始製圖
1196     sign_up_tooltip: 建立一個帳號以便能編輯
1197     edit: 編輯
1198     history: 歷史
1199     export: 匯出
1200     issues: 問題
1201     data: 資料
1202     export_data: 匯出資料
1203     gps_traces: GPS 軌跡
1204     gps_traces_tooltip: 管理 GPS 軌跡
1205     user_diaries: 日記
1206     user_diaries_tooltip: 檢視日記
1207     edit_with: 以 %{editor} 編輯
1208     tag_line: 自由的 Wiki 世界地圖
1209     intro_header: 歡迎來到 OpenStreetMap!
1210     intro_text: OpenStreetMap 是一幅世界地圖,由像您這樣的人們所建立,在開放授權下可以自由使用。
1211     intro_2_create_account: 建立使用者帳號
1212     hosting_partners_html: 主機由 %{ucl}、%{bytemark},和其他 %{partners} 所支援。
1213     partners_ucl: 倫敦大學學院
1214     partners_bytemark: Bytemark 主機代管
1215     partners_partners: 合作夥伴
1216     tou: 使用條款
1217     osm_offline: OpenStreetMap 資料庫目前正在離線,直到必要的資料庫維護工作完成為止。
1218     osm_read_only: OpenStreetMap 資料庫目前處於唯讀模式,直到必要的資料庫維護工作完成為止。
1219     donate: 以 %{link} 給硬體升級基金來支援 OpenStreetMap。
1220     help: 說明
1221     about: 關於
1222     copyright: 版權
1223     community: 社群
1224     community_blogs: 社群部落格
1225     community_blogs_title: OpenStreetMap 社群成員的部落格
1226     foundation: 基金會
1227     foundation_title: OpenStreetMap 基金會
1228     make_a_donation:
1229       title: 以捐贈金錢來支援 OpenStreetMap
1230       text: 進行捐款
1231     learn_more: 瞭解更多
1232     more: 更多
1233   notifier:
1234     diary_comment_notification:
1235       subject: '[OpenStreetMap] %{user} 已評論日記項目'
1236       hi: '%{to_user} 您好,'
1237       header: '%{from_user} 評論主旨為 %{subject} 的 OpenStreetMap 日記項目:'
1238       footer: 您也可以在 %{readurl} 閱讀評論,並且在 %{commenturl} 留下評論,或在 %{replyurl} 回覆
1239     message_notification:
1240       subject_header: '[OpenStreetMap] %{subject}'
1241       hi: '%{to_user} 您好,'
1242       header: '%{from_user} 透過 OpenStreetMap 寄給您主旨為 %{subject} 的訊息:'
1243       footer_html: 您也可以在 %{readurl} 閱讀訊息,並且在 %{replyurl} 回覆
1244     friendship_notification:
1245       hi: 嗨 %{to_user},
1246       subject: '[OpenStreetMap] %{user} 將您加入為好友'
1247       had_added_you: '%{user} 已在 OpenStreetMap 將您加入為好友。'
1248       see_their_profile: 您可以在 %{userurl} 查看他的基本資料。
1249       befriend_them: 您可以在 %{befriendurl} 把他加入為好友。
1250     gpx_notification:
1251       greeting: 您好,
1252       your_gpx_file: 您的 GPX 檔案
1253       with_description: 附有說明為
1254       and_the_tags: 並且標籤為:
1255       and_no_tags: 並且沒有標籤。
1256       failure:
1257         subject: '[OpenStreetMap] GPX 匯入失敗'
1258         failed_to_import: 看來匯入失敗。錯誤訊息為:
1259         more_info_1: 更多關於 GPX 匯入失敗與如何避免它們的
1260         more_info_2: 資訊可在這裡找到:
1261         import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
1262       success:
1263         subject: '[OpenStreetMap] GPX 匯入成功'
1264         loaded_successfully:
1265           one: |-
1266             成功載入 1 點中的
1267             %{trace_points}。
1268           other: |-
1269             l成功載入 %{possible_points} 點中的
1270             %{trace_points}。
1271     signup_confirm:
1272       subject: '[OpenStreetMap] 歡迎加入 OpenStreetMap'
1273       greeting: 您好!
1274       created: 有人 (希望是您) 剛在 %{site_url} 建立了帳號。
1275       confirm: 在我們作出任何動作之前,我們需要確認這是您提出的要求。如果確實是這樣,請按以下連結,以確認你的帳號:
1276       welcome: 在確認你的帳號後,我們將提供一些額外的訊息,幫助你開始使用 OpenStreetMap。
1277     email_confirm:
1278       subject: '[OpenStreetMap] 確認您的電子郵件地址'
1279     email_confirm_plain:
1280       greeting: 您好,
1281       hopefully_you: 有人 (希望是您) 希望在 %{server_url} 更改電子郵件地址至 %{new_address} 。
1282       click_the_link: 如果這是您,請按下列連結確認此變更。
1283     email_confirm_html:
1284       greeting: 您好,
1285       hopefully_you: 有人 (希望是您) 想將他的電子郵件地址 %{server_url} 改變為 %{new_address}。
1286       click_the_link: 如果這是您,請按下列連結確認此變更。
1287     lost_password:
1288       subject: '[OpenStreetMap] 密碼重設要求'
1289     lost_password_plain:
1290       greeting: 您好,
1291       hopefully_you: 有人 (或許是您) 要求將以此電子郵件地址註冊的 openstreetmap.org 帳號,重設密碼。
1292       click_the_link: 如果這是您,請按下列連結重設您的密碼。
1293     lost_password_html:
1294       greeting: 您好,
1295       hopefully_you: 有人 (或許是您) 要求將以此電子郵件地址註冊的 openstreetmap.org 帳號,重設密碼。
1296       click_the_link: 如果這是您,請按下列連結重設您的密碼。
1297     note_comment_notification:
1298       anonymous: 匿名使用者
1299       greeting: 您好,
1300       commented:
1301         subject_own: '[OpenStreetMap] %{commenter}% 在您的註記評論'
1302         subject_other: '[OpenStreetMap] %{commenter} 就您感興趣的註記評論'
1303         your_note: '%{commenter} 在 %{place} 附近的地圖註記評論。'
1304         commented_note: '%{commenter} 在你感興趣的地圖註記評論。該註記在 %{place} 附近。'
1305       closed:
1306         subject_own: '[OpenStreetMap] %{commenter} 解決你其中一筆註記 %{commenter}'
1307         subject_other: '[OpenStreetMap]%{commenter} 已經解決一筆你興趣的註記'
1308         your_note: '%{commenter} 已經解決你其中一筆接近 %{place} 的註記。'
1309         commented_note: '%{commenter} 已經解決一筆你留言過的地圖註記。這筆在 %{place} 附近。'
1310       reopened:
1311         subject_own: '[OpenStreetMap] %{commenter} 再次開啟你其中一筆註記。'
1312         subject_other: '[OpenStreetMap] %{commenter} 再次開啟你感興趣的註記。'
1313         your_note: '%{commenter} 已經再次開啟你其中一筆接近 %{place} 的地圖註記。'
1314         commented_note: '%{commenter} 重新開啟了一個您曾評論的地圖註記。該註記位於 %{place} 附近。'
1315       details: 關於註記的更多詳細資料可在 %{url} 找到。
1316     changeset_comment_notification:
1317       hi: 嗨 %{to_user},
1318       greeting: 您好,
1319       commented:
1320         subject_own: '[OpenStreetMap] %{commenter}% 在您的變更集評論'
1321         subject_other: '[OpenStreetMap] %{commenter} 就您感興趣的變更集評論'
1322         your_changeset: '%{commenter}於 %{time} 在您的變更集之一裡留下了評論'
1323         commented_changeset: '%{commenter}於 %{time} 在您監視的由%{changeset_author}所建立變更集裡留下了評論'
1324         partial_changeset_with_comment: 評論 "%{changeset_comment}"
1325         partial_changeset_without_comment: 沒有評論
1326       details: 關於變更集的詳情可在 %{url} 找到。
1327       unsubscribe: 要取消訂閱此變更集的更新內容,請訪問%{url}並點擊「取消訂閱」。
1328   messages:
1329     inbox:
1330       title: 收件匣
1331       my_inbox: 我的收件匣
1332       outbox: 寄件匣
1333       messages: 您有 %{new_messages} 及 %{old_messages}。
1334       new_messages:
1335         one: '%{count} 項新訊息'
1336         other: '%{count} 項新訊息'
1337       old_messages:
1338         one: '%{count} 項舊訊息'
1339         other: '%{count} 項舊訊息'
1340       from: 寄件者
1341       subject: 主旨
1342       date: 日期
1343       no_messages_yet_html: 您還沒有訊息。何不跟一些 %{people_mapping_nearby_link} 接觸看看?
1344       people_mapping_nearby: 在附近製作地圖的人們
1345     message_summary:
1346       unread_button: 標記為未讀
1347       read_button: 標記為已讀
1348       reply_button: 回覆
1349       destroy_button: 刪除
1350     new:
1351       title: 寄出訊息
1352       send_message_to_html: 寄出新訊息給 %{name}
1353       subject: 主旨
1354       body: 內文
1355       back_to_inbox: 回到收件匣
1356     create:
1357       message_sent: 訊息已寄出
1358       limit_exceeded: 您最近寄出了大量的訊息。在嘗試寄出其他訊息之前請稍候。
1359     no_such_message:
1360       title: 沒有這個訊息
1361       heading: 沒有這個訊息
1362       body: 抱歉,並沒有這個 id 的訊息。
1363     outbox:
1364       title: 寄件匣
1365       my_inbox_html: 我的 %{inbox_link}
1366       inbox: 收件匣
1367       outbox: 寄件匣
1368       messages:
1369         one: 您有 %{count} 項已寄訊息
1370         other: 您有 %{count} 項已寄訊息
1371       to: 收件者
1372       subject: 主旨
1373       date: 日期
1374       no_sent_messages_html: 您還沒有已寄訊息。何不跟一些 %{people_mapping_nearby_link} 接觸看看?
1375       people_mapping_nearby: 附近製作地圖的使用者
1376     reply:
1377       wrong_user: 您已經以 "%{user}" 的身份登入,但是您想要回覆的訊息並非寄給這個使用者。請以正確的使用者身份登入以回覆這個訊息。
1378     show:
1379       title: 閱讀訊息
1380       from: 寄件者
1381       subject: 主旨
1382       date: 日期
1383       reply_button: 回覆
1384       unread_button: 標記為未讀
1385       destroy_button: 刪除
1386       back: 返回
1387       to: 收件者
1388       wrong_user: 您已經以 "%{user}" 的身份登入,但是您想要閱讀的訊息並非寄給那個使用者。請以正確的使用者身份登入以閱讀它。
1389     sent_message_summary:
1390       destroy_button: 刪除
1391     mark:
1392       as_read: 訊息標記為已讀
1393       as_unread: 訊息標記為未讀
1394     destroy:
1395       destroyed: 訊息已刪除
1396   site:
1397     about:
1398       next: 下一頁
1399       copyright_html: <span>&copy;</span>OpenStreetMap<br>貢獻者
1400       used_by_html: '%{name} 為數以千計的網站、app 與硬體裝置提供地圖資料'
1401       lede_text: OpenStreetMap 是由製圖者社群所建立,他們提供及不斷更新包括有關世界各地的道路、路徑、咖啡館、火車站等等的資料。
1402       local_knowledge_title: 地方知識
1403       local_knowledge_html: |-
1404         OpenStreetMap 強調地方知識。貢獻者們使用
1405         航照圖、GPS 裝置與低技術的實地考察製圖,來檢驗 OSM
1406         是準確而且最新的。
1407       community_driven_title: 社群推動
1408       community_driven_html: |-
1409         OpenStreetMap 的社群多元化、懷有熱情,而且日益壯大。我們的貢獻者包括地圖製作愛好者,地理訊息系統的專業人員,提供 OSM 伺服器的工程師,為受災害影響區域製圖的人道主義志願人士,以及其他各界人士。
1410         想進一步了解這個社群,請參閱<a href='https://blog.openstreetmap.org'> OpenStreetMap 部落格</a>、<a href='%{diary_path}'>使用者日記</a>,
1411         <a href='https://blogs.openstreetmap.org/'>社群部落格</a>,以及<a href='https://www.osmfoundation.org/'> OSM 基金會</a> 網站。
1412       open_data_title: 開放資料
1413       open_data_html: OpenStreetMap 是<i>開放資料</i>的:您可以自由地使用作任何用途,前提是您須標明作者為 OpenStreetMap
1414         及其貢獻者。若您在我們的資料上作修改或以之透過某些方式衍生其他資料,則只可依相同授權條款散佈有關成果。詳情請參閱<a href='%{copyright_path}'>版權及授權條款頁面</a>。
1415       legal_title: 法律資訊
1416       legal_1_html: 本站以及許多相關的服務正式由<a href='https://osmfoundation.org/'> OpenStreetMap
1417         基金會</a>(OSMF)代表社群所營運。所有使用的 OSMF 運行服務皆符合我們的<a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">使用條款</a>、<a
1418         href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">可接受使用方針<
1419         /a>、和<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">隱私政策</a>。
1420       legal_2_html: |-
1421         若您有任何授權、版權或其他法律諮詢,請<a href='https://osmfoundation.org/Contact'>聯絡 OSMF </a>。
1422         <br>
1423         OpenStreetMap、放大鏡標誌,和地圖狀態是<a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy"> OSMF 的註冊商標</a>。
1424       partners_title: 合作夥伴
1425     copyright:
1426       foreign:
1427         title: 關於這個翻譯
1428         html: 這個翻譯頁面和 %{english_original_link} 若有衝突,會以英文頁面為準
1429         english_link: 英文原文
1430       native:
1431         title: 關於此頁
1432         html: 您正在檢閱英文版本的版權頁。你可以返回這個網頁的 %{native_link},您亦可以停止閱讀版權並 %{mapping_link}。
1433         native_link: 台灣正體中文版
1434         mapping_link: 開始製圖
1435       legal_babble:
1436         title_html: 版權與授權條款
1437         intro_1_html: OpenStreetMap 為<i>開放資料</i>,以<a href="https://osmfoundation.org/">
1438           OpenStreetMap 基金會</a>(OSMF)採用的<a href="https://opendatacommons.org/licenses/odbl/">
1439           Open Data Commons 開放資料庫授權條款</a>(ODbL)授權。
1440         intro_2_html: |-
1441           您可以自由地複製、散布、傳輸及修改我們的資料,前提是您須標明作者為 OpenStreetMap 及其貢獻者。若您在我們的資料上作修改或據之衍生其他資料
1442           ,則只可依相同授權條款散佈有關成果。授權的<a href="https://opendatacommons.org/licenses/odbl/1.0/">法律原文</a>詳述您的權責。
1443         intro_3_html: 我們地圖影像塊的製圖法以及我們的文件,以<a href="https://creativecommons.org/licenses/by-sa/2.0/deed.zh_TW">創用CC
1444           姓名標示-相同方式分享 (CC BY-SA) 2.0版</a>條款授權。
1445         credit_title_html: 如何標明作者是 OpenStreetMap
1446         credit_1_html: 我們要求您以&ldquo;&copy; OpenStreetMap 貢獻者&rdquo;標明作者。
1447         credit_2_html: 您亦須清晰註明,有關資料可透過開放資料庫授權條款取得。若使用我們的影像塊,則須註明其製圖法是按 CC-BY-SA 授權。您可以透過連結至<a
1448           href="https://www.openstreetmap.org/copyright">此版權頁</a>以作註明。您亦可以指明並直接連結至授權內容
1449           (但若您要以資料形式發布 OSM,這是必要條件) 。在無法作出連結的媒體 (如印刷品) ,我們建議你引導你的讀者至 openstreetmap.org
1450           (如註明 OpenStreetMap 的完整網址) 、opendatacommons.org,及 (如相關的話) creativecommons.org。
1451         credit_3_html: |-
1452           對於可瀏覽的電子地圖,標明出處的文字應放在地圖的一角。
1453           例如:
1454         attribution_example:
1455           alt: 如何在網頁上署名 OpenStreetMap 的例子
1456           title: 署名的例子
1457         more_title_html: 尋找更多
1458         more_1_html: |-
1459           在<a
1460           href="https://osmfoundation.org/Licence"> OSMF 授權條款頁面</a>可閱讀更多關於使用我們的資料,以及如何標明我們是作者的資料。
1461         more_2_html: 雖然 OpenStreetMap 是開放資料,但我們無法為第三方提供免費的地圖 API。詳見我們的<a href="https://operations.osmfoundation.org/policies/api/">API
1462           使用政策</a>、<a href="https://operations.osmfoundation.org/policies/tiles/">地圖影像塊使用政策</a>及<a
1463           href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim
1464           服務使用政策</a>。
1465         contributors_title_html: 我們的貢獻者
1466         contributors_intro_html: 我們的貢獻者為成千上萬的人。我們也收納了從國家測繪機構及其他來源等取得的開放版權資料,其中包括:
1467         contributors_at_html: <strong>奧地利</strong>:包含來自 <a href="https://data.wien.gv.at/">Stadt
1468           Wien</a> (<a href="https://creativecommons.org/licenses/by/3.0/at/deed.zh_TW">CC
1469           BY</a>授權) 、<a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
1470           Vorarlberg</a>及 Land Tirol (修訂的<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
1471           AT</a>授權) 的資料。
1472         contributors_au_html: |-
1473           <strong>澳大利亞</strong>:包含來自
1474           <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA 澳大利亞有限公司</a>的資料來源,並依據<a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際</a>澳大利亞聯邦條款授權。
1475         contributors_ca_html: |-
1476           <strong>加拿大</strong>:包含來自 GeoBase&reg;,GeoGratis (&copy; Department of Natural
1477           Resources Canada) ,CanVec (&copy; Department of Natural
1478           Resources Canada) 和 StatCan (Geography Division,
1479           Statistics Canada) 的資料。
1480         contributors_fi_html: |-
1481           <strong>芬蘭</strong>: 包含來自
1482           National Land Survey of Finland's Topographic Database
1483           及其他資料集的資料,以
1484           <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1"> NLSFI License </a>授權。
1485         contributors_fr_html: |-
1486           <strong>法國</strong>: 包含來自
1487           Direction Générale des Impôts 的資料。
1488         contributors_nl_html: |-
1489           <strong>荷蘭</strong>: 包含來自&copy; AND data, 2007
1490           (<a href="https://www.and.com">www.and.com</a>) 的資料。
1491         contributors_nz_html: |-
1492           <strong>紐西蘭</strong>:包含來自
1493           <a href="https://data.linz.govt.nz/">LINZ 資料服務</a> 的資料來源,並依據
1494           <a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際</a>條款授權。
1495         contributors_si_html: |-
1496           <strong>斯洛維尼亞</strong>:包含來自<a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a>和
1497           <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1498           (斯洛維尼亞公開資訊).
1499         contributors_es_html: |-
1500           <strong>西班牙</strong>:包含來自西班牙國家地理研究所(<a href="http://www.ign.es/">IGN</a>)以及國家製圖系統<a href="http://www.scne.es/">SCNE</a>)的資料來源,並依據
1501           <a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際</a>條款授權。
1502         contributors_za_html: |-
1503           <strong>南非</strong>: 包含來自
1504           <a href="http://www.ngi.gov.za/">Chief Directorate:
1505           National Geo-Spatial Information</a> (State copyright reserved) 的資料。
1506         contributors_gb_html: |-
1507           <strong>英國</strong>: 包含來自 Ordnance
1508           Survey data (&copy; Crown copyright and database right
1509           2010-19) 的資料。
1510         contributors_footer_1_html: |-
1511           若需要進一步詳情,以及其他曾用以協助改進
1512            OpenStreetMap 的資料來源,請參閱 OpenStreetMap Wiki 上的<a
1513           href="https://wiki.openstreetmap.org/wiki/Contributors">貢獻者
1514           頁面</a>。
1515         contributors_footer_2_html: OpenStreetMap 收錄一項資料,並不意味原本的資料提供者認可 OpenStreetMap、提供任何保證或承擔任何法律責任。
1516         infringement_title_html: 侵犯版權
1517         infringement_1_html: OSM 的貢獻者會被提醒,絕不要在沒有版權所有人的明確淮許下,加入來自任何有版權的來源的資料 (如 Google
1518           地圖或印刷地圖)。
1519         infringement_2_html: 如果你認為有版權的材料被不恰當地加入到 OpenStreetMap 資料庫或此網站,請請參考我們的<a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">撤除程序</a>,或直接在我們的<a
1520           href="https://dmca.openstreetmap.org/">網上申報頁面</a>提出。
1521         trademarks_title_html: <span id="trademarks"></span>商標
1522         trademarks_1_html: OpenStreetMap、放大鏡標誌和 OpenStreetMap 研討會是 OpenStreetMap 基金會的註冊商標。如果你對於使用這些商標有疑問的話,請查看我們的<a
1523           href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">商標方針</a>。
1524     index:
1525       js_1: 您使用不支援 JavaScript 的瀏覽器,或者停用了 JavaScript。
1526       js_2: OpenStreetMap 使用 JavaScript 讓地圖更平順。
1527       permalink: 靜態連結
1528       shortlink: 簡短連結
1529       createnote: 新增註記
1530       license:
1531         copyright: 版權所有,由 OpenStreetMap 及貢獻者根據開放的授權協議提供
1532       remote_failed: 編輯失敗 - 請確定已載入 JOSM 或 Merkaartor 並開啟遠端控制選項
1533     edit:
1534       not_public: 您尚未將您的編輯設為公開。
1535       not_public_description_html: 在您這麼做之前將無法再編輯地圖。您可以在您的 %{user_page} 將自己的編輯設定為公開。
1536       user_page_link: 使用者頁面
1537       anon_edits_html: (%{link})
1538       anon_edits_link_text: 瞭解為什麼這很重要。
1539       flash_player_required_html: 您需要 Flash player 才能使用 Potlatch,OpenStreetMap Flash
1540         編輯器。您可以<a href="https://get.adobe.com/flashplayer/">在 Adobe.com 下載 Flash Player</a>。<a
1541         href="https://wiki.openstreetmap.org/wiki/Editing">還有其他許多選擇</a>也可以編輯 OpenStreetMap。
1542       potlatch_unsaved_changes: 您還有未儲存的變更。 (要在 Potlatch 中儲存,您應該取消選擇目前的路徑或節點 (如果是在清單模式編輯),或是點選儲存
1543         (如果有儲存按鈕)。)
1544       potlatch2_not_configured: Potlatch 2 尚未設定 - 請參閱 https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2
1545         以取得更多資訊
1546       potlatch2_unsaved_changes: 您有未儲存的更改。 (要在 Potlatch 2 中儲存,您應按一下儲存。)
1547       id_not_configured: iD 尚未設定
1548       no_iframe_support: 您的瀏覽器不支援 HTML 嵌入式框架,這是這項功能所必要的。
1549     export:
1550       title: 匯出
1551       area_to_export: 要匯出的區域
1552       manually_select: 手動選擇不同的區域
1553       format_to_export: 要匯出的格式
1554       osm_xml_data: OpenStreetMap XML 資料
1555       map_image: 地圖影像 (顯示標準圖層)
1556       embeddable_html: 內嵌式 HTML
1557       licence: 授權
1558       export_details_html: OpenStreetMap 的資料採用 <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open
1559         Data Commons 開放資料庫授權條款</a>(ODbL)授權。
1560       too_large:
1561         advice: 若以上匯出失敗,請考慮使用下列來源:
1562         body: 這個區域太大,無法匯出 OpenStreetMap XML 資料。請放大或選擇一個較小的區域,或使用下列大量資料下載源:
1563         planet:
1564           title: 地球 OSM
1565           description: 定期更新的完整 OpenStreetMap 資料庫副本
1566         overpass:
1567           title: Overpass API
1568           description: 從 OpenStreetMap 資料庫的鏡像,下載此區域
1569         geofabrik:
1570           title: Geofabrik 下載
1571           description: 定期更新的洲、國家及特定城市之摘錄資料
1572         metro:
1573           title: 都會區的摘錄資料
1574           description: 世界主要城市與附近地區的摘錄資料
1575         other:
1576           title: 其他來源
1577           description: OpenStreetMap wiki 上列出的其他來源
1578       options: 選項
1579       format: 格式
1580       scale: 比例
1581       max: 最大
1582       image_size: 圖片大小
1583       zoom: 縮放
1584       add_marker: 在地圖加上標記
1585       latitude: 緯度:
1586       longitude: 經度:
1587       output: 輸出
1588       paste_html: 貼上 HTML 以於網站內嵌
1589       export_button: 匯出
1590     fixthemap:
1591       title: 回報問題/改進地圖
1592       how_to_help:
1593         title: 如何協助
1594         join_the_community:
1595           title: 加入社群
1596           explanation_html: 如果你發現我們的地圖資料有問題,例如缺少某條道路或者你的地址,最好的方法就是加入 OpenStreetMap
1597             社群,然後自己加入或者改進資料。
1598         add_a_note:
1599           instructions_html: |-
1600             只須點選 <a class='icon note'></a>或地圖上的同一圖示,
1601             這將在地圖上加入一個標記,你可以拖動它,並新增你的註記,然後點選儲存,其他製圖者會作出查證。
1602       other_concerns:
1603         title: 其他問題
1604         explanation_html: 如果您對我們的資料如何被應用或有關的內容有任何問題,請參閱我們的<a href='/copyright'>版權頁</a>瞭解更多法律資訊,或聯絡適當的<a
1605           href='https://wiki.osmfoundation.org/wiki/Working_Groups'> OSMF 工作小組</a>。
1606     help:
1607       title: 取得協助
1608       introduction: OpenStreetMap 有一些資源,可用於學習本專案、提出和回答問題,以及討論和紀錄與製作地圖相關的話題。
1609       welcome:
1610         url: /welcome
1611         title: 歡迎來到開放街圖
1612         description: 這個快速指南涵蓋了開放街圖的基礎知識。
1613       beginners_guide:
1614         url: https://wiki.openstreetmap.org/wiki/Zh-hant:Beginners%27_guide
1615         title: 新手指南
1616         description: 社群維護的新手指南
1617       help:
1618         url: https://help.openstreetmap.org/
1619         title: 協助論壇
1620         description: 在開放街圖的問答網站提出問題或搜尋答案。
1621       mailing_lists:
1622         title: 郵件論壇
1623         description: 在不同主題或是地區的郵件論壇問問題或是討論有趣的事物。
1624       forums:
1625         title: 論壇
1626         description: 給習慣論壇型式的地方問問題和討論
1627       irc:
1628         title: IRC
1629         description: 使用各種不同語言在各種主題聊天互動。
1630       switch2osm:
1631         title: switch2osm
1632         description: 協助公司與組織改用 OpenStreetMap 為基礎的地圖與相關服務。
1633       welcomemat:
1634         url: https://welcome.openstreetmap.org/
1635         title: 對於組織
1636         description: 想要以組織來對 OpenStreetMap 製作計劃嗎?請在 Welcome Mat 查找您所需要的事項。
1637       wiki:
1638         url: https://wiki.openstreetmap.org/
1639         title: 開放街圖 Wiki
1640         description: 瀏覽 wiki,取得詳盡的開放街圖文件。
1641     sidebar:
1642       search_results: 搜尋結果
1643       close: 關閉
1644     search:
1645       search: 搜尋
1646       get_directions: 取得方向指引
1647       get_directions_title: 尋找兩點之間的路線
1648       from: 來自
1649       to: 到
1650       where_am_i: 這是哪裡?
1651       where_am_i_title: 使用搜尋引擎描述目前的位置
1652       submit_text: 出發
1653       reverse_directions_text: 反向
1654     key:
1655       table:
1656         entry:
1657           motorway: 高速公路
1658           main_road: 主要幹道
1659           trunk: 主要幹路
1660           primary: 一級道路
1661           secondary: 二級道路
1662           unclassified: 無編制道路
1663           track: 產業道路
1664           bridleway: 馬道
1665           cycleway: 自行車道
1666           cycleway_national: 國家自行車道
1667           cycleway_regional: 區域自行車道
1668           cycleway_local: 地區自行車道
1669           footway: 步道
1670           rail: 鐵路
1671           subway: 地下鐵
1672           tram:
1673           - 輕軌
1674           - 輕軌
1675           cable:
1676           - 大型纜車
1677           - 升降吊椅
1678           runway:
1679           - 機場跑道
1680           - 滑行道
1681           apron:
1682           - 機場停機坪
1683           - 航廈
1684           admin: 行政區邊界
1685           forest: 森林
1686           wood: 樹木
1687           golf: 高爾夫球場
1688           park: 公園
1689           resident: 住宅區
1690           common:
1691           - 共有地
1692           - 野草地
1693           retail: 商店區
1694           industrial: 工業區
1695           commercial: 商業區
1696           heathland: 石楠荒地
1697           lake:
1698           - 湖泊
1699           - 水庫
1700           farm: 農田
1701           brownfield: 低污染再利用地
1702           cemetery: 公墓
1703           allotments: 社區農園
1704           pitch: 運動場
1705           centre: 運動中心
1706           reserve: 自然保護區
1707           military: 軍事區
1708           school:
1709           - 學校
1710           - 大學
1711           building: 重要建築
1712           station: 鐵路車站
1713           summit:
1714           - 頂峰
1715           - 山峰
1716           tunnel: 虛線邊框 = 隧道
1717           bridge: 黑線邊框 = 橋樑
1718           private: 私人進出
1719           destination: 目的地進出
1720           construction: 建造中道路
1721           bicycle_shop: 自行車店
1722           bicycle_parking: 自行車停車場
1723           toilets: 廁所
1724     richtext_area:
1725       edit: 編輯
1726       preview: 預覽
1727     markdown_help:
1728       title_html: 使用 <a href="https://kramdown.gettalong.org/quickref.html">kramdown</a>
1729         解析
1730       headings: 標題
1731       heading: 標題
1732       subheading: 副標題
1733       unordered: 無序清單
1734       ordered: 有序清單
1735       first: 第一項
1736       second: 第二項
1737       link: 連結
1738       text: 文字
1739       image: 圖片
1740       alt: 替代文字
1741       url: URL
1742     welcome:
1743       title: 歡迎!
1744       introduction_html: 歡迎來到 OpenStreetMap,自由和可編輯的世界地圖。您目前已經登入,可以開始繪製地圖。這裡有一份您須知道最重要事項的快速指南。
1745       whats_on_the_map:
1746         title: 地圖上有什麼
1747         on_html: |-
1748           OpenStreetMap 是一個為<em>真實且現存</em>物件繪製地圖的地方 -
1749           它包含數以百萬計的建築物、道路以及關於位置其他詳細資料。您可以
1750           在地圖上畫出任何現實世界中令您感興趣的地理特徵。
1751         off_html: 然而它<em>不包含</em>一些例如評分的主觀意見資料、歷史或假設性的地理特徵,以及有版權的來源資料。除非你獲特別許可,不要抄襲網上或印刷的地圖。
1752       basic_terms:
1753         title: 繪製地圖的基本術語
1754         paragraph_1_html: OpenStreetMap 有自己的術語。以下是一些常用的關鍵詞。
1755         editor_html: <strong>編輯器</strong>是你可以用於編輯地圖的程序或網站。
1756         node_html: <strong>節點</strong>是地圖上的一個點,例如一間餐廳或一棵樹。
1757         way_html: <strong>路徑</strong>是一條線或一個區域,例如一條道路、一條溪、一個湖或一棟建築物。
1758         tag_html: <strong>標籤</strong>是關於節點或路徑的簡要資料,例如餐廳的名字或道路的速度限制。
1759       rules:
1760         title: 規則!
1761         paragraph_1_html: OpenStreetMap 沒有多少正式規則,除了所有參與者都得與社群合作和溝通。如果你有想過用人工以外的方式參與的話,請先熟讀和遵循<a
1762           href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>匯入</a>以及<a
1763           href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>自動化編輯</a>守則。
1764       questions:
1765         title: 有任何問題嗎?
1766         paragraph_1_html: OpenStreetMap 有一些資源,可用於學習本專案、提出和回答問題,以及討論和紀錄與製作地圖相關的話題。
1767           <a href='%{help_url}'>按此取得說明</a>。想要以組織來對 OpenStreetMap 製作計劃嗎?請查看 <a href='https://welcome.openstreetmap.org/'>Welcome
1768           Mat</a>。
1769       start_mapping: 開始製圖
1770       add_a_note:
1771         title: 沒有時間編輯嗎?可加入註記!
1772         paragraph_1_html: 如果你只想做一些微小改動,而沒有時間登入來學習如何編輯,那麼加入一項註記還是非常容易的。
1773         paragraph_2_html: 只要到<a href='%{map_url}'>地圖</a>並點選註記圖示: <span class='icon
1774           note'></span>。這將在地圖上加入一個標記,你可以拖動它,並新增你的註記,然後點選儲存,其他製圖者會作出查證。
1775   traces:
1776     visibility:
1777       private: 私人 (以匿名方式分享,節點無順序)
1778       public: 公開 (以匿名方式顯示於軌跡清單,節點無順序)
1779       trackable: 可追蹤 (以匿名方式分享,節點有時間戳記)
1780       identifiable: 可辨識 (以可辨認的方式顯示於軌跡清單,節點有時間戳記)
1781     new:
1782       upload_trace: 上傳 GPS 軌跡
1783       upload_gpx: 上傳 GPX 檔案:
1784       description: 說明:
1785       tags: 標籤:
1786       tags_help: 以逗點分隔
1787       visibility: 能見度
1788       visibility_help: 這是什麼意思?
1789       visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
1790       help: 說明
1791       help_url: https://wiki.openstreetmap.org/wiki/Upload
1792     create:
1793       upload_trace: 上傳 GPS 軌跡
1794       trace_uploaded: 您的 GPX 檔案已經上傳並且在等候進入資料庫中。這通常不會超過半小時,完成時會以電子郵件通知您。
1795       upload_failed: 很抱歉,GPX 上傳失敗。已向管理員警告此錯誤,請再重試
1796       traces_waiting: 您有 %{count} 個軌跡等待上傳。請先等待先前的軌跡處理完後,再來繼續上傳其他軌跡,以免影響其他使用者的排程。
1797     edit:
1798       title: 編輯軌跡 %{name}
1799       heading: 編輯軌跡 %{name}
1800       filename: 檔案名稱:
1801       download: 下載
1802       uploaded_at: 上傳於:
1803       points: 點數:
1804       start_coord: 開始坐標:
1805       map: 地圖
1806       edit: 編輯
1807       owner: 擁有者:
1808       description: 描述:
1809       tags: 標籤:
1810       tags_help: 以逗號分隔
1811       visibility: 能見度
1812       visibility_help: 這是什麼意思?
1813       visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
1814     update:
1815       updated: 軌跡已更新
1816     trace_optionals:
1817       tags: 標籤
1818     show:
1819       title: 檢視軌跡 %{name}
1820       heading: 檢視軌跡 %{name}
1821       pending: 等候
1822       filename: 檔案名稱:
1823       download: 下載
1824       uploaded: 上傳於:
1825       points: 點數:
1826       start_coordinates: 開始坐標:
1827       map: 地圖
1828       edit: 編輯
1829       owner: 擁有者:
1830       description: 描述:
1831       tags: 標籤
1832       none: 無
1833       edit_trace: 編輯這個軌跡
1834       delete_trace: 刪除這個軌跡
1835       trace_not_found: 找不到軌跡!
1836       visibility: 能見度
1837       confirm_delete: 刪除這個軌跡?
1838     trace_paging_nav:
1839       showing_page: 第 %{page} 頁
1840       older: 較舊軌跡
1841       newer: 較新軌跡
1842     trace:
1843       pending: 等候
1844       count_points:
1845         one: 1 個點
1846         other: '%{count} 個點'
1847       more: 更多
1848       trace_details: 檢視軌跡詳細資料
1849       view_map: 檢視地圖
1850       edit: 編輯
1851       edit_map: 編輯地圖
1852       public: 公開
1853       identifiable: 可辨識
1854       private: 私人
1855       trackable: 可追蹤
1856       by: 由
1857       in: 於
1858       map: 地圖
1859     index:
1860       public_traces: 公開 GPS 軌跡
1861       my_traces: 我的 GPS 軌跡
1862       public_traces_from: '%{user} 的公開 GPS 軌跡'
1863       description: 瀏覽最近的 GPS 軌跡上傳
1864       tagged_with: 有如下標籤:%{tags}
1865       empty_html: 還沒有軌跡。<a href='%{upload_link}'>上傳新的軌跡</a>或在 <a href='https://wiki.openstreetmap.org/wiki/Zh-hant:Beginners_Guide_1.2'>wiki
1866         頁面</a>上瞭解更多有關 GPS 軌跡的資訊。
1867       upload_trace: 上傳軌跡
1868       see_all_traces: 查看所有的軌跡
1869       see_my_traces: 查看我的軌跡
1870     destroy:
1871       scheduled_for_deletion: 軌跡已被排程刪除
1872     make_public:
1873       made_public: 軌跡標記為公開
1874     offline_warning:
1875       message: GPX 檔案上傳系統目前無法使用
1876     offline:
1877       heading: GPX 離線儲存
1878       message: GPX 檔案儲存,上傳系統目前無法使用。
1879     georss:
1880       title: OpenStreetMap GPS 軌跡
1881     description:
1882       description_with_count:
1883         one: 由 %{user} 上傳的 GPX 檔案,含有 %{count} 點
1884         other: 由 %{user} 上傳的 GPX 檔案,含有 %{count} 點
1885       description_without_count: 由 %{user} 上傳的 GPX 檔案
1886   application:
1887     permission_denied: 您沒有權限來存取該操作。
1888     require_cookies:
1889       cookies_needed: 您似乎已停用 cookies - 請在瀏覽器中開啟 cookies,然後繼續。
1890     require_admin:
1891       not_an_admin: 您需要是一個管理員才可執行該動作。
1892     setup_user_auth:
1893       blocked_zero_hour: 您在OpenStreetMap網站有一個緊急訊息。在您儲存您的編輯內容前請先閱讀該訊息。
1894       blocked: 您已經被封鎖使用 API。請登入網頁介面以瞭解更多資訊。
1895       need_to_see_terms: 我們已暫時中止您使用 API 的權限,請登入網頁介面查閱貢獻者條款,您不需要同意有關條款,但必須查閱它們。
1896   oauth:
1897     authorize:
1898       title: 授權使用您的帳號
1899       request_access_html: 應用程式 %{app_name} 要求使用您的帳號,%{user}。請確定您要讓此應用程式使用下列功能。您可以依自己喜好,選擇多少項功能。
1900       allow_to: 允許用戶端應用程式:
1901       allow_read_prefs: 讀取您的使用者偏好設定。
1902       allow_write_prefs: 修改您的使用者偏好設定。
1903       allow_write_diary: 建立日記、評論和加入好友。
1904       allow_write_api: 修改地圖。
1905       allow_read_gpx: 讀取您的私人 GPS 軌跡。
1906       allow_write_gpx: 上傳 GPS 軌跡。
1907       allow_write_notes: 修改註記。
1908       grant_access: 授權存取
1909     authorize_success:
1910       title: 允許授權請求
1911       allowed_html: 您已授權應用程式 %{app_name} 使用您的帳號。
1912       verification: 驗證碼是 %{code}。
1913     authorize_failure:
1914       title: 授權請求失敗
1915       denied: 您已拒絕應用程式 %{app_name} 使用您的帳號。
1916       invalid: 授權權杖無效。
1917     revoke:
1918       flash: 您已經撤銷 %{application} 的授權密鑰。
1919     permissions:
1920       missing: 您尚未允許應用程式來訪問此設施
1921   oauth_clients:
1922     new:
1923       title: 註冊新的應用程式
1924     edit:
1925       title: 編輯您的應用程式
1926     show:
1927       title: '%{app_name} 的 OAuth 詳細資料'
1928       key: 消費者金鑰:
1929       secret: 消費者祕密金鑰:
1930       url: 要求權杖 URL:
1931       access_url: 存取記號 URL:
1932       authorize_url: 授權 URL:
1933       support_notice: 我們支援 HMAC-SHA1 (建議) 和 RSA-SHA1 署名。
1934       edit: 編輯詳細資料
1935       delete: 刪除客戶端
1936       confirm: 您確定嗎?
1937       requests: 向使用者要求下列權限:
1938       allow_read_prefs: 讀取他們的使用者偏好設定。
1939       allow_write_prefs: 修改他們的使用者偏好設定。
1940       allow_write_diary: 建立日記、評論和設定好友。
1941       allow_write_api: 修改地圖。
1942       allow_read_gpx: 讀取他們的私人 GPS 軌跡。
1943       allow_write_gpx: 上傳 GPS 軌跡。
1944       allow_write_notes: 修改註記。
1945     index:
1946       title: 我的 OAuth 詳細資料
1947       my_tokens: 我授權的應用程式
1948       list_tokens: 下列密鑰已核發給您名下的應用程式:
1949       application: 應用程式名稱
1950       issued_at: 已發於
1951       revoke: 撤銷!
1952       my_apps: 我的用戶端應用程式
1953       no_apps_html: 您是否有想要註冊以使用於 %{oauth} 標準的應用程式?您必須先註冊您的網頁應用程式,才能對這個服務進行 OAuth 要求。
1954       oauth: OAuth
1955       registered_apps: 您已經註冊下列用戶端應用程式:
1956       register_new: 註冊您的應用程式
1957     form:
1958       name: 名稱
1959       required: 必要的
1960       url: 主要應用程式 URL
1961       callback_url: 回呼 (Callback) URL
1962       support_url: 支援 URL
1963       requests: 向使用者要求下列權限:
1964       allow_read_prefs: 讀取他們的使用者偏好設定。
1965       allow_write_prefs: 修改他們的使用者偏好設定。
1966       allow_write_diary: 建立日記、評論和設定好友。
1967       allow_write_api: 修改地圖。
1968       allow_read_gpx: 讀取他們的私人 GPS 軌跡。
1969       allow_write_gpx: 上傳 GPS 軌跡。
1970       allow_write_notes: 修改註記。
1971     not_found:
1972       sorry: 抱歉,找不到此 %{type}。
1973     create:
1974       flash: 註冊資訊成功
1975     update:
1976       flash: 更新客戶端資訊成功
1977     destroy:
1978       flash: 已銷毀此用戶端應用程式註冊
1979   users:
1980     login:
1981       title: 登入
1982       heading: 登入
1983       email or username: 電子郵件地址或使用者名稱:
1984       password: 密碼:
1985       openid_html: '%{logo} OpenID:'
1986       remember: 記住我
1987       lost password link: 忘記您的密碼?
1988       login_button: 登入
1989       register now: 立即註冊
1990       with username: 已經有 OpenStreetMap 的帳號嗎?請使用您的使用者名和密碼登入:
1991       with external: 或者使用第三方服務登入
1992       new to osm: 第一次來到 OpenStreetMap?
1993       to make changes: 要更改的 OpenStreetMap 的資料,您必須擁有一個帳號。
1994       create account minute: 建立一個帳號。只需要一分鐘。
1995       no account: 還沒有帳號嗎?
1996       account not active: 抱歉,您的帳號尚未開啟。<br />請點選帳號確認電子郵件中的連結來開啟您的帳號,或<a href="%{reconfirm}">要求發出新的確認電子郵件</a>。
1997       account is suspended: 很抱歉,您的帳號已經因可疑活動被暫停。<br>請如果您想要討論這個問題,請與<a href="%{webmaster}">網站管理員</a>聯繫。
1998       auth failure: 很抱歉,無法以這些資料登入。
1999       openid_logo_alt: 使用 OpenID 登入
2000       auth_providers:
2001         openid:
2002           title: 使用 OpenID 登入
2003           alt: 使用 OpenID 網址登入
2004         google:
2005           title: 使用 Google 帳號登入
2006           alt: 使用 Google OpenID 登入
2007         facebook:
2008           title: 使用臉書登入
2009           alt: 使用臉書帳號登入
2010         windowslive:
2011           title: 使用 Windows Live 登入
2012           alt: 使用 Windows Live 帳號登入
2013         github:
2014           title: 使用 GitHub 登入
2015           alt: 使用 GitHub 帳號登入
2016         wikipedia:
2017           title: 以維基百科登入
2018           alt: 以維基百科帳號登入
2019         yahoo:
2020           title: 使用 Yahoo 登入
2021           alt: 使用 Yahoo OpenID 登入
2022         wordpress:
2023           title: 使用 Wordpress 登入
2024           alt: 使用 Wordpress OpenID 登入
2025         aol:
2026           title: 使用 AOL 登入
2027           alt: 使用 AOL OpenID 登入
2028     logout:
2029       title: 登出
2030       heading: 從 OpenStreetMap 登出
2031       logout_button: 登出
2032     lost_password:
2033       title: 遺失密碼
2034       heading: 忘記密碼?
2035       email address: 電子郵件地址:
2036       new password button: 重設密碼
2037       help_text: 輸入您的電子郵件地址來註冊,我們會將連結送至該地址,而您可以用它來重設密碼。
2038       notice email on way: 很遺憾您忘了它 :-( 不過讓您可以重設它的電子郵件已經寄出,您待會便可重設。
2039       notice email cannot find: 很抱歉,找不到該電子郵件地址。
2040     reset_password:
2041       title: 重設密碼
2042       heading: 重設 %{user} 的密碼
2043       password: 密碼:
2044       confirm password: 確認密碼:
2045       reset: 重設密碼
2046       flash changed: 您的密碼已經變更。
2047       flash token bad: 找不到該密鑰,可能要檢查一下 URL?
2048     new:
2049       title: 註冊
2050       no_auto_account_create: 很不幸的我們現在無法自動為您建立帳號。
2051       contact_webmaster_html: 請聯絡<a href="%{webmaster}">網站管理者</a>來建立的帳號,我們會儘快嘗試並處理這項要求。
2052       about:
2053         header: 自由及可編輯
2054         html: |-
2055           <p>與其他地圖不同,OpenStreetMap 是完全由像你一樣的人們建立的,而且任何人都可自由地修正、更新、下載和使用。</p>
2056           <p>請註冊以開始貢獻吧。我們將發出電子郵件以確認你的帳號。</p>
2057       license_agreement: 當您確認您的帳號,您需要同意<a href="https://www.osmfoundation.org/wiki/License/Contributor_Terms">貢獻者條款</a>
2058         。
2059       email address: 電子郵件地址:
2060       confirm email address: 確認電子郵件地址:
2061       not_displayed_publicly_html: 您的地址未公開顯示,請看我們的<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
2062         title="包含部份電郵地址的OSMF隱私權政策">隱私權政策</a>來獲得更多訊息
2063       display name: 顯示名稱:
2064       display name description: 您公開顯示的使用者名稱。您可以稍後在偏好設定中改變它。
2065       external auth: 第三方身份認證
2066       password: 密碼:
2067       confirm password: 確認密碼:
2068       use external auth: 或者使用第三方服務登入
2069       auth no password: 使用第三方認証無須填寫密碼,但部份額外工具或伺服器可能仍需要使用密碼。
2070       continue: 註冊
2071       terms accepted: 感謝您接受新的貢獻條款!
2072       terms declined: 我們很遺憾你已決定不接受新的貢獻者條款。有關詳細資訊,請參閱<a href="%{url}">此 wiki 頁面</a>。
2073       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2074     terms:
2075       title: 條款
2076       heading: 條款
2077       heading_ct: 貢獻者條款
2078       read and accept with tou: 請閱讀貢獻者協議與使用條款,勾選兩項方框後點擊繼續按鈕。
2079       contributor_terms_explain: 此協議適用於您現有與往後貢獻的條款。
2080       read_ct: 我已閱讀過並同意以上的貢獻者條款
2081       tou_explain_html: 這些%{tou_link}適用於網站方面的使用,與其它由 OSMF 提供的基礎內容。請在連結上點擊,閱讀並同意該文字。
2082       read_tou: 我已經閱讀過並同意使用條款
2083       consider_pd: 除上述內容之外,我同意將我的貢獻放到公共領域
2084       consider_pd_why: 這是什麼?
2085       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
2086       guidance_html: 幫助理解這些條款的資料:一個<a href="%{summary}">供普通人閱讀的摘要</a>和一些<a href="%{translations}">非正式翻譯</a>
2087       continue: 繼續
2088       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2089       decline: 拒絕
2090       you need to accept or decline: 請先閱讀,然後選擇接受或拒絕新的貢獻者條款,再繼續。
2091       legale_select: 請選擇您的居住地:
2092       legale_names:
2093         france: 法國
2094         italy: 意大利
2095         rest_of_world: 世界其他地區
2096     no_such_user:
2097       title: 沒有這個使用者
2098       heading: 使用者 %{user} 不存在
2099       body: 抱歉,沒有名為 %{user} 的使用者。請檢查您的拼字,或者可能是您按到錯誤的連結。
2100       deleted: 已刪除
2101     show:
2102       my diary: 我的日記
2103       new diary entry: 新增日記項目
2104       my edits: 我的編輯
2105       my traces: 我的軌跡
2106       my notes: 我的註記
2107       my messages: 我的訊息
2108       my profile: 我的基本資料
2109       my settings: 我的設定值
2110       my comments: 我的評論
2111       oauth settings: oauth 設定值
2112       blocks on me: 對我的封鎖
2113       blocks by me: 我所設的封鎖
2114       send message: 傳送訊息
2115       diary: 日記
2116       edits: 編輯
2117       traces: 軌跡
2118       notes: 地圖註記
2119       remove as friend: 移除好友
2120       add as friend: 加入為好友
2121       mapper since: 註冊為製圖者日期:
2122       ct status: 貢獻者條款:
2123       ct undecided: 未決定
2124       ct declined: 已拒絕
2125       latest edit: 上次編輯於%{ago}:
2126       email address: 電子郵件地址:
2127       created from: 建立於:
2128       status: 狀態:
2129       spam score: 垃圾郵件分數:
2130       description: 說明
2131       user location: 使用者位置
2132       if_set_location_html: 您可以在 %{settings_link} 頁面設定您家的位置,以檢視附近的使用者。
2133       settings_link_text: 設定
2134       my friends: 我的好友
2135       no friends: 您尚未加入任何好友。
2136       km away: '%{count} 公里遠'
2137       m away: '%{count} 公尺遠'
2138       nearby users: 其他附近的使用者
2139       no nearby users: 附近沒有已加入製圖的使用者。
2140       role:
2141         administrator: 這個使用者是一個管理員
2142         moderator: 這個使用者是一個仲裁員
2143         grant:
2144           administrator: 授予管理員權限
2145           moderator: 授予仲裁員權限
2146         revoke:
2147           administrator: 撤銷管理員權限
2148           moderator: 撤銷仲裁員權限
2149       block_history: 被封鎖
2150       moderator_history: 給予封鎖
2151       comments: 評論
2152       create_block: 封鎖這位使用者
2153       activate_user: 解除這位使用者的封鎖狀態
2154       deactivate_user: 使用者停權
2155       confirm_user: 確認這位使用者
2156       hide_user: 隱藏這位使用者
2157       unhide_user: 取消隱藏這位使用者
2158       delete_user: 刪除這位使用者
2159       confirm: 確認
2160       friends_changesets: 好友的變更集
2161       friends_diaries: 好友的日記項目
2162       nearby_changesets: 附近使用者的變更集
2163       nearby_diaries: 附近使用者的日記項目
2164       report: 回報此使用者
2165     popup:
2166       your location: 您的位置
2167       nearby mapper: 附近的製圖者
2168       friend: 好友
2169     account:
2170       title: 編輯帳號
2171       my settings: 我的設定值
2172       current email address: 目前的電子郵件地址:
2173       new email address: 新的電子郵件地址:
2174       email never displayed publicly: (永遠不公開顯示)
2175       external auth: 外部認證:
2176       openid:
2177         link: https://wiki.openstreetmap.org/wiki/OpenID
2178         link text: 這是什麼?
2179       public editing:
2180         heading: 公開編輯:
2181         enabled: 已開啟。非匿名且可以編輯資料。
2182         enabled link: https://wiki.openstreetmap.org/wiki/Anonymous_edits
2183         enabled link text: 這是什麼?
2184         disabled: 已停用且不能編輯資料,所有先前的編輯都會成為匿名的。
2185         disabled link text: 為什麼我不能編輯?
2186       public editing note:
2187         heading: 公開編輯
2188         html: 目前您的編輯是匿名的,人們不能發送郵件給您或看到您的位置。為了顯示你的編輯,讓別人透過網站與您聯繫,請點選下面的按鈕。 <b>由於 0.6
2189           API 的轉換,只有公開的使用者可以編輯地圖資料</b>。(<a href="https://wiki.openstreetmap.org/wiki/Anonymous_edits">知道為什麼</a>)。<ul><li>您的電子郵件地址將不會被因為成為公開使用者而被透露。
2190           </li><li>這個動作不能逆轉,所有新的使用者現在都預設為公開的。 </li></ul>
2191       contributor terms:
2192         heading: 貢獻者條款:
2193         agreed: 您已同意新的貢獻者條款。
2194         not yet agreed: 您未同意新的貢獻者條款。
2195         review link text: 請跟隨此連結,方便你檢視並接受新的貢獻者條款。
2196         agreed_with_pd: 您亦同意將您的編輯放到公共領域
2197         link: https://www.osmfoundation.org/wiki/License/Contributor_Terms
2198         link text: 這是什麼?
2199       profile description: 基本資料描述:
2200       preferred languages: 偏好的語言:
2201       preferred editor: '偏好編輯器:'
2202       image: 圖片:
2203       gravatar:
2204         gravatar: 使用 Gravatar
2205         link: https://wiki.openstreetmap.org/wiki/Gravatar
2206         link text: 這是什麼?
2207         disabled: Gravatar已停用。
2208         enabled: 您的Gravatar顯示功能已啟用。
2209       new image: 加入圖片
2210       keep image: 保持目前的圖片
2211       delete image: 移除目前的圖片
2212       replace image: 取代目前的圖片
2213       image size hint: ' (方形圖片至少 100x100 的效果最好)'
2214       home location: 家的位置:
2215       no home location: 您尚未輸入家的位置。
2216       latitude: 緯度:
2217       longitude: 經度:
2218       update home location on click: 當我點選地圖時更新家的位置?
2219       save changes button: 儲存變更
2220       make edits public button: 將我所有的編輯設為公開
2221       return to profile: 返回基本資料
2222       flash update success confirm needed: 使用者資訊成功的更新。請檢查您的電子郵件,以確認收到新電子郵件地址的通知。
2223       flash update success: 使用者資訊已成功更新。
2224     confirm:
2225       heading: 請檢查您的電子郵件!
2226       introduction_1: 我們寄給您一封確認電子郵件。
2227       introduction_2: 按電子郵件中的連結以確認你的帳號,然後你就可以開始繪製地圖。
2228       press confirm button: 按下確認按鈕以開啟您的帳號。
2229       button: 確認
2230       success: 已確認您的帳號,感謝您的註冊!
2231       already active: 該帳號已經確認。
2232       unknown token: 確認碼已經過期或不存在。
2233       reconfirm_html: 如果你需要我們重新發送確認電子郵件,<a href="%{reconfirm}">請按這裡</a>。
2234     confirm_resend:
2235       success: 我們已經傳送一封新的確認電子郵件至 %{email},只要你確認你的帳號,你就可以開始製圖了。 <br /><br />如果你使用會傳送確認請求的反垃圾郵件系統,請確保你將
2236         %{sender} 加入白名單中,因為我們無法回覆任何確認請求。
2237       failure: 找不到使用者 %{name}。
2238     confirm_email:
2239       heading: 確認電子郵件地址的變更
2240       press confirm button: 按下確認按鈕以確認您的新電子郵件地址。
2241       button: 確認
2242       success: 已確認您變更的電子郵件地址!
2243       failure: 電子郵件地址已使用此密鑰確認過。
2244       unknown_token: 確認碼已經過期或不存在。
2245     set_home:
2246       flash success: 家的位置成功的儲存
2247     go_public:
2248       flash success: 現在您所有的編輯都是公開的,而您已獲准編輯。
2249     index:
2250       title: 使用者
2251       heading: 使用者
2252       showing:
2253         one: 頁面 %{page} (%{first_item} / %{items})
2254         other: 頁面 %{page} (%{first_item}-%{last_item} / %{items})
2255       summary_html: '%{name} 由 %{ip_address} 於 %{date} 建立'
2256       summary_no_ip_html: '%{name} 建立於:%{date}'
2257       confirm: 確認選取的使用者
2258       hide: 隱藏選取的使用者
2259       empty: 找不到符合的使用者
2260     suspended:
2261       title: 帳號已暫停
2262       heading: 帳號已暫停
2263       webmaster: 網站管理員
2264       body_html: "<p>\n對不起,您的帳號已因可疑\n活動被自動暫停。 \n</p>\n<p>\n這項決定將在短期內由行政員審核,或是如果你想討論這一點\n,可以聯絡
2265         %{webmaster}。 \n</p>"
2266     auth_failure:
2267       connection_failed: 連線至認證供應者失敗
2268       invalid_credentials: 無效的認證憑證
2269       no_authorization_code: 無授權碼
2270       unknown_signature_algorithm: 不明的簽章演算法
2271       invalid_scope: 無效範圍
2272     auth_association:
2273       heading: 您的ID尚未與OpenStreetMap帳號關聯。
2274       option_1: 如果您新來到OpenStreetMap,請使用下方表單建立一個帳號。
2275       option_2: 如果您已擁有一個帳號,您可以用您的使用者名稱與密碼登入您的帳號,並在使用者設定中關連您的ID。
2276   user_role:
2277     filter:
2278       not_a_role: 字串 "%{role}" 不是有效的身份。
2279       already_has_role: 這個使用者已經有 %{role} 身份。
2280       doesnt_have_role: 這個使用者沒有 %{role} 身份。
2281       not_revoke_admin_current_user: 無法撤銷目前使用者的管理員身份。
2282     grant:
2283       title: 確認授與身份
2284       heading: 確認授與身份
2285       are_you_sure: 您確定要授予使用者 "%{name}"  "%{role}" 的身份?
2286       confirm: 確認
2287       fail: 無法授予使用者 "%{name}"  "%{role}" 的身份。請檢查使用者和身份是否都正確。
2288     revoke:
2289       title: 確認撤銷身份
2290       heading: 確認撤銷身份
2291       are_you_sure: 您確定要撤銷使用者 "%{name}"  "%{role}" 的身份?
2292       confirm: 確認
2293       fail: 無法撤銷使用者 "%{name}"  "%{role}" 的身份。請檢查使用者和身份是否都正確。
2294   user_blocks:
2295     model:
2296       non_moderator_update: 只有仲裁員才可作出或更新封鎖。
2297       non_moderator_revoke: 只有仲裁員才可撤銷封鎖。
2298     not_found:
2299       sorry: 抱歉,找不到 ID 為 %{id} 的使用者封鎖。
2300       back: 返回索引
2301     new:
2302       title: 正在建立對 %{name} 的封鎖
2303       heading_html: 正在建立對 %{name} 的封鎖
2304       reason: '%{name} 之所以被封鎖的理由。請盡量以平靜、合理的態度,詳細的說明有關情況。請記住訊息會公開讓所有人看到,而並非所有使用者都了解社群的術語,所以請嘗試使用較為通用的說法。'
2305       period: 從現在開始,這個使用者將被禁止使用 API 多久。
2306       tried_contacting: 我已聯緊這個使用者並請他停止。
2307       tried_waiting: 我已經給予這位使用者合理的時間回應這些問題。
2308       needs_view: 需要使用者登入才能解除這項封鎖
2309       back: 檢視所有封鎖
2310     edit:
2311       title: 正在編輯對 %{name} 的封鎖
2312       heading_html: 正在編輯對 %{name} 的封鎖
2313       reason: '%{name} 之所以被封鎖的理由。請盡量以平靜、合理的態度,詳細的說明有關情況。請記住並非所有使用者都了解社群的術語,所以請嘗試使用較為通用的說法。'
2314       period: 從現在開始,這個使用者將被禁止使用 API 多久。
2315       show: 檢視這項封鎖
2316       back: 檢視所有的封鎖
2317       needs_view: 在清除這項封鎖之前是否需要使用者登入?
2318     filter:
2319       block_expired: 這項封鎖已經逾期並且不能被編輯。
2320       block_period: 封鎖期間必須是在下拉式選單中選填擇的其中一項數值。
2321     create:
2322       try_contacting: 在封鎖使用者之前請先嘗試聯絡他,並給予他一段合理的時間作出回應。
2323       try_waiting: 在封鎖使用者之前請先嘗試給使用者一段合理的時間來回應。
2324       flash: 已建立對使用者 %{name} 的封鎖。
2325     update:
2326       only_creator_can_edit: 只有建立這項封鎖的仲裁員可作出編輯。
2327       success: 封鎖已更新。
2328     index:
2329       title: 使用者封鎖
2330       heading: 使用者封鎖清單
2331       empty: 尚未設定任何使用者封鎖。
2332     revoke:
2333       title: 正在撤銷對 %{block_on} 的封鎖
2334       heading_html: 正在撤銷 %{block_by} 對 %{block_on} 的封鎖
2335       time_future: 這項封鎖將於 %{time} 結束。
2336       past: 這項封鎖已在%{time}結束,現在不能撤銷。
2337       confirm: 你確定要撤銷這項封鎖?
2338       revoke: 撤銷!
2339       flash: 這項封鎖已被撤銷。
2340     helper:
2341       time_future: 於 %{time} 結束。
2342       until_login: 生效直至這個使用者登入為止。
2343       time_future_and_until_login: 在用戶已登入後結束於%{time}。
2344       time_past: 於%{time}結束。
2345       block_duration:
2346         hours:
2347           one: 1 小時
2348           other: '%{count} 小時'
2349         days:
2350           one: 1日
2351           other: '%{count}日'
2352         weeks:
2353           one: 1週
2354           other: '%{count}週'
2355         months:
2356           one: 1個月
2357           other: '%{count}個月'
2358         years:
2359           one: 1年
2360           other: '%{count}年'
2361     blocks_on:
2362       title: 對 %{name} 的封鎖
2363       heading_html: 對 %{name} 封鎖的清單
2364       empty: '%{name} 尚未被封鎖。'
2365     blocks_by:
2366       title: '%{name} 設的封鎖'
2367       heading_html: 列出 %{name} 所設定的封鎖
2368       empty: '%{name} 尚未設定任何封鎖。'
2369     show:
2370       title: '%{block_on} 被 %{block_by} 封鎖'
2371       heading_html: '%{block_on} 被 %{block_by} 封鎖'
2372       created: 已建立
2373       status: 狀態
2374       show: 顯示
2375       edit: 編輯
2376       revoke: 撤銷!
2377       confirm: 您確定嗎?
2378       reason: 封鎖的理由:
2379       back: 檢視所有封鎖
2380       revoker: 撤銷者:
2381       needs_view: 在還原這個封鎖之前,該使用者需要先登入。
2382     block:
2383       not_revoked: (沒有撤銷)
2384       show: 顯示
2385       edit: 編輯
2386       revoke: 撤銷!
2387     blocks:
2388       display_name: 被封鎖的使用者
2389       creator_name: 建立者
2390       reason: 封鎖的理由
2391       status: 狀態
2392       revoker_name: 撤銷者
2393       showing_page: 第 %{page} 頁
2394       next: 下一頁 »
2395       previous: « 上一頁
2396   notes:
2397     mine:
2398       title: 由 %{user} 送出或評論的註記
2399       heading: '%{user} 的註記'
2400       subheading_html: '%{user} 送出或評論的註記'
2401       id: ID
2402       creator: 建立者
2403       description: 說明
2404       created_at: 建立於:
2405       last_changed: 最新變更
2406   javascripts:
2407     close: 關閉
2408     share:
2409       title: 分享
2410       cancel: 取消
2411       image: 圖片
2412       link: 連結或 HTML
2413       long_link: 連結
2414       short_link: 簡短連結
2415       geo_uri: Geo URL
2416       embed: HTML
2417       custom_dimensions: 設定自訂的尺寸
2418       format: 格式:
2419       scale: 比例:
2420       image_size: 標準圖層圖片顯示尺寸為
2421       download: 下載
2422       short_url: 簡短 URL
2423       include_marker: 包括標記
2424       center_marker: 將標記設為地圖中心點
2425       paste_html: 貼上 HTML 以嵌入網站
2426       view_larger_map: 查看更大的地圖
2427       only_standard_layer: 只有標準圖層能匯出成圖片
2428     embed:
2429       report_problem: 回報問題
2430     key:
2431       title: 圖例
2432       tooltip: 圖例
2433       tooltip_disabled: 圖例不適用這個圖層
2434     map:
2435       zoom:
2436         in: 放大
2437         out: 縮小
2438       locate:
2439         title: 顯示我的位置
2440         metersPopup:
2441           one: 您距離此地點在 1 公尺內
2442           other: 您距離此地點在 %{count} 公尺內
2443         feetPopup:
2444           one: 您距離此地點在 1 英尺內
2445           other: 您距離此地點在 %{count} 英尺內
2446       base:
2447         standard: 標準
2448         cycle_map: 自行車地圖
2449         transport_map: 交通運輸地圖
2450         hot: 人道救援
2451       layers:
2452         header: 地圖圖層
2453         notes: 地圖註記
2454         data: 地圖資料
2455         gps: 公開GPS軌跡
2456         overlays: 開啟覆蓋層,以為地圖解決問題
2457         title: 圖層
2458       copyright: © <a href='%{copyright_url}'>OpenStreetMap 貢獻者</a>
2459       donate_link_text: <a class='donate-attr' href='%{donate_url}'>來捐款吧</a>
2460       terms: <a href='%{terms_url}' target='_blank'>網站與 API 項目</a>
2461       thunderforest: 由 <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>
2462         提供的影像塊
2463       hotosm: 由 <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap 法國</a>主持的<a
2464         href='%{hotosm_url}' target='_blank'>人道 OpenStreetMap 團隊</a>提供的影像塊樣式
2465     site:
2466       edit_tooltip: 編輯地圖
2467       edit_disabled_tooltip: 放大以編輯地圖
2468       createnote_tooltip: 在地圖加入註記
2469       createnote_disabled_tooltip: 放大以在地圖加入註記
2470       map_notes_zoom_in_tooltip: 放大以查看註記
2471       map_data_zoom_in_tooltip: 放大以查看地圖圖資
2472       queryfeature_tooltip: 查詢圖徵
2473       queryfeature_disabled_tooltip: 放大地圖以查询圖徵
2474     changesets:
2475       show:
2476         comment: 評論
2477         subscribe: 訂閱
2478         unsubscribe: 取消訂閱
2479         hide_comment: 隱藏
2480         unhide_comment: 取消隱藏
2481     notes:
2482       new:
2483         intro: 發現錯誤或缺少些什麼東西嗎?請告訴其他地圖製作者以便於我們處理。將標記移動到正確的位置並輸入註記,以解釋問題。
2484         advice: 您的註記已公開並可用於更新地圖,因此請不要輸入個人訊息,或是來自於具版權保護地圖的訊息以及目錄清單。
2485         add: 送出註記
2486       show:
2487         anonymous_warning: 此項註記包含來自匿名使用者的評論,應作獨立核實。
2488         hide: 隱藏
2489         resolve: 解決
2490         reactivate: 重新開啟
2491         comment_and_resolve: 評論並解決
2492         comment: 評論
2493     edit_help: 將地圖移至你想編輯的位置並放大,然後按這裡。
2494     directions:
2495       ascend: 上升
2496       engines:
2497         fossgis_osrm_bike: 自行車(OSRM)
2498         fossgis_osrm_car: 開車 (OSRM)
2499         fossgis_osrm_foot: 步行(OSRM)
2500         graphhopper_bicycle: 自行車(GraphHopper)
2501         graphhopper_car: 汽車(GraphHopper)
2502         graphhopper_foot: 徒步 (GraphHopper)
2503       descend: 下降
2504       directions: 路線
2505       distance: 距離
2506       errors:
2507         no_route: 查無兩個地點間的路徑。
2508         no_place: 抱歉 - 查無地點「%{place}」。
2509       instructions:
2510         continue_without_exit: 繼續行駛 %{name}
2511         slight_right_without_exit: 靠右至 %{name}
2512         offramp_right: 往右側上坡
2513         offramp_right_with_exit: 在右側往出口 %{exit}
2514         offramp_right_with_exit_name: 在右側沿著出口 %{exit} 前往 %{name}
2515         offramp_right_with_exit_directions: 在右側沿著出口 %{exit} 朝 %{directions}
2516         offramp_right_with_exit_name_directions: 在右側沿著出口 %{exit} 前往 %{name} 朝 %{directions}
2517         offramp_right_with_name: 在右側上坡前往%{name}
2518         offramp_right_with_directions: 在右側上坡朝%{directions}
2519         offramp_right_with_name_directions: 在右側往%{name}的上坡朝%{directions}
2520         onramp_right_without_exit: 右轉上坡至%{name}
2521         onramp_right_with_directions: 右轉前往上坡朝%{directions}
2522         onramp_right_with_name_directions: 在往%{name}的上坡右轉朝%{directions}
2523         onramp_right_without_directions: 右轉前往上坡
2524         onramp_right: 右轉前往上坡
2525         endofroad_right_without_exit: 在道路盡頭右轉至%{name}
2526         merge_right_without_exit: 向右併線至%{name}
2527         fork_right_without_exit: 在叉路口右轉至%{name}
2528         turn_right_without_exit: 右轉至 %{name}
2529         sharp_right_without_exit: 右急轉至 %{name}
2530         uturn_without_exit: 迴轉沿著 %{name}
2531         sharp_left_without_exit: 左急轉至 %{name}
2532         turn_left_without_exit: 左轉至 %{name}
2533         offramp_left: 往左側上坡
2534         offramp_left_with_exit: 在左側往出口 %{exit}
2535         offramp_left_with_exit_name: 在左側沿著出口 %{exit} 前往 %{name}
2536         offramp_left_with_exit_directions: 在左側沿著出口 %{exit} 朝 %{directions}
2537         offramp_left_with_exit_name_directions: 在左側沿著出口 %{exit} 前往 %{name} 朝 %{directions}
2538         offramp_left_with_name: 在左側上坡前往%{name}
2539         offramp_left_with_directions: 在左側上坡朝%{directions}
2540         offramp_left_with_name_directions: 在左側往%{name}的上坡朝%{directions}
2541         onramp_left_without_exit: 左轉上坡至%{name}
2542         onramp_left_with_directions: 左轉前往上坡朝%{directions}
2543         onramp_left_with_name_directions: 在往%{name}的上坡左轉朝%{directions}
2544         onramp_left_without_directions: 左轉前往上坡
2545         onramp_left: 左轉前往上坡
2546         endofroad_left_without_exit: 在道路盡頭左轉至%{name}
2547         merge_left_without_exit: 向左併線至%{name}
2548         fork_left_without_exit: 在叉路口左轉至%{name}
2549         slight_left_without_exit: 靠左至 %{name}
2550         via_point_without_exit: (通過點)
2551         follow_without_exit: 延著 %{name}
2552         roundabout_without_exit: 於圓環離開進入 %{name}
2553         leave_roundabout_without_exit: 離開圓環 - %{name}
2554         stay_roundabout_without_exit: 繼續在圓環 - %{name}
2555         start_without_exit: 在 %{name} 開始
2556         destination_without_exit: 到達目地
2557         against_oneway_without_exit: 沿著單行道 %{name} 行駛
2558         end_oneway_without_exit: 單行道終點於 %{name}
2559         roundabout_with_exit: 從圓環出口 %{exit} 離開至 %{name}
2560         roundabout_with_exit_ordinal: 於圓環的 %{exit} 出口離開進入 %{name}
2561         exit_roundabout: 離開圓環進入 %{name}
2562         unnamed: 未命名道路
2563         courtesy: 感謝 %{link} 提供路線資訊
2564         exit_counts:
2565           first: 第 1
2566           second: 第 2
2567           third: 第 3
2568           fourth: 第 4
2569           fifth: 第 5
2570           sixth: 第 6
2571           seventh: 第 7
2572           eighth: 第 8
2573           ninth: 第 9
2574           tenth: 第 10
2575       time: 時間
2576     query:
2577       node: 節點
2578       way: 路徑
2579       relation: 關聯
2580       nothing_found: 找不到圖徵
2581       error: '%{server} 連線錯誤:%{error}'
2582       timeout: '%{server} 連線逾時'
2583     context:
2584       directions_from: 從這裡的路線
2585       directions_to: 到這裡的路線
2586       add_note: 在此新增註記
2587       show_address: 顯示地址
2588       query_features: 查詢圖徵
2589       centre_map: 中央地圖在此
2590   redactions:
2591     edit:
2592       description: 說明
2593       heading: 編輯修訂
2594       title: 編輯修訂
2595     index:
2596       empty: 沒有可顯示的修訂。
2597       heading: 修訂清單
2598       title: 修訂清單
2599     new:
2600       description: 說明
2601       heading: 輸入新增修訂資訊
2602       title: 建立修訂中
2603     show:
2604       description: 說明:
2605       heading: 正顯示修訂 "%{title}"
2606       title: 顯示修訂
2607       user: 建立者:
2608       edit: 編輯此修訂
2609       destroy: 移除此修訂
2610       confirm: 您確定嗎?
2611     create:
2612       flash: 修訂已建立
2613     update:
2614       flash: 已儲存變更。
2615     destroy:
2616       not_empty: 修訂尚未清空。請在銷毀前清除所有此修訂的版本。
2617       flash: 修訂已銷毀。
2618       error: 銷毀此修訂時發生錯誤。
2619   validations:
2620     leading_whitespace: 前頭有空白
2621     trailing_whitespace: 後端有空白
2622     invalid_characters: 包含無效字元
2623     url_characters: 包含特定 URL 字元(%{characters})
2624 ...