Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 7b900f1

Browse files
author
Alejandra Trejo
committed
add japanese step translations
1 parent 1dc2f99 commit 7b900f1

1 file changed

Lines changed: 33 additions & 9 deletions

File tree

config.yml

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ template:
88
name: security-on-github
99
repo: security-template
1010
preferences:
11-
- type: dropdown
12-
name: language
13-
label: Language
14-
description: Choose your preferred language.
15-
options:
16-
- label: English
17-
value: en
18-
- label: 日本語
19-
value: ja
11+
- type: dropdown
12+
name: language
13+
label: Language
14+
description: Choose your preferred language.
15+
options:
16+
- label: English
17+
value: en
18+
- label: 日本語
19+
value: ja
2020
before:
2121
- type: updateBranchProtection
2222
- type: createPullRequest
@@ -41,6 +41,10 @@ before:
4141
steps:
4242
- title: Enable repository settings
4343
description: Enable settings in your repository for the next activities.
44+
translations:
45+
ja:
46+
title: リポジトリの設定を有効化しよう
47+
description: 次のステップのためにリポジトリの設定を有効化しましょう。
4448
event: page_build
4549
link: '{{ repoUrl }}/issues/2'
4650
actions:
@@ -64,6 +68,10 @@ steps:
6468

6569
- title: Find the vulnerable dependency
6670
description: Find the vulnerable dependency, and comment with the suggested update version.
71+
translations:
72+
ja:
73+
title: 脆弱性のある依存関係を見つけよう
74+
description: 脆弱性のある依存関係と、推奨バージョンのコメントを見つけましょう。
6775
event: issue_comment.created
6876
link: '{{ repoUrl }}/issues/4'
6977
actions:
@@ -74,6 +82,10 @@ steps:
7482

7583
- title: Update the dependency version
7684
description: Edit the file in the pull request to update the dependency.
85+
translations:
86+
ja:
87+
title: 依存関係のバージョンを更新しよう
88+
description: 依存関係のバージョンを更新するためにプルリクエストを使ってファイルを編集しましょう。
7789
event: pull_request.synchronize
7890
link: '{{ repoUrl }}/pull/1'
7991
actions:
@@ -94,6 +106,10 @@ steps:
94106

95107
- title: Merge your pull request
96108
description: Merge the pull request you've opened to update the vulnerability dependency.
109+
translations:
110+
ja:
111+
title: プルリクエストをマージしよう
112+
description: 脆弱性のある依存関係を更新するためにオープンしたプルリクエストをマージしましょう。
97113
event: pull_request.closed
98114
link: '{{ repoUrl }}/pull/1'
99115
actions:
@@ -114,6 +130,10 @@ steps:
114130

115131
- title: Add to the `.gitignore` file
116132
description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.
133+
translations:
134+
ja:
135+
title: プルリクエストで `.gitignore` ファイルに追記しよう
136+
description: オープンしたプルリクエストを使って `.gitignore` ファイルを更新する準備ができました。 .env` ファイルを `.gitignore` に追加しましょう。
117137
event: pull_request.synchronize
118138
link: '{{ repoUrl }}/pull/3'
119139
actions:
@@ -133,6 +153,10 @@ steps:
133153

134154
- title: Merge the pull request
135155
description: Merge the second pull request with updates to the `.gitignore` file.
156+
translations:
157+
ja:
158+
title: プルリクエストをマージしよう
159+
description: 2つ目のプルリクエストをマージして `.gitignore` ファイルを更新しよう
136160
event: pull_request.closed
137161
link: '{{ repoUrl }}/pull/3'
138162
actions:

0 commit comments

Comments
 (0)