X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=d25f94979d4ecf70dc1dbc8c3ba3cf0e62798bb3;hb=2908e17af44b65d6a97e299edd03293ddd802802;hp=4ada9fc2e410816e4914a6d5835d44ebd68b9b0e;hpb=928c8528504a757cebd2bebcebfa5a393ac19b05;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 4ada9fc2..d25f9497 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' => '報告', @@ -60,6 +61,7 @@ $i18n_key_words = array( 'menu.users' => '用戶', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => '輸出資料', 'menu.clients' => '客戶', 'menu.options' => '選項', @@ -95,10 +97,6 @@ $i18n_key_words = array( 'error.user_exists' => '該使用者登錄資訊已經存在。', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => '該專案名稱已經存在。', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -108,12 +106,21 @@ $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.', // 'error.goto_uncompleted' => 'Go to uncompleted entry.', // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => '登錄', @@ -162,6 +169,8 @@ $i18n_key_words = array( 'label.user' => '用戶', 'label.users' => '用戶', // TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => '客戶', 'label.clients' => '客戶', @@ -252,10 +261,14 @@ $i18n_key_words = array( // 'label.totals_only' => 'Totals only', // Form titles. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => '登錄', 'title.groups' => '團隊', // TODO: change "teams" to "groups". // TODO: translate the following. -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => '刪除團隊', // TODO: change "team" to "group". 'title.reset_password' => '重設密碼', @@ -317,7 +330,7 @@ $i18n_key_words = array( 'title.options' => '選項', // 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', @@ -488,7 +501,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' => '成功完成導入。', @@ -515,7 +528,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.