X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=d6980f14429713bec5064f4b11bdf248a48139f0;hb=8e4807d9e83fbb282dca07744c36eb5d2cf281dd;hp=ddc96d07bd0091a1f4ab6157ade99d6c9fb046a4;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index ddc96d07..d6980f14 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = '簡體中文'; @@ -38,28 +38,42 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => '登錄', 'menu.logout' => '登出', -'menu.feedback' => '回饋', +// TODO: translate the following: +// 'menu.forum' => 'Forum', 'menu.help' => '幫助', // Note to translators: menu.create_team needs a more accurate translation. 'menu.create_team' => '創建新管理帳號', -'menu.edit_profile' => '編輯簡介', -'menu.time' => '我的時間記錄', +'menu.profile' => '編輯簡介', // TODO: Improve this, used to be "Edit profile", now just "Profile". +'menu.time' => '我的時間記錄', // TODO: Improve this, used to be "My time", now just "Time". +// TODO: translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => '報告', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', +// TODO: translate the following: +// 'menu.charts' => 'Charts', 'menu.projects' => '項目', -'menu.activities' => '活動', -'menu.people' => '人員', +// TODO: translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', 'menu.teams' => '團隊', 'menu.export' => '輸出資料', 'menu.clients' => '客戶', 'menu.options' => '選項', -'menu.admin' => '管理', -// error strings +// Footer - strings on the bottom of most pages. +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. + +// Error messages. +// TODO: translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => '資料庫錯誤', 'error.field' => '不正確的"{0}"資料', 'error.empty' => '欄目"{0}"為空', @@ -120,6 +134,8 @@ $i18n_key_words = array( 'label.confirm_password' => '確認密碼', 'label.email' => '電子郵件', 'label.total' => '總計', +// Translate the following string. +// 'label.page' => 'Page', "form.filter.project" => '項目', "form.filter.filter" => '收藏的報告', @@ -402,4 +418,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file