X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=1c794d38ba514d592267c2ef968e28869d5b1ff8;hb=b027028b5322fcbfb6de53e7a74529cbac7931de;hp=6a77cff589b40ad780d87263ac0346cc3589dbe7;hpb=99041558bf625b082fc5058a93e1bd2634c2c9d2;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 6a77cff5..1c794d38 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -49,6 +49,7 @@ $i18n_key_words = array( // 'menu.create_group' => 'Create Group', // 'menu.profile' => 'Profile', // 'menu.group' => 'Group', +// 'menu.plugins' => 'Plugins', // 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '報告', @@ -108,6 +109,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => '發送郵件時出錯。', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => '沒有電子郵件與該用戶名關聯。', // TODO: translate the following. // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', @@ -248,6 +251,8 @@ $i18n_key_words = array( // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', +// 'label.totals_only' => 'Totals only', // Form titles. 'title.login' => '登錄', @@ -316,6 +321,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.profile' => 'Profile', // 'title.group' => 'Group Settings', +// 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -413,7 +419,6 @@ $i18n_key_words = array( 'form.reports.group_by_project' => '項目', // TODO: translate the following. // 'form.reports.group_by_task' => 'task', -// 'form.reports.totals_only' => 'Totals only', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -487,7 +492,7 @@ $i18n_key_words = array( 'form.export.compression_none' => '不压缩', 'form.export.compression_bzip' => 'bzip格式', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => '從xml檔導入團隊資料。', // TODO: replace "team" with "group". 'form.import.file' => '選擇檔', 'form.import.success' => '成功完成導入。', @@ -514,7 +519,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -// 'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.