Skip to content

Commit a4b5bd8

Browse files
authored
New translation batch for ja (#28028)
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/lint-translation-files.js --check rendering * run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja * run script/i18n/reset-known-broken-translation-files.js * Check in ja CSV report
1 parent e28927b commit a4b5bd8

File tree

7 files changed

+408
-227
lines changed

7 files changed

+408
-227
lines changed

translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ Organization オーナー、およびリポジトリにプッシュアクセス
7777
>
7878
request-checks: true"
7979
```
80+
81+
{% ifversion fpt or ghec %}
82+
### Retention of status checks
83+
84+
{% data reusables.pull_requests.retention-checks-data %}
85+
{% endif %}

translations/ja-JP/content/rest/guides/getting-started-with-the-checks-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ Check Runs APIを使用するには、GitHub Appは`checks:write`権限が必要
7474
ユーザがボタンをクリックすると、{% data variables.product.prodname_dotcom %}は[`check_run.requested_action` webhook](/webhooks/event-payloads/#check_run)をアプリケーションに送信します。 アプリケーションが`check_run.requested_action` webhookイベントを受信すると、webhookペイロードから`requested_action.identifier`キーを探し、どのボタンがクリックされたかを判断してリクエストされたタスクを実行することができます。
7575

7676
Checks APIで必要なアクションを設定する方法の詳しい例については、「[Checks APIでCIテストを作成する](/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/#part-2-creating-the-octo-rubocop-ci-test)」を参照してください。
77+
78+
{% ifversion fpt or ghec %}
79+
## Retention of checks data
80+
81+
{% data reusables.pull_requests.retention-checks-data %}
82+
{% endif %}

translations/ja-JP/data/release-notes/enterprise-server/3-3/0-rc1.yml

Lines changed: 195 additions & 114 deletions
Large diffs are not rendered by default.

translations/ja-JP/data/release-notes/enterprise-server/3-3/0.yml

Lines changed: 197 additions & 112 deletions
Large diffs are not rendered by default.

translations/ja-JP/data/reusables/actions/jobs/section-using-jobs-in-a-workflow-needs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Use `jobs.<job_id>.needs` to identify any jobs that must complete successfully before this job will run. 文字列型または文字列の配列です。 1つのジョブが失敗した場合、失敗したジョブを続行するような条件式を使用していない限り、そのジョブを必要としている他のジョブはすべてスキップされます。
1+
Use `jobs.<job_id>.needs` to identify any jobs that must complete successfully before this job will run. 文字列型または文字列の配列です。 1つのジョブが失敗した場合、失敗したジョブを続行するような条件式を使用していない限り、そのジョブを必要としている他のジョブはすべてスキップされます。 If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards.
22

33
#### Example: Requiring successful dependent jobs
44

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Checks data older than 400 days is archived. As part of the archiving process {% data variables.product.prodname_dotcom %} creates a rollup commit status representing the state of all of the checks for that commit. As a consequence, the merge box in any pull request with archived checks that are required will be in a blocked state and you will need to rerun the checks before you can merge the pull request.

translations/log/ja-resets.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ translations/ja-JP/data/release-notes/enterprise-server/3-1/9.yml,broken liquid
248248
translations/ja-JP/data/release-notes/enterprise-server/3-2/0-rc1.yml,broken liquid tags
249249
translations/ja-JP/data/release-notes/enterprise-server/3-2/0.yml,broken liquid tags
250250
translations/ja-JP/data/release-notes/enterprise-server/3-2/3.yml,broken liquid tags
251+
translations/ja-JP/data/release-notes/enterprise-server/3-3/0-rc1.yml,broken liquid tags
252+
translations/ja-JP/data/release-notes/enterprise-server/3-3/0.yml,broken liquid tags
251253
translations/ja-JP/data/release-notes/github-ae/2021-03/2021-03-03.yml,broken liquid tags
252254
translations/ja-JP/data/reusables/actions/allow-specific-actions-intro.md,broken liquid tags
253255
translations/ja-JP/data/reusables/actions/disabling-github-actions.md,broken liquid tags

0 commit comments

Comments
 (0)