File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2371,6 +2371,7 @@ team_desc_helper = Describe the purpose or role of the team.
23712371team_access_desc = Repository access
23722372team_permission_desc = Permission
23732373team_unit_desc = Allow Access to Repository Sections
2374+ team_unit_helper = The following access control policy has no effect on the public repositories in this organization.
23742375team_unit_disabled = (Disabled)
23752376
23762377form.name_reserved = The organization name ' %s' is reserved.
Original file line number Diff line number Diff line change @@ -2338,6 +2338,7 @@ team_desc_helper=チームの目的や役割を説明します。
23382338team_access_desc =リポジトリアクセス
23392339team_permission_desc =権限
23402340team_unit_desc =リポジトリのセクションへのアクセスを許可
2341+ team_unit_helper =以下のアクセス制御ポリシーは公開リポジトリに対して効果しないです。
23412342team_unit_disabled =(無効)
23422343
23432344form.name_reserved =組織名 ' %s' は予約されています。
Original file line number Diff line number Diff line change @@ -2340,6 +2340,7 @@ team_desc_helper=描述团队的目的或作用。
23402340team_access_desc =仓库权限
23412341team_permission_desc =权限
23422342team_unit_desc =允许访问仓库单元
2343+ team_unit_helper =下列访问控制策略对该组织中的公开库无效
23432344team_unit_disabled =(已禁用)
23442345
23452346form.name_reserved =组织名称 ' %s' 是被保留的。
Original file line number Diff line number Diff line change 7373
7474 <div class="team-units required grouped field"{{if eq .Team.AccessMode 3}} style="display: none"{{end}}>
7575 <label>{{.locale.Tr "org.team_unit_desc"}}</label>
76+ <span class="help">{{.locale.Tr "org.team_unit_helper"}}</span>
7677 <table class="ui celled table">
7778 <thead>
7879 <tr>
You can’t perform that action at this time.
0 commit comments