diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-13 16:10:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-13 16:10:41 +0000 |
commit | 5ea7abcf838cf73226f7f4e58007f93348a73a2c (patch) | |
tree | f429e72cb9a41b077eb6ad4d6262ce0c693c224e /config | |
parent | c8bef6d2d37263ab160e2223a15e87956af38fac (diff) | |
download | redmine-5ea7abcf838cf73226f7f4e58007f93348a73a2c.tar.gz redmine-5ea7abcf838cf73226f7f4e58007f93348a73a2c.zip |
Traditional Chinese translation updated by ChunChang Lo (#12831)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11182 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh-TW.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 73339dd78..c31a52da7 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -958,8 +958,10 @@ label_readonly: 唯讀 label_required: 必填 label_attribute_of_project: "專案是 %{name}" + label_attribute_of_issue: "問題是 %{name}" label_attribute_of_author: "作者是 %{name}" label_attribute_of_assigned_to: "被指派者是 %{name}" + label_attribute_of_user: "用戶是 %{name}" label_attribute_of_fixed_version: "版本是 %{name}" label_cross_project_descendants: 與子專案共用 label_cross_project_tree: 與專案樹共用 @@ -1110,6 +1112,7 @@ 您的帳戶將會被永久刪除,且無法被重新啟用。 text_session_expiration_settings: "警告:變更這些設定將會導致包含您在內的所有工作階段過期。" text_project_closed: 此專案已被關閉,僅供唯讀使用。 + text_turning_multiple_off: "若您停用多重值設定,重複的值將會被移除,以使每個項目僅保留一個值。" default_role_manager: 管理人員 default_role_developer: 開發人員 @@ -1156,7 +1159,3 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' - label_attribute_of_user: User's %{name} - text_turning_multiple_off: If you disable multiple values, duplicate values will be - removed in order to preserve only one value per item. - label_attribute_of_issue: Issue's %{name} |