X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3790dd2aba45ca5b8b4ae30880045e3636023645..bdd0cb3176d9afe37201cb64f91b99b367a846df:/config/locales/zh-CN.yml diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index b9cadee9b..8c9598b75 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -1,6 +1,7 @@ # Messages for Simplified Chinese (中文(简体)‎) # Exported from translatewiki.net # Export driver: phpyaml +# Author: A Chinese Wikipedian # Author: Anakmalaysia # Author: Assoc # Author: Boyuan Yang @@ -245,7 +246,7 @@ zh-CN: introduction: 点击地图以查找附近要素。 nearby: 附近特征 enclosing: 封闭要素 - changeset: + changesets: changeset_paging_nav: showing_page: 第 %{page} 页 next: 下一页 » @@ -1465,6 +1466,8 @@ zh-CN: switch2osm: title: switch2osm description: 协助公司与组织改用 OpenStreetMap 为基础的地图与相关服务。 + welcomemat: + description: 想跟一个组织为OpenStreetMap制订计划?在欢迎席上找到你需要知道的东西。 wiki: url: https://wiki.openstreetmap.org/ title: wiki.openstreetmap.org @@ -1711,14 +1714,11 @@ zh-CN: other: 来自 %{user} 的带 %{count} 点的GPX文件 description_without_count: 来自 %{user} 的 GPX 文件 application: + permission_denied: 您没有权限来执行此操作 require_cookies: cookies_needed: 您似乎停用了 cookie - 请在继续操作前启用您的浏览器 cookie。 require_admin: not_an_admin: 您需要成为管理员以执行该操作。 - require_moderator: - not_a_moderator: 必须为管理员才能执行该操作。 - require_moderator_or_admin: - not_a_moderator_or_admin: 您需要成为版主或管理员以执行该操作 setup_user_auth: blocked_zero_hour: 您在OpenStreetMap网站有一条紧急消息。在您可以保存您的编辑之前,您需要阅读这条消息。 blocked: 您对 API 的访问已经被阻挡了。请登录到网站以了解更多信息。 @@ -2120,7 +2120,6 @@ zh-CN: option_2: 如果您已拥有一个账户,您可以使用您的用户名和密码登录您的账户,然后在您的用户设置中将账户与您的ID相关联。 user_role: filter: - not_an_administrator: 只有管理员可以执行用户角色管理,而您不是管理员。 not_a_role: 字串 '%{role}' 不是有效的角色。 already_has_role: 这个用户已经有角色 %{role}。 doesnt_have_role: 这个用户没有角色 %{role}。 @@ -2469,4 +2468,9 @@ zh-CN: not_empty: 修订非空。请在销毁该修订前清除所有属于它的版本。 flash: 修订已销毁。 error: 销毁该修订时出错。 + validations: + leading_whitespace: 具有领先的空白 + trailing_whitespace: 具有尾随空白 + invalid_characters: 包含无效字符 + url_characters: 包含特殊URL字符 (%{characters}) ...