Skip to content

Commit 8aa94c4

Browse files
committed
add team unit helper
1 parent d0d257b commit 8aa94c4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,7 @@ team_desc_helper = Describe the purpose or role of the team.
23712371
team_access_desc = Repository access
23722372
team_permission_desc = Permission
23732373
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.
23742375
team_unit_disabled = (Disabled)
23752376
23762377
form.name_reserved = The organization name '%s' is reserved.

options/locale/locale_ja-JP.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,7 @@ team_desc_helper=チームの目的や役割を説明します。
23382338
team_access_desc=リポジトリアクセス
23392339
team_permission_desc=権限
23402340
team_unit_desc=リポジトリのセクションへのアクセスを許可
2341+
team_unit_helper=以下のアクセス制御ポリシーは公開リポジトリに対して効果しないです。
23412342
team_unit_disabled=(無効)
23422343

23432344
form.name_reserved=組織名 '%s' は予約されています。

options/locale/locale_zh-CN.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,7 @@ team_desc_helper=描述团队的目的或作用。
23402340
team_access_desc=仓库权限
23412341
team_permission_desc=权限
23422342
team_unit_desc=允许访问仓库单元
2343+
team_unit_helper=下列访问控制策略对该组织中的公开库无效
23432344
team_unit_disabled=(已禁用)
23442345

23452346
form.name_reserved=组织名称 '%s' 是被保留的。

templates/org/team/new.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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>

0 commit comments

Comments
 (0)