X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/zh-cn.lang.php diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7696ae7d..324cb916 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -405,9 +405,8 @@ $i18n_key_words = array( // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). -// TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', +'form.invoice.number' => '发票号码', +'form.invoice.person' => '人', // TODO: is this correct? // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // 'form.invoice.invoice_to_delete' => 'Invoice to delete', @@ -518,13 +517,6 @@ $i18n_key_words = array( "form.mail.sending_str" => '消息已发送', // invoice attributes -"form.invoice.number" => '发票号码', -"form.invoice.th.username" => '收费人', -"form.invoice.th.time" => '小时数', -"form.invoice.th.rate" => '费率', -"form.invoice.th.summ" => '账号', -"form.invoice.subtotal" => '共计', -"form.invoice.customer" => '客户', "form.invoice.mailinv_above" => '通过电子邮件发送此发票', "form.invoice.sending_str" => '发票已送出', );