File tree 4 files changed +4
-0
lines changed 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.
2371
2371
team_access_desc = Repository access
2372
2372
team_permission_desc = Permission
2373
2373
team_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.
2374
2375
team_unit_disabled = (Disabled)
2375
2376
2376
2377
form.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=チームの目的や役割を説明します。
2338
2338
team_access_desc =リポジトリアクセス
2339
2339
team_permission_desc =権限
2340
2340
team_unit_desc =リポジトリのセクションへのアクセスを許可
2341
+ team_unit_helper =以下のアクセス制御ポリシーは公開リポジトリに対して効果しないです。
2341
2342
team_unit_disabled =(無効)
2342
2343
2343
2344
form.name_reserved =組織名 ' %s' は予約されています。
Original file line number Diff line number Diff line change @@ -2340,6 +2340,7 @@ team_desc_helper=描述团队的目的或作用。
2340
2340
team_access_desc =仓库权限
2341
2341
team_permission_desc =权限
2342
2342
team_unit_desc =允许访问仓库单元
2343
+ team_unit_helper =下列访问控制策略对该组织中的公开库无效
2343
2344
team_unit_disabled =(已禁用)
2344
2345
2345
2346
form.name_reserved =组织名称 ' %s' 是被保留的。
Original file line number Diff line number Diff line change 73
73
74
74
<div class="team-units required grouped field"{{if eq .Team.AccessMode 3}} style="display: none"{{end}}>
75
75
<label>{{.locale.Tr "org.team_unit_desc"}}</label>
76
+ <span class="help">{{.locale.Tr "org.team_unit_helper"}}</span>
76
77
<table class="ui celled table">
77
78
<thead>
78
79
<tr>
You can’t perform that action at this time.
0 commit comments