mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Merge pull request 'Fix naming consistency and remove unused strings in teams' (#5052) from 0ko/forgejo:i18n-admin into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5052 Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
commit
a054201e20
1 changed files with 1 additions and 4 deletions
|
@ -2882,7 +2882,7 @@ teams.delete_team_desc = Deleting a team revokes repository access from its memb
|
||||||
teams.delete_team_success = The team has been deleted.
|
teams.delete_team_success = The team has been deleted.
|
||||||
teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
|
teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
|
||||||
teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
|
teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
|
||||||
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
|
teams.admin_permission_desc = This team grants <strong>Administrator</strong> access: members can read from, push to and add collaborators to team repositories.
|
||||||
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
|
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
|
||||||
teams.repositories = Team repositories
|
teams.repositories = Team repositories
|
||||||
teams.remove_all_repos_title = Remove all team repositories
|
teams.remove_all_repos_title = Remove all team repositories
|
||||||
|
@ -2897,9 +2897,6 @@ teams.specific_repositories = Specific repositories
|
||||||
teams.specific_repositories_helper = Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>.
|
teams.specific_repositories_helper = Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>.
|
||||||
teams.all_repositories = All repositories
|
teams.all_repositories = All repositories
|
||||||
teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
|
teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
|
||||||
teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
|
|
||||||
teams.all_repositories_write_permission_desc = This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories.
|
|
||||||
teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories.
|
|
||||||
teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
|
teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
|
||||||
teams.invite.by = Invited by %s
|
teams.invite.by = Invited by %s
|
||||||
teams.invite.description = Please click the button below to join the team.
|
teams.invite.description = Please click the button below to join the team.
|
||||||
|
|
Loading…
Reference in a new issue