]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/zh-CN.yml
Use {{count}} instead of {{(node|way_relation)_count}} since {{count}}
[rails.git] / config / locales / zh-CN.yml
index 26ea27a5b31b8cc43b37a4b2444bad3f13894b34..9886b19e0ea5e6fe9c5f70f508d6ab057160299f 100644 (file)
@@ -89,9 +89,9 @@ zh-CN:
       no_bounding_box: "No bounding box has been stored for this changeset."
       show_area_box: "显示区域窗口"
       box: "box"
-      has_nodes: "有如下{{node_count}}个点:"
-      has_ways: "有如下路径 {{way_count}} :"
-      has_relations: "有如下{{relation_count}}种关系:"
+      has_nodes: "有如下{{count}}个点:"
+      has_ways: "有如下路径 {{count}} :"
+      has_relations: "有如下{{count}}种关系:"
     common_details: 
       edited_at: "Edited at:"
       edited_by: "Edited by:"
@@ -294,7 +294,8 @@ zh-CN:
       no_results: "No results found"
   layouts:
     welcome_user: "Welcome, {{user_link}}"
-    inbox: "inbox ({{size}})"
+    home: "home"
+    inbox: "inbox ({{count}})"
     logout: logout
     log_in: log in
     sign_up: sign up
@@ -401,7 +402,6 @@ zh-CN:
       back_to_outbox: "Back to outbox"
   site:
     index:
-      home: "home"
       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
       js_2: "OpenStreetMap uses javascript for its slippy map."
       js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable javascript.'