mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Finsih add/remove repo in organization
This commit is contained in:
@@ -290,6 +290,9 @@ teams.delete_team_success = Given team has been successfully deleted.
|
||||
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.repositories = Team Repositories
|
||||
teams.add_team_repository = Add Team Repository
|
||||
teams.remove_repo = Remove
|
||||
|
||||
[action]
|
||||
create_repo = created repository <a href="/%s">%s</a>
|
||||
|
||||
Reference in New Issue
Block a user