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