summaryrefslogtreecommitdiffstats
path: root/config/locales/zh.yml
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-03 16:01:53 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-03 16:01:53 +0000
commit16969fdbbb08403f6c11404085561fdbd565b487 (patch)
treec5e055303411f2d0bb90a2f73c7736dea81d4cf6 /config/locales/zh.yml
parent13234f85521d3d8a673fecda3e1a1f4abd1025b8 (diff)
downloadredmine-16969fdbbb08403f6c11404085561fdbd565b487.tar.gz
redmine-16969fdbbb08403f6c11404085561fdbd565b487.zip
Show the number of days in the subject line of Reminder emails.
i18n check needed. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3907 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r--config/locales/zh.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 5aef09692..eeac629a1 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -200,7 +200,7 @@ zh:
mail_body_account_information: 您的帐号信息
mail_subject_account_activation_request: "{{value}}帐号激活请求"
mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:"
- mail_subject_reminder: "{{count}} 个问题需要尽快解决"
+ mail_subject_reminder: "{{count}} 个问题需要尽快解决 ({{days}})"
mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:"
mail_subject_wiki_content_added: "'{{page}}' wiki页面已添加"
mail_body_wiki_content_added: "'{{page}}' wiki页面已由 {{author}} 添加。"