diff options
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index e0d57494..f46a63d0 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => '红色', 'Orange' => '橘色', 'Grey' => '灰色', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => '保存', 'Login' => '登录', 'Official website:' => '官方网站:', @@ -31,7 +40,6 @@ return array( 'All users' => '所有用户', 'Username' => '用户名', 'Password' => '密码', - 'Default project' => '默认项目', 'Administrator' => '管理员', 'Sign in' => '登录', 'Users' => '用户', @@ -405,7 +413,6 @@ return array( 'Username:' => '用户名:', 'Name:' => '姓名:', 'Email:' => '电子邮件:', - 'Default project:' => '默认项目:', 'Notifications:' => '通知:', 'Notifications' => '通知', 'Group:' => '群组:', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |