diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-11 06:30:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-11 06:30:23 +0000 |
commit | 462d0ddfe8b3be694ad0f85ee6e3df39525ff574 (patch) | |
tree | e8c5fa064f8a708b5aa35c46c5b7b1734a1c3502 /config | |
parent | 9989ae5a06f7885361ecd38aabb9cce85f16d6ce (diff) | |
download | redmine-462d0ddfe8b3be694ad0f85ee6e3df39525ff574.tar.gz redmine-462d0ddfe8b3be694ad0f85ee6e3df39525ff574.zip |
Simplified Chinese translation updated (#11130)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9817 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index c947c5e51..c36c108ce 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1036,8 +1036,8 @@ zh: text_account_destroy_confirmation: |- 确定继续处理? 您的账号一旦删除,将无法再次激活使用。 - error_session_expired: Your session has expired. Please login again. - text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." - setting_session_lifetime: Session maximum lifetime - setting_session_timeout: Session inactivity timeout - label_session_expiration: Session expiration + error_session_expired: 您的会话已过期。请重新登陆。 + text_session_expiration_settings: "警告: 更改这些设置将会使包括你在内的当前会话失效。" + setting_session_lifetime: 会话最大有效时间 + setting_session_timeout: 会话闲置超时 + label_session_expiration: 会话过期 |