]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/zh-tw.lang.php
More recycling in translation files.
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
index 2f270a2d8ddb364c0eb2d059546863930faaed56..b73d3529856badd18ba17473db30825ef17e59d6 100644 (file)
@@ -174,8 +174,9 @@ $i18n_key_words = array(
 // 'label.start' => 'Start',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
-// 'label.note' => 'Note',
-// 'label.notes' => 'Notes',
+'label.note' => '備註',
+'label.notes' => '備註',
+// TODO: translate the following.
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
@@ -201,7 +202,8 @@ $i18n_key_words = array(
 // 'label.date_format' => 'Date format',
 // 'label.time_format' => 'Time format',
 // 'label.week_start' => 'First day of week',
-// 'label.comment' => 'Comment',
+'label.comment' => '留言',
+// TODO: translate the following.
 // 'label.status' => 'Status',
 // 'label.tax' => 'Tax',
 // 'label.subtotal' => 'Subtotal',
@@ -435,14 +437,12 @@ $i18n_key_words = array(
 "form.mytime.start" => '開始',
 "form.mytime.finish" => '結束',
 "form.mytime.duration" => '持續時間',
-"form.mytime.note" => '備註',
 "form.mytime.daily" => '每日工作',
 "form.mytime.total" => '總小時數: ',
 "form.mytime.th.project" => '項目',
 "form.mytime.th.start" => '開始',
 "form.mytime.th.finish" => '結束',
 "form.mytime.th.duration" => '持續時間',
-"form.mytime.th.note" => '備註',
 "form.mytime.del_yes" => '成功刪除時間記錄',
 "form.mytime.no_finished_rec" => '該記錄只保存了開始時間。這不是錯誤。如果需要,請登出。',
 "form.mytime.warn_tozero_rec" => '由於這段時間是鎖定的,該時間記錄必須刪除',
@@ -503,7 +503,6 @@ $i18n_key_words = array(
 "form.report.duration" => '持續時間',
 "form.report.start" => '開始',
 "form.report.finish" => '結束',
-"form.report.note" => '備註',
 "form.report.project" => '項目',
 "form.report.totals_only" => '僅僅今天',
 "form.report.total" => '總計時間',
@@ -513,12 +512,10 @@ $i18n_key_words = array(
 "form.report.th.start" => '開始',
 "form.report.th.finish" => '結束',
 "form.report.th.duration" => '持續時間',
-"form.report.th.note" => '備註',
 
 // mail form attributes
 "form.mail.from" => '從',
 "form.mail.to" => '到',
-"form.mail.comment" => '留言',
 "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<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
@@ -533,7 +530,6 @@ $i18n_key_words = array(
 "form.invoice.date" => '日期',
 "form.invoice.number" => '發票號碼',
 "form.invoice.tax" => '稅',
-"form.invoice.comment" => '留言',
 "form.invoice.th.username" => '收費人',
 "form.invoice.th.time" => '小時數',
 "form.invoice.th.rate" => '費率',
@@ -560,7 +556,6 @@ $i18n_key_words = array(
 "form.client.edit_title" => '編輯客戶',
 "form.client.del_title" => '刪除客戶',
 "form.client.tax" => '稅',
-"form.client.comment" => '備註',
 
 // miscellaneous strings
 "forward.tocsvfile" => '將資料輸出到.csv文件',