A bit more recycling in translations.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index 2e0dacc..6967f85 100644 (file)
@@ -77,7 +77,8 @@ $i18n_key_words = array(
 'error.project' => '选择项目。',
 // TODO: translate the following.
 // 'error.task' => 'Select task.',
-// 'error.client' => 'Select client.',
+'error.client' => '选择客户。',
+// TODO: translate the following.
 // 'error.report' => 'Select report.',
 // 'error.record' => 'Select record.',
 'error.auth' => '不正确的用户名或密码。',
@@ -165,8 +166,9 @@ $i18n_key_words = array(
 // 'label.start' => 'Start',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
-// 'label.note' => 'Note',
-// 'label.notes' => 'Notes',
+'label.note' => '备注',
+'label.notes' => '备注',
+// TODO: translate the following.
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
@@ -192,15 +194,17 @@ $i18n_key_words = array(
 // 'label.date_format' => 'Date format',
 // 'label.time_format' => 'Time format',
 // 'label.week_start' => 'First day of week',
-// 'label.comment' => 'Comment',
-// 'label.status' => 'Status',
-// 'label.tax' => 'Tax',
+'label.comment' => '留言',
+'label.status' => '状态',
+'label.tax' => '税',
+// TODO: translate the following.
 // 'label.subtotal' => 'Subtotal',
 'label.total' => '总计',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
-// 'label.or' => 'or',
+'label.or' => '或',
+// TODO: translate the following.
 // 'label.error' => 'Error',
 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 'label.required_fields' => '* 必填栏目',
@@ -331,8 +335,8 @@ $i18n_key_words = array(
 // 'dropdown.not_paid' => 'not paid',
 
 // Login form. See example at https://timetracker.anuko.com/login.php.
+'form.login.forgot_password' => '忘记密码?',
 // TODO: translate the following.
-// 'form.login.forgot_password' => 'Forgot password?',
 // '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.',
 
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
@@ -348,7 +352,8 @@ $i18n_key_words = array(
 // Time form. See example at https://timetracker.anuko.com/time.php.
 // TODO: translate the following.
 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
-// 'form.time.billable' => 'Billable',
+'form.time.billable' => '计费时间',
+// TODO: translate the following.
 // 'form.time.uncompleted' => 'Uncompleted',
 // 'form.time.remaining_quota' => 'Remaining quota',
 // 'form.time.over_quota' => 'Over quota',
@@ -365,16 +370,17 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.reports.save_as_favorite' => 'Save as favorite',
 'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
+'form.reports.include_billable' => '计费时间',
+'form.reports.include_not_billable' => '非计费时间',
 // TODO: translate the following.
-// 'form.reports.include_billable' => 'billable',
-// 'form.reports.include_not_billable' => 'not billable',
 // 'form.reports.include_invoiced' => 'invoiced',
 // 'form.reports.include_not_invoiced' => 'not invoiced',
 'form.reports.select_period' => '选择时间段',
 'form.reports.set_period' => '或设定日期',
 'form.reports.show_fields' => '显示栏目',
 'form.reports.group_by' => '分组方式',
-// 'form.reports.group_by_no' => '--- no grouping ---',
+'form.reports.group_by_no' => '--- 没有分组 ---',
+// TODO: translate the following.
 // 'form.reports.group_by_date' => 'date',
 // 'form.reports.group_by_user' => 'user',
 // 'form.reports.group_by_client' => 'client',
@@ -432,17 +438,14 @@ $i18n_key_words = array(
 "form.mytime.start" => '开始',
 "form.mytime.finish" => '结束',
 "form.mytime.duration" => '持续时间',
-"form.mytime.note" => '备注',
 "form.mytime.daily" => '每日工作',
 "form.mytime.total" => '总小时数: ',
 "form.mytime.th.project" => '项目',
 "form.mytime.th.start" => '开始',
 "form.mytime.th.finish" => '结束',
 "form.mytime.th.duration" => '持续时间',
-"form.mytime.th.note" => '备注',
 "form.mytime.del_yes" => '成功删除时间记录',
 "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。',
-"form.mytime.billable" => '计费时间',
 "form.mytime.warn_tozero_rec" => '由于这段时间是锁定的,该时间记录必须删除',
 "form.mytime.uncompleted" => '未完成',
 
@@ -466,7 +469,6 @@ $i18n_key_words = array(
 "form.people.del_str" => '删除用户',
 "form.people.th.login" => '登录',
 "form.people.th.role" => '角色',
-"form.people.th.status" => '状态',
 "form.people.th.project" => '项目',
 "form.people.th.rate" => '费率',
 "form.people.manager" => '经理',
@@ -501,7 +503,6 @@ $i18n_key_words = array(
 "form.report.duration" => '持续时间',
 "form.report.start" => '开始',
 "form.report.finish" => '结束',
-"form.report.note" => '备注',
 "form.report.project" => '项目',
 "form.report.totals_only" => '仅仅今天',
 "form.report.total" => '总计时间',
@@ -511,12 +512,10 @@ $i18n_key_words = array(
 "form.report.th.start" => '开始',
 "form.report.th.finish" => '结束',
 "form.report.th.duration" => '持续时间',
-"form.report.th.note" => '备注',
 
 // mail form attributes
 "form.mail.from" => '从',
 "form.mail.to" => '到',
-"form.mail.comment" => '留言',
 "form.mail.above" => '通过电子邮件发送该报告',
 // Note to translators: this string needs to be translated.
  "form.mail.footer_str" => 'anuko时间跟踪器是一种简单、易用、开放源码的时间跟踪系统。 看<a href ="https://www.anuko.com"> www.anuko网</a>更多信息。',
@@ -530,8 +529,6 @@ $i18n_key_words = array(
 "form.invoice.fillform" => '填写该栏目',
 "form.invoice.date" => '日期',
 "form.invoice.number" => '发票号码',
-"form.invoice.tax" => '税',
-"form.invoice.comment" => '留言',
 "form.invoice.th.username" => '收费人',
 "form.invoice.th.time" => '小时数',
 "form.invoice.th.rate" => '费率',
@@ -557,19 +554,12 @@ $i18n_key_words = array(
 "form.client.add_title" => '添加客户',
 "form.client.edit_title" => '编辑客户',
 "form.client.del_title" => '删除客户',
-"form.client.tax" => '税',
-"form.client.comment" => '备注',
 
 // miscellaneous strings
-"forward.forgot_password" => '忘记密码?',
-"forward.edit" => '编辑',
-"forward.delete" => '删除',
 "forward.tocsvfile" => '将数据导出到.csv文件',
 "forward.toxmlfile" => '将数据导出到.xml文件',
 "forward.geninvoice" => '生成发票',
-"forward.change" => '客户设置',
 
-"controls.select.client" => '--- 选择客户 ---',
 "controls.project_bind" => '--- 全部 ---',
 "controls.all" => '--- 全部 ---',
 "controls.notbind" => '--- 无 ---',
@@ -581,21 +571,11 @@ $i18n_key_words = array(
 "controls.per_at" => '全部时间',
 "controls.per_ty" => '今年',
 "controls.sel_period" => '--- 选择时间段 ---',
-"controls.sel_groupby" => '--- 没有分组 ---',
-"controls.inc_billable" => '计费时间',
-"controls.inc_nbillable" => '非计费时间',
-"controls.default" => '--- 默认 ---',
-
-// labels
-"label.chart.title1" => '活动用户',
-"label.chart.title2" => '项目用户',
-"label.chart.period" => '图表期限',
 
 "label.inv_str" => '发票',
 "label.set_empl" => '选择用户',
 "label.sel_all" => '全部选择',
 "label.sel_none" => '全部不选',
-"label.or" => '或',
 "label.disable" => '禁用',
 "label.enable" => '启用',
 "label.hrs" => '小时',