a18cb213b4176924a8bb6a73061fb42335dbb521
[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 // Form titles.
291 // TODO: Translate the following.
292 // 'title.error' => 'Error',
293 // 'title.success' => 'Success',
294 'title.login' => '登錄',
295 'title.groups' => '團隊', // TODO: change "teams" to "groups".
296 // TODO: translate the following.
297 // 'title.subgroups' => 'Subgroups',
298 // 'title.add_group' => 'Adding Group',
299 // 'title.edit_group' => 'Editing Group',
300 'title.delete_group' => '刪除團隊', // TODO: change "team" to "group".
301 'title.reset_password' => '重設密碼',
302 // TODO: translate the following.
303 // 'title.change_password' => 'Changing Password',
304 // 'title.time' => 'Time',
305 'title.edit_time_record' => '編輯時間記錄',
306 'title.delete_time_record' => '刪除時間記錄',
307 // TODO: Translate the following.
308 // 'title.time_files' => 'Time Record Files',
309 // 'title.expenses' => 'Expenses',
310 // 'title.edit_expense' => 'Editing Expense Item',
311 // 'title.delete_expense' => 'Deleting Expense Item',
312 // 'title.predefined_expenses' => 'Predefined Expenses',
313 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
314 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
315 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
316 'title.reports' => '報告',
317 'title.report' => '報告',
318 // TODO: translate the following.
319 // 'title.send_report' => 'Sending Report',
320 // 'title.timesheets' => 'Timesheets',
321 // 'title.timesheet' => 'Timesheet',
322 // 'title.timesheet_files' => 'Timesheet Files',
323 'title.invoice' => '發票',
324 // TODO: translate the following.
325 // 'title.send_invoice' => 'Sending Invoice',
326 // 'title.charts' => 'Charts',
327 'title.projects' => '項目',
328 // TODO: translate the following.
329 // 'title.project_files' => 'Project Files',
330 'title.add_project' => '添加項目',
331 'title.edit_project' => '編輯專案', // TODO: is this correct? I do not see 項目 here.
332 'title.delete_project' => '刪除項目',
333 // TODO: translate the following.
334 // 'title.tasks' => 'Tasks',
335 // 'title.add_task' => 'Adding Task',
336 // 'title.edit_task' => 'Editing Task',
337 // 'title.delete_task' => 'Deleting Task',
338 'title.users' => '用戶',
339 'title.add_user' => '添加用戶', // TODO: is this correct?
340 'title.edit_user' => '編輯用戶',
341 'title.delete_user' => '刪除用戶',
342 // TODO: translate the following.
343 // 'title.roles' => 'Roles',
344 // 'title.add_role' => 'Adding Role',
345 // 'title.edit_role' => 'Editing Role',
346 // 'title.delete_role' => 'Deleting Role',
347 'title.clients' => '客戶',
348 'title.add_client' => '添加客戶',
349 'title.edit_client' => '編輯客戶',
350 'title.delete_client' => '刪除客戶',
351 'title.invoices' => '發票',
352 // TODO: translate the following.
353 // 'title.add_invoice' => 'Adding Invoice',
354 // 'title.view_invoice' => 'Viewing Invoice',
355 // 'title.delete_invoice' => 'Deleting Invoice',
356 // 'title.notifications' => 'Notifications',
357 // 'title.add_notification' => 'Adding Notification',
358 // 'title.edit_notification' => 'Editing Notification',
359 // 'title.delete_notification' => 'Deleting Notification',
360 // 'title.add_timesheet' => 'Adding Timesheet',
361 // 'title.edit_timesheet' => 'Editing Timesheet',
362 // 'title.delete_timesheet' => 'Deleting Timesheet',
363 // 'title.monthly_quotas' => 'Monthly Quotas',
364 // 'title.export' => 'Exporting Group Data',
365 // 'title.import' => 'Importing Group Data',
366 'title.options' => '選項',
367 // TODO: translate the following.
368 // 'title.display_options' => 'Display Options',
369 // 'title.profile' => 'Profile',
370 // 'title.plugins' => 'Plugins',
371 // 'title.cf_custom_fields' => 'Custom Fields',
372 // 'title.cf_add_custom_field' => 'Adding Custom Field',
373 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
374 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
375 // 'title.cf_dropdown_options' => 'Dropdown Options',
376 // 'title.cf_add_dropdown_option' => 'Adding Option',
377 // 'title.cf_edit_dropdown_option' => 'Editing Option',
378 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
379 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
380 // It is also a name for the Locking plugin on the group settings page.
381 // 'title.locking' => 'Locking',
382 // 'title.week_view' => 'Week View',
383 // 'title.swap_roles' => 'Swapping Roles',
384 // 'title.work_units' => 'Work Units',
385 // 'title.templates' => 'Templates',
386 // 'title.add_template' => 'Adding Template',
387 // 'title.edit_template' => 'Editing Template',
388 // 'title.delete_template' => 'Deleting Template',
389 // 'title.edit_file' => 'Editing File',
390 // 'title.delete_file' => 'Deleting File',
391 // 'title.download_file' => 'Downloading File',
392 // 'title.work' => 'Work',
393 // 'title.add_work' => 'Adding Work',
394 // 'title.edit_work' => 'Editing Work',
395 // 'title.delete_work' => 'Deleting Work',
396 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
397 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
398
399 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
400 // Strings that are used in a single form must go to the specific form section.
401 'dropdown.all' => '--- 全部 ---',
402 'dropdown.no' => '--- 無 ---',
403 'dropdown.current_day' => '今天',
404 'dropdown.previous_day' => '昨天',
405 'dropdown.selected_day' => '天',
406 'dropdown.current_week' => '本周',
407 'dropdown.previous_week' => '上周',
408 'dropdown.selected_week' => '周',
409 'dropdown.current_month' => '本月',
410 'dropdown.previous_month' => '上個月', // TODO: is this corrtect? Not 上月?
411 'dropdown.selected_month' => '月',
412 'dropdown.current_year' => '今年',
413 // TODO: translate the following.
414 // 'dropdown.previous_year' => 'previous year',
415 'dropdown.selected_year' => '年',
416 'dropdown.all_time' => '全部時間',
417 // TODO: translate the following.
418 // 'dropdown.time' => 'time',
419 // 'dropdown.user' => 'user',
420 'dropdown.projects' => '項目',
421 // TODO: translate the following.
422 // 'dropdown.tasks' => 'tasks',
423 'dropdown.clients' => '客戶',
424 // TODO: translate the following.
425 // 'dropdown.select' => '--- select ---',
426 // 'dropdown.select_invoice' => '--- select invoice ---',
427 // 'dropdown.select_timesheet' => '--- select timesheet ---',
428 // 'dropdown.status_active' => 'active',
429 // 'dropdown.status_inactive' => 'inactive',
430 // 'dropdown.delete' => 'delete',
431 // 'dropdown.do_not_delete' => 'do not delete',
432 // 'dropdown.approved' => 'approved',
433 // 'dropdown.not_approved' => 'not approved',
434 // 'dropdown.paid' => 'paid',
435 // 'dropdown.not_paid' => 'not paid',
436
437 // Login form. See example at https://timetracker.anuko.com/login.php.
438 'form.login.forgot_password' => '忘記密碼?',
439 // TODO: translate the following.
440 // '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.',
441
442 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
443 'form.reset_password.message' => '密碼重設請求已經發送。', // TODO: Add "by email" to match the English string.
444 'form.reset_password.email_subject' => 'Anuko時間追蹤器密碼重設請求',
445 // TODO: translate the following.
446 // '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",
447
448 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
449 // TODO: translate the following.
450 // 'form.change_password.tip' => 'Type new password and click on Save.',
451
452 // Time form. See example at https://timetracker.anuko.com/time.php.
453 'form.time.duration_format' => '(時:分 或 0.0h)',
454 'form.time.billable' => '計費時間',
455 'form.time.uncompleted' => '未完成',
456 // TODO: translate the following.
457 // 'form.time.remaining_quota' => 'Remaining quota',
458 // 'form.time.over_quota' => 'Over quota',
459 // 'form.time.remaining_balance' => 'Remaining balance',
460 // 'form.time.over_balance' => 'Over balance',
461
462 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
463 'form.time_edit.uncompleted' => '該記錄只保存了開始時間。這不是錯誤。',
464
465 // Week view form. See example at https://timetracker.anuko.com/week.php.
466 // TODO: translate the following.
467 // 'form.week.new_entry' => 'New entry',
468
469 // Reports form. See example at https://timetracker.anuko.com/reports.php
470 'form.reports.save_as_favorite' => '保存到我的存檔',
471 'form.reports.confirm_delete' => '您確認要刪除收藏的這個報告嗎?',
472 'form.reports.include_billable' => '計費時間',
473 'form.reports.include_not_billable' => '非計費時間',
474 // TODO: translate the following.
475 // 'form.reports.include_invoiced' => 'invoiced',
476 // 'form.reports.include_not_invoiced' => 'not invoiced',
477 // 'form.reports.include_assigned' => 'assigned',
478 // 'form.reports.include_not_assigned' => 'not assigned',
479 // 'form.reports.include_pending' => 'pending',
480 'form.reports.select_period' => '選擇時間段',
481 'form.reports.set_period' => '或設定日期',
482 'form.reports.show_fields' => '顯示欄目',
483 'form.reports.group_by' => '分組方式',
484 'form.reports.group_by_no' => '--- 沒有分組 ---',
485 'form.reports.group_by_date' => '日期',
486 'form.reports.group_by_user' => '用戶',
487 // TODO: translate the following.
488 // 'form.reports.group_by_client' => 'client',
489 'form.reports.group_by_project' => '項目',
490 // TODO: translate the following.
491 // 'form.reports.group_by_task' => 'task',
492
493 // Report form. See example at https://timetracker.anuko.com/report.php
494 // (after generating a report at https://timetracker.anuko.com/reports.php).
495 // TODO: translate the following.
496 // 'form.report.export' => 'Export',
497 // 'form.report.assign_to_invoice' => 'Assign to invoice',
498 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
499
500 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
501 // TODO: translate the following.
502 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
503 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
504
505 // Templates form. See example at https://timetracker.anuko.com/templates.php
506 // TODO: translate the following.
507 // 'form.templates.active_templates' => 'Active Templates',
508 // 'form.templates.inactive_templates' => 'Inactive Templates',
509
510 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
511 // (you can get to this form after generating a report).
512 'form.invoice.number' => '發票號碼',
513 'form.invoice.person' => '人', // TODO: is this correct?
514
515 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
516 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
517 // 'form.invoice.invoice_entries' => 'Invoice entries',
518 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
519
520 // Charts form. See example at https://timetracker.anuko.com/charts.php
521 // TODO: translate the following.
522 // 'form.charts.interval' => 'Interval',
523 // 'form.charts.chart' => 'Chart',
524
525 // Projects form. See example at https://timetracker.anuko.com/projects.php
526 // TODO: translate the following.
527 // 'form.projects.active_projects' => 'Active Projects',
528 // 'form.projects.inactive_projects' => 'Inactive Projects',
529
530 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
531 // TODO: translate the following.
532 // 'form.tasks.active_tasks' => 'Active Tasks',
533 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
534
535 // Users form. See example at https://timetracker.anuko.com/users.php
536 // TODO: translate the following.
537 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
538 'form.users.role' => '角色',
539 'form.users.manager' => '經理',
540 'form.users.comanager' => '合作經理人',
541 'form.users.rate' => '費率',
542 'form.users.default_rate' => '默認小時收費',
543
544 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
545 // TODO: translate the following.
546 // 'form.user_edit.swap_roles' => 'Swap roles',
547
548 // Roles form. See example at https://timetracker.anuko.com/roles.php
549 // TODO: translate the following.
550 // 'form.roles.active_roles' => 'Active Roles',
551 // 'form.roles.inactive_roles' => 'Inactive Roles',
552 // 'form.roles.rank' => 'Rank',
553 // 'form.roles.rights' => 'Rights',
554 // 'form.roles.assigned' => 'Assigned',
555 // 'form.roles.not_assigned' => 'Not assigned',
556
557 // Clients form. See example at https://timetracker.anuko.com/clients.php
558 // TODO: translate the following.
559 // 'form.clients.active_clients' => 'Active Clients',
560 // 'form.clients.inactive_clients' => 'Inactive Clients',
561
562 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
563 // TODO: translate the following.
564 // 'form.client.client_to_delete' => 'Client to delete',
565 // 'form.client.client_entries' => 'Client entries',
566
567 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
568 // TODO: replace "team" with "group" in the string below.
569 'form.export.hint' => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。',
570 'form.export.compression' => '壓縮',
571 'form.export.compression_none' => '不压缩',
572 'form.export.compression_bzip' => 'bzip格式',
573
574 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
575 'form.import.hint' => '從xml檔導入團隊資料。', // TODO: replace "team" with "group".
576 'form.import.file' => '選擇檔',
577 'form.import.success' => '成功完成導入。',
578
579 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
580 // TODO: replace "team" with "group" in the string below.
581 'form.groups.hint' => '通過創建新的團隊經理帳號來創建新團隊。<br>您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。',
582
583 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
584 // TODO: translate the following.
585 // 'form.group_edit.12_hours' => '12 hours',
586 // 'form.group_edit.24_hours' => '24 hours',
587 // 'form.group_edit.display_options' => 'Display options',
588 // 'form.group_edit.holidays' => 'Holidays',
589 // 'form.group_edit.tracking_mode' => 'Tracking mode',
590 // 'form.group_edit.mode_time' => 'time',
591 // 'form.group_edit.mode_projects' => 'projects',
592 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
593 // 'form.group_edit.record_type' => 'Record type',
594 // 'form.group_edit.type_all' => 'all',
595 // 'form.group_edit.type_start_finish' => 'start and finish',
596 // 'form.group_edit.type_duration' => 'duration',
597 // 'form.group_edit.punch_mode' => 'Punch mode',
598 // 'form.group_edit.allow_overlap' => 'Allow overlap',
599 // 'form.group_edit.future_entries' => 'Future entries',
600 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
601 // 'form.group_edit.confirm_save' => 'Confirm saving',
602 // 'form.group_edit.allow_ip' => 'Allow IP',
603 // 'form.group_edit.advanced_settings' => 'Advanced settings',
604
605 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
606 // TODO: translate the following.
607 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
608
609 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
610 'form.mail.from' => '從',
611 'form.mail.to' => '到',
612 // TODO: translate the following.
613 // 'form.mail.report_subject' => 'Time Tracker Report',
614 // '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.',
615 // 'form.mail.report_sent' => 'Report sent.',
616 'form.mail.invoice_sent' => '發票已送出。',
617
618 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
619 // TODO: translate the following.
620 // 'form.quota.year' => 'Year',
621 // 'form.quota.month' => 'Month',
622 // 'form.quota.workday_hours' => 'Hours in work day',
623 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
624
625 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
626 // TODO: translate the following.
627 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
628 // 'form.swap.swap_with' => 'Swap roles with',
629
630 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
631 // TODO: translate the following.
632 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
633 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
634
635 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
636 // TODO: translate the following.
637 // 'role.user.label' => 'User',
638 // 'role.user.low_case_label' => 'user',
639 // 'role.user.description' => 'A regular member without management rights.',
640 // 'role.client.label' => 'Client',
641 // 'role.client.low_case_label' => 'client',
642 // 'role.client.description' => 'A client can view its own data.',
643 // 'role.supervisor.label' => 'Supervisor',
644 // 'role.supervisor.low_case_label' => 'supervisor',
645 // 'role.supervisor.description' => 'A person with a small set of management rights.',
646 // 'role.comanager.label' => 'Co-manager',
647 // 'role.comanager.low_case_label' => 'co-manager',
648 // 'role.comanager.description' => 'A person with a big set of management functions.',
649 // 'role.manager.label' => 'Manager',
650 // 'role.manager.low_case_label' => 'manager',
651 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
652 // 'role.top_manager.label' => 'Top manager',
653 // 'role.top_manager.low_case_label' => 'top manager',
654 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
655 // 'role.admin.label' => 'Administrator',
656 // 'role.admin.low_case_label' => 'administrator',
657 // 'role.admin.description' => 'Site adminsitrator.',
658
659 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
660 // TODO: translate the following.
661 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
662 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
663 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
664 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
665 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
666 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
667
668 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
669 // TODO: translate the following.
670 // 'form.display_options.menu' => 'Menu',
671 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
672 );