X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=575299c45e0bba028b1eedfd75f52aa6ba0d5827;hb=ca12dda7161c4b5ea73974864c3af0d174fd7ba4;hp=a39358bbe375d8c48525cf8cba07142a7dd70af4;hpb=d27035c60953218e0a75b8561df1de5449622a4e;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index a39358bb..575299c4 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -108,22 +108,12 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => '取消', - - - -// TODO: refactoring ongoing down from here. - -// Labels for buttons. 'button.submit' => '提交', - -// TODO: check / improve translation of all button.add... strings. -// Concern is that it used to be "add new something", now just "add something". -'button.add_user' => '添加新用户', -'button.add_project' => '添加新项目', // TODO: translate the following. +// 'button.add_user' => 'Add user', +// 'button.add_project' => 'Add project', // 'button.add_task' => 'Add task', -'button.add_client' => '添加新客户', -// TODO: translate the following. +// 'button.add_client' => 'Add client', // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', 'button.add' => '添加', @@ -131,14 +121,18 @@ $i18n_key_words = array( 'button.reset_password' => '重置密码', 'button.send' => '发送', 'button.send_by_email' => '通过邮件发送', -// TODO: improve translation of button.create_team (used to be "Create new team", now just "Create team"). -'button.create_team' => '创建新团队', +// TODO: translate the following. +// 'button.create_team' => 'Create team', 'button.export' => '导出团队信息', 'button.import' => '导入团队信息', // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', + + +// TODO: refactoring ongoing down from here. + // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => '团队名称', // TODO: translate the following.