diff options
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 41afd362..8d4b3678 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -196,7 +196,7 @@ return array( 'revoke' => '撤销', 'List of authorized users' => '已授权的用户列表', 'User' => '用户', - 'Everybody have access to this project.' => '任何人都有该项目权限。', + // 'Nobody have access to this project.' => '', 'You are not allowed to access to this project.' => '您对该项目没有权限。', 'Comments' => '评论', 'Post comment' => '发表评论', @@ -421,7 +421,7 @@ return array( // 'view the task on Kanboard' => '', // 'Public access' => '', // 'Categories management' => '', - // 'Users management' => '', + // 'User management' => '', // 'Active tasks' => '', // 'Disable public access' => '', // 'Enable public access' => '', |