diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-09 11:40:07 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-09 11:40:07 +0000 |
commit | cfdef5e11af9f291e04be28955723cfb01f8ee04 (patch) | |
tree | 8eccf10dea512679c53b3b24d3a3445df5fdd549 | |
parent | 099759eda13f17ae260c9a5953c5d589d3159e58 (diff) | |
download | redmine-cfdef5e11af9f291e04be28955723cfb01f8ee04.tar.gz redmine-cfdef5e11af9f291e04be28955723cfb01f8ee04.zip |
Simplified Chinese "over_x_years" translation changed by fangzheng (#10410)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9165 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/zh.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 7be3096bc..482492811 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -64,8 +64,8 @@ zh: one: "大约一年" other: "大约 %{count} 年" over_x_years: - one: "一年以上" - other: "%{count} 年以上" + one: "超过一年" + other: "超过 %{count} 年" almost_x_years: one: "将近 1 年" other: "将近 %{count} 年" |