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

Commit

Permalink
add japanese step translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandra Trejo committed Aug 14, 2019
1 parent 1dc2f99 commit 7b900f1
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ template:
name: security-on-github
repo: security-template
preferences:
- type: dropdown
name: language
label: Language
description: Choose your preferred language.
options:
- label: English
value: en
- label: 日本語
value: ja
- type: dropdown
name: language
label: Language
description: Choose your preferred language.
options:
- label: English
value: en
- label: 日本語
value: ja
before:
- type: updateBranchProtection
- type: createPullRequest
Expand All @@ -41,6 +41,10 @@ before:
steps:
- title: Enable repository settings
description: Enable settings in your repository for the next activities.
translations:
ja:
title: リポジトリの設定を有効化しよう
description: 次のステップのためにリポジトリの設定を有効化しましょう。
event: page_build
link: '{{ repoUrl }}/issues/2'
actions:
Expand All @@ -64,6 +68,10 @@ steps:

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

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

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

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

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

0 comments on commit 7b900f1

Please sign in to comment.