summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-30 14:00:13 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-30 14:00:13 -0500
commit66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (patch)
tree56434dfe339bb99c79dd57e86354fc7fafbfd571 /app/Locale/zh_CN
parent7d925a1209e042f6a7217cec160db9b8dc9ad15b (diff)
Improve the list of project members
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r--app/Locale/zh_CN/translations.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index b77a21d0..6b793bf6 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -194,7 +194,7 @@ return array(
'Allow this user' => '允许该用户',
'Only those users have access to this project:' => '只有这些用户有该项目的存取权限:',
'Don\'t forget that administrators have access to everything.' => '别忘了管理员有一切的权限。',
- 'revoke' => '撤销',
+ 'Revoke' => '撤销',
'List of authorized users' => '已授权的用户列表',
'User' => '用户',
'Nobody have access to this project.' => '无用户可以访问此项目.',
@@ -609,8 +609,8 @@ return array(
'Default swimlane' => '默认泳道',
'Do you really want to remove this swimlane: "%s"?' => '确定要删除泳道:"%s"?',
'Inactive swimlanes' => '非活动泳道',
- 'set manager' => '设为管理员',
- 'set user' => '设为用户',
+ // 'Set project manager' => '',
+ // 'Set project member' => '',
'Remove a swimlane' => '删除泳道',
'Rename' => '重命名',
'Show default swimlane' => '显示默认泳道',
@@ -633,4 +633,8 @@ return array(
// 'Help on Gitlab webhooks' => '',
// 'Integrations' => '',
// 'Integration with third-party services' => '',
+ // 'Role for this project' => '',
+ // 'Project manager' => '',
+ // 'Project member' => '',
+ // 'A project manager can change the settings of the project and have more privileges than a standard user.' => '',
);