Skip to content

Commit daf1d80

Browse files
authored
New translation batch for ja (github#27021)
1 parent 4e5e74b commit daf1d80

File tree

10 files changed

+26
-41
lines changed

10 files changed

+26
-41
lines changed

translations/ja-JP/content/actions/learn-github-actions/understanding-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can write your own actions, or you can find actions to use in your workflows
111111
```
112112
1. これらの変更をコミットして、{% data variables.product.prodname_dotcom %} リポジトリにプッシュします。
113113
114-
これで、新しい {% data variables.product.prodname_actions %} ワークフローファイルがリポジトリにインストールされ、別のユーザがリポジトリに変更をプッシュするたびに自動的に実行されます。 ジョブの実行履歴の詳細については、「[ワークフローのアクティビティを表示する](/actions/learn-github-actions/introduction-to-github-actions#viewing-the-jobs-activity)」を参照してください。
114+
これで、新しい {% data variables.product.prodname_actions %} ワークフローファイルがリポジトリにインストールされ、別のユーザがリポジトリに変更をプッシュするたびに自動的に実行されます。 For details about a workflow's execution history, see "[Viewing the workflow's activity](/actions/learn-github-actions/introduction-to-github-actions#viewing-the-workflows-activity)."
115115
116116
## ワークフローファイルを理解する
117117

translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ Across all organizations owned by your enterprise, you can allow members to crea
100100
{% data reusables.enterprise-accounts.repo-creation-policy %}
101101
{% data reusables.enterprise-accounts.repo-creation-types %}
102102
{% else %}
103-
6. [Repository creation(リポジトリの作成)] で、ドロップダウンメニューを使用してポリシーを選択します。
104-
105-
![リポジトリ作成ポリシーのドロップダウンメニュー](/assets/images/enterprise/site-admin-settings/repository-creation-drop-down.png)
103+
6. [Repository creation(リポジトリの作成)] で、ドロップダウンメニューを使用してポリシーを選択します。 ![リポジトリ作成ポリシーのドロップダウンメニュー](/assets/images/enterprise/site-admin-settings/repository-creation-drop-down.png)
106104
{% endif %}
107105

108106
## Enforcing a policy for forking private or internal repositories
@@ -113,16 +111,7 @@ Enterprise が所有しているすべての Organization 全体で、ユーザ
113111
{% data reusables.enterprise-accounts.policies-tab %}
114112
{% data reusables.enterprise-accounts.repositories-tab %}
115113
3. Under "Repository forking", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
116-
4. [Repository forking] で、ドロップダウンメニューを使用してポリシーを選択します。
117-
118-
![リポジトリ フォーク ポリシー オプションのドロップダウンメニュー](/assets/images/help/business-accounts/repository-forking-policy-drop-down.png)
119-
120-
{% if innersource-fork-policies %}
121-
5. If forking is enabled, you can specify where users are allowed to fork repositories. Review the information about changing the setting and choose a policy.
122-
123-
![Screenshot showing the list of repository forking policy options](/assets/images/help/business-accounts/repository-forking-policy-settings.png)
124-
{% endif %}
125-
114+
4. [Repository forking] で、ドロップダウンメニューを使用してポリシーを選択します。 ![リポジトリ フォーク ポリシー オプションのドロップダウンメニュー](/assets/images/help/business-accounts/repository-forking-policy-drop-down.png)
126115

127116
## Enforcing a policy for inviting{% ifversion ghec %} outside{% endif %} collaborators to repositories
128117

@@ -133,7 +122,6 @@ Across all organizations owned by your enterprise, you can allow members to invi
133122
{% data reusables.enterprise-accounts.repositories-tab %}
134123
3. Under "Repository {% ifversion ghec %}outside collaborators{% elsif ghes or ghae %}invitations{% endif %}", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
135124
4. Under "Repository {% ifversion ghec %}outside collaborators{% elsif ghes or ghae %}invitations{% endif %}", use the drop-down menu and choose a policy.
136-
137125
{% ifversion ghec %}
138126
![外部コラボレーター招待ポリシーオプションのドロップダウンメニュー](/assets/images/help/business-accounts/repository-invitation-policy-drop-down.png)
139127
{% elsif ghes or ghae %}
@@ -185,9 +173,7 @@ Across all organizations owned by your enterprise, you can allow members with ad
185173
{% data reusables.enterprise-accounts.access-enterprise %}
186174
{% data reusables.enterprise-accounts.policies-tab %}
187175
3. [**Repository policies**] タブの [Repository issue deletion] で、設定変更についての情報を確認します。 {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
188-
4. [Repository issue deletion] で、ドロップダウンメニューを使用してポリシーを選択します。
189-
190-
![Issue 削除ポリシーオプションのドロップダウンメニュー](/assets/images/help/business-accounts/repository-issue-deletion-policy-drop-down.png)
176+
4. [Repository issue deletion] で、ドロップダウンメニューを使用してポリシーを選択します。 ![Issue 削除ポリシーオプションのドロップダウンメニュー](/assets/images/help/business-accounts/repository-issue-deletion-policy-drop-down.png)
191177

192178
{% ifversion ghes or ghae %}
193179

translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ topics:
101101
```YAML{:copy}
102102
body:
103103
- type: markdown
104-
value: "## Thank you for contributing to our project!"
104+
attributes:
105+
value: "## Thank you for contributing to our project!"
105106
- type: markdown
106107
attributes:
107108
value: |

translations/ja-JP/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Before you can try {% data variables.product.prodname_ghe_cloud %}, you must be
5454

5555
## {% data variables.product.prodname_ghe_cloud %} に触れる
5656

57-
トライアルを設定したら、[エンタープライズオンボーディングガイド](https://resources.github.com/enterprise-onboarding/)に従って {% data variables.product.prodname_ghe_cloud %} を試してみることができます。
57+
After you set up your trial, you can explore {% data variables.product.prodname_ghe_cloud %} by following the suggested tasks on the "Overview" tab of your organization. If you've previously dismissed the tasks, you can access them again by clicking **Get started with suggested tasks** at the top of the page.
58+
59+
!["Get started with suggested tasks" button](/assets/images/help/organizations/suggested-tasks-button.png)
5860

5961
{% data reusables.docs.you-can-read-docs-for-your-product %}
6062

translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,15 @@ Using the qualifier `country`, you can filter events in the audit log based on t
132132

133133
## Using the audit log API
134134

135+
{% ifversion fpt %}
136+
137+
Organizations that use {% data variables.product.prodname_ghe_cloud %} can interact with the audit log using the GraphQL API and REST API. For more information, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#using-the-audit-log-api).
138+
139+
{% else %}
140+
135141
You can interact with the audit log using the GraphQL API{% ifversion fpt or ghec %} or the REST API{% endif %}.
136142

137-
{% ifversion fpt or ghec %}
143+
{% ifversion ghec %}
138144

139145
{% note %}
140146

@@ -149,15 +155,15 @@ You can interact with the audit log using the GraphQL API{% ifversion fpt or ghe
149155
To ensure your intellectual property is secure, and you maintain compliance for your organization, you can use the audit log GraphQL API to keep copies of your audit log data and monitor:
150156
{% data reusables.audit_log.audit-log-api-info %}
151157

152-
{% ifversion fpt or ghec %}
158+
{% ifversion ghec %}
153159
Note that you can't retrieve Git events using the GraphQL API. To retrieve Git events, use the REST API instead. For more information, see "[`git` category actions](#git-category-actions)."
154160
{% endif %}
155161

156162
The GraphQL response can include data for up to 90 to 120 days.
157163

158164
For example, you can make a GraphQL request to see all the new organization members added to your organization. For more information, see the "[GraphQL API Audit Log]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/interfaces#auditentry/)."
159165

160-
{% ifversion fpt or ghec %}
166+
{% ifversion ghec %}
161167

162168
### Using the REST API
163169

@@ -170,6 +176,7 @@ By default, only events from the past three months are returned. To include olde
170176

171177
For more information about the audit log REST API, see "[Organizations](/rest/reference/orgs#get-the-audit-log-for-an-organization)."
172178

179+
{% endif %}
173180
{% endif %}
174181

175182
## Audit log actions

translations/ja-JP/content/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ shortTitle: アクセスコントロールと可視性
3333

3434
選択したユーザには自動的にアクセス権限が与えられ、招待を承諾する必要はありません。
3535

36-
## Organization にコンテナイメージへのアクセス権限を設定する
36+
## Organization のコンテナイメージへのアクセス権限を設定する
3737

3838
Organization が所有するコンテナイメージに対する管理者権限がある場合には、他のユーザや Team に読み取り、書き込み、管理者ロールを割り当てることができます。 これらの権限ロールに関する詳しい情報については、[コンテナイメージの可視性とアクセス権限](#visibility-and-access-permissions-for-container-images)」を参照してください。
3939

translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717
shortTitle: Create a PR from a fork
1818
---
1919

20-
また、上流リポジトリのメンテナに、ユーザ所有のフォークにコミットをプッシュする権限を与えることもできます。 プルリクエストが上流リポジトリのブランチを base ブランチとして自分のトピックブランチと比較する場合、トピックブランチは「プルリクエストの比較ブランチ」とも呼ばれます。 例も含めたプルリクエストブランチに関する詳しい情報については、「[プルリクエストを作成する](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)」を参照してください。
20+
プルリクエストが上流リポジトリのブランチを base ブランチとして自分のトピックブランチと比較する場合、トピックブランチは「プルリクエストの比較ブランチ」とも呼ばれます。 例も含めたプルリクエストブランチに関する詳しい情報については、「[プルリクエストを作成する](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)」を参照してください。
2121

2222
{% data reusables.pull_requests.perms-to-open-pull-request %}
2323

translations/ja-JP/content/rest/overview/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ topics:
2626

2727
{% warning %}
2828

29-
警告: 2021年の10月下旬の時点では、公式のOctokitライブラリはメンテナンスされていません。
29+
警告: 2021年の10月下旬の時点では、公式のOctokitライブラリはメンテナンスされていません。 For more information, see [this discussion in the octokit.js repository](https://github.com/octokit/octokit.js/discussions/620).
3030

3131
{% endwarning %}
3232

translations/ja-JP/data/features/innersource-fork-policies.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
{% ifversion ghae %}
2-
If the policies for your enterprise permit forking private and internal repositories, you can fork a repository to your personal account or an organization where you have repository creation permissions. 詳しい情報については「[Organization内のロール](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)」を参照してください。
1+
{% ifversion ghae %}If the policies for your enterprise permit forking internal and private repositories, you{% else %}You{% endif %} can fork a repository to your personal account or any organization where you have repository creation permissions. 詳しい情報については「[Organization内のロール](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)」を参照してください。
32

4-
{% elsif ghes or ghec %}
5-
You can fork a private or internal repository to your personal account or an organization on
6-
{% data variables.product.product_location %} where you have repository creation permissions, if settings for the repository and your enterprise policies allow forking.
3+
{% ifversion fpt or ghes or ghec %}
4+
5+
If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account or any organization on {% ifversion fpt or ghec %}{% data variables.product.prodname_team %}{% else %}{% data variables.product.product_location %}{% endif %} where you have repository creation permissions. {% ifversion fpt or ghec %}ぷらいべーとリポジトリは、{% data variables.product.prodname_free_team %}を使っているOrganizationにはフォークできません。 詳しい情報については「[GitHubの製品](/articles/githubs-products)」を参照してください。{% endif %}
76

8-
{% elsif fpt %}
9-
If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account, or an organization on
10-
{% data variables.product.prodname_team %} where you have repository creation permissions. You cannot fork a private repository to an organization using {% data variables.product.prodname_free_team %}. 詳しい情報については「[GitHubの製品](/articles/githubs-products)」を参照してください。
117
{% endif %}

0 commit comments

Comments
 (0)