X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c18e679be36b95fbf86a1dd5293d74ab70f6db4f..591abd435874b04a2dfaab68670a2ac86f780439:/config/locales/zh-CN.yml diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index e07127f3d..6f5f49795 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -3,6 +3,7 @@ # Export driver: phpyaml # Author: A Chinese Wikipedian # Author: Anakmalaysia +# Author: Angrydog001 # Author: Assoc # Author: Boyuan Yang # Author: David S. Hwang @@ -32,6 +33,7 @@ # Author: Wong128cn # Author: Xiaomingyan # Author: Yfdyh000 +# Author: Zazzzz # Author: 乌拉跨氪 # Author: 夢蝶葬花 # Author: 水獭很懒 @@ -46,6 +48,10 @@ zh-CN: friendly: '%Y 年%B %e 日 %H:%M' blog: '%Y年%B%e日' activerecord: + errors: + messages: + invalid_email_address: 看起来不是有效的电子邮件地址 + email_address_not_routable: 不能路由 models: acl: 访问控制列表 changeset: 变更集 @@ -130,6 +136,29 @@ zh-CN: remote: name: 远程控制 description: 远程控制 (JOSM 或 Merkaartor) + api: + notes: + comment: + opened_at_html: 于 %{when} 前创建 + opened_at_by_html: '%{user} 于 %{when} 前创建' + commented_at_html: 于 %{when} 前更新 + commented_at_by_html: '%{user} 于 %{when} 前更新' + closed_at_html: 于 %{when} 前解决 + closed_at_by_html: '%{user} 于 %{when} 前解决' + reopened_at_html: 于 %{when} 前重新激活 + reopened_at_by_html: '%{user} 于 %{when} 前重新激活' + rss: + title: OpenStreetMap 笔记 + description_area: 在您的区域 [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})] + 报告、开放或关闭的笔记列表 + description_item: 笔记 %{id} 的 RSS feed + opened: 新笔记(靠近 %{place}) + commented: 新评论(靠近 %{place}) + closed: 关闭的笔记(靠近 %{place}) + reopened: 重新激活的笔记(靠近 %{place}) + entry: + comment: 评论 + full: 完整笔记 browse: created: 创建于 closed: 关闭于 @@ -2243,27 +2272,6 @@ zh-CN: next: 下一页 » previous: « 上一页 notes: - comment: - opened_at_html: 于 %{when} 前创建 - opened_at_by_html: '%{user} 于 %{when} 前创建' - commented_at_html: 于 %{when} 前更新 - commented_at_by_html: '%{user} 于 %{when} 前更新' - closed_at_html: 于 %{when} 前解决 - closed_at_by_html: '%{user} 于 %{when} 前解决' - reopened_at_html: 于 %{when} 前重新激活 - reopened_at_by_html: '%{user} 于 %{when} 前重新激活' - rss: - title: OpenStreetMap 笔记 - description_area: 在您的区域 [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})] - 报告、开放或关闭的笔记列表 - description_item: 笔记 %{id} 的 RSS feed - opened: 新笔记(靠近 %{place}) - commented: 新评论(靠近 %{place}) - closed: 关闭的笔记(靠近 %{place}) - reopened: 重新激活的笔记(靠近 %{place}) - entry: - comment: 评论 - full: 完整笔记 mine: title: '%{user} 提交或评论的笔记' heading: '%{user} 的笔记' @@ -2355,6 +2363,7 @@ zh-CN: directions: ascend: 上升 engines: + fossgis_osrm_bike: 自行车(OSRM) fossgis_osrm_car: 汽车(OSRM) graphhopper_bicycle: 自行车(GraphHopper) graphhopper_car: 汽车(GraphHopper)