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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  32 $i18n_language = '简体中文';
 
  33 $i18n_months = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
 
  34 $i18n_weekdays = array('星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六');
 
  35 $i18n_weekdays_short = array('周日', '周一', '周二', '周三', '周四', '周五', '周六');
 
  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');
 
  39 $i18n_key_words = array(
 
  43 'menu.logout' => '注销',
 
  44 // TODO: translate the following:
 
  45 // 'menu.forum' => 'Forum',
 
  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',
 
  61 'menu.export' => '导出数据',
 
  62 'menu.clients' => '客户',
 
  63 'menu.options' => '选项',
 
  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.
 
  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.',
 
 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' => '应用',
 
 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',
 
 141 // TODO: the entire title section is missing here. See the English file.
 
 143 "form.filter.project" => '项目',
 
 144 "form.filter.filter" => '收藏的报告',
 
 145 "form.filter.filter_new" => '保存到我的收藏夹',
 
 146 "form.filter.filter_confirm_delete" => '您确认要删除收藏的这个报告吗?',
 
 148 // login form attributes
 
 149 "form.login.title" => '登录',
 
 150 "form.login.login" => '登录',
 
 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" => "要重设密码,请输入新密码并点击保存按钮",
 
 161 // administrator form
 
 162 "form.admin.title" => '管理员',
 
 163 "form.admin.duty_text" => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
 
 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.lock.period" => '锁定天数间隔',
 
 175 "form.admin.options" => '选项',
 
 176 "form.admin.lang_default" => '网站默认语言',
 
 177 "form.admin.lang_browser_default" => '(默认浏览器)',
 
 178 "form.admin.custom_date_format" => "日期格式",
 
 179 "form.admin.custom_time_format" => "时间格式",
 
 180 "form.admin.start_week" => "每周的第一天",
 
 182 // my time form attributes
 
 183 "form.mytime.title" => '我的时间记录',
 
 184 "form.mytime.edit_title" => '编辑时间记录',
 
 185 "form.mytime.del_str" => '删除时间记录',
 
 186 "form.mytime.time_form" => ' (时:分)',
 
 187 "form.mytime.date" => '日期',
 
 188 "form.mytime.project" => '项目',
 
 189 "form.mytime.activity" => '活动',
 
 190 "form.mytime.start" => '开始',
 
 191 "form.mytime.finish" => '结束',
 
 192 "form.mytime.duration" => '持续时间',
 
 193 "form.mytime.note" => '备注',
 
 194 "form.mytime.behalf" => '每日工作,人员:',
 
 195 "form.mytime.daily" => '每日工作',
 
 196 "form.mytime.total" => '总小时数: ',
 
 197 "form.mytime.th.project" => '项目',
 
 198 "form.mytime.th.activity" => '活动',
 
 199 "form.mytime.th.start" => '开始',
 
 200 "form.mytime.th.finish" => '结束',
 
 201 "form.mytime.th.duration" => '持续时间',
 
 202 "form.mytime.th.note" => '备注',
 
 203 "form.mytime.th.edit" => '编辑',
 
 204 "form.mytime.th.delete" => '删除',
 
 205 "form.mytime.del_yes" => '成功删除时间记录',
 
 206 "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。',
 
 207 "form.mytime.billable" => '计费时间',
 
 208 "form.mytime.warn_tozero_rec" => '由于这段时间是锁定的,该时间记录必须删除',
 
 209 "form.mytime.uncompleted" => '未完成',
 
 211 // profile form attributes
 
 212 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 213 "form.profile.create_title" => '新建管理账号',
 
 214 "form.profile.edit_title" => '编辑简介',
 
 215 "form.profile.name" => '名字',
 
 216 "form.profile.login" => '登录',
 
 218 "form.profile.showchart" => '显示饼状图',
 
 219 "form.profile.lang" => '语言',
 
 220 "form.profile.lang_browser_default" => '(默认浏览器)',
 
 221 "form.profile.custom_date_format" => "日期格式",
 
 222 "form.profile.custom_time_format" => "时间格式",
 
 223 "form.profile.default_format" => "(默认)",
 
 224 "form.profile.start_week" => "每周的第一天",
 
 226 // people form attributes
 
 227 "form.people.ppl_str" => '人员',
 
 228 "form.people.createu_str" => '新建用户',
 
 229 "form.people.edit_str" => '编辑用户',
 
 230 "form.people.del_str" => '删除用户',
 
 231 "form.people.th.name" => '姓名',
 
 232 "form.people.th.login" => '登录',
 
 233 "form.people.th.role" => '角色',
 
 234 "form.people.th.edit" => '编辑',
 
 235 "form.people.th.del" => '删除',
 
 236 "form.people.th.status" => '状态',
 
 237 "form.people.th.project" => '项目',
 
 238 "form.people.th.rate" => '费率',
 
 239 "form.people.manager" => '经理',
 
 240 "form.people.comanager" => '合作经理人',
 
 241 "form.people.empl" => '用户',
 
 242 "form.people.name" => '姓名',
 
 243 "form.people.login" => '登录',
 
 245 "form.people.rate" => '默认小时收费',
 
 246 "form.people.comanager" => '合作经理人',
 
 247 "form.people.projects" => '项目',
 
 249 // projects form attributes
 
 250 "form.project.proj_title" => '项目',
 
 251 "form.project.edit_str" => '编辑项目',
 
 252 "form.project.add_str" => '添加新项目',
 
 253 "form.project.del_str" => '删除项目',
 
 254 "form.project.th.name" => '名称',
 
 255 "form.project.th.edit" => '编辑',
 
 256 "form.project.th.del" => '删除',
 
 257 "form.project.name" => '名称',
 
 259 // activities form attributes
 
 260 "form.activity.act_title" => '活动',
 
 261 "form.activity.add_title" => '新建活动',
 
 262 "form.activity.edit_str" => '编辑活动',
 
 263 "form.activity.del_str" => '删除活动',
 
 264 "form.activity.name" => '名称',
 
 265 "form.activity.project" => '项目',
 
 266 "form.activity.th.name" => '名称',
 
 267 "form.activity.th.project" => '项目',
 
 268 "form.activity.th.edit" => '编辑',
 
 269 "form.activity.th.del" => '删除',
 
 272 "form.report.title" => '报告',
 
 273 "form.report.from" => '开始日期',
 
 274 "form.report.to" => '结束日期',
 
 275 "form.report.groupby_user" => '用户',
 
 276 "form.report.groupby_project" => '项目',
 
 277 "form.report.groupby_activity" => '活动',
 
 278 "form.report.duration" => '持续时间',
 
 279 "form.report.start" => '开始',
 
 280 "form.report.activity" => '活动',
 
 281 "form.report.show_idle" => '显示空闲',
 
 282 "form.report.finish" => '结束',
 
 283 "form.report.note" => '备注',
 
 284 "form.report.project" => '项目',
 
 285 "form.report.totals_only" => '仅仅今天',
 
 286 "form.report.total" => '总计时间',
 
 287 "form.report.th.empllist" => '用户',
 
 288 "form.report.th.date" => '日期',
 
 289 "form.report.th.project" => '项目',
 
 290 "form.report.th.activity" => '活动',
 
 291 "form.report.th.start" => '开始',
 
 292 "form.report.th.finish" => '结束',
 
 293 "form.report.th.duration" => '持续时间',
 
 294 "form.report.th.note" => '备注',
 
 296 // mail form attributes
 
 297 "form.mail.from" => '从',
 
 298 "form.mail.to" => '到',
 
 299 "form.mail.cc" => '抄送',
 
 300 "form.mail.subject" => '主题',
 
 301 "form.mail.comment" => '留言',
 
 302 "form.mail.above" => '通过电子邮件发送该报告',
 
 303 // Note to translators: this string needs to be translated.
 
 304 // "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.',
 
 305 "form.mail.sending_str" => '<b>消息已发送</b>',
 
 307 // invoice attributes
 
 308 "form.invoice.title" => '发票',
 
 309 "form.invoice.caption" => '发票',
 
 310 "form.invoice.above" => '发票附加信息',
 
 311 "form.invoice.select_cust" => '选择客户',
 
 312 "form.invoice.fillform" => '填写该栏目',
 
 313 "form.invoice.date" => '日期',
 
 314 "form.invoice.number" => '发票号码',
 
 315 "form.invoice.tax" => '税',
 
 316 "form.invoice.daily_subtotals" => '每日总计',
 
 317 "form.invoice.yourcoo" => '您的姓名<br>地址',
 
 318 "form.invoice.custcoo" => '客户姓名<br>地址',
 
 319 "form.invoice.comment" => '留言',
 
 320 "form.invoice.th.username" => '收费人',
 
 321 "form.invoice.th.time" => '小时数',
 
 322 "form.invoice.th.rate" => '费率',
 
 323 "form.invoice.th.summ" => '账号',
 
 324 "form.invoice.subtotal" => '共计',
 
 325 "form.invoice.customer" => '客户',
 
 326 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
 
 327 "form.invoice.sending_str" => '<b>发票已送出</b>',
 
 329 "form.migration.zip" => '压缩',
 
 330 "form.migration.file" => '选择档',
 
 331 "form.migration.import.title" => '导入数据',
 
 332 "form.migration.import.success" => '成功完成导入',
 
 333 "form.migration.import.text" => '从xml文件导入团队数据',
 
 334 "form.migration.export.title" => '导出数据',
 
 335 "form.migration.export.success" => '导出成功',
 
 336 "form.migration.export.text" => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
 
 337 "form.migration.compression.none" => '不压缩',
 
 338 "form.migration.compression.gzip" => 'gzip格式',
 
 339 "form.migration.compression.bzip" => 'bzip格式',
 
 341 "form.client.title" => '客户',
 
 342 "form.client.add_title" => '添加客户',
 
 343 "form.client.edit_title" => '编辑客户',
 
 344 "form.client.del_title" => '删除客户',
 
 345 "form.client.th.name" => '姓名',
 
 346 "form.client.th.edit" => '编辑',
 
 347 "form.client.th.del" => '删除',
 
 348 "form.client.name" => '姓名',
 
 349 "form.client.tax" => '税',
 
 350 "form.client.daily_subtotals" => '每日总计',
 
 351 "form.client.yourcoo" => '您在发票中的名字<br>和地址',
 
 352 "form.client.custcoo" => '地址',
 
 353 "form.client.comment" => '备注',
 
 355 // miscellaneous strings
 
 356 "forward.forgot_password" => '忘记密码?',
 
 357 "forward.edit" => '编辑',
 
 358 "forward.delete" => '删除',
 
 359 "forward.tocsvfile" => '将数据导出到.csv文件',
 
 360 "forward.toxmlfile" => '将数据导出到.xml文件',
 
 361 "forward.geninvoice" => '生成发票',
 
 362 "forward.change" => '客户设置',
 
 364 // strings inside contols on forms
 
 365 "controls.select.project" => '--- 选择项目 ---',
 
 366 "controls.select.activity" => '--- 选择活动 ---',
 
 367 "controls.select.client" => '--- 选择客户 ---',
 
 368 "controls.project_bind" => '--- 全部 ---',
 
 369 "controls.all" => '--- 全部 ---',
 
 370 "controls.notbind" => '--- 无 ---',
 
 371 "controls.per_tm" => '本月',
 
 372 "controls.per_lm" => '上个月',
 
 373 "controls.per_tw" => '本周',
 
 374 "controls.per_lw" => '上周',
 
 375 "controls.per_td" => '今天',
 
 376 "controls.per_at" => '全部时间',
 
 377 "controls.per_ty" => '今年',
 
 378 "controls.sel_period" => '--- 选择时间段 ---',
 
 379 "controls.sel_groupby" => '--- 没有分组 ---',
 
 380 "controls.inc_billable" => '计费时间',
 
 381 "controls.inc_nbillable" => '非计费时间',
 
 382 "controls.default" => '--- 默认 ---',
 
 385 "label.chart.title1" => '活动用户',
 
 386 "label.chart.title2" => '项目用户',
 
 387 "label.chart.period" => '图表期限',
 
 389 "label.pinfo" => '%s, %s',
 
 390 "label.pinfo2" => '%s',
 
 391 "label.pbehalf_info" => '%s %s <b>代表%s</b>',
 
 392 "label.pminfo" => ' (经理)',
 
 393 "label.pcminfo" => ' (合作经理人)',
 
 394 "label.painfo" => ' (管理员)',
 
 395 "label.time_noentry" => '没有条目',
 
 396 "label.today" => '今天',
 
 397 "label.req_fields" => '* 必填栏目',
 
 398 "label.sel_project" => '选择项目',
 
 399 "label.sel_activity" => '选择活动',
 
 400 "label.sel_tp" => '选择时间段',
 
 401 "label.set_tp" => '或设定日期',
 
 402 "label.fields" => '显示栏目',
 
 403 "label.group_title" => '分组方式:',
 
 404 "label.include_title" => '包含记录',
 
 405 "label.inv_str" => '发票',
 
 406 "label.set_empl" => '选择用户',
 
 407 "label.sel_all" => '全部选择',
 
 408 "label.sel_none" => '全部不选',
 
 410 "label.disable" => '禁用',
 
 411 "label.enable" => '启用',
 
 412 "label.filter" => '过滤器',
 
 413 "label.timeweek" => '一周总计',
 
 415 "label.errors" => '错误',
 
 416 "label.ldap_hint" => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
 
 417 // Note to translators: strings below must be translated.
 
 418 // "label.calendar_today" => 'today',
 
 419 // "label.calendar_close" => 'close',
 
 422 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",