9e3944f488e2f73117667f91eb1693c1be8beb24
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = '簡體中文';
33 $i18n_months = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
34 $i18n_weekdays = array('星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六');
35 $i18n_weekdays_short = array('周日', '週一', '週二', '週三', '週四', '週五', '週六');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01/29', '01/30', '04/04', '09/03');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => '登錄',
44 'menu.logout' => '登出',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => '幫助',
48 // TODO: translate the following.
49 // 'menu.create_team' => 'Create Team',
50 // 'menu.profile' => 'Profile',
51 // 'menu.time' => 'Time',
52 // 'menu.expenses' => 'Expenses',
53 'menu.reports' => '報告',
54 // TODO: translate the following.
55 // 'menu.charts' => 'Charts',
56 'menu.projects' => '項目',
57 // TODO: translate the following.
58 // 'menu.tasks' => 'Tasks',
59 'menu.users' => '用戶',
60 'menu.teams' => '團隊',
61 'menu.export' => '輸出資料',
62 'menu.clients' => '客戶',
63 'menu.options' => '選項',
64
65 // Footer - strings on the bottom of most pages.
66 // TODO: translate the following.
67 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
68 // 'footer.credits' => 'Credits',
69 // 'footer.license' => 'License',
70 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
71                                      // This is a link to a webpage that describes how to contribute to the project.
72
73 // Error messages.
74 // TODO: translate the following.
75 // 'error.access_denied' => 'Access denied.',
76 // 'error.sys' => 'System error.',
77 'error.db' => '資料庫錯誤。',
78 'error.field' => '不正確的"{0}"資料。',
79 'error.empty' => '欄目"{0}"為空。',
80 'error.not_equal' => '欄目"{0}"不等於欄目"{1}"。',
81 // TODO: translate the following.
82 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
83 'error.project' => '選擇項目。',
84 // TODO: translate the following.
85 // 'error.task' => 'Select task.',
86 'error.client' => '選擇客戶。',
87 // TODO: translate the following.
88 // 'error.report' => 'Select report.',
89 // 'error.record' => 'Select record.',
90 'error.auth' => '不正確的用戶名或密碼。',
91 'error.user_exists' => '該使用者登錄資訊已經存在。',
92 'error.project_exists' => '該專案名稱已經存在。',
93 // TODO: translate the following.
94 // 'error.task_exists' => 'Task with this name already exists.',
95 // 'error.client_exists' => 'Client with this name already exists.',
96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
98 'error.no_login' => '沒有該登錄資訊的使用者。',
99 'error.no_teams' => '您的資料庫沒有任何記錄。請以管理員身份登錄並創建一個新團隊。',
100 'error.upload' => '上傳文件出錯。',
101 // TODO: translate the following.
102 // 'error.range_locked' => 'Date range is locked.',
103 'error.mail_send' => '發送郵件時出錯。',
104 'error.no_email' => '沒有電子郵件與該用戶名關聯。',
105 // TODO: translate the following.
106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
108 // 'error.overlap' => 'Time interval overlaps with existing records.',
109 // 'error.future_date' => 'Date is in future.',
110
111 // Labels for buttons.
112 'button.login' => '登錄',
113 'button.now' => '當前時間',
114 'button.save' => '保存',
115 // TODO: translate the following.
116 // 'button.copy' => 'Copy',
117 'button.cancel' => '取消',
118 'button.submit' => '提交',
119 // TODO: translate the following.
120 // 'button.add_user' => 'Add user',
121 // 'button.add_project' => 'Add project',
122 // 'button.add_task' => 'Add task',
123 // 'button.add_client' => 'Add client',
124 // 'button.add_invoice' => 'Add invoice',
125 // 'button.add_option' => 'Add option',
126 'button.add' => '添加',
127 'button.generate' => '創建',
128 'button.reset_password' => '重設密碼',
129 'button.send' => '發送',
130 'button.send_by_email' => '通過郵件發送',
131 // TODO: translate the following.
132 // 'button.create_team' => 'Create team',
133 'button.export' => '輸出團隊資訊',
134 'button.import' => '輸入團隊資訊',
135 // TODO: translate the following.
136 // 'button.close' => 'Close',
137 // 'button.stop' => 'Stop',
138
139 // Labels for controls on forms. Labels in this section are used on multiple forms.
140 // TODO: translate the following.
141 // 'label.team_name' => 'Team name',
142 // 'label.address' => 'Address',
143 'label.currency' => '貨幣',
144 // TODO: translate the following.
145 // 'label.manager_name' => 'Manager name',
146 // 'label.manager_login' => 'Manager login',
147 'label.person_name' => '姓名',
148 'label.thing_name' => '名稱',
149 'label.login' => '登錄',
150 'label.password' => '密碼',
151 'label.confirm_password' => '確認密碼',
152 'label.email' => '電子郵件',
153 'label.cc' => '抄送',
154 // TODO: translate the following.
155 // 'label.bcc' => 'Bcc',
156 'label.subject' => '主題',
157 'label.date' => '日期',
158 // TODO: translate the following.
159 // 'label.start_date' => 'Start date',
160 // 'label.end_date' => 'End date',
161 'label.user' => '用戶',
162 'label.users' => '用戶',
163 // TODO: translate the following.
164 // 'label.roles' => 'Roles',
165 'label.client' => '客戶',
166 'label.clients' => '客戶',
167 'label.option' => '選項',
168 'label.invoice' => '發票',
169 'label.project' => '項目',
170 'label.projects' => '項目',
171 // TODO: translate the following.
172 // 'label.task' => 'Task',
173 // 'label.tasks' => 'Tasks',
174 // 'label.description' => 'Description',
175 'label.start' => '開始',
176 'label.finish' => '結束',
177 'label.duration' => '持續時間',
178 'label.note' => '備註',
179 'label.notes' => '備註',
180 // TODO: translate the following.
181 // 'label.item' => 'Item',
182 // 'label.cost' => 'Cost',
183 // 'label.day_total' => 'Day total',
184 'label.week_total' => '一周總計',
185 // TODO: translate the following.
186 // 'label.month_total' => 'Month total',
187 'label.today' => '今天',
188 // TODO: translate the following.
189 // 'label.view' => 'View',
190 'label.edit' => '編輯',
191 'label.delete' => '刪除',
192 // TODO: translate the following.
193 // 'label.configure' => 'Configure',
194 'label.select_all' => '全部選擇',
195 'label.select_none' => '全部不選',
196 // TODO: translate the following.
197 // 'label.day_view' => 'Day view',
198 // 'label.week_view' => 'Week view',
199 'label.id' => 'ID號',
200 'label.language' => '語言',
201 // TODO: translate the following.
202 // 'label.decimal_mark' => 'Decimal mark',
203 'label.date_format' => '日期格式',
204 'label.time_format' => '時間格式',
205 'label.week_start' => '每週的第一天',
206 'label.comment' => '留言',
207 'label.status' => '狀態',
208 'label.tax' => '稅',
209 // TODO: translate the following.
210 // 'label.subtotal' => 'Subtotal',
211 'label.total' => '總計',
212 // TODO: translate the following.
213 // 'label.client_name' => 'Client name',
214 // 'label.client_address' => 'Client address',
215 'label.or' => '或',
216 // TODO: translate the following.
217 // 'label.error' => 'Error',
218 'label.ldap_hint' => '在下麵的欄目輸入您的<b>Windows用戶名</b>和<b>密碼</b>。',
219 'label.required_fields' => '* 必填欄目',
220 'label.on_behalf' => '代表',
221 'label.role_manager' => '(經理)',
222 'label.role_comanager' => '(合作經理人)',
223 'label.role_admin' => '(管理員)',
224 // TODO: translate the following.
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 'label.fav_report' => '收藏的報告',
238 // TODO: translate the following.
239 // 'label.cron_schedule' => 'Cron schedule',
240 // 'label.what_is_it' => 'What is it?',
241 // 'label.expense' => 'Expense',
242 // 'label.quantity' => 'Quantity',
243 // 'label.paid_status' => 'Paid status',
244 // 'label.paid' => 'Paid',
245 // 'label.mark_paid' => 'Mark paid',
246 // 'label.week_note' => 'Week note',
247 // 'label.week_list' => 'Week list',
248
249 // Form titles.
250 'title.login' => '登錄',
251 'title.teams' => '團隊',
252 // TODO: translate the following.
253 // 'title.create_team' => 'Creating Team',
254 // 'title.edit_team' => 'Editing Team',
255 'title.delete_team' => '刪除團隊',
256 'title.reset_password' => '重設密碼',
257 // TODO: translate the following.
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 'title.edit_time_record' => '編輯時間記錄',
261 'title.delete_time_record' => '刪除時間記錄',
262 // TODO: translate the following.
263 // 'title.expenses' => 'Expenses',
264 // 'title.edit_expense' => 'Editing Expense Item',
265 // 'title.delete_expense' => 'Deleting Expense Item',
266 // 'title.predefined_expenses' => 'Predefined Expenses',
267 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
268 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
269 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
270 'title.reports' => '報告',
271 'title.report' => '報告',
272 // TODO: translate the following.
273 // 'title.send_report' => 'Sending Report',
274 'title.invoice' => '發票',
275 // TODO: translate the following.
276 // 'title.send_invoice' => 'Sending Invoice',
277 // 'title.charts' => 'Charts',
278 'title.projects' => '項目',
279 'title.add_project' => '添加項目',
280 'title.edit_project' => '編輯專案', // TODO: is this correct? I do not see 項目 here.
281 'title.delete_project' => '刪除項目',
282 // TODO: translate the following.
283 // 'title.tasks' => 'Tasks',
284 // 'title.add_task' => 'Adding Task',
285 // 'title.edit_task' => 'Editing Task',
286 // 'title.delete_task' => 'Deleting Task',
287 'title.users' => '用戶',
288 'title.add_user' => '添加用戶', // TODO: is this correct?
289 'title.edit_user' => '編輯用戶',
290 'title.delete_user' => '刪除用戶',
291 'title.clients' => '客戶',
292 'title.add_client' => '添加客戶',
293 'title.edit_client' => '編輯客戶',
294 'title.delete_client' => '刪除客戶',
295 'title.invoices' => '發票',
296 // TODO: translate the following.
297 // 'title.add_invoice' => 'Adding Invoice',
298 // 'title.view_invoice' => 'Viewing Invoice',
299 // 'title.delete_invoice' => 'Deleting Invoice',
300 // 'title.notifications' => 'Notifications',
301 // 'title.add_notification' => 'Adding Notification',
302 // 'title.edit_notification' => 'Editing Notification',
303 // 'title.delete_notification' => 'Deleting Notification',
304 // 'title.monthly_quotas' => 'Monthly Quotas',
305 // 'title.export' => 'Exporting Team Data',
306 // 'title.import' => 'Importing Team Data',
307 'title.options' => '選項',
308 // TODO: translate the following.
309 // 'title.profile' => 'Profile',
310 // 'title.cf_custom_fields' => 'Custom Fields',
311 // 'title.cf_add_custom_field' => 'Adding Custom Field',
312 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
313 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
314 // 'title.cf_dropdown_options' => 'Dropdown Options',
315 // 'title.cf_add_dropdown_option' => 'Adding Option',
316 // 'title.cf_edit_dropdown_option' => 'Editing Option',
317 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
318 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
319 // It is also a name for the Locking plugin on the Team profile page.
320 // 'title.locking' => 'Locking',
321 // 'title.week_view' => 'Week View',
322
323 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
324 // Strings that are used in a single form must go to the specific form section.
325 'dropdown.all' => '--- 全部 ---',
326 'dropdown.no' => '--- 無 ---',
327 'dropdown.current_day' => '今天',
328 'dropdown.previous_day' => '昨天',
329 'dropdown.selected_day' => '天',
330 'dropdown.current_week' => '本周',
331 'dropdown.previous_week' => '上周',
332 'dropdown.selected_week' => '周',
333 'dropdown.current_month' => '本月',
334 'dropdown.previous_month' => '上個月', // TODO: is this corrtect? Not 上月?
335 'dropdown.selected_month' => '月',
336 'dropdown.current_year' => '今年',
337 // TODO: translate the following.
338 // 'dropdown.previous_year' => 'previous year',
339 'dropdown.selected_year' => '年',
340 'dropdown.all_time' => '全部時間',
341 'dropdown.projects' => '項目',
342 // TODO: translate the following.
343 // 'dropdown.tasks' => 'tasks',
344 'dropdown.clients' => '客戶',
345 // TODO: translate the following.
346 // 'dropdown.select' => '--- select ---',
347 // 'dropdown.select_invoice' => '--- select invoice ---',
348 // 'dropdown.status_active' => 'active',
349 // 'dropdown.status_inactive' => 'inactive',
350 // 'dropdown.delete' => 'delete',
351 // 'dropdown.do_not_delete' => 'do not delete',
352 // 'dropdown.paid' => 'paid',
353 // 'dropdown.not_paid' => 'not paid',
354
355 // Login form. See example at https://timetracker.anuko.com/login.php.
356 'form.login.forgot_password' => '忘記密碼?',
357 // TODO: translate the following.
358 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
359
360 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
361 'form.reset_password.message' => '密碼重設請求已經發送。', // TODO: Add "by email" to match the English string.
362 'form.reset_password.email_subject' => 'Anuko時間追蹤器密碼重設請求',
363 // TODO: translate the ending of the following.
364 'form.reset_password.email_body' => "親愛的用戶,\n\n有人,也可能是您自己,請求重新設置您的Anuko時間追蹤器密碼。如果您希望重設您的密碼,請訪問下麵的連結:\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
365
366 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
367 // TODO: translate the following.
368 // 'form.change_password.tip' => 'Type new password and click on Save.',
369
370 // Time form. See example at https://timetracker.anuko.com/time.php.
371 'form.time.duration_format' => '(時:分 或 0.0h)',
372 'form.time.billable' => '計費時間',
373 'form.time.uncompleted' => '未完成',
374 // TODO: translate the following.
375 // 'form.time.remaining_quota' => 'Remaining quota',
376 // 'form.time.over_quota' => 'Over quota',
377
378 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
379 'form.time_edit.uncompleted' => '該記錄只保存了開始時間。這不是錯誤。',
380
381 // Week view form. See example at https://timetracker.anuko.com/week.php.
382 // TODO: translate the following.
383 // 'form.week.new_entry' => 'New entry',
384
385 // Reports form. See example at https://timetracker.anuko.com/reports.php
386 'form.reports.save_as_favorite' => '保存到我的存檔',
387 'form.reports.confirm_delete' => '您確認要刪除收藏的這個報告嗎?',
388 'form.reports.include_billable' => '計費時間',
389 'form.reports.include_not_billable' => '非計費時間',
390 // TODO: translate the following.
391 // 'form.reports.include_invoiced' => 'invoiced',
392 // 'form.reports.include_not_invoiced' => 'not invoiced',
393 'form.reports.select_period' => '選擇時間段',
394 'form.reports.set_period' => '或設定日期',
395 'form.reports.show_fields' => '顯示欄目',
396 'form.reports.group_by' => '分組方式',
397 'form.reports.group_by_no' => '--- 沒有分組 ---',
398 'form.reports.group_by_date' => '日期',
399 'form.reports.group_by_user' => '用戶',
400 // TODO: translate the following.
401 // 'form.reports.group_by_client' => 'client',
402 'form.reports.group_by_project' => '項目',
403 // TODO: translate the following.
404 // 'form.reports.group_by_task' => 'task',
405 // 'form.reports.totals_only' => 'Totals only',
406
407 // Report form. See example at https://timetracker.anuko.com/report.php
408 // (after generating a report at https://timetracker.anuko.com/reports.php).
409 // TODO: translate the following.
410 // 'form.report.export' => 'Export',
411 // 'form.report.assign_to_invoice' => 'Assign to invoice',
412
413 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
414 // (you can get to this form after generating a report).
415 'form.invoice.number' => '發票號碼',
416 'form.invoice.person' => '人', // TODO: is this correct?
417
418 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
419 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
420 // 'form.invoice.invoice_entries' => 'Invoice entries',
421 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
422
423 // Charts form. See example at https://timetracker.anuko.com/charts.php
424 // TODO: translate the following.
425 // 'form.charts.interval' => 'Interval',
426 // 'form.charts.chart' => 'Chart',
427
428 // Projects form. See example at https://timetracker.anuko.com/projects.php
429 // TODO: translate the following.
430 // 'form.projects.active_projects' => 'Active Projects',
431 // 'form.projects.inactive_projects' => 'Inactive Projects',
432
433 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
434 // TODO: translate the following.
435 // 'form.tasks.active_tasks' => 'Active Tasks',
436 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
437
438 // Users form. See example at https://timetracker.anuko.com/users.php
439 // TODO: translate the following.
440 // 'form.users.active_users' => 'Active Users',
441 // 'form.users.inactive_users' => 'Inactive Users',
442 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
443 'form.users.role' => '角色',
444 'form.users.manager' => '經理',
445 'form.users.comanager' => '合作經理人',
446 'form.users.rate' => '費率',
447 'form.users.default_rate' => '默認小時收費',
448
449 // Roles form. See example at https://timetracker.anuko.com/roles.php
450 // TODO: translate the following.
451 // 'form.roles.active_roles' => 'Active Roles',
452 // 'form.roles.inactive_roles' => 'Inactive Roles',
453
454 // Clients form. See example at https://timetracker.anuko.com/clients.php
455 // TODO: translate the following.
456 // 'form.clients.active_clients' => 'Active Clients',
457 // 'form.clients.inactive_clients' => 'Inactive Clients',
458
459 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
460 // TODO: translate the following.
461 // 'form.client.client_to_delete' => 'Client to delete',
462 // 'form.client.client_entries' => 'Client entries',
463
464 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
465 'form.export.hint' => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。',
466 'form.export.compression' => '壓縮',
467 'form.export.compression_none' => '不压缩',
468 'form.export.compression_bzip' => 'bzip格式',
469
470 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
471 'form.import.hint' => '從xml檔導入團隊資料。',
472 'form.import.file' => '選擇檔',
473 'form.import.success' => '成功完成導入。',
474
475 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
476 // TODO: translate the following.
477 'form.teams.hint' => '通過創建新的團隊經理帳號來創建新團隊。<br>您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。',
478
479 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
480 // TODO: translate the following.
481 // 'form.profile.12_hours' => '12 hours',
482 // 'form.profile.24_hours' => '24 hours',
483 // 'form.profile.show_holidays' => 'Show holidays',
484 // 'form.profile.tracking_mode' => 'Tracking mode',
485 // 'form.profile.mode_time' => 'time',
486 // 'form.profile.mode_projects' => 'projects',
487 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
488 // 'form.profile.record_type' => 'Record type',
489 // 'form.profile.type_all' => 'all',
490 // 'form.profile.type_start_finish' => 'start and finish',
491 // 'form.profile.type_duration' => 'duration',
492 // 'form.profile.punch_mode' => 'Punch mode',
493 // 'form.profile.allow_overlap' => 'Allow overlap',
494 // 'form.profile.future_entries' => 'Future entries',
495 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
496 // 'form.profile.plugins' => 'Plugins',
497
498 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
499 'form.mail.from' => '從',
500 'form.mail.to' => '到',
501 // TODO: translate the following.
502 // 'form.mail.report_subject' => 'Time Tracker Report',
503 // 'form.mail.footer' => '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.',
504 // 'form.mail.report_sent' => 'Report sent.',
505 'form.mail.invoice_sent' => '發票已送出。',
506
507 // Quotas configuration form.
508 // TODO: translate the following.
509 // 'form.quota.year' => 'Year',
510 // 'form.quota.month' => 'Month',
511 // 'form.quota.quota' => 'Quota',
512 // 'form.quota.workday_hours' => 'Hours in work day',
513 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
514 );