From 4034cde6aa71a92a4d5ff7f84b7c87e956dff9df Mon Sep 17 00:00:00 2001 From: Roy Guo Date: Fri, 28 Jun 2013 09:54:37 +0800 Subject: [PATCH] Update server.zh_CN.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit num_clicks : "点击数" --- config/locales/server.zh_CN.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 48bb9253ac5..5bb34a78462 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -360,16 +360,19 @@ zh_CN: xaxis: "用户" num_visits: "访问数" num_topics: "主题数" + num_clicks: "点击数" top_traffic_sources: title: "最高流量来源" xaxis: "域名" num_visits: "访问数" num_topics: "主题数" num_users: "用户数" + num_clicks: "点击数" top_referred_topics: title: "最高引用主题" xaxis: "主题" num_visits: "访问数" + num_clicks: "点击数" dashboard: rails_env_warning: "你的服务器运行在 %{env} 模式。"