diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 4e191dca40..b9e7966c2f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -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> diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index e3607d8e6e..7e5ac6486e 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -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> |