diff options
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 6d7b874f..1d759336 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -42,7 +42,7 @@ return array( 'Password' => '密码', 'Default Project' => '默认项目', 'Administrator' => '管理员', - 'Sign in' => '注册', + 'Sign in' => '登录', 'Users' => '用户组', 'No user' => '没有用户', 'Forbidden' => '禁止', @@ -403,4 +403,8 @@ return array( // 'Completion date' => '', // 'Webhook URL for task creation' => '', // 'Webhook URL for task modification' => '', + // 'Clone' => '', + // 'Clone Project' => '', + // 'Project cloned successfully.' => '', + // 'Unable to clone this project.' => '', ); |