diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-03-24 18:58:03 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-03-24 18:58:03 +0000 |
commit | 899aee4011cb992ea2156238c1bdd34877f5dab6 (patch) | |
tree | 295b6640860bb6e497c7affae137e27d3377a500 /config/locales/zh-TW.yml | |
parent | 53a8264436c32c88838475f4768358f6858f314b (diff) | |
download | redmine-899aee4011cb992ea2156238c1bdd34877f5dab6.tar.gz redmine-899aee4011cb992ea2156238c1bdd34877f5dab6.zip |
Translation updates: sv, zh, zh-TW (#3022, #3025, #3028)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2627 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 1faecfbca..03d5a4051 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -618,6 +618,8 @@ label_not_equals: 不等於 label_in_less_than: 在小於 label_in_more_than: 在大於 + label_greater_or_equal: "大於等於 (>=)" + label_less_or_equal: "小於等於 (<=)" label_in: 在 label_today: 今天 label_all_time: all time @@ -892,5 +894,3 @@ enumeration_issue_priorities: 項目優先權 enumeration_doc_categories: 文件分類 enumeration_activities: 活動 (時間追蹤) - label_greater_or_equal: ">=" - label_less_or_equal: <= |