Some rearrangements in 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_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_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.type' => 'Type',
250 // 'label.type_dropdown' => 'dropdown',
251 // 'label.type_text' => 'text',
252 // 'label.required' => 'Required',
253 'label.fav_report' => '收藏的报告',
254 // TODO: translate the following.
255 // 'label.schedule' => 'Schedule',
256 // 'label.what_is_it' => 'What is it?',
257 // 'label.expense' => 'Expense',
258 // 'label.quantity' => 'Quantity',
259 // 'label.paid_status' => 'Paid status',
260 // 'label.paid' => 'Paid',
261 // 'label.mark_paid' => 'Mark paid',
262 // 'label.week_note' => 'Week note',
263 // 'label.week_list' => 'Week list',
264 // 'label.work_units' => 'Work units',
265 // 'label.work_units_short' => 'Units',
266 // 'label.totals_only' => 'Totals only',
267 // 'label.quota' => 'Quota',
268 // 'label.timesheet' => 'Timesheet',
269 // 'label.submitted' => 'Submitted',
270 // 'label.approved' => 'Approved',
271 // 'label.approval' => 'Report approval',
272 // 'label.mark_approved' => 'Mark approved',
273 // 'label.template' => 'Template',
274 // 'label.attachments' => 'Attachments',
275 // 'label.files' => 'Files',
276 // 'label.file' => 'File',
277 // 'label.image' => 'Image',
278 // 'label.download' => 'Download',
279 // 'label.active_users' => 'Active Users',
280 // 'label.inactive_users' => 'Inactive Users',
281
282 // Form titles.
283 // TODO: Translate the following.
284 // 'title.error' => 'Error',
285 // 'title.success' => 'Success',
286 'title.login' => '登录',
287 'title.groups' => '团队', // TODO: change "teams" to "groups".
288 // TODO: translate the following.
289 // 'title.subgroups' => 'Subgroups',
290 // 'title.add_group' => 'Adding Group',
291 // 'title.edit_group' => 'Editing Group',
292 'title.delete_group' => '删除团队', // TODO: change "team" to "group".
293 'title.reset_password' => '重设密码',
294 // TODO: translate the following.
295 // 'title.change_password' => 'Changing Password',
296 // 'title.time' => 'Time',
297 'title.edit_time_record' => '编辑时间记录',
298 'title.delete_time_record' => '删除时间记录',
299 // TODO: Translate the following.
300 // 'title.time_files' => 'Time Record Files',
301 // 'title.expenses' => 'Expenses',
302 // 'title.edit_expense' => 'Editing Expense Item',
303 // 'title.delete_expense' => 'Deleting Expense Item',
304 // 'title.predefined_expenses' => 'Predefined Expenses',
305 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
306 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
307 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
308 'title.reports' => '报告',
309 'title.report' => '报告',
310 // TODO: translate the following.
311 // 'title.send_report' => 'Sending Report',
312 // 'title.timesheets' => 'Timesheets',
313 // 'title.timesheet' => 'Timesheet',
314 // 'title.timesheet_files' => 'Timesheet Files',
315 'title.invoice' => '发票',
316 // TODO: translate the following.
317 // 'title.send_invoice' => 'Sending Invoice',
318 // 'title.charts' => 'Charts',
319 'title.projects' => '项目',
320 // TODO: translate the following.
321 // 'title.project_files' => 'Project Files',
322 'title.add_project' => '添加项目',
323 'title.edit_project' => '编辑项目',
324 'title.delete_project' => '删除项目',
325 // TODO: translate the following.
326 // 'title.tasks' => 'Tasks',
327 // 'title.add_task' => 'Adding Task',
328 // 'title.edit_task' => 'Editing Task',
329 // 'title.delete_task' => 'Deleting Task',
330 'title.users' => '用户',
331 'title.add_user' => '添加用户', // TODO: is this correct?
332 'title.edit_user' => '编辑用户',
333 'title.delete_user' => '删除用户',
334 // TODO: translate the following.
335 // 'title.roles' => 'Roles',
336 // 'title.add_role' => 'Adding Role',
337 // 'title.edit_role' => 'Editing Role',
338 // 'title.delete_role' => 'Deleting Role',
339 'title.clients' => '客户',
340 'title.add_client' => '添加客户',
341 'title.edit_client' => '编辑客户',
342 'title.delete_client' => '删除客户',
343 'title.invoices' => '发票',
344 // TODO: translate the following.
345 // 'title.add_invoice' => 'Adding Invoice',
346 // 'title.view_invoice' => 'Viewing Invoice',
347 // 'title.delete_invoice' => 'Deleting Invoice',
348 // 'title.notifications' => 'Notifications',
349 // 'title.add_notification' => 'Adding Notification',
350 // 'title.edit_notification' => 'Editing Notification',
351 // 'title.delete_notification' => 'Deleting Notification',
352 // 'title.add_timesheet' => 'Adding Timesheet',
353 // 'title.edit_timesheet' => 'Editing Timesheet',
354 // 'title.delete_timesheet' => 'Deleting Timesheet',
355 // 'title.monthly_quotas' => 'Monthly Quotas',
356 // 'title.export' => 'Exporting Group Data',
357 // 'title.import' => 'Importing Group Data',
358 'title.options' => '选项',
359 // TODO: translate the following.
360 // 'title.display_options' => 'Display Options',
361 'title.profile' => '简介',
362 // TODO: translate the following.
363 // 'title.plugins' => 'Plugins',
364 // 'title.cf_custom_fields' => 'Custom Fields',
365 // 'title.cf_add_custom_field' => 'Adding Custom Field',
366 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
367 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
368 // 'title.cf_dropdown_options' => 'Dropdown Options',
369 // 'title.cf_add_dropdown_option' => 'Adding Option',
370 // 'title.cf_edit_dropdown_option' => 'Editing Option',
371 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
372 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
373 // It is also a name for the Locking plugin on the group settings page.
374 // 'title.locking' => 'Locking',
375 // 'title.week_view' => 'Week View',
376 // 'title.swap_roles' => 'Swapping Roles',
377 // 'title.work_units' => 'Work Units',
378 // 'title.templates' => 'Templates',
379 // 'title.add_template' => 'Adding Template',
380 // 'title.edit_template' => 'Editing Template',
381 // 'title.delete_template' => 'Deleting Template',
382 // 'title.edit_file' => 'Editing File',
383 // 'title.delete_file' => 'Deleting File',
384 // 'title.download_file' => 'Downloading File',
385 // 'title.work' => 'Work',
386
387 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
388 // Strings that are used in a single form must go to the specific form section.
389 'dropdown.all' => '--- 全部 ---',
390 'dropdown.no' => '--- 无 ---',
391 'dropdown.current_day' => '今天',
392 'dropdown.previous_day' => '昨天',
393 'dropdown.selected_day' => '天',
394 'dropdown.current_week' => '本周',
395 'dropdown.previous_week' => '上周',
396 'dropdown.selected_week' => '周',
397 'dropdown.current_month' => '本月',
398 'dropdown.previous_month' => '上个月', // TODO: is this correct? Not 上月?
399 'dropdown.selected_month' => '月',
400 'dropdown.current_year' => '今年',
401 // TODO: translate the following.
402 // 'dropdown.previous_year' => 'previous year',
403 // 'dropdown.selected_year' => 'year',
404 'dropdown.all_time' => '全部时间',
405 'dropdown.projects' => '项目',
406 // TODO: translate the following.
407 // 'dropdown.tasks' => 'tasks',
408 'dropdown.clients' => '客户',
409 // TODO: translate the following.
410 // 'dropdown.select' => '--- select ---',
411 // 'dropdown.select_invoice' => '--- select invoice ---',
412 // 'dropdown.select_timesheet' => '--- select timesheet ---',
413 // 'dropdown.status_active' => 'active',
414 // 'dropdown.status_inactive' => 'inactive',
415 // 'dropdown.delete' => 'delete',
416 // 'dropdown.do_not_delete' => 'do not delete',
417 // 'dropdown.approved' => 'approved',
418 // 'dropdown.not_approved' => 'not approved',
419 // 'dropdown.paid' => 'paid',
420 // 'dropdown.not_paid' => 'not paid',
421
422 // Login form. See example at https://timetracker.anuko.com/login.php.
423 'form.login.forgot_password' => '忘记密码?',
424 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> 是一种简单、易用、开放源代码的实时跟踪系统。',
425
426 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
427 'form.reset_password.message' => '密码重设请求已经发送。', // TODO: Add "by email" to match the English string.
428 'form.reset_password.email_subject' => 'Anuko时间追踪器密码重设请求',
429 // TODO: translate the following.
430 // '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",
431
432 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
433 // TODO: translate the following.
434 // 'form.change_password.tip' => 'Type new password and click on Save.',
435
436 // Time form. See example at https://timetracker.anuko.com/time.php.
437 'form.time.duration_format' => '(时:分 或 0.0h)',
438 'form.time.billable' => '计费时间',
439 'form.time.uncompleted' => '未完成',
440 // TODO: translate the following.
441 // 'form.time.remaining_quota' => 'Remaining quota',
442 // 'form.time.over_quota' => 'Over quota',
443 // 'form.time.remaining_balance' => 'Remaining balance',
444 // 'form.time.over_balance' => 'Over balance',
445
446 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
447 'form.time_edit.uncompleted' => '该记录只保存了开始时间。这不是错误。',
448
449 // Week view form. See example at https://timetracker.anuko.com/week.php.
450 // TODO: translate the following.
451 // 'form.week.new_entry' => 'New entry',
452
453 // Reports form. See example at https://timetracker.anuko.com/reports.php
454 'form.reports.save_as_favorite' => '保存到我的收藏夹',
455 'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
456 'form.reports.include_billable' => '计费时间',
457 'form.reports.include_not_billable' => '非计费时间',
458 // TODO: translate the following.
459 // 'form.reports.include_invoiced' => 'invoiced',
460 // 'form.reports.include_not_invoiced' => 'not invoiced',
461 // 'form.reports.include_assigned' => 'assigned',
462 // 'form.reports.include_not_assigned' => 'not assigned',
463 // 'form.reports.include_pending' => 'pending',
464 'form.reports.select_period' => '选择时间段',
465 'form.reports.set_period' => '或设定日期',
466 'form.reports.show_fields' => '显示栏目',
467 'form.reports.group_by' => '分组方式',
468 'form.reports.group_by_no' => '--- 没有分组 ---',
469 'form.reports.group_by_date' => '日期',
470 'form.reports.group_by_user' => '用户',
471 // TODO: translate the following.
472 // 'form.reports.group_by_client' => 'client',
473 'form.reports.group_by_project' => '项目',
474 // TODO: translate the following.
475 // 'form.reports.group_by_task' => 'task',
476
477 // Report form. See example at https://timetracker.anuko.com/report.php
478 // (after generating a report at https://timetracker.anuko.com/reports.php).
479 // TODO: translate the following.
480 // 'form.report.export' => 'Export',
481 // 'form.report.assign_to_invoice' => 'Assign to invoice',
482 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
483
484 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
485 // TODO: translate the following.
486 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
487 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
488
489 // Templates form. See example at https://timetracker.anuko.com/templates.php
490 // TODO: translate the following.
491 // 'form.templates.active_templates' => 'Active Templates',
492 // 'form.templates.inactive_templates' => 'Inactive Templates',
493
494 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
495 // (you can get to this form after generating a report).
496 'form.invoice.number' => '发票号码',
497 'form.invoice.person' => '人', // TODO: is this correct?
498
499 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
500 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
501 // 'form.invoice.invoice_entries' => 'Invoice entries',
502 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
503
504 // Charts form. See example at https://timetracker.anuko.com/charts.php
505 // TODO: translate the following.
506 // 'form.charts.interval' => 'Interval',
507 // 'form.charts.chart' => 'Chart',
508
509 // Projects form. See example at https://timetracker.anuko.com/projects.php
510 // TODO: translate the following.
511 // 'form.projects.active_projects' => 'Active Projects',
512 // 'form.projects.inactive_projects' => 'Inactive Projects',
513
514 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
515 // TODO: translate the following.
516 // 'form.tasks.active_tasks' => 'Active Tasks',
517 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
518
519 // Users form. See example at https://timetracker.anuko.com/users.php
520 // TODO: translate the following.
521 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
522 'form.users.role' => '角色',
523 'form.users.manager' => '经理',
524 'form.users.comanager' => '合作经理人',
525 'form.users.rate' => '费率',
526 'form.users.default_rate' => '默认小时收费',
527
528 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
529 // TODO: translate the following.
530 // 'form.user_edit.swap_roles' => 'Swap roles',
531
532 // Roles form. See example at https://timetracker.anuko.com/roles.php
533 // TODO: translate the following.
534 // 'form.roles.active_roles' => 'Active Roles',
535 // 'form.roles.inactive_roles' => 'Inactive Roles',
536 // 'form.roles.rank' => 'Rank',
537 // 'form.roles.rights' => 'Rights',
538 // 'form.roles.assigned' => 'Assigned',
539 // 'form.roles.not_assigned' => 'Not assigned',
540
541 // Clients form. See example at https://timetracker.anuko.com/clients.php
542 // TODO: translate the following.
543 // 'form.clients.active_clients' => 'Active Clients',
544 // 'form.clients.inactive_clients' => 'Inactive Clients',
545
546 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
547 // TODO: translate the following.
548 // 'form.client.client_to_delete' => 'Client to delete',
549 // 'form.client.client_entries' => 'Client entries',
550
551 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
552 // TODO: replace "team" with "group" in the string below.
553 'form.export.hint' => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
554 'form.export.compression' => '压缩',
555 'form.export.compression_none' => '不压缩',
556 'form.export.compression_bzip' => 'bzip格式',
557
558 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
559 'form.import.hint' => '从xml文件导入团队数据。', // TODO: replace "team" with "group".
560 'form.import.file' => '选择档',
561 'form.import.success' => '成功完成导入。',
562
563 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
564 // TODO: replace "team" with "group" in the string below.
565 'form.groups.hint' => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
566
567 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
568 // TODO: translate the following.
569 // 'form.group_edit.12_hours' => '12 hours',
570 // 'form.group_edit.24_hours' => '24 hours',
571 // 'form.group_edit.display_options' => 'Display options',
572 // 'form.group_edit.show_holidays' => 'Show holidays',
573 // 'form.group_edit.tracking_mode' => 'Tracking mode',
574 // 'form.group_edit.mode_time' => 'time',
575 // 'form.group_edit.mode_projects' => 'projects',
576 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
577 // 'form.group_edit.record_type' => 'Record type',
578 // 'form.group_edit.type_all' => 'all',
579 // 'form.group_edit.type_start_finish' => 'start and finish',
580 // 'form.group_edit.type_duration' => 'duration',
581 // 'form.group_edit.punch_mode' => 'Punch mode',
582 // 'form.group_edit.allow_overlap' => 'Allow overlap',
583 // 'form.group_edit.future_entries' => 'Future entries',
584 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
585 // 'form.group_edit.confirm_save' => 'Confirm saving',
586 // 'form.group_edit.allow_ip' => 'Allow IP',
587
588 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
589 // TODO: translate the following.
590 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
591
592 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
593 'form.mail.from' => '从',
594 'form.mail.to' => '到',
595 // TODO: translate the following.
596 // 'form.mail.report_subject' => 'Time Tracker Report',
597 // '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.',
598 // 'form.mail.report_sent' => 'Report sent.',
599 'form.mail.invoice_sent' => '发票已送出。',
600
601 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
602 // TODO: translate the following.
603 // 'form.quota.year' => 'Year',
604 // 'form.quota.month' => 'Month',
605 // 'form.quota.workday_hours' => 'Hours in work day',
606 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
607
608 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
609 // TODO: translate the following.
610 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
611 // 'form.swap.swap_with' => 'Swap roles with',
612
613 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
614 // TODO: translate the following.
615 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
616 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
617
618 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
619 // TODO: translate the following.
620 // 'role.user.label' => 'User',
621 // 'role.user.low_case_label' => 'user',
622 // 'role.user.description' => 'A regular member without management rights.',
623 // 'role.client.label' => 'Client',
624 // 'role.client.low_case_label' => 'client',
625 // 'role.client.description' => 'A client can view its own data.',
626 // 'role.supervisor.label' => 'Supervisor',
627 // 'role.supervisor.low_case_label' => 'supervisor',
628 // 'role.supervisor.description' => 'A person with a small set of management rights.',
629 // 'role.comanager.label' => 'Co-manager',
630 // 'role.comanager.low_case_label' => 'co-manager',
631 // 'role.comanager.description' => 'A person with a big set of management functions.',
632 // 'role.manager.label' => 'Manager',
633 // 'role.manager.low_case_label' => 'manager',
634 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
635 // 'role.top_manager.label' => 'Top manager',
636 // 'role.top_manager.low_case_label' => 'top manager',
637 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
638 // 'role.admin.label' => 'Administrator',
639 // 'role.admin.low_case_label' => 'administrator',
640 // 'role.admin.description' => 'Site adminsitrator.',
641
642 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
643 // TODO: translate the following.
644 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
645 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
646 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
647 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
648 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
649 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
650
651 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
652 // TODO: translate the following.
653 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
654 );