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