diff options
author | David Svantesson <davidsvantesson@gmail.com> | 2019-11-09 01:39:37 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-11-09 08:39:37 +0800 |
commit | 9ae4c17cb1fde0eaa1556e545a8871b6a70d2efa (patch) | |
tree | 0a62a8bd50dcb4d067f915d02b24207e2a714e5f /options | |
parent | d2aee2a3e259de0d9dfd20452d55eb0c34ccc874 (diff) | |
download | gitea-9ae4c17cb1fde0eaa1556e545a8871b6a70d2efa.tar.gz gitea-9ae4c17cb1fde0eaa1556e545a8871b6a70d2efa.zip |
Allow to add and remove all repositories to/from team. (#8867)
* Allow to add and remove all repositories to team.
* Change style, buttons on same row.
* Apply suggestions from code review
Grammar
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Move set num repos to lower function.
* Make general language sentences
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 932d0bceac..4433c5bb2a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -68,6 +68,10 @@ pull_requests = Pull Requests issues = Issues cancel = Cancel +add = Add +add_all = Add All +remove = Remove +remove_all = Remove All write = Write preview = Preview @@ -1583,8 +1587,10 @@ teams.write_permission_desc = This team grants <strong>Write</strong> access: me teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories. teams.repositories = Team Repositories teams.search_repo_placeholder = Search repository… -teams.add_team_repository = Add Team Repository -teams.remove_repo = Remove +teams.remove_all_repos_title = Remove all team repositories +teams.remove_all_repos_desc = This will remove all repositories from the team. +teams.add_all_repos_title = Add all repositories +teams.add_all_repos_desc = This will add all the organization's repositories to the team. teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first." teams.add_duplicate_users = User is already a team member. teams.repos.none = No repositories could be accessed by this team. |