]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/zh-CN.yml
Localisation updates from https://translatewiki.net.
[rails.git] / config / locales / zh-CN.yml
index 0ee6c83e00cd2bcc00a8d391ae5701b0d3a1fa3c..db314592b12b3d870fb997b39ea2f2c0a36d336b 100644 (file)
@@ -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: 下一页 »
@@ -271,17 +272,17 @@ zh-CN:
       no_more: 没有找到更多修改集合。
       no_more_area: 该区域内没有更多修改集合。
       no_more_user: 没有该用户的更多修改集合。
-      load_more: 载入更多
+      load_more: 加载更多
     timeout:
-      sorry: 对不起,检索您请求的修改集合的列表时间过长。
-    rss:
-      title_all: OpenStreetMap 修改集合讨论
-      title_particular: 'OpenStreetMap 修改集合 #%{changeset_id} 讨论'
+      sorry: 对不起,您所请求的更改集列表检索太长了。
+  changeset_comments:
+    comment:
       comment: '%{author} 对修改集合 #%{changeset_id} 的新评论'
-      commented_at_html: 更新于 %{when} 前
       commented_at_by_html: 由 %{user} 更新于 %{when} 前
-      full: 完整讨论
-  diary_entry:
+    index:
+      title_all: OpenStreetMap 修改集合讨论
+      title_particular: 'OpenStreetMap 修改集合 #%{changeset_id} 讨论'
+  diary_entries:
     new:
       title: 新日记文章
       publish_button: 发布
@@ -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 的访问已经被阻挡了。请登录到网站以了解更多信息。
@@ -2082,8 +2082,6 @@ zh-CN:
       button: 删除朋友
       success: '%{name} 已从您的朋友中删除。'
       not_a_friend: '%{name} 不是您的朋友。'
-    filter:
-      not_an_administrator: 您必须是管理员才能执行该操作。
     index:
       title: 用户
       heading: 用户
@@ -2120,7 +2118,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 +2466,9 @@ zh-CN:
       not_empty: 修订非空。请在销毁该修订前清除所有属于它的版本。
       flash: 修订已销毁。
       error: 销毁该修订时出错。
+  validations:
+    leading_whitespace: 具有领先的空白
+    trailing_whitespace: 具有尾随空白
+    invalid_characters: 包含无效字符
+    url_characters: 包含特殊URL字符 (%{characters})
 ...