[Docs] Update check commands in Japanese documents (#7787)

The Japanese documents included a sample command to check the original document changes. But there was something wrong, so I fixed it.
This commit is contained in:
Takeshi ISHII 2020-01-06 16:43:11 +09:00 committed by James Young
parent f2c61f8840
commit b3b115bcc4
23 changed files with 29 additions and 29 deletions

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: eae21eed7:docs/README.md original document: eae21eed7:docs/README.md
git diff eae21eed7 HEAD docs/README.md | cat git diff eae21eed7 HEAD -- docs/README.md | cat
--> -->
[![現在のバージョン](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags) [![現在のバージョン](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags)

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: eae21eed7:docs/arm_debugging.md original document: eae21eed7:docs/arm_debugging.md
git diff eae21eed7 HEAD docs/arm_debugging.md | cat git diff eae21eed7 HEAD -- docs/arm_debugging.md | cat
--> -->
このページでは、SWD アダプタとオープンソース/フリーツールを使って ARM MCU をデバッグするためのセットアップ方法について説明します。このガイドでは、GNU MCU Eclipse IDE for C/C++ Developers および OpenOCD を必要な依存関係と一緒にインストールします。 このページでは、SWD アダプタとオープンソース/フリーツールを使って ARM MCU をデバッグするためのセットアップ方法について説明します。このガイドでは、GNU MCU Eclipse IDE for C/C++ Developers および OpenOCD を必要な依存関係と一緒にインストールします。

View File

@ -1,8 +1,8 @@
# QMK CLI # QMK CLI
<!--- <!---
original document: d598f01cb:cli.md original document: d598f01cb:docs/cli.md
git diff d598f01cb HEAD cli.md | cat git diff d598f01cb HEAD -- docs/cli.md | cat
--> -->
このページは QMK CLI のセットアップと使用方法について説明します。 このページは QMK CLI のセットアップと使用方法について説明します。

View File

@ -1,8 +1,8 @@
# QMK CLI 設定 # QMK CLI 設定
<!--- <!---
original document: d598f01cb:cli_configuration.md original document: d598f01cb:docs/cli_configuration.md
git diff d598f01cb HEAD cli_configuration.md | cat git diff d598f01cb HEAD -- docs/cli_configuration.md | cat
--> -->
このドキュメントは `qmk config` がどのように動作するかを説明します。 このドキュメントは `qmk config` がどのように動作するかを説明します。

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: d47809575:docs/contributing.md original document: d47809575:docs/contributing.md
git diff d47809575 HEAD docs/contributing.md | cat git diff d47809575 HEAD -- docs/contributing.md | cat
--> -->
👍🎉 まず、これを読み貢献する時間を作ってくれてありがとうございます!🎉👍 👍🎉 まず、これを読み貢献する時間を作ってくれてありがとうございます!🎉👍

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: d598f01cb:docs/driver_installation_zadig.md original document: d598f01cb:docs/driver_installation_zadig.md
git diff d598f01cb HEAD docs/driver_installation_zadig.md | cat git diff d598f01cb HEAD -- docs/driver_installation_zadig.md | cat
--> -->
QMK はホストにたいして通常の HID キーボードデバイスとして振る舞うため特別なドライバは必要ありません。しかし、Windows でのキーボードへの書き込みは、多くの場合、キーボードをリセットした時に現れるブートローダデバイスで*行います*。 QMK はホストにたいして通常の HID キーボードデバイスとして振る舞うため特別なドライバは必要ありません。しかし、Windows でのキーボードへの書き込みは、多くの場合、キーボードをリセットした時に現れるブートローダデバイスで*行います*。

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: d598f01cb:docs/faq.md original document: d598f01cb:docs/faq.md
git diff d598f01cb HEAD docs/faq.md | cat git diff d598f01cb HEAD -- docs/faq.md | cat
--> -->
* [一般](ja/faq_general.md) * [一般](ja/faq_general.md)

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: 376419a4f:docs/faq_debug.md original document: 376419a4f:docs/faq_debug.md
git diff 376419a4f HEAD docs/faq_debug.md | cat git diff 376419a4f HEAD -- docs/faq_debug.md | cat
--> -->
このページは、キーボードのトラブルシューティングについての様々な一般的な質問を説明します。 このページは、キーボードのトラブルシューティングについての様々な一般的な質問を説明します。

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: d598f01cb:docs/faq_general.md original document: d598f01cb:docs/faq_general.md
git diff d598f01cb HEAD docs/faq_general.md | cat git diff d598f01cb HEAD -- docs/faq_general.md | cat
--> -->
## QMK とは何か? ## QMK とは何か?

View File

@ -2,7 +2,7 @@
<!--- <!---
original document: 376419a4f:docs/faq_keymap.md original document: 376419a4f:docs/faq_keymap.md
git diff 376419a4f HEAD docs/faq_keymap.md | cat git diff 376419a4f HEAD -- docs/faq_keymap.md | cat
--> -->
このページは人々がキーマップについてしばしば持つ疑問について説明します。まだ読んだことが無い場合には、[キーマップの概要](ja/keymap.md)を最初に読むべきです。 このページは人々がキーマップについてしばしば持つ疑問について説明します。まだ読んだことが無い場合には、[キーマップの概要](ja/keymap.md)を最初に読むべきです。

View File

@ -1,8 +1,8 @@
# 助けを得る # 助けを得る
<!--- <!---
original document: d598f01cb:getting_started_getting_help.md original document: d598f01cb:docs/getting_started_getting_help.md
git diff d598f01cb HEAD getting_started_getting_help.md | cat git diff d598f01cb HEAD -- docs/getting_started_getting_help.md | cat
--> -->
QMK に関して助けを得るための多くのリソースがあります。 QMK に関して助けを得るための多くのリソースがあります。

View File

@ -1,8 +1,8 @@
# QMK で Github を使う方法 # QMK で Github を使う方法
<!--- <!---
original document: d598f01cb:getting_started_github.md original document: d598f01cb:docs/getting_started_github.md
git diff d598f01cb HEAD getting_started_github.md | cat git diff d598f01cb HEAD -- docs/getting_started_github.md | cat
--> -->
Github は慣れていない人には少し注意が必要です - このガイドは、QMK におけるフォーク、クローン、プルリクエストのサブミットの各ステップについて説明します。 Github は慣れていない人には少し注意が必要です - このガイドは、QMK におけるフォーク、クローン、プルリクエストのサブミットの各ステップについて説明します。

View File

@ -1,8 +1,8 @@
# はじめに # はじめに
<!--- <!---
original document: d598f01cb:getting_started_introduction.md original document: d598f01cb:docs/getting_started_introduction.md
git diff d598f01cb HEAD getting_started_introduction.md | cat git diff d598f01cb HEAD -- docs/getting_started_introduction.md | cat
--> -->
このページでは、QMK プロジェクトで作業するために知っておくべき基本的な情報について説明しようと思います。Unix シェルの操作に精通していることを前提としていますが、C について、または make を使ったコンパイルについて精通しているとは想定していません。 このページでは、QMK プロジェクトで作業するために知っておくべき基本的な情報について説明しようと思います。Unix シェルの操作に精通していることを前提としていますが、C について、または make を使ったコンパイルについて精通しているとは想定していません。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs.md original document: adf4acf59:docs/newbs.md
git diff adf4acf59 HEAD docs/newbs.md | cat git diff adf4acf59 HEAD -- docs/newbs.md | cat
--> -->
QMK は、メカニカルキーボード用の強力なオープンソースファームウェアです。 QMK は、メカニカルキーボード用の強力なオープンソースファームウェアです。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: ed0575fc8:docs/newbs_building_firmware_configurator.md original document: ed0575fc8:docs/newbs_building_firmware_configurator.md
git diff ed0575fc8 HEAD docs/newbs_building_firmware_configurator.md | cat git diff ed0575fc8 HEAD -- docs/newbs_building_firmware_configurator.md | cat
--> -->
[QMK Configurator](https://config.qmk.fm) は、QMKファームウェアの hex ファイルを生成するオンライングラフィカルユーザーインターフェイスです。 [QMK Configurator](https://config.qmk.fm) は、QMKファームウェアの hex ファイルを生成するオンライングラフィカルユーザーインターフェイスです。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: ed0575fc8:docs/newbs_flashing.md original document: ed0575fc8:docs/newbs_flashing.md
git diff ed0575fc8 HEAD docs/newbs_flashing.md | cat git diff ed0575fc8 HEAD -- docs/newbs_flashing.md | cat
--> -->
カスタムファームウェアは出来たので、キーボードに書き込みたくなるでしょう/フラッシュしたくなるでしょう。 カスタムファームウェアは出来たので、キーボードに書き込みたくなるでしょう/フラッシュしたくなるでしょう。

View File

@ -2,8 +2,8 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: docs/newbs_getting_started.md original document: 161d469:docs/newbs_getting_started.md
git diff 161d469 HEAD docs/newbs_getting_started.md | cat git diff 161d469 HEAD -- docs/newbs_getting_started.md | cat
--> -->
キーボードにはプロセッサが入っており、それはコンピュータに入っているものと大して違わないものです。 キーボードにはプロセッサが入っており、それはコンピュータに入っているものと大して違わないものです。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs_git_best_practices.md original document: adf4acf59:docs/newbs_git_best_practices.md
git diff adf4acf59 HEAD docs/newbs_git_best_practices.md | cat git diff adf4acf59 HEAD -- docs/newbs_git_best_practices.md | cat
--> -->
## または、"如何にして私は心配することをやめて Git を愛することを学んだか。" ## または、"如何にして私は心配することをやめて Git を愛することを学んだか。"

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs_git_resolving_merge_conflicts.md original document: adf4acf59:docs/newbs_git_resolving_merge_conflicts.md
git diff adf4acf59 HEAD docs/newbs_git_resolving_merge_conflicts.md | cat git diff adf4acf59 HEAD -- docs/newbs_git_resolving_merge_conflicts.md | cat
--> -->
ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。 ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs_git_resynchronize_a_branch.md original document: adf4acf59:docs/newbs_git_resynchronize_a_branch.md
git diff adf4acf59 HEAD docs/newbs_git_resynchronize_a_branch.md | cat git diff adf4acf59 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat
--> -->
仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。 仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs_git_using_your_master_branch.md original document: adf4acf59:docs/newbs_git_using_your_master_branch.md
git diff adf4acf59 HEAD docs/newbs_git_using_your_master_branch.md | cat git diff adf4acf59 HEAD -- docs/newbs_git_using_your_master_branch.md | cat
--> -->
QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。 QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: ed0575fc8:docs/newbs_learn_more_resources.md original document: ed0575fc8:docs/newbs_learn_more_resources.md
git diff ed0575fc8 HEAD docs/newbs_learn_more_resources.md | cat git diff ed0575fc8 HEAD -- docs/newbs_learn_more_resources.md | cat
--> -->
これらのリソースは、QMKコミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。 これらのリソースは、QMKコミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。

View File

@ -3,7 +3,7 @@
<!--- <!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: ed0575fc8:docs/newbs_testing_debugging.md original document: ed0575fc8:docs/newbs_testing_debugging.md
git diff ed0575fc8 HEAD docs/newbs_testing_debugging.md | cat git diff ed0575fc8 HEAD -- docs/newbs_testing_debugging.md | cat
--> -->
カスタムファームウェアをキーボードへ書き込んだら、テストする準備が整います。運が良ければ全て問題なく動作しているはずですが、もしそうでなければこのドキュメントがどこが悪いのか調べるのに役立ちます。 カスタムファームウェアをキーボードへ書き込んだら、テストする準備が整います。運が良ければ全て問題なく動作しているはずですが、もしそうでなければこのドキュメントがどこが悪いのか調べるのに役立ちます。