X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=29cc38653244572cd37349fb3c544f0c4ffc8fb2;hb=42c4dbf15f79f0b387b2ba05ed13f87929bdad17;hp=6412738af07c60cb95cb844903ee3880513acc87;hpb=466bac15266780623565e359e418411ed516915e;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 6412738a..29cc3865 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -165,7 +165,7 @@ $i18n_key_words = array( 'label.clients' => '客戶', // TODO: translate the following. // 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', +'label.invoice' => '發票', 'label.project' => '項目', 'label.projects' => '項目', // TODO: translate the following. @@ -186,8 +186,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '今天', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '編輯', 'label.delete' => '刪除', @@ -268,10 +266,12 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => '報告', +'title.report' => '報告', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', -// 'title.invoice' => 'Invoice', +'title.invoice' => '發票', +// TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', 'title.projects' => '項目', @@ -292,7 +292,8 @@ $i18n_key_words = array( 'title.add_client' => '添加客戶', 'title.edit_client' => '編輯客戶', 'title.delete_client' => '刪除客戶', -// 'title.invoices' => 'Invoices', +'title.invoices' => '發票', +// TODO: translate the following. // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', // 'title.delete_invoice' => 'Deleting Invoice', @@ -304,6 +305,7 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Team Data', // 'title.import' => 'Importing Team Data', 'title.options' => '選項', +// TODO: translate the following. // 'title.profile' => 'Profile', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', @@ -320,22 +322,22 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. +'dropdown.all' => '--- 全部 ---', +'dropdown.no' => '--- 無 ---', +'dropdown.current_day' => '今天', +'dropdown.previous_day' => '昨天', +'dropdown.selected_day' => '天', +'dropdown.current_week' => '本周', +'dropdown.previous_week' => '上周', +'dropdown.selected_week' => '周', +'dropdown.current_month' => '本月', +'dropdown.previous_month' => '上個月', // TODO: is this corrtect? Not 上月? +'dropdown.selected_month' => '月', +'dropdown.current_year' => '今年', // TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', -// 'dropdown.current_year' => 'this year', // 'dropdown.previous_year' => 'previous year', -// 'dropdown.selected_year' => 'year', -// 'dropdown.all_time' => 'all time', +'dropdown.selected_year' => '年', +'dropdown.all_time' => '全部時間', 'dropdown.projects' => '項目', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', @@ -345,8 +347,8 @@ $i18n_key_words = array( // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -412,9 +414,10 @@ $i18n_key_words = array( // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). -// TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', +'form.invoice.number' => '發票號碼', +'form.invoice.person' => '人', // TODO: is this correct? + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -434,12 +437,79 @@ $i18n_key_words = array( // 'form.tasks.active_tasks' => 'Active Tasks', // 'form.tasks.inactive_tasks' => 'Inactive Tasks', +// Users form. See example at https://timetracker.anuko.com/users.php +// TODO: translate the following. +// 'form.users.active_users' => 'Active Users', +// 'form.users.inactive_users' => 'Inactive Users', +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', +// 'form.users.role' => 'Role', +// 'form.users.manager' => 'Manager', +// 'form.users.comanager' => 'Co-manager', +// 'form.users.rate' => 'Rate', +// 'form.users.default_rate' => 'Default hourly rate', +// Clients form. See example at https://timetracker.anuko.com/clients.php +// TODO: translate the following. +// 'form.clients.active_clients' => 'Active Clients', +// 'form.clients.inactive_clients' => 'Inactive Clients', -// TODO: refactoring ongoing down from here. +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// 'form.client.client_to_delete' => 'Client to delete', +// 'form.client.client_entries' => 'Client entries', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。', +'form.export.compression' => '壓縮', +'form.export.compression_none' => '不压缩', +'form.export.compression_bzip' => 'bzip格式', + +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => '從xml檔導入團隊資料。', +'form.import.file' => '選擇檔', +'form.import.success' => '成功完成導入。', + +// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: translate the following. +'form.teams.hint' => '通過創建新的團隊經理帳號來創建新團隊。
您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。', + +// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.12_hours' => '12 hours', +// 'form.profile.24_hours' => '24 hours', +// 'form.profile.tracking_mode' => 'Tracking mode', +// 'form.profile.mode_time' => 'time', +// 'form.profile.mode_projects' => 'projects', +// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', +// 'form.profile.record_type' => 'Record type', +// 'form.profile.type_all' => 'all', +// 'form.profile.type_start_finish' => 'start and finish', +// 'form.profile.type_duration' => 'duration', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.uncompleted_indicators_none' => 'do not show', +// 'form.profile.uncompleted_indicators_show' => 'show', +// 'form.profile.plugins' => 'Plugins', + +// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. +'form.mail.from' => '從', +'form.mail.to' => '到', +// TODO: translate the following. +// 'form.mail.report_subject' => 'Time Tracker Report', +// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', +// 'form.mail.report_sent' => 'Report sent.', +'form.mail.invoice_sent' => '發票已送出。', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', -// administrator form -"form.admin.duty_text" => '通過創建新的團隊經理帳號來創建新團隊。
您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。', + + +// TODO: refactoring ongoing down from here. "form.admin.profile.title" => '團隊', "form.admin.profile.noprofiles" => '您的資料庫沒有任何記錄。請以管理員身份登錄並創建一個新團隊。', @@ -473,65 +543,5 @@ $i18n_key_words = array( "form.people.th.rate" => '費率', "form.people.manager" => '經理', "form.people.comanager" => '合作經理人', - "form.people.rate" => '默認小時收費', -"form.people.comanager" => '合作經理人', - -// report attributes -"form.report.title" => '報告', -"form.report.total" => '總計時間', - -// mail form attributes -"form.mail.from" => '從', -"form.mail.to" => '到', -"form.mail.above" => '通過電子郵件發送該報告', -// Note to translators: this string needs to be translated. -// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', -"form.mail.sending_str" => '消息已發送', - -// invoice attributes -"form.invoice.title" => '發票', -"form.invoice.caption" => '發票', -"form.invoice.above" => '發票附加資訊', -"form.invoice.select_cust" => '選擇客戶', -"form.invoice.fillform" => '填寫該欄目', -"form.invoice.number" => '發票號碼', -"form.invoice.th.username" => '收費人', -"form.invoice.th.time" => '小時數', -"form.invoice.th.rate" => '費率', -"form.invoice.th.summ" => '帳號', -"form.invoice.subtotal" => '共計', -"form.invoice.customer" => '客戶', -"form.invoice.mailinv_above" => '通過電子郵件發送此發票', -"form.invoice.sending_str" => '發票已送出', - -"form.migration.zip" => '壓縮', -"form.migration.file" => '選擇檔', -"form.migration.import.title" => '導入數據', -"form.migration.import.success" => '成功完成導入', -"form.migration.import.text" => '從xml檔導入團隊資料', -"form.migration.export.title" => '匯出數據', -"form.migration.export.success" => '成功完成匯出', -"form.migration.export.text" => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。', -"form.migration.compression.none" => '不压缩', -"form.migration.compression.gzip" => 'gzip格式', -"form.migration.compression.bzip" => 'bzip格式', - -// miscellaneous strings -"forward.tocsvfile" => '將資料輸出到.csv文件', -"forward.toxmlfile" => '將資料輸出到.xml文件', -"forward.geninvoice" => '生成發票', - -"controls.project_bind" => '--- 全部 ---', -"controls.all" => '--- 全部 ---', -"controls.notbind" => '--- 無 ---', -"controls.per_tm" => '本月', -"controls.per_lm" => '上個月', -"controls.per_tw" => '本周', -"controls.per_lw" => '上周', -"controls.per_td" => '今天', -"controls.per_at" => '全部時間', -"controls.per_ty" => '今年', - -"label.inv_str" => '發票', );