Introduced menu.group into translation files.
[timetracker.git] / WEB-INF / resources / zh-cn.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', '01/31', '05/01', '05/28', '05/29');
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 'menu.forum' => '论坛',
46 'menu.help' => '帮助',
47 // TODO: translate the following.
48 // 'menu.create_team' => 'Create Team',
49 'menu.profile' => '简介',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.time' => '时间记录',
53 'menu.expenses' => '费用',
54 'menu.reports' => '报告',
55 'menu.charts' => '图表',
56 'menu.projects' => '项目',
57 'menu.tasks' => '任务',
58 'menu.users' => '用户',
59 'menu.teams' => '团队',
60 'menu.export' => '导出数据',
61 'menu.clients' => '客户',
62 'menu.options' => '选项',
63
64 // Footer - strings on the bottom of most pages.
65 'footer.contribute_msg' => '你可以以不同的方式为Time Tracker提建议。',
66 'footer.credits' => '信用',
67 'footer.license' => '许可证',
68 'footer.improve' => '投稿',
69
70 // Error messages.
71 'error.access_denied' => '拒绝访问。',
72 'error.sys' => '系统错误。',
73 'error.db' => '数据库错误。',
74 // TODO: translate the following.
75 // 'error.feature_disabled' => 'Feature is disabled.',
76 'error.field' => '不正确的"{0}"数据。',
77 'error.empty' => '栏目"{0}"为空。',
78 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"。',
79 // TODO: translate the following.
80 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
81 'error.project' => '选择项目。',
82 // TODO: translate the following.
83 // 'error.task' => 'Select task.',
84 'error.client' => '选择客户。',
85 // TODO: translate the following.
86 // 'error.report' => 'Select report.',
87 // 'error.record' => 'Select record.',
88 'error.auth' => '不正确的用户名或密码。',
89 'error.user_exists' => '该用户登录信息已经存在。',
90 // TODO: translate the following.
91 // 'error.object_exists' => 'Object with this name already exists.',
92 'error.project_exists' => '该项目名称已经存在。',
93 // TODO: translate the following.
94 // 'error.task_exists' => 'Task with this name already exists.',
95 'error.client_exists' => '具有此名称的客户端已经存在。',
96 // TODO: translate the following.
97 // 'error.invoice_exists' => 'Invoice with this number already exists.',
98 // 'error.role_exists' => 'Role with this rank already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 'error.no_login' => '没有该登录信息的用户。',
101 'error.no_teams' => '您的数据库没有任何记录。请以管理员身份登录并创建一个新团队。',
102 'error.upload' => '上传文件出错。',
103 'error.range_locked' => '日期范围锁定。',
104 'error.mail_send' => '发送邮件时出错。',
105 'error.no_email' => '没有电子邮件与该用户名关联。',
106 'error.uncompleted_exists' => '未完成的条目已经存在。关闭或删除。',
107 'error.goto_uncompleted' => '进入未完成的条目。',
108 // TODO: translate the following.
109 // 'error.overlap' => 'Time interval overlaps with existing records.',
110 // 'error.future_date' => 'Date is in future.',
111
112 // Labels for buttons.
113 'button.login' => '登录',
114 'button.now' => '当前时间',
115 'button.save' => '保存',
116 // TODO: translate the following.
117 // 'button.copy' => 'Copy',
118 'button.cancel' => '取消',
119 'button.submit' => '提交',
120 'button.add' => '添加',
121 'button.delete' => '删除',
122 'button.generate' => '创建',
123 'button.reset_password' => '重置密码',
124 'button.send' => '发送',
125 'button.send_by_email' => '通过邮件发送',
126 // TODO: translate the following.
127 // 'button.create_team' => 'Create team',
128 'button.export' => '导出团队信息',
129 'button.import' => '导入团队信息',
130 'button.close' => '关闭',
131 // TODO: translate the following.
132 // 'button.stop' => 'Stop',
133
134 // Labels for controls on forms. Labels in this section are used on multiple forms.
135 'label.team_name' => '团队名称',
136 // TODO: translate the following.
137 // 'label.address' => 'Address',
138 'label.currency' => '货币',
139 'label.manager_name' => '管理员姓名',
140 'label.manager_login' => '管理员登录',
141 'label.person_name' => '姓名',
142 'label.thing_name' => '名称',
143 'label.login' => '登录',
144 'label.password' => '密码',
145 'label.confirm_password' => '确认密码',
146 'label.email' => '电子邮件',
147 'label.cc' => '抄送',
148 // TODO: translate the following.
149 // 'label.bcc' => 'Bcc',
150 'label.subject' => '主题',
151 'label.date' => '日期',
152 'label.start_date' => '开始日期',
153 'label.end_date' => '结束日期',
154 'label.user' => '用户',
155 'label.users' => '用户',
156 // TODO: translate the following.
157 // 'label.roles' => 'Roles',
158 'label.client' => '客户',
159 'label.clients' => '客户',
160 'label.option' => '选项',
161 'label.invoice' => '发票',
162 'label.project' => '项目',
163 'label.projects' => '项目',
164 // TODO: translate the following.
165 // 'label.task' => 'Task',
166 // 'label.tasks' => 'Tasks',
167 // 'label.description' => 'Description',
168 'label.start' => '开始',
169 'label.finish' => '结束',
170 'label.duration' => '持续时间',
171 'label.note' => '备注',
172 'label.notes' => '备注',
173 // TODO: translate the following.
174 // 'label.item' => 'Item',
175 // 'label.cost' => 'Cost',
176 // 'label.ip' => 'IP',
177 // 'label.day_total' => 'Day total',
178 'label.week_total' => '一周总计',
179 // TODO: translate the following.
180 // 'label.month_total' => 'Month total',
181 'label.today' => '今天',
182 // TODO: translate the following.
183 // 'label.view' => 'View',
184 'label.edit' => '编辑',
185 'label.delete' => '删除',
186 // TODO: translate the following.
187 // 'label.configure' => 'Configure',
188 'label.select_all' => '全部选择',
189 'label.select_none' => '全部不选',
190 // TODO: translate the following.
191 // 'label.day_view' => 'Day view',
192 // 'label.week_view' => 'Week view',
193 'label.id' => 'ID号',
194 'label.language' => '语言',
195 // TODO: translate the following.
196 // 'label.decimal_mark' => 'Decimal mark',
197 'label.date_format' => '日期格式',
198 'label.time_format' => '时间格式',
199 'label.week_start' => '每周的第一天',
200 'label.comment' => '留言',
201 'label.status' => '状态',
202 'label.tax' => '税',
203 // TODO: translate the following.
204 // 'label.subtotal' => 'Subtotal',
205 'label.total' => '总计',
206 // TODO: translate the following.
207 // 'label.client_name' => 'Client name',
208 // 'label.client_address' => 'Client address',
209 'label.or' => '或',
210 // TODO: translate the following.
211 // 'label.error' => 'Error',
212 'label.ldap_hint' => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
213 'label.required_fields' => '* 必填栏目',
214 'label.on_behalf' => '代表',
215 'label.role_manager' => '(经理)',
216 'label.role_comanager' => '(合作经理人)',
217 'label.role_admin' => '(管理员)',
218 'label.page' => '页码',
219 // TODO: translate the following.
220 // 'label.condition' => 'Condition',
221 // 'label.yes' => 'yes',
222 // 'label.no' => 'no',
223 // Labels for plugins (extensions to Time Tracker that provide additional features).
224 // TODO: translate the following.
225 // 'label.custom_fields' => 'Custom fields',
226 // 'label.monthly_quotas' => 'Monthly quotas',
227 // 'label.type' => 'Type',
228 // 'label.type_dropdown' => 'dropdown',
229 // 'label.type_text' => 'text',
230 // 'label.required' => 'Required',
231 'label.fav_report' => '收藏的报告',
232 // TODO: translate the following.
233 // 'label.schedule' => 'Schedule',
234 // 'label.what_is_it' => 'What is it?',
235 // 'label.expense' => 'Expense',
236 // 'label.quantity' => 'Quantity',
237 // 'label.paid_status' => 'Paid status',
238 // 'label.paid' => 'Paid',
239 // 'label.mark_paid' => 'Mark paid',
240 // 'label.week_note' => 'Week note',
241 // 'label.week_list' => 'Week list',
242
243 // Form titles.
244 'title.login' => '登录',
245 'title.teams' => '团队',
246 // TODO: translate the following.
247 // 'title.create_team' => 'Creating Team',
248 // 'title.edit_team' => 'Editing Team',
249 'title.delete_team' => '删除团队',
250 'title.reset_password' => '重设密码',
251 // TODO: translate the following.
252 // 'title.change_password' => 'Changing Password',
253 // 'title.time' => 'Time',
254 'title.edit_time_record' => '编辑时间记录',
255 'title.delete_time_record' => '删除时间记录',
256 // TODO: translate the following.
257 // 'title.expenses' => 'Expenses',
258 // 'title.edit_expense' => 'Editing Expense Item',
259 // 'title.delete_expense' => 'Deleting Expense Item',
260 // 'title.predefined_expenses' => 'Predefined Expenses',
261 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
262 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
263 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
264 'title.reports' => '报告',
265 'title.report' => '报告',
266 // TODO: translate the following.
267 // 'title.send_report' => 'Sending Report',
268 'title.invoice' => '发票',
269 // TODO: translate the following.
270 // 'title.send_invoice' => 'Sending Invoice',
271 // 'title.charts' => 'Charts',
272 'title.projects' => '项目',
273 'title.add_project' => '添加项目',
274 'title.edit_project' => '编辑项目',
275 'title.delete_project' => '删除项目',
276 // TODO: translate the following.
277 // 'title.tasks' => 'Tasks',
278 // 'title.add_task' => 'Adding Task',
279 // 'title.edit_task' => 'Editing Task',
280 // 'title.delete_task' => 'Deleting Task',
281 'title.users' => '用户',
282 'title.add_user' => '添加用户', // TODO: is this correct?
283 'title.edit_user' => '编辑用户',
284 'title.delete_user' => '删除用户',
285 // TODO: translate the following.
286 // 'title.roles' => 'Roles',
287 // 'title.add_role' => 'Adding Role',
288 // 'title.edit_role' => 'Editing Role',
289 // 'title.delete_role' => 'Deleting Role',
290 'title.clients' => '客户',
291 'title.add_client' => '添加客户',
292 'title.edit_client' => '编辑客户',
293 'title.delete_client' => '删除客户',
294 'title.invoices' => '发票',
295 // TODO: translate the following.
296 // 'title.add_invoice' => 'Adding Invoice',
297 // 'title.view_invoice' => 'Viewing Invoice',
298 // 'title.delete_invoice' => 'Deleting Invoice',
299 // 'title.notifications' => 'Notifications',
300 // 'title.add_notification' => 'Adding Notification',
301 // 'title.edit_notification' => 'Editing Notification',
302 // 'title.delete_notification' => 'Deleting Notification',
303 // 'title.monthly_quotas' => 'Monthly Quotas',
304 // 'title.export' => 'Exporting Team Data',
305 // 'title.import' => 'Importing Team Data',
306 'title.options' => '选项',
307 'title.profile' => '简介',
308 // TODO: translate the following.
309 // 'title.cf_custom_fields' => 'Custom Fields',
310 // 'title.cf_add_custom_field' => 'Adding Custom Field',
311 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
312 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
313 // 'title.cf_dropdown_options' => 'Dropdown Options',
314 // 'title.cf_add_dropdown_option' => 'Adding Option',
315 // 'title.cf_edit_dropdown_option' => 'Editing Option',
316 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
317 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
318 // It is also a name for the Locking plugin on the Team profile page.
319 // 'title.locking' => 'Locking',
320 // 'title.week_view' => 'Week View',
321 // 'title.swap_roles' => 'Swapping Roles',
322
323 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
324 // Strings that are used in a single form must go to the specific form section.
325 'dropdown.all' => '--- 全部 ---',
326 'dropdown.no' => '--- 无 ---',
327 'dropdown.current_day' => '今天',
328 'dropdown.previous_day' => '昨天',
329 'dropdown.selected_day' => '天',
330 'dropdown.current_week' => '本周',
331 'dropdown.previous_week' => '上周',
332 'dropdown.selected_week' => '周',
333 'dropdown.current_month' => '本月',
334 'dropdown.previous_month' => '上个月', // TODO: is this correct? Not 上月?
335 'dropdown.selected_month' => '月',
336 'dropdown.current_year' => '今年',
337 // TODO: translate the following.
338 // 'dropdown.previous_year' => 'previous year',
339 // 'dropdown.selected_year' => 'year',
340 'dropdown.all_time' => '全部时间',
341 'dropdown.projects' => '项目',
342 // TODO: translate the following.
343 // 'dropdown.tasks' => 'tasks',
344 'dropdown.clients' => '客户',
345 // TODO: translate the following.
346 // 'dropdown.select' => '--- select ---',
347 // 'dropdown.select_invoice' => '--- select invoice ---',
348 // 'dropdown.status_active' => 'active',
349 // 'dropdown.status_inactive' => 'inactive',
350 // 'dropdown.delete' => 'delete',
351 // 'dropdown.do_not_delete' => 'do not delete',
352 // 'dropdown.paid' => 'paid',
353 // 'dropdown.not_paid' => 'not paid',
354
355 // Login form. See example at https://timetracker.anuko.com/login.php.
356 'form.login.forgot_password' => '忘记密码?',
357 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> 是一种简单、易用、开放源代码的实时跟踪系统。',
358
359 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
360 'form.reset_password.message' => '密码重设请求已经发送。', // TODO: Add "by email" to match the English string.
361 'form.reset_password.email_subject' => 'Anuko时间追踪器密码重设请求',
362 // TODO: translate the following.
363 // '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",
364
365 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
366 // TODO: translate the following.
367 // 'form.change_password.tip' => 'Type new password and click on Save.',
368
369 // Time form. See example at https://timetracker.anuko.com/time.php.
370 'form.time.duration_format' => '(时:分 或 0.0h)',
371 'form.time.billable' => '计费时间',
372 'form.time.uncompleted' => '未完成',
373 // TODO: translate the following.
374 // 'form.time.remaining_quota' => 'Remaining quota',
375 // 'form.time.over_quota' => 'Over quota',
376
377 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
378 'form.time_edit.uncompleted' => '该记录只保存了开始时间。这不是错误。',
379
380 // Week view form. See example at https://timetracker.anuko.com/week.php.
381 // TODO: translate the following.
382 // 'form.week.new_entry' => 'New entry',
383
384 // Reports form. See example at https://timetracker.anuko.com/reports.php
385 'form.reports.save_as_favorite' => '保存到我的收藏夹',
386 'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
387 'form.reports.include_billable' => '计费时间',
388 'form.reports.include_not_billable' => '非计费时间',
389 // TODO: translate the following.
390 // 'form.reports.include_invoiced' => 'invoiced',
391 // 'form.reports.include_not_invoiced' => 'not invoiced',
392 'form.reports.select_period' => '选择时间段',
393 'form.reports.set_period' => '或设定日期',
394 'form.reports.show_fields' => '显示栏目',
395 'form.reports.group_by' => '分组方式',
396 'form.reports.group_by_no' => '--- 没有分组 ---',
397 'form.reports.group_by_date' => '日期',
398 'form.reports.group_by_user' => '用户',
399 // TODO: translate the following.
400 // 'form.reports.group_by_client' => 'client',
401 'form.reports.group_by_project' => '项目',
402 // TODO: translate the following.
403 // 'form.reports.group_by_task' => 'task',
404 // 'form.reports.totals_only' => 'Totals only',
405
406 // Report form. See example at https://timetracker.anuko.com/report.php
407 // (after generating a report at https://timetracker.anuko.com/reports.php).
408 // TODO: translate the following.
409 // 'form.report.export' => 'Export',
410 // 'form.report.assign_to_invoice' => 'Assign to invoice',
411
412 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
413 // (you can get to this form after generating a report).
414 'form.invoice.number' => '发票号码',
415 'form.invoice.person' => '人', // TODO: is this correct?
416
417 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
418 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
419 // 'form.invoice.invoice_entries' => 'Invoice entries',
420 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
421
422 // Charts form. See example at https://timetracker.anuko.com/charts.php
423 // TODO: translate the following.
424 // 'form.charts.interval' => 'Interval',
425 // 'form.charts.chart' => 'Chart',
426
427 // Projects form. See example at https://timetracker.anuko.com/projects.php
428 // TODO: translate the following.
429 // 'form.projects.active_projects' => 'Active Projects',
430 // 'form.projects.inactive_projects' => 'Inactive Projects',
431
432 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
433 // TODO: translate the following.
434 // 'form.tasks.active_tasks' => 'Active Tasks',
435 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
436
437 // Users form. See example at https://timetracker.anuko.com/users.php
438 // TODO: translate the following.
439 // 'form.users.active_users' => 'Active Users',
440 // 'form.users.inactive_users' => 'Inactive Users',
441 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
442 'form.users.role' => '角色',
443 'form.users.manager' => '经理',
444 'form.users.comanager' => '合作经理人',
445 'form.users.rate' => '费率',
446 'form.users.default_rate' => '默认小时收费',
447
448 // Roles form. See example at https://timetracker.anuko.com/roles.php
449 // TODO: translate the following.
450 // 'form.roles.active_roles' => 'Active Roles',
451 // 'form.roles.inactive_roles' => 'Inactive Roles',
452 // 'form.roles.rank' => 'Rank',
453 // 'form.roles.rights' => 'Rights',
454 // 'form.roles.assigned' => 'Assigned',
455 // 'form.roles.not_assigned' => 'Not assigned',
456
457 // Clients form. See example at https://timetracker.anuko.com/clients.php
458 // TODO: translate the following.
459 // 'form.clients.active_clients' => 'Active Clients',
460 // 'form.clients.inactive_clients' => 'Inactive Clients',
461
462 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
463 // TODO: translate the following.
464 // 'form.client.client_to_delete' => 'Client to delete',
465 // 'form.client.client_entries' => 'Client entries',
466
467 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
468 'form.export.hint' => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
469 'form.export.compression' => '压缩',
470 'form.export.compression_none' => '不压缩',
471 'form.export.compression_bzip' => 'bzip格式',
472
473 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
474 'form.import.hint' => '从xml文件导入团队数据。',
475 'form.import.file' => '选择档',
476 'form.import.success' => '成功完成导入。',
477
478 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
479 'form.teams.hint' => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
480
481 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
482 // TODO: translate the following.
483 // 'form.profile.swap_roles' => 'Swap roles',
484 // 'form.profile.12_hours' => '12 hours',
485 // 'form.profile.24_hours' => '24 hours',
486 // 'form.profile.show_holidays' => 'Show holidays',
487 // 'form.profile.tracking_mode' => 'Tracking mode',
488 // 'form.profile.mode_time' => 'time',
489 // 'form.profile.mode_projects' => 'projects',
490 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
491 // 'form.profile.record_type' => 'Record type',
492 // 'form.profile.type_all' => 'all',
493 // 'form.profile.type_start_finish' => 'start and finish',
494 // 'form.profile.type_duration' => 'duration',
495 // 'form.profile.punch_mode' => 'Punch mode',
496 // 'form.profile.allow_overlap' => 'Allow overlap',
497 // 'form.profile.future_entries' => 'Future entries',
498 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
499 // 'form.profile.plugins' => 'Plugins',
500
501 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
502 'form.mail.from' => '从',
503 'form.mail.to' => '到',
504 // TODO: translate the following.
505 // 'form.mail.report_subject' => 'Time Tracker Report',
506 // '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.',
507 // 'form.mail.report_sent' => 'Report sent.',
508 'form.mail.invoice_sent' => '发票已送出。',
509
510 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
511 // TODO: translate the following.
512 // 'form.quota.year' => 'Year',
513 // 'form.quota.month' => 'Month',
514 // 'form.quota.quota' => 'Quota',
515 // 'form.quota.workday_hours' => 'Hours in work day',
516 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
517
518 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
519 // TODO: translate the following.
520 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
521 // 'form.swap.swap_with' => 'Swap roles with',
522
523 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
524 // TODO: translate the following.
525 // 'role.user.label' => 'User',
526 // 'role.user.low_case_label' => 'user',
527 // 'role.user.description' => 'A regular member without management rights.',
528 // 'role.client.label' => 'Client',
529 // 'role.client.low_case_label' => 'client',
530 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
531 // 'role.supervisor.label' => 'Supervisor',
532 // 'role.supervisor.low_case_label' => 'supervisor',
533 // 'role.supervisor.description' => 'A person with a small set of management rights.',
534 // 'role.comanager.label' => 'Co-manager',
535 // 'role.comanager.low_case_label' => 'co-manager',
536 // 'role.comanager.description' => 'A person with a big set of management functions.',
537 // 'role.manager.label' => 'Manager',
538 // 'role.manager.low_case_label' => 'manager',
539 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
540 // 'role.top_manager.label' => 'Top manager',
541 // 'role.top_manager.low_case_label' => 'top manager',
542 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
543 // 'role.admin.label' => 'Administrator',
544 // 'role.admin.low_case_label' => 'administrator',
545 // 'role.admin.description' => 'Site adminsitrator.',
546 );