diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-31 03:38:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-31 03:38:12 +0000 |
commit | 74be675c94f400791a0c5b45c125e1229302c249 (patch) | |
tree | 2dbe1889f7a043b457d11057b5a1cf464304e5b7 /config/locales/zh.yml | |
parent | a76912b46b39c07ef20d6be94fed86384e955bf5 (diff) | |
download | redmine-74be675c94f400791a0c5b45c125e1229302c249.tar.gz redmine-74be675c94f400791a0c5b45c125e1229302c249.zip |
Merged r14406 from trunk to 3.1-stable (#11253, #20456)
Adds "Total spent hours" column available on the issue list.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14533 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index eafbe3ae6..592b97e8f 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1155,3 +1155,4 @@ zh: label_member_management_all_roles: All roles label_member_management_selected_roles_only: Only these roles label_password_required: Confirm your password to continue + label_total_spent_time: 总体耗时 |