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