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