A bit more cleanup in translations.
[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' => '选择客户。',
81 // TODO: translate the following.
82 // 'error.report' => 'Select report.',
83 // 'error.record' => 'Select record.',
84 'error.auth' => '不正确的用户名或密码。',
85 'error.user_exists' => '该用户登录信息已经存在。',
86 'error.project_exists' => '该项目名称已经存在。',
87 // TODO: translate the following.
88 // 'error.task_exists' => 'Task with this name already exists.',
89 'error.client_exists' => '具有此名称的客户端已经存在。',
90 // TODO: translate the following.
91 // 'error.invoice_exists' => 'Invoice with this number already exists.',
92 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
93 'error.no_login' => '没有该登录信息的用户。',
94 // TODO: translate the following.
95 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
96 'error.upload' => '上传文件出错。',
97 'error.range_locked' => '日期范围锁定。',
98 'error.mail_send' => '发送邮件时出错。',
99 'error.no_email' => '没有电子邮件与该用户名关联。',
100 'error.uncompleted_exists' => '未完成的条目已经存在。关闭或删除。',
101 'error.goto_uncompleted' => '进入未完成的条目。',
102 // TODO: translate the following.
103 // 'error.overlap' => 'Time interval overlaps with existing records.',
104 // 'error.future_date' => 'Date is in future.',
105
106 // Labels for buttons.
107 'button.login' => '登录',
108 'button.now' => '当前时间',
109 'button.save' => '保存',
110 // TODO: translate the following.
111 // 'button.copy' => 'Copy',
112 'button.cancel' => '取消',
113 'button.submit' => '提交',
114 // TODO: translate the following.
115 // 'button.add_user' => 'Add user',
116 // 'button.add_project' => 'Add project',
117 // 'button.add_task' => 'Add task',
118 // 'button.add_client' => 'Add client',
119 // 'button.add_invoice' => 'Add invoice',
120 // 'button.add_option' => 'Add option',
121 'button.add' => '添加',
122 'button.generate' => '创建',
123 'button.reset_password' => '重置密码',
124 'button.send' => '发送',
125 'button.send_by_email' => '通过邮件发送',
126 // TODO: translate the following.
127 // 'button.create_team' => 'Create team',
128 'button.export' => '导出团队信息',
129 'button.import' => '导入团队信息',
130 'button.close' => '关闭',
131 // TODO: translate the following.
132 // 'button.stop' => 'Stop',
133
134 // Labels for controls on forms. Labels in this section are used on multiple forms.
135 'label.team_name' => '团队名称',
136 // TODO: translate the following.
137 // 'label.address' => 'Address',
138 'label.currency' => '货币',
139 'label.manager_name' => '管理员姓名',
140 'label.manager_login' => '管理员登录',
141 'label.person_name' => '姓名',
142 'label.thing_name' => '名称',
143 'label.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 'label.date' => '日期',
152 'label.start_date' => '开始日期',
153 'label.end_date' => '结束日期',
154 'label.user' => '用户',
155 'label.users' => '用户',
156 'label.client' => '客户',
157 'label.clients' => '客户',
158 'label.option' => '选项',
159 'label.invoice' => '发票',
160 'label.project' => '项目',
161 'label.projects' => '项目',
162 // TODO: translate the following.
163 // 'label.task' => 'Task',
164 // 'label.tasks' => 'Tasks',
165 // 'label.description' => 'Description',
166 'label.start' => '开始',
167 'label.finish' => '结束',
168 'label.duration' => '持续时间',
169 'label.note' => '备注',
170 'label.notes' => '备注',
171 // TODO: translate the following.
172 // 'label.item' => 'Item',
173 // 'label.cost' => 'Cost',
174 // 'label.day_total' => 'Day total',
175 'label.week_total' => '一周总计',
176 // TODO: translate the following.
177 // 'label.month_total' => 'Month total',
178 'label.today' => '今天',
179 // TODO: translate the following.
180 // 'label.total_hours' => 'Total hours',
181 // 'label.total_cost' => 'Total cost',
182 // 'label.view' => 'View',
183 'label.edit' => '编辑',
184 'label.delete' => '删除',
185 // TODO: translate the following.
186 // 'label.configure' => 'Configure',
187 'label.select_all' => '全部选择',
188 'label.select_none' => '全部不选',
189 // TODO: translate the following.
190 // 'label.day_view' => 'Day view',
191 // 'label.week_view' => 'Week view',
192 // 'label.id' => 'ID',
193 'label.language' => '语言',
194 // TODO: translate the following.
195 // 'label.decimal_mark' => 'Decimal mark',
196 'label.date_format' => '日期格式',
197 'label.time_format' => '时间格式',
198 'label.week_start' => '每周的第一天',
199 'label.comment' => '留言',
200 'label.status' => '状态',
201 'label.tax' => '税',
202 // TODO: translate the following.
203 // 'label.subtotal' => 'Subtotal',
204 'label.total' => '总计',
205 // TODO: translate the following.
206 // 'label.client_name' => 'Client name',
207 // 'label.client_address' => 'Client address',
208 'label.or' => '或',
209 // TODO: translate the following.
210 // 'label.error' => 'Error',
211 'label.ldap_hint' => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
212 'label.required_fields' => '* 必填栏目',
213 'label.on_behalf' => '代表',
214 'label.role_manager' => '(经理)',
215 'label.role_comanager' => '(合作经理人)',
216 'label.role_admin' => '(管理员)',
217 'label.page' => '页码',
218 // TODO: translate the following.
219 // 'label.condition' => 'Condition',
220 // 'label.yes' => 'yes',
221 // 'label.no' => 'no',
222 // Labels for plugins (extensions to Time Tracker that provide additional features).
223 // TODO: translate the following.
224 // 'label.custom_fields' => 'Custom fields',
225 // 'label.monthly_quotas' => 'Monthly quotas',
226 // 'label.type' => 'Type',
227 // 'label.type_dropdown' => 'dropdown',
228 // 'label.type_text' => 'text',
229 // 'label.required' => 'Required',
230 'label.fav_report' => '收藏的报告',
231 // TODO: translate the following.
232 // 'label.cron_schedule' => 'Cron schedule',
233 // 'label.what_is_it' => 'What is it?',
234 // 'label.expense' => 'Expense',
235 // 'label.quantity' => 'Quantity',
236 // 'label.paid_status' => 'Paid status',
237 // 'label.paid' => 'Paid',
238 // 'label.mark_paid' => 'Mark paid',
239 // 'label.week_note' => 'Week note',
240 // 'label.week_list' => 'Week list',
241
242 // Form titles.
243 'title.login' => '登录',
244 // TODO: translate the following.
245 // 'title.teams' => 'Teams',
246 // 'title.create_team' => 'Creating Team',
247 // 'title.edit_team' => 'Editing Team',
248 // 'title.delete_team' => 'Deleting Team',
249 'title.reset_password' => '重设密码',
250 // TODO: translate the following.
251 // 'title.change_password' => 'Changing Password',
252 // 'title.time' => 'Time',
253 // 'title.edit_time_record' => 'Editing Time Record',
254 // 'title.delete_time_record' => 'Deleting Time Record',
255 // 'title.expenses' => 'Expenses',
256 // 'title.edit_expense' => 'Editing Expense Item',
257 // 'title.delete_expense' => 'Deleting Expense Item',
258 // 'title.predefined_expenses' => 'Predefined Expenses',
259 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
260 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
261 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
262 // 'title.reports' => 'Reports',
263 // 'title.report' => 'Report',
264 // 'title.send_report' => 'Sending Report',
265 'title.invoice' => '发票',
266 // TODO: translate the following.
267 // 'title.send_invoice' => 'Sending Invoice',
268 // 'title.charts' => 'Charts',
269 'title.projects' => '项目',
270 'title.add_project' => '添加项目',
271 'title.edit_project' => '编辑项目',
272 'title.delete_project' => '删除项目',
273 // TODO: translate the following.
274 // 'title.tasks' => 'Tasks',
275 // 'title.add_task' => 'Adding Task',
276 // 'title.edit_task' => 'Editing Task',
277 // 'title.delete_task' => 'Deleting Task',
278 'title.users' => '用户',
279 // TODO: translate the following.
280 // 'title.add_user' => 'Adding User',
281 // 'title.edit_user' => 'Editing User',
282 // 'title.delete_user' => 'Deleting User',
283 'title.clients' => '客户',
284 'title.add_client' => '添加客户',
285 'title.edit_client' => '编辑客户',
286 'title.delete_client' => '删除客户',
287 'title.invoices' => '发票',
288 // TODO: translate the following.
289 // 'title.add_invoice' => 'Adding Invoice',
290 // 'title.view_invoice' => 'Viewing Invoice',
291 // 'title.delete_invoice' => 'Deleting Invoice',
292 // 'title.notifications' => 'Notifications',
293 // 'title.add_notification' => 'Adding Notification',
294 // 'title.edit_notification' => 'Editing Notification',
295 // 'title.delete_notification' => 'Deleting Notification',
296 // 'title.monthly_quotas' => 'Monthly Quotas',
297 // 'title.export' => 'Exporting Team Data',
298 // 'title.import' => 'Importing Team Data',
299 'title.options' => '选项',
300 'title.profile' => '简介',
301 // TODO: translate the following.
302 // 'title.cf_custom_fields' => 'Custom Fields',
303 // 'title.cf_add_custom_field' => 'Adding Custom Field',
304 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
305 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
306 // 'title.cf_dropdown_options' => 'Dropdown Options',
307 // 'title.cf_add_dropdown_option' => 'Adding Option',
308 // 'title.cf_edit_dropdown_option' => 'Editing Option',
309 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
310 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
311 // It is also a name for the Locking plugin on the Team profile page.
312 // 'title.locking' => 'Locking',
313 // 'title.week_view' => 'Week View',
314
315 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
316 // Strings that are used in a single form must go to the specific form section.
317 'dropdown.all' => '--- 全部 ---',
318 'dropdown.no' => '--- 无 ---',
319 'dropdown.current_day' => '今天',
320 'dropdown.previous_day' => '昨天',
321 'dropdown.selected_day' => '天',
322 'dropdown.current_week' => '本周',
323 'dropdown.previous_week' => '上周',
324 'dropdown.selected_week' => '周',
325 'dropdown.current_month' => '本月',
326 'dropdown.previous_month' => '上个月', // TODO: is this correct? Not 上月?
327 'dropdown.selected_month' => '月',
328 'dropdown.current_year' => '今年',
329 // TODO: translate the following.
330 // 'dropdown.previous_year' => 'previous year',
331 // 'dropdown.selected_year' => 'year',
332 'dropdown.all_time' => '全部时间',
333 'dropdown.projects' => '项目',
334 // TODO: translate the following.
335 // 'dropdown.tasks' => 'tasks',
336 'dropdown.clients' => '客户',
337 // TODO: translate the following.
338 // 'dropdown.select' => '--- select ---',
339 // 'dropdown.select_invoice' => '--- select invoice ---',
340 // 'dropdown.status_active' => 'active',
341 // 'dropdown.status_inactive' => 'inactive',
342 // 'dropdown.delete'=>'delete',
343 // 'dropdown.do_not_delete'=>'do not delete',
344 // 'dropdown.paid' => 'paid',
345 // 'dropdown.not_paid' => 'not paid',
346
347 // Login form. See example at https://timetracker.anuko.com/login.php.
348 'form.login.forgot_password' => '忘记密码?',
349 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> 是一种简单、易用、开放源代码的实时跟踪系统。',
350
351 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
352 'form.reset_password.message' => '密码重设请求已经发送。', // TODO: Add "by email" to match the English string.
353 'form.reset_password.email_subject' => 'Anuko时间追踪器密码重设请求',
354 // TODO: translate the ending of the following.
355 'form.reset_password.email_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",
356
357 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
358 // TODO: translate the following.
359 // 'form.change_password.tip' => 'Type new password and click on Save.',
360
361 // Time form. See example at https://timetracker.anuko.com/time.php.
362 // TODO: translate the following.
363 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
364 'form.time.billable' => '计费时间',
365 // TODO: translate the following.
366 // 'form.time.uncompleted' => 'Uncompleted',
367 // 'form.time.remaining_quota' => 'Remaining quota',
368 // 'form.time.over_quota' => 'Over quota',
369
370 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
371 // TODO: translate the following.
372 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
373
374 // Week view form. See example at https://timetracker.anuko.com/week.php.
375 // TODO: translate the following.
376 // 'form.week.new_entry' => 'New entry',
377
378 // Reports form. See example at https://timetracker.anuko.com/reports.php
379 'form.reports.save_as_favorite' => '保存到我的收藏夹',
380 'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
381 'form.reports.include_billable' => '计费时间',
382 'form.reports.include_not_billable' => '非计费时间',
383 // TODO: translate the following.
384 // 'form.reports.include_invoiced' => 'invoiced',
385 // 'form.reports.include_not_invoiced' => 'not invoiced',
386 'form.reports.select_period' => '选择时间段',
387 'form.reports.set_period' => '或设定日期',
388 'form.reports.show_fields' => '显示栏目',
389 'form.reports.group_by' => '分组方式',
390 'form.reports.group_by_no' => '--- 没有分组 ---',
391 'form.reports.group_by_date' => '日期',
392 'form.reports.group_by_user' => '用户',
393 // TODO: translate the following.
394 // 'form.reports.group_by_client' => 'client',
395 'form.reports.group_by_project' => '项目',
396 // TODO: translate the following.
397 // 'form.reports.group_by_task' => 'task',
398 // 'form.reports.totals_only' => 'Totals only',
399
400 // Report form. See example at https://timetracker.anuko.com/report.php
401 // (after generating a report at https://timetracker.anuko.com/reports.php).
402 // TODO: translate the following.
403 // 'form.report.export' => 'Export',
404 // 'form.report.assign_to_invoice' => 'Assign to invoice',
405
406 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
407 // (you can get to this form after generating a report).
408 'form.invoice.number' => '发票号码',
409 'form.invoice.person' => '人', // TODO: is this correct?
410
411 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
412 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
413 // 'form.invoice.invoice_entries' => 'Invoice entries',
414 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
415
416 // Charts form. See example at https://timetracker.anuko.com/charts.php
417 // TODO: translate the following.
418 // 'form.charts.interval' => 'Interval',
419 // 'form.charts.chart' => 'Chart',
420
421 // Projects form. See example at https://timetracker.anuko.com/projects.php
422 // TODO: translate the following.
423 // 'form.projects.active_projects' => 'Active Projects',
424 // 'form.projects.inactive_projects' => 'Inactive Projects',
425
426 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
427 // TODO: translate the following.
428 // 'form.tasks.active_tasks' => 'Active Tasks',
429 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
430
431 // Users form. See example at https://timetracker.anuko.com/users.php
432 // TODO: translate the following.
433 // 'form.users.active_users' => 'Active Users',
434 // 'form.users.inactive_users' => 'Inactive Users',
435 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
436 // 'form.users.role' => 'Role',
437 // 'form.users.manager' => 'Manager',
438 // 'form.users.comanager' => 'Co-manager',
439 // 'form.users.rate' => 'Rate',
440 // 'form.users.default_rate' => 'Default hourly rate',
441
442 // Clients form. See example at https://timetracker.anuko.com/clients.php
443 // TODO: translate the following.
444 // 'form.clients.active_clients' => 'Active Clients',
445 // 'form.clients.inactive_clients' => 'Inactive Clients',
446
447 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
448 // TODO: translate the following.
449 // 'form.client.client_to_delete' => 'Client to delete',
450 // 'form.client.client_entries' => 'Client entries',
451
452 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
453 'form.export.hint' => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
454 'form.export.compression' => '压缩',
455 'form.export.compression_none' => '不压缩',
456 'form.export.compression_bzip' => 'bzip格式',
457
458 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
459 'form.import.hint' => '从xml文件导入团队数据。',
460 'form.import.file' => '选择档',
461 'form.import.success' => '成功完成导入。',
462
463 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
464 'form.teams.hint' => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
465
466
467
468 // TODO: refactoring ongoing down from here.
469
470 // administrator form
471 "form.admin.profile.title" => '团队',
472 "form.admin.profile.noprofiles" => '您的数据库没有任何记录。请以管理员身份登录并创建一个新团队。',
473 "form.admin.profile.comment" => '删除团队',
474 "form.admin.profile.th.id" => 'ID号',
475 "form.admin.profile.th.active" => '启用',
476
477 // my time form attributes
478 "form.mytime.title" => '我的时间记录',
479 "form.mytime.edit_title" => '编辑时间记录',
480 "form.mytime.del_str" => '删除时间记录',
481 "form.mytime.time_form" => ' (时:分)',
482 "form.mytime.total" => '总小时数: ',
483 "form.mytime.del_yes" => '成功删除时间记录',
484 "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。',
485 "form.mytime.warn_tozero_rec" => '由于这段时间是锁定的,该时间记录必须删除',
486 "form.mytime.uncompleted" => '未完成',
487
488 // profile form attributes
489 // Note to translators: we need a more accurate translation of form.profile.create_title
490 "form.profile.create_title" => '新建管理账号',
491 "form.profile.edit_title" => '编辑简介',
492 "form.profile.showchart" => '显示饼状图',
493
494 // people form attributes
495 "form.people.ppl_str" => '人员',
496 "form.people.createu_str" => '新建用户',
497 "form.people.edit_str" => '编辑用户',
498 "form.people.del_str" => '删除用户',
499 "form.people.th.role" => '角色',
500 "form.people.th.rate" => '费率',
501 "form.people.manager" => '经理',
502 "form.people.comanager" => '合作经理人',
503
504 "form.people.rate" => '默认小时收费',
505 "form.people.comanager" => '合作经理人',
506
507 // report attributes
508 "form.report.title" => '报告',
509 "form.report.total" => '总计时间',
510
511 // mail form attributes
512 "form.mail.from" => '从',
513 "form.mail.to" => '到',
514 "form.mail.above" => '通过电子邮件发送该报告',
515 // Note to translators: this string needs to be translated.
516 "form.mail.footer_str" => 'anuko时间跟踪器是一种简单、易用、开放源码的时间跟踪系统。 看<a href ="https://www.anuko.com"> www.anuko网</a>更多信息。',
517 "form.mail.sending_str" => '<b>消息已发送</b>',
518
519 // invoice attributes
520 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
521 "form.invoice.sending_str" => '<b>发票已送出</b>',
522 );