diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-09-01 18:13:49 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-09-01 18:13:49 +0000 |
commit | f9fe92dcb397d312f20483e1a7dc87b6165e24d8 (patch) | |
tree | 4b7fc9345080defd5bff754814dedf11169a0749 /config/locales/zh-TW.yml | |
parent | 5b975706932d269a0eceee924558f428bf1cd16c (diff) | |
download | redmine-f9fe92dcb397d312f20483e1a7dc87b6165e24d8.tar.gz redmine-f9fe92dcb397d312f20483e1a7dc87b6165e24d8.zip |
Translation updates:
* Swedish (#3774)
* Traditional Chinese (#3772)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2850 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index a81a3abba..89a24a5e2 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -243,6 +243,8 @@ error_scm_command_failed: "嘗試存取儲存庫時發生錯誤: {{value}}" error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。" error_issue_not_found_in_project: '該項目不存在或不屬於此專案' + error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。' + error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。' warning_attachments_not_saved: "{{count}} 個附加檔案無法儲存。" @@ -913,5 +915,3 @@ label_view_all_revisions: View all revisions label_tag: Tag label_branch: Branch - error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. - error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |