Some refactoring of labels 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 = '简体中文';
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 'menu.time' => '时间记录',
51 'menu.expenses' => '费用',
52 'menu.reports' => '报告',
53 'menu.charts' => '图表',
54 'menu.projects' => '项目',
55 'menu.tasks' => '任务',
56 'menu.users' => '用户',
57 'menu.teams' => '团队',
58 'menu.export' => '导出数据',
59 'menu.clients' => '客户',
60 'menu.options' => '选项',
61
62 // Footer - strings on the bottom of most pages.
63 'footer.contribute_msg' => '你可以以不同的方式为Time Tracker提建议。',
64 'footer.credits' => '信用',
65 'footer.license' => '许可证',
66 'footer.improve' => '投稿',
67
68 // Error messages.
69 'error.access_denied' => '拒绝访问。',
70 'error.sys' => '系统错误。',
71 'error.db' => '数据库错误。',
72 'error.field' => '不正确的"{0}"数据。',
73 'error.empty' => '栏目"{0}"为空。',
74 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"。',
75 // TODO: translate the following.
76 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
77 // 'error.project' => 'Select project.',
78 // 'error.task' => 'Select task.',
79 // 'error.client' => 'Select client.',
80 // 'error.report' => 'Select report.',
81 // 'error.record' => 'Select record.',
82 'error.auth' => '不正确的用户名或密码。',
83 'error.user_exists' => '该用户登录信息已经存在。',
84 'error.project_exists' => '该项目名称已经存在。',
85 // TODO: translate the following.
86 // 'error.task_exists' => 'Task with this name already exists.',
87 'error.client_exists' => '具有此名称的客户端已经存在。',
88 // TODO: translate the following.
89 // 'error.invoice_exists' => 'Invoice with this number already exists.',
90 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
91 'error.no_login' => '没有该登录信息的用户。',
92 // TODO: translate the following.
93 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
94 'error.upload' => '上传文件出错。',
95 'error.range_locked' => '日期范围锁定。',
96 'error.mail_send' => '发送邮件时出错。',
97 'error.no_email' => '没有电子邮件与该用户名关联。',
98 'error.uncompleted_exists' => '未完成的条目已经存在。关闭或删除。',
99 'error.goto_uncompleted' => '进入未完成的条目。',
100 // TODO: translate the following.
101 // 'error.overlap' => 'Time interval overlaps with existing records.',
102 // 'error.future_date' => 'Date is in future.',
103
104 // Labels for buttons.
105 'button.login' => '登录',
106 'button.now' => '当前时间',
107 'button.save' => '保存',
108 // TODO: translate the following.
109 // 'button.copy' => 'Copy',
110 'button.cancel' => '取消',
111 'button.submit' => '提交',
112 // TODO: translate the following.
113 // 'button.add_user' => 'Add user',
114 // 'button.add_project' => 'Add project',
115 // 'button.add_task' => 'Add task',
116 // 'button.add_client' => 'Add client',
117 // 'button.add_invoice' => 'Add invoice',
118 // 'button.add_option' => 'Add option',
119 'button.add' => '添加',
120 'button.generate' => '创建',
121 'button.reset_password' => '重置密码',
122 'button.send' => '发送',
123 'button.send_by_email' => '通过邮件发送',
124 // TODO: translate the following.
125 // 'button.create_team' => 'Create team',
126 'button.export' => '导出团队信息',
127 'button.import' => '导入团队信息',
128 // TODO: translate the following.
129 // 'button.close' => 'Close',
130 // 'button.stop' => 'Stop',
131
132 // Labels for controls on forms. Labels in this section are used on multiple forms.
133 'label.team_name' => '团队名称',
134 // TODO: translate the following.
135 // 'label.address' => 'Address',
136 'label.currency' => '货币',
137 'label.manager_name' => '管理员姓名',
138 'label.manager_login' => '管理员登录',
139
140
141
142 // TODO: refactoring ongoing down from here.
143
144 // TODO: translate the following.
145 // 'label.person_name' => 'Name',
146 // 'label.thing_name' => 'Name',
147 // 'label.login' => 'Login',
148 'label.password' => '密码',
149 'label.confirm_password' => '确认密码',
150 'label.email' => '电子邮件',
151 'label.cc' => '抄送',
152 // TODO: translate the following.
153 // 'label.bcc' => 'Bcc',
154 'label.subject' => '主题',
155 // 'label.date' => 'Date',
156 // 'label.start_date' => 'Start date',
157 // 'label.end_date' => 'End date',
158 // 'label.user' => 'User',
159 // 'label.users' => 'Users',
160 // 'label.client' => 'Client',
161 // 'label.clients' => 'Clients',
162 // 'label.option' => 'Option',
163 // 'label.invoice' => 'Invoice',
164 // 'label.project' => 'Project',
165 // 'label.projects' => 'Projects',
166 // 'label.task' => 'Task',
167 // 'label.tasks' => 'Tasks',
168 // 'label.description' => 'Description',
169 // 'label.start' => 'Start',
170 // 'label.finish' => 'Finish',
171 // 'label.duration' => 'Duration',
172 // 'label.note' => 'Note',
173 // 'label.notes' => 'Notes',
174 // 'label.item' => 'Item',
175 // 'label.cost' => 'Cost',
176 // 'label.day_total' => 'Day total',
177 // 'label.week_total' => 'Week total',
178 // 'label.month_total' => 'Month total',
179 // 'label.today' => 'Today',
180 // 'label.total_hours' => 'Total hours',
181 // 'label.total_cost' => 'Total cost',
182 // 'label.view' => 'View',
183 // 'label.edit' => 'Edit',
184 'label.delete' => '删除',
185 // TODO: Translate the following.
186 // 'label.configure' => 'Configure',
187 // 'label.select_all' => 'Select all',
188 // 'label.select_none' => 'Deselect all',
189 // 'label.day_view' => 'Day view',
190 // 'label.week_view' => 'Week view',
191 // 'label.id' => 'ID',
192 // 'label.language' => 'Language',
193 // 'label.decimal_mark' => 'Decimal mark',
194 // 'label.date_format' => 'Date format',
195 // 'label.time_format' => 'Time format',
196 // 'label.week_start' => 'First day of week',
197 // 'label.comment' => 'Comment',
198 // 'label.status' => 'Status',
199 // 'label.tax' => 'Tax',
200 // 'label.subtotal' => 'Subtotal',
201 'label.total' => '总计',
202 // TODO: Translate the following.
203 // 'label.client_name' => 'Client name',
204 // 'label.client_address' => 'Client address',
205 // 'label.or' => 'or',
206 // 'label.error' => 'Error',
207 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
208 // 'label.required_fields' => '* - required fields',
209 // 'label.on_behalf' => 'on behalf of',
210 // 'label.role_manager' => '(manager)',
211 // 'label.role_comanager' => '(co-manager)',
212 // 'label.role_admin' => '(administrator)',
213 'label.page' => '页码',
214 // TODO: translate the following.
215 // 'label.condition' => 'Condition',
216 // 'label.yes' => 'yes',
217 // 'label.no' => 'no',
218 // Labels for plugins (extensions to Time Tracker that provide additional features).
219 // TODO: Translate the following.
220 // 'label.custom_fields' => 'Custom fields',
221 // 'label.monthly_quotas' => 'Monthly quotas',
222 // 'label.type' => 'Type',
223 // 'label.type_dropdown' => 'dropdown',
224 // 'label.type_text' => 'text',
225 // 'label.required' => 'Required',
226 // 'label.fav_report' => 'Favorite report',
227 // 'label.cron_schedule' => 'Cron schedule',
228 // 'label.what_is_it' => 'What is it?',
229 // 'label.expense' => 'Expense',
230 // 'label.quantity' => 'Quantity',
231 // 'label.paid_status' => 'Paid status',
232 // 'label.paid' => 'Paid',
233 // 'label.mark_paid' => 'Mark paid',
234
235 // Form titles.
236 // TODO: Translate the following.
237 // 'title.login' => 'Login',
238 // 'title.teams' => 'Teams',
239 // 'title.create_team' => 'Creating Team',
240 // 'title.edit_team' => 'Editing Team',
241 // 'title.delete_team' => 'Deleting Team',
242 // 'title.reset_password' => 'Resetting Password',
243 // 'title.change_password' => 'Changing Password',
244 // 'title.time' => 'Time',
245 // 'title.edit_time_record' => 'Editing Time Record',
246 // 'title.delete_time_record' => 'Deleting Time Record',
247 // 'title.expenses' => 'Expenses',
248 // 'title.edit_expense' => 'Editing Expense Item',
249 // 'title.delete_expense' => 'Deleting Expense Item',
250 // 'title.predefined_expenses' => 'Predefined Expenses',
251 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
252 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
253 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
254 // 'title.reports' => 'Reports',
255 // 'title.report' => 'Report',
256 // 'title.send_report' => 'Sending Report',
257 // 'title.invoice' => 'Invoice',
258 // 'title.send_invoice' => 'Sending Invoice',
259 // 'title.charts' => 'Charts',
260 // 'title.projects' => 'Projects',
261 // 'title.add_project' => 'Adding Project',
262 // 'title.edit_project' => 'Editing Project',
263 // 'title.delete_project' => 'Deleting Project',
264 // 'title.tasks' => 'Tasks',
265 // 'title.add_task' => 'Adding Task',
266 // 'title.edit_task' => 'Editing Task',
267 // 'title.delete_task' => 'Deleting Task',
268 // 'title.users' => 'Users',
269 // 'title.add_user' => 'Adding User',
270 // 'title.edit_user' => 'Editing User',
271 // 'title.delete_user' => 'Deleting User',
272 // 'title.clients' => 'Clients',
273 // 'title.add_client' => 'Adding Client',
274 // 'title.edit_client' => 'Editing Client',
275 // 'title.delete_client' => 'Deleting Client',
276 // 'title.invoices' => 'Invoices',
277 // 'title.add_invoice' => 'Adding Invoice',
278 // 'title.view_invoice' => 'Viewing Invoice',
279 // 'title.delete_invoice' => 'Deleting Invoice',
280 // 'title.notifications' => 'Notifications',
281 // 'title.add_notification' => 'Adding Notification',
282 // 'title.edit_notification' => 'Editing Notification',
283 // 'title.delete_notification' => 'Deleting Notification',
284 //  'title.monthly_quotas' => 'Monthly Quotas',
285 // 'title.export' => 'Exporting Team Data',
286 // 'title.import' => 'Importing Team Data',
287 // 'title.options' => 'Options',
288 // 'title.profile' => 'Profile',
289 // 'title.cf_custom_fields' => 'Custom Fields',
290 // 'title.cf_add_custom_field' => 'Adding Custom Field',
291 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
292 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
293 // 'title.cf_dropdown_options' => 'Dropdown Options',
294 // 'title.cf_add_dropdown_option' => 'Adding Option',
295 // 'title.cf_edit_dropdown_option' => 'Editing Option',
296 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
297 // // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
298 // // It is also a name for the Locking plugin on the Team profile page.
299 // 'title.locking' => 'Locking',
300
301
302
303 // TODO: everything below needs serious work and be synchronized with the master English file.
304 // For example, form.filter.project property no longer exists, and so on.
305
306 // If you intend to improve perhaps go in small steps and coordinate with the maintainer if anything is unclear.
307 "form.filter.project" => '项目',
308 "form.filter.filter" => '收藏的报告',
309 "form.filter.filter_new" => '保存到我的收藏夹',
310 "form.filter.filter_confirm_delete" => '您确认要删除收藏的这个报告吗?',
311
312 // login form attributes
313 "form.login.title" => '登录',
314 "form.login.login" => '登录',
315
316 // password reminder form attributes
317 "form.fpass.title" => '重设密码',
318 "form.fpass.login" => '登录',
319 "form.fpass.send_pass_str" => '密码重设请求已经发送',
320 "form.fpass.send_pass_subj" => 'Anuko时间追踪器密码重设请求',
321 // Note to translators: the ending of this string below needs to be translated.
322 "form.fpass.send_pass_body" => "亲爱的用户,\n\n有人,也可能是您自己,请求重新设置您的Anuko时间追踪器密码。如果您希望重设您的密码,请访问下面的连结:\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",
323 "form.fpass.reset_comment" => "要重设密码,请输入新密码并点击保存按钮",
324
325 // administrator form
326 "form.admin.title" => '管理员',
327 "form.admin.duty_text" => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
328
329 "form.admin.change_pass" => '修改管理员账号的密码',
330 "form.admin.profile.title" => '团队',
331 "form.admin.profile.noprofiles" => '您的数据库没有任何记录。请以管理员身份登录并创建一个新团队。',
332 "form.admin.profile.comment" => '删除团队',
333 "form.admin.profile.th.id" => 'ID号',
334 "form.admin.profile.th.name" => '姓名',
335 "form.admin.profile.th.edit" => '编辑',
336 "form.admin.profile.th.del" => '删除',
337 "form.admin.profile.th.active" => '启用',
338 "form.admin.options" => '选项',
339 "form.admin.custom_date_format" => "日期格式",
340 "form.admin.custom_time_format" => "时间格式",
341 "form.admin.start_week" => "每周的第一天",
342
343 // my time form attributes
344 "form.mytime.title" => '我的时间记录',
345 "form.mytime.edit_title" => '编辑时间记录',
346 "form.mytime.del_str" => '删除时间记录',
347 "form.mytime.time_form" => ' (时:分)',
348 "form.mytime.date" => '日期',
349 "form.mytime.project" => '项目',
350 "form.mytime.activity" => '活动',
351 "form.mytime.start" => '开始',
352 "form.mytime.finish" => '结束',
353 "form.mytime.duration" => '持续时间',
354 "form.mytime.note" => '备注',
355 "form.mytime.behalf" => '每日工作,人员:',
356 "form.mytime.daily" => '每日工作',
357 "form.mytime.total" => '总小时数: ',
358 "form.mytime.th.project" => '项目',
359 "form.mytime.th.activity" => '活动',
360 "form.mytime.th.start" => '开始',
361 "form.mytime.th.finish" => '结束',
362 "form.mytime.th.duration" => '持续时间',
363 "form.mytime.th.note" => '备注',
364 "form.mytime.th.edit" => '编辑',
365 "form.mytime.th.delete" => '删除',
366 "form.mytime.del_yes" => '成功删除时间记录',
367 "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。',
368 "form.mytime.billable" => '计费时间',
369 "form.mytime.warn_tozero_rec" => '由于这段时间是锁定的,该时间记录必须删除',
370 "form.mytime.uncompleted" => '未完成',
371
372 // profile form attributes
373 // Note to translators: we need a more accurate translation of form.profile.create_title
374 "form.profile.create_title" => '新建管理账号',
375 "form.profile.edit_title" => '编辑简介',
376 "form.profile.name" => '名字',
377 "form.profile.login" => '登录',
378
379 "form.profile.showchart" => '显示饼状图',
380 "form.profile.lang" => '语言',
381 "form.profile.custom_date_format" => "日期格式",
382 "form.profile.custom_time_format" => "时间格式",
383 "form.profile.default_format" => "(默认)",
384 "form.profile.start_week" => "每周的第一天",
385
386 // people form attributes
387 "form.people.ppl_str" => '人员',
388 "form.people.createu_str" => '新建用户',
389 "form.people.edit_str" => '编辑用户',
390 "form.people.del_str" => '删除用户',
391 "form.people.th.name" => '姓名',
392 "form.people.th.login" => '登录',
393 "form.people.th.role" => '角色',
394 "form.people.th.edit" => '编辑',
395 "form.people.th.del" => '删除',
396 "form.people.th.status" => '状态',
397 "form.people.th.project" => '项目',
398 "form.people.th.rate" => '费率',
399 "form.people.manager" => '经理',
400 "form.people.comanager" => '合作经理人',
401 "form.people.empl" => '用户',
402 "form.people.name" => '姓名',
403 "form.people.login" => '登录',
404
405 "form.people.rate" => '默认小时收费',
406 "form.people.comanager" => '合作经理人',
407 "form.people.projects" => '项目',
408
409 // projects form attributes
410 "form.project.proj_title" => '项目',
411 "form.project.edit_str" => '编辑项目',
412 "form.project.add_str" => '添加新项目',
413 "form.project.del_str" => '删除项目',
414 "form.project.th.name" => '名称',
415 "form.project.th.edit" => '编辑',
416 "form.project.th.del" => '删除',
417 "form.project.name" => '名称',
418
419 // activities form attributes
420 "form.activity.act_title" => '活动',
421 "form.activity.add_title" => '新建活动',
422 "form.activity.edit_str" => '编辑活动',
423 "form.activity.del_str" => '删除活动',
424 "form.activity.name" => '名称',
425 "form.activity.project" => '项目',
426 "form.activity.th.name" => '名称',
427 "form.activity.th.project" => '项目',
428 "form.activity.th.edit" => '编辑',
429 "form.activity.th.del" => '删除',
430
431 // report attributes
432 "form.report.title" => '报告',
433 "form.report.from" => '开始日期',
434 "form.report.to" => '结束日期',
435 "form.report.groupby_user" => '用户',
436 "form.report.groupby_project" => '项目',
437 "form.report.groupby_activity" => '活动',
438 "form.report.duration" => '持续时间',
439 "form.report.start" => '开始',
440 "form.report.activity" => '活动',
441 "form.report.show_idle" => '显示空闲',
442 "form.report.finish" => '结束',
443 "form.report.note" => '备注',
444 "form.report.project" => '项目',
445 "form.report.totals_only" => '仅仅今天',
446 "form.report.total" => '总计时间',
447 "form.report.th.empllist" => '用户',
448 "form.report.th.date" => '日期',
449 "form.report.th.project" => '项目',
450 "form.report.th.activity" => '活动',
451 "form.report.th.start" => '开始',
452 "form.report.th.finish" => '结束',
453 "form.report.th.duration" => '持续时间',
454 "form.report.th.note" => '备注',
455
456 // mail form attributes
457 "form.mail.from" => '从',
458 "form.mail.to" => '到',
459 "form.mail.comment" => '留言',
460 "form.mail.above" => '通过电子邮件发送该报告',
461 // Note to translators: this string needs to be translated.
462  "form.mail.footer_str" => 'anuko时间跟踪器是一种简单、易用、开放源码的时间跟踪系统。 看<a href ="https://www.anuko.com"> www.anuko网</a>更多信息。',
463 "form.mail.sending_str" => '<b>消息已发送</b>',
464
465 // invoice attributes
466 "form.invoice.title" => '发票',
467 "form.invoice.caption" => '发票',
468 "form.invoice.above" => '发票附加信息',
469 "form.invoice.select_cust" => '选择客户',
470 "form.invoice.fillform" => '填写该栏目',
471 "form.invoice.date" => '日期',
472 "form.invoice.number" => '发票号码',
473 "form.invoice.tax" => '税',
474 "form.invoice.comment" => '留言',
475 "form.invoice.th.username" => '收费人',
476 "form.invoice.th.time" => '小时数',
477 "form.invoice.th.rate" => '费率',
478 "form.invoice.th.summ" => '账号',
479 "form.invoice.subtotal" => '共计',
480 "form.invoice.customer" => '客户',
481 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
482 "form.invoice.sending_str" => '<b>发票已送出</b>',
483
484 "form.migration.zip" => '压缩',
485 "form.migration.file" => '选择档',
486 "form.migration.import.title" => '导入数据',
487 "form.migration.import.success" => '成功完成导入',
488 "form.migration.import.text" => '从xml文件导入团队数据',
489 "form.migration.export.title" => '导出数据',
490 "form.migration.export.success" => '导出成功',
491 "form.migration.export.text" => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
492 "form.migration.compression.none" => '不压缩',
493 "form.migration.compression.gzip" => 'gzip格式',
494 "form.migration.compression.bzip" => 'bzip格式',
495
496 "form.client.title" => '客户',
497 "form.client.add_title" => '添加客户',
498 "form.client.edit_title" => '编辑客户',
499 "form.client.del_title" => '删除客户',
500 "form.client.th.name" => '姓名',
501 "form.client.th.edit" => '编辑',
502 "form.client.th.del" => '删除',
503 "form.client.name" => '姓名',
504 "form.client.tax" => '税',
505 "form.client.comment" => '备注',
506
507 // miscellaneous strings
508 "forward.forgot_password" => '忘记密码?',
509 "forward.edit" => '编辑',
510 "forward.delete" => '删除',
511 "forward.tocsvfile" => '将数据导出到.csv文件',
512 "forward.toxmlfile" => '将数据导出到.xml文件',
513 "forward.geninvoice" => '生成发票',
514 "forward.change" => '客户设置',
515
516 // strings inside contols on forms
517 "controls.select.project" => '--- 选择项目 ---',
518 "controls.select.activity" => '--- 选择活动 ---',
519 "controls.select.client" => '--- 选择客户 ---',
520 "controls.project_bind" => '--- 全部 ---',
521 "controls.all" => '--- 全部 ---',
522 "controls.notbind" => '--- 无 ---',
523 "controls.per_tm" => '本月',
524 "controls.per_lm" => '上个月',
525 "controls.per_tw" => '本周',
526 "controls.per_lw" => '上周',
527 "controls.per_td" => '今天',
528 "controls.per_at" => '全部时间',
529 "controls.per_ty" => '今年',
530 "controls.sel_period" => '--- 选择时间段 ---',
531 "controls.sel_groupby" => '--- 没有分组 ---',
532 "controls.inc_billable" => '计费时间',
533 "controls.inc_nbillable" => '非计费时间',
534 "controls.default" => '--- 默认 ---',
535
536 // labels
537 "label.chart.title1" => '活动用户',
538 "label.chart.title2" => '项目用户',
539 "label.chart.period" => '图表期限',
540
541 "label.pinfo" => '%s, %s',
542 "label.pinfo2" => '%s',
543 "label.pbehalf_info" => '%s %s <b>代表%s</b>',
544 "label.pminfo" => ' (经理)',
545 "label.pcminfo" => ' (合作经理人)',
546 "label.painfo" => ' (管理员)',
547 "label.time_noentry" => '没有条目',
548 "label.today" => '今天',
549 "label.req_fields" => '* 必填栏目',
550 "label.sel_project" => '选择项目',
551 "label.sel_activity" => '选择活动',
552 "label.sel_tp" => '选择时间段',
553 "label.set_tp" => '或设定日期',
554 "label.fields" => '显示栏目',
555 "label.group_title" => '分组方式:',
556 "label.include_title" => '包含记录',
557 "label.inv_str" => '发票',
558 "label.set_empl" => '选择用户',
559 "label.sel_all" => '全部选择',
560 "label.sel_none" => '全部不选',
561 "label.or" => '或',
562 "label.disable" => '禁用',
563 "label.enable" => '启用',
564 "label.filter" => '过滤器',
565 "label.timeweek" => '一周总计',
566 "label.hrs" => '小时',
567 "label.errors" => '错误',
568 "label.ldap_hint" => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
569 // Note to translators: strings below must be translated.
570  "label.calendar_today" => '今天',
571  "label.calendar_close" => '关闭',
572
573 // login hello text
574  "login.hello.text" => "anuko时间跟踪器是一种简单、易用、开放源代码的实时跟踪系统。",
575 );