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