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