Some cleanup 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.
42 'menu.login' => '登录',
43 'menu.logout' => '注销',
44 // TODO: translate the following:
45 // 'menu.forum' => 'Forum',
46 'menu.help' => '帮助',
47 // Note to translators: menu.create_team needs a more accurate translation.
48 'menu.create_team' => '创建新管理账号',
49 'menu.profile' => '编辑简介', // TODO: Improve this, used to be "Edit profile", now just "Profile".
50 'menu.time' => '我的时间记录', // TODO: Improve this, used to be "My time", now just "Time".
51 // TODO: translate the following:
52 // 'menu.expenses' => 'Expenses',
53 'menu.reports' => '报告',
54 // TODO: translate the following:
55 // 'menu.charts' => 'Charts',
56 'menu.projects' => '项目',
57 // TODO: translate the following:
58 // 'menu.tasks' => 'Tasks',
59 // 'menu.users' => 'Users',
60 'menu.teams' => '团队',
61 'menu.export' => '导出数据',
62 'menu.clients' => '客户',
63 'menu.options' => '选项',
64
65 // Footer - strings on the bottom of most pages.
66 // TODO: translate the following:
67 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
68 // 'footer.credits' => 'Credits',
69 // 'footer.license' => 'License',
70 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
71                                      // This is a link to a webpage that describes how to contribute to the project.
72
73 // Error messages.
74 // TODO: translate the following:
75 // 'error.access_denied' => 'Access denied.',
76 // 'error.sys' => 'System error.',
77 'error.db' => '数据库错误',
78 'error.field' => '不正确的"{0}"数据',
79 'error.empty' => '栏目"{0}"为空',
80 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"',
81 'error.interval' => '不正确的间隔',
82 'error.project' => '选择项目',
83 'error.activity' => '选择活动',
84 'error.auth' => '不正确的用户名或密码',
85 'error.user_exists' => '该用户登录信息已经存在',
86 'error.project_exists' => '该项目名称已经存在',
87 'error.activity_exists' => '该活动名称已经存在',
88 // TODO: translate error.client_exists.
89 // 'error.client_exists' => 'client with this name already exists',
90 'error.no_login' => '没有该登录信息的用户',
91 'error.upload' => '上传文件出错',
92 // TODO: Translate the following:
93 // 'error.range_locked' => 'Date range is locked.',
94 'error.mail_send' => '发送邮件时出错',
95 'error.no_email' => '没有电子邮件与该用户名关联',
96 // Note to translators: strings below must be translated.
97 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
98 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
99
100 // labels for various buttons
101 'button.login' => '登录',
102 'button.now' => '当前时间',
103 // 'button.set' => '设置',
104 'button.save' => '保存',
105 'button.delete' => '删除',
106 'button.cancel' => '取消',
107 'button.submit' => '提交',
108 // TODO: check / improve translation of all button.add... strings.
109 'button.add_user' => '添加新用户',
110 'button.add_project' => '添加新项目',
111 'button.add_activity' => '添加新活动',
112 'button.add_client' => '添加新客户',
113 'button.add' => '添加',
114 'button.generate' => '创建',
115 // Note to translators: button.reset_password needs to be translated.
116 // "button.reset_password" => 'reset password',
117 'button.send' => '发送',
118 'button.send_by_email' => '通过邮件发送',
119 'button.save_as_new' => '另存为',
120 // TODO: improve translation of button.create_team
121 'button.create_team' => '创建新团队',
122 'button.export' => '导出团队信息',
123 'button.import' => '导入团队信息',
124 'button.apply' => '应用',
125
126 // labels for controls on various forms
127 // TODO: translate label.team_name
128 // 'label.team_name' => 'team name',
129 'label.currency' => '货币',
130 // TODO: translate label.manager_name and label.manager_login.
131 // 'label.manager_name' => 'manager name',
132 // 'label.manager_login' => 'manager login',
133 'label.password' => '密码',
134 'label.confirm_password' => '确认密码',
135 'label.email' => '电子邮件',
136 'label.total' => '总计',
137 // Translate the following string.
138 // 'label.page' => 'Page',
139
140 // Form titles.
141 // TODO: the entire title section is missing here. See the English file.
142
143 "form.filter.project" => '项目',
144 "form.filter.filter" => '收藏的报告',
145 "form.filter.filter_new" => '保存到我的收藏夹',
146 "form.filter.filter_confirm_delete" => '您确认要删除收藏的这个报告吗?',
147
148 // login form attributes
149 "form.login.title" => '登录',
150 "form.login.login" => '登录',
151
152 // password reminder form attributes
153 "form.fpass.title" => '重设密码',
154 "form.fpass.login" => '登录',
155 "form.fpass.send_pass_str" => '密码重设请求已经发送',
156 "form.fpass.send_pass_subj" => 'Anuko时间追踪器密码重设请求',
157 // Note to translators: the ending of this string below needs to be translated.
158 "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",
159 "form.fpass.reset_comment" => "要重设密码,请输入新密码并点击保存按钮",
160
161 // administrator form
162 "form.admin.title" => '管理员',
163 "form.admin.duty_text" => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
164
165 "form.admin.change_pass" => '修改管理员账号的密码',
166 "form.admin.profile.title" => '团队',
167 "form.admin.profile.noprofiles" => '您的数据库没有任何记录。请以管理员身份登录并创建一个新团队。',
168 "form.admin.profile.comment" => '删除团队',
169 "form.admin.profile.th.id" => 'ID号',
170 "form.admin.profile.th.name" => '姓名',
171 "form.admin.profile.th.edit" => '编辑',
172 "form.admin.profile.th.del" => '删除',
173 "form.admin.profile.th.active" => '启用',
174 "form.admin.options" => '选项',
175 "form.admin.lang_default" => '网站默认语言',
176 "form.admin.lang_browser_default" => '(默认浏览器)',
177 "form.admin.custom_date_format" => "日期格式",
178 "form.admin.custom_time_format" => "时间格式",
179 "form.admin.start_week" => "每周的第一天",
180
181 // my time form attributes
182 "form.mytime.title" => '我的时间记录',
183 "form.mytime.edit_title" => '编辑时间记录',
184 "form.mytime.del_str" => '删除时间记录',
185 "form.mytime.time_form" => ' (时:分)',
186 "form.mytime.date" => '日期',
187 "form.mytime.project" => '项目',
188 "form.mytime.activity" => '活动',
189 "form.mytime.start" => '开始',
190 "form.mytime.finish" => '结束',
191 "form.mytime.duration" => '持续时间',
192 "form.mytime.note" => '备注',
193 "form.mytime.behalf" => '每日工作,人员:',
194 "form.mytime.daily" => '每日工作',
195 "form.mytime.total" => '总小时数: ',
196 "form.mytime.th.project" => '项目',
197 "form.mytime.th.activity" => '活动',
198 "form.mytime.th.start" => '开始',
199 "form.mytime.th.finish" => '结束',
200 "form.mytime.th.duration" => '持续时间',
201 "form.mytime.th.note" => '备注',
202 "form.mytime.th.edit" => '编辑',
203 "form.mytime.th.delete" => '删除',
204 "form.mytime.del_yes" => '成功删除时间记录',
205 "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。',
206 "form.mytime.billable" => '计费时间',
207 "form.mytime.warn_tozero_rec" => '由于这段时间是锁定的,该时间记录必须删除',
208 "form.mytime.uncompleted" => '未完成',
209
210 // profile form attributes
211 // Note to translators: we need a more accurate translation of form.profile.create_title
212 "form.profile.create_title" => '新建管理账号',
213 "form.profile.edit_title" => '编辑简介',
214 "form.profile.name" => '名字',
215 "form.profile.login" => '登录',
216
217 "form.profile.showchart" => '显示饼状图',
218 "form.profile.lang" => '语言',
219 "form.profile.lang_browser_default" => '(默认浏览器)',
220 "form.profile.custom_date_format" => "日期格式",
221 "form.profile.custom_time_format" => "时间格式",
222 "form.profile.default_format" => "(默认)",
223 "form.profile.start_week" => "每周的第一天",
224
225 // people form attributes
226 "form.people.ppl_str" => '人员',
227 "form.people.createu_str" => '新建用户',
228 "form.people.edit_str" => '编辑用户',
229 "form.people.del_str" => '删除用户',
230 "form.people.th.name" => '姓名',
231 "form.people.th.login" => '登录',
232 "form.people.th.role" => '角色',
233 "form.people.th.edit" => '编辑',
234 "form.people.th.del" => '删除',
235 "form.people.th.status" => '状态',
236 "form.people.th.project" => '项目',
237 "form.people.th.rate" => '费率',
238 "form.people.manager" => '经理',
239 "form.people.comanager" => '合作经理人',
240 "form.people.empl" => '用户',
241 "form.people.name" => '姓名',
242 "form.people.login" => '登录',
243
244 "form.people.rate" => '默认小时收费',
245 "form.people.comanager" => '合作经理人',
246 "form.people.projects" => '项目',
247
248 // projects form attributes
249 "form.project.proj_title" => '项目',
250 "form.project.edit_str" => '编辑项目',
251 "form.project.add_str" => '添加新项目',
252 "form.project.del_str" => '删除项目',
253 "form.project.th.name" => '名称',
254 "form.project.th.edit" => '编辑',
255 "form.project.th.del" => '删除',
256 "form.project.name" => '名称',
257
258 // activities form attributes
259 "form.activity.act_title" => '活动',
260 "form.activity.add_title" => '新建活动',
261 "form.activity.edit_str" => '编辑活动',
262 "form.activity.del_str" => '删除活动',
263 "form.activity.name" => '名称',
264 "form.activity.project" => '项目',
265 "form.activity.th.name" => '名称',
266 "form.activity.th.project" => '项目',
267 "form.activity.th.edit" => '编辑',
268 "form.activity.th.del" => '删除',
269
270 // report attributes
271 "form.report.title" => '报告',
272 "form.report.from" => '开始日期',
273 "form.report.to" => '结束日期',
274 "form.report.groupby_user" => '用户',
275 "form.report.groupby_project" => '项目',
276 "form.report.groupby_activity" => '活动',
277 "form.report.duration" => '持续时间',
278 "form.report.start" => '开始',
279 "form.report.activity" => '活动',
280 "form.report.show_idle" => '显示空闲',
281 "form.report.finish" => '结束',
282 "form.report.note" => '备注',
283 "form.report.project" => '项目',
284 "form.report.totals_only" => '仅仅今天',
285 "form.report.total" => '总计时间',
286 "form.report.th.empllist" => '用户',
287 "form.report.th.date" => '日期',
288 "form.report.th.project" => '项目',
289 "form.report.th.activity" => '活动',
290 "form.report.th.start" => '开始',
291 "form.report.th.finish" => '结束',
292 "form.report.th.duration" => '持续时间',
293 "form.report.th.note" => '备注',
294
295 // mail form attributes
296 "form.mail.from" => '从',
297 "form.mail.to" => '到',
298 "form.mail.cc" => '抄送',
299 "form.mail.subject" => '主题',
300 "form.mail.comment" => '留言',
301 "form.mail.above" => '通过电子邮件发送该报告',
302 // Note to translators: this string needs to be translated.
303 // "form.mail.footer_str" => '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.',
304 "form.mail.sending_str" => '<b>消息已发送</b>',
305
306 // invoice attributes
307 "form.invoice.title" => '发票',
308 "form.invoice.caption" => '发票',
309 "form.invoice.above" => '发票附加信息',
310 "form.invoice.select_cust" => '选择客户',
311 "form.invoice.fillform" => '填写该栏目',
312 "form.invoice.date" => '日期',
313 "form.invoice.number" => '发票号码',
314 "form.invoice.tax" => '税',
315 "form.invoice.comment" => '留言',
316 "form.invoice.th.username" => '收费人',
317 "form.invoice.th.time" => '小时数',
318 "form.invoice.th.rate" => '费率',
319 "form.invoice.th.summ" => '账号',
320 "form.invoice.subtotal" => '共计',
321 "form.invoice.customer" => '客户',
322 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
323 "form.invoice.sending_str" => '<b>发票已送出</b>',
324
325 "form.migration.zip" => '压缩',
326 "form.migration.file" => '选择档',
327 "form.migration.import.title" => '导入数据',
328 "form.migration.import.success" => '成功完成导入',
329 "form.migration.import.text" => '从xml文件导入团队数据',
330 "form.migration.export.title" => '导出数据',
331 "form.migration.export.success" => '导出成功',
332 "form.migration.export.text" => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
333 "form.migration.compression.none" => '不压缩',
334 "form.migration.compression.gzip" => 'gzip格式',
335 "form.migration.compression.bzip" => 'bzip格式',
336
337 "form.client.title" => '客户',
338 "form.client.add_title" => '添加客户',
339 "form.client.edit_title" => '编辑客户',
340 "form.client.del_title" => '删除客户',
341 "form.client.th.name" => '姓名',
342 "form.client.th.edit" => '编辑',
343 "form.client.th.del" => '删除',
344 "form.client.name" => '姓名',
345 "form.client.tax" => '税',
346 "form.client.comment" => '备注',
347
348 // miscellaneous strings
349 "forward.forgot_password" => '忘记密码?',
350 "forward.edit" => '编辑',
351 "forward.delete" => '删除',
352 "forward.tocsvfile" => '将数据导出到.csv文件',
353 "forward.toxmlfile" => '将数据导出到.xml文件',
354 "forward.geninvoice" => '生成发票',
355 "forward.change" => '客户设置',
356
357 // strings inside contols on forms
358 "controls.select.project" => '--- 选择项目 ---',
359 "controls.select.activity" => '--- 选择活动 ---',
360 "controls.select.client" => '--- 选择客户 ---',
361 "controls.project_bind" => '--- 全部 ---',
362 "controls.all" => '--- 全部 ---',
363 "controls.notbind" => '--- 无 ---',
364 "controls.per_tm" => '本月',
365 "controls.per_lm" => '上个月',
366 "controls.per_tw" => '本周',
367 "controls.per_lw" => '上周',
368 "controls.per_td" => '今天',
369 "controls.per_at" => '全部时间',
370 "controls.per_ty" => '今年',
371 "controls.sel_period" => '--- 选择时间段 ---',
372 "controls.sel_groupby" => '--- 没有分组 ---',
373 "controls.inc_billable" => '计费时间',
374 "controls.inc_nbillable" => '非计费时间',
375 "controls.default" => '--- 默认 ---',
376
377 // labels
378 "label.chart.title1" => '活动用户',
379 "label.chart.title2" => '项目用户',
380 "label.chart.period" => '图表期限',
381
382 "label.pinfo" => '%s, %s',
383 "label.pinfo2" => '%s',
384 "label.pbehalf_info" => '%s %s <b>代表%s</b>',
385 "label.pminfo" => ' (经理)',
386 "label.pcminfo" => ' (合作经理人)',
387 "label.painfo" => ' (管理员)',
388 "label.time_noentry" => '没有条目',
389 "label.today" => '今天',
390 "label.req_fields" => '* 必填栏目',
391 "label.sel_project" => '选择项目',
392 "label.sel_activity" => '选择活动',
393 "label.sel_tp" => '选择时间段',
394 "label.set_tp" => '或设定日期',
395 "label.fields" => '显示栏目',
396 "label.group_title" => '分组方式:',
397 "label.include_title" => '包含记录',
398 "label.inv_str" => '发票',
399 "label.set_empl" => '选择用户',
400 "label.sel_all" => '全部选择',
401 "label.sel_none" => '全部不选',
402 "label.or" => '或',
403 "label.disable" => '禁用',
404 "label.enable" => '启用',
405 "label.filter" => '过滤器',
406 "label.timeweek" => '一周总计',
407 "label.hrs" => '小时',
408 "label.errors" => '错误',
409 "label.ldap_hint" => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
410 // Note to translators: strings below must be translated.
411 // "label.calendar_today" => 'today',
412 // "label.calendar_close" => 'close',
413
414 // login hello text
415 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
416 );