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