diff options
author | Richard Bukovansky <richard.bukovansky@gmail.com> | 2017-05-30 05:25:21 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-05-29 23:25:21 -0400 |
commit | 1a3a303f8d9dd9fbc239e0b0f43f919fdf540234 (patch) | |
tree | 30be8ff2fa71c467d9e5af18c90cb94bfd0e2c70 /conf/locale | |
parent | 5906268917d35d6c2cb9bef63938c6ad8770e1f2 (diff) |
locale: better explenation for team membership and granted access (#4417)
As discussed here https://crowdin.com/translate/gogs/1/enus-cs#378 I'm suggesting this update.
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 3b542c26..618d4058 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -962,9 +962,9 @@ teams.add_team_member = Add Team Member teams.delete_team_title = Team Deletion teams.delete_team_desc = As this team will be deleted, members of this team may lose access to some repositories. Do you want to continue? teams.delete_team_success = Given team has been deleted successfully. -teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone the team's repositories. -teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to the team's repositories. -teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to, and add collaborators to the team's repositories. +teams.read_permission_desc = Membership in this team grants <strong>Read</strong> access: members can view and clone the team's repositories. +teams.write_permission_desc = Membership in this team grants <strong>Write</strong> access: members can read from and push to the team's repositories. +teams.admin_permission_desc = Membership in this team grants <strong>Admin</strong> access: members can read from, push to, and add collaborators to the team's repositories. teams.repositories = Team Repositories teams.search_repo_placeholder = Search repository... teams.add_team_repository = Add Team Repository |