diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-21 03:59:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-21 03:59:35 +0000 |
commit | 13875b1eaedaa0123a6e6521cd9aa785e849b9eb (patch) | |
tree | 684e167a55b21af13f5be467f14987bdc164b7c3 /config | |
parent | 2b32a63cee5b5e8f28a1758644f64b7d6291110b (diff) | |
download | redmine-13875b1eaedaa0123a6e6521cd9aa785e849b9eb.tar.gz redmine-13875b1eaedaa0123a6e6521cd9aa785e849b9eb.zip |
Traditional Chinese translation updated by ChunChang Lo (#12916)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11242 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh-TW.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index aac7f5e0f..d302d5a86 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -517,6 +517,9 @@ permission_manage_news: 管理新聞 permission_comment_news: 回應新聞 permission_view_documents: 檢視文件 + permission_add_documents: 新增文件 + permission_edit_documents: 編輯文件 + permission_delete_documents: 刪除文件 permission_manage_files: 管理檔案 permission_view_files: 檢視檔案 permission_manage_wiki: 管理 wiki @@ -966,6 +969,7 @@ label_cross_project_tree: 與專案樹共用 label_cross_project_hierarchy: 與專案階層架構共用 label_cross_project_system: 與全部的專案共用 + label_gantt_progress_line: 進度線 button_login: 登入 button_submit: 送出 @@ -1158,7 +1162,3 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' - permission_add_documents: Add documents - permission_edit_documents: Edit documents - permission_delete_documents: Delete documents - label_gantt_progress_line: Progress line |