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