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