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