diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-20 12:36:27 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-20 12:36:27 +0000 |
commit | 50af1b3416184d9bfaf592011181dc6b88f5790b (patch) | |
tree | e47d0abbafb3a5b97f648be8a9dc9eb95e19d1ba | |
parent | 18bf5a10a510dda858335ae0dcbab4f0aaaa86ac (diff) | |
download | redmine-50af1b3416184d9bfaf592011181dc6b88f5790b.tar.gz redmine-50af1b3416184d9bfaf592011181dc6b88f5790b.zip |
Traditional Chinese translation updated and changed by ChunChang Lo (#24860)
git-svn-id: http://svn.redmine.org/redmine/trunk@16236 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/zh-TW.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 0b6319c09..80d17973a 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1024,12 +1024,13 @@ label_readonly: 唯讀 label_required: 必填 label_hidden: 隱藏 - 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_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_attribute_of_object: "%{object_name}的 %{name}" label_cross_project_descendants: 與子專案共用 label_cross_project_tree: 與專案樹共用 label_cross_project_hierarchy: 與專案階層架構共用 @@ -1289,7 +1290,6 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' - label_attribute_of_object: '%{object_name}''s %{name}' label_user_mail_option_only_assigned: Only for things I watch or I am assigned to label_user_mail_option_only_owner: Only for things I watch or I am the owner of warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion |