mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Working on organization pages
This commit is contained in:
parent
a60edbe88c
commit
fa60502a70
10 changed files with 86 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -279,6 +279,10 @@ teams.write_access = 写入权限
|
|||
teams.write_access_helper = 这个团队将拥有查看、克隆和推送所属仓库的权限。
|
||||
teams.admin_access = 管理权限
|
||||
teams.admin_access_helper = 这个团队将拥有查看、克隆、推送和添加其他组织成员到团队的权限。
|
||||
teams.no_desc = 该团队暂无描述
|
||||
teams.settings = 团队设置
|
||||
teams.owners_permission_desc = 管理员团队对 <strong>所有仓库</strong> 具有操作权限,且对组织具有 <strong>管理员权限</strong>。
|
||||
teams.members = 团队成员
|
||||
|
||||
[action]
|
||||
create_repo = 创建了仓库 <a href="/%s">%s</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue