diff options
author | GiteaBot <teabot@gitea.io> | 2020-12-11 16:05:31 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2020-12-11 16:05:31 +0000 |
commit | 5fdf500aced60be007b49936ec8d732080bcc92d (patch) | |
tree | 058467781806f6bffe726d9c2b16c3f1e324ba00 /options | |
parent | ea914d0f7a65a95229fb769ae7d7d5d98bf72263 (diff) | |
download | gitea-5fdf500aced60be007b49936ec8d732080bcc92d.tar.gz gitea-5fdf500aced60be007b49936ec8d732080bcc92d.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_ja-JP.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini index ffc0812244..4a13f0a061 100644 --- a/options/locale/locale_ja-JP.ini +++ b/options/locale/locale_ja-JP.ini @@ -86,6 +86,8 @@ write=書き込み preview=プレビュー loading=読み込み中… +step1=ステップ 1: +step2=ステップ 2: error404=アクセスしようとしたページは<strong>存在しない</strong>か、閲覧が<strong>許可されていません</strong>。 @@ -1296,7 +1298,10 @@ pulls.update_not_allowed=ブランチを更新する権限がありません pulls.outdated_with_base_branch=このブランチはベースブランチに対して最新ではありません pulls.closed_at=`がプルリクエストをクローズ <a id="%[1]s" href="#%[1]s">%[2]s</a>` pulls.reopened_at=`がプルリクエストを再オープン <a id="%[1]s" href="#%[1]s">%[2]s</a>` +pulls.merge_instruction_hint=`<a class="show-instruction">コマンドラインの手順</a>も確認できます。` +pulls.merge_instruction_step1_desc=あなたのプロジェクトリポジトリで新しいブランチをチェックアウトし、変更内容をテストします。 +pulls.merge_instruction_step2_desc=変更内容をマージして、Giteaに反映します。 milestones.new=新しいマイルストーン milestones.open_tab=%d件 オープン中 |