diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-26 10:36:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-26 10:36:58 +0000 |
commit | 200754353929b99b9eb7a267f3a3d8b399f8b090 (patch) | |
tree | 8ade9b536b0287af1e639455e81a8868581b7070 | |
parent | 72e5b638e983dc74bec6b529c10107ae32731cb9 (diff) | |
download | redmine-200754353929b99b9eb7a267f3a3d8b399f8b090.tar.gz redmine-200754353929b99b9eb7a267f3a3d8b399f8b090.zip |
Simplified Chinese translation updated by Steven Wong (#11261)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9890 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 e80af50c0..7c8384f07 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -52,8 +52,8 @@ zh: one: "大约一小时" other: "大约 %{count} 小时" x_hours: - one: "1 hour" - other: "%{count} hours" + one: "1 小时" + other: "%{count} 小时" x_days: one: "一天" other: "%{count} 天" |