1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Working on organization pages

This commit is contained in:
Unknwon
2014-08-23 20:24:02 +08:00
parent a60edbe88c
commit fa60502a70
10 changed files with 86 additions and 6 deletions

View File

@@ -279,6 +279,10 @@ teams.write_access = Write Access
teams.write_access_helper = This team will be able to read its repositories, as well as push to them.
teams.admin_access = Admin Access
teams.admin_access_helper = This team will be able to push/pull to its repositories, as well as add other collaborators to them.
teams.no_desc = This team has no description
teams.settings = Settings
teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>admin rights</strong> to the organization.
teams.members = Team Members
[action]
create_repo = created repository <a href="/%s">%s</a>