summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2020-01-06 16:43:11 +0900
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-05 23:43:11 -0800
commitb3b115bcc4466b0320a6725c8e994a9ef4186328 (patch)
treebd3ac1a5c9897d972c93e9b90ba4020cd83ed618 /docs
parentf2c61f8840241c0091ad7fcc3f3daa8082111842 (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/ja/README.md2
-rw-r--r--docs/ja/arm_debugging.md2
-rw-r--r--docs/ja/cli.md4
-rw-r--r--docs/ja/cli_configuration.md4
-rw-r--r--docs/ja/contributing.md2
-rw-r--r--docs/ja/driver_installation_zadig.md2
-rw-r--r--docs/ja/faq.md2
-rw-r--r--docs/ja/faq_debug.md2
-rw-r--r--docs/ja/faq_general.md2
-rw-r--r--docs/ja/faq_keymap.md2
-rw-r--r--docs/ja/getting_started_getting_help.md4
-rw-r--r--docs/ja/getting_started_github.md4
-rw-r--r--docs/ja/getting_started_introduction.md4
-rw-r--r--docs/ja/newbs.md2
-rw-r--r--docs/ja/newbs_building_firmware_configurator.md2
-rw-r--r--docs/ja/newbs_flashing.md2
-rw-r--r--docs/ja/newbs_getting_started.md4
-rw-r--r--docs/ja/newbs_git_best_practices.md2
-rw-r--r--docs/ja/newbs_git_resolving_merge_conflicts.md2
-rw-r--r--docs/ja/newbs_git_resynchronize_a_branch.md2
-rw-r--r--docs/ja/newbs_git_using_your_master_branch.md2
-rw-r--r--docs/ja/newbs_learn_more_resources.md2
-rw-r--r--docs/ja/newbs_testing_debugging.md2
23 files changed, 29 insertions, 29 deletions
diff --git a/docs/ja/README.md b/docs/ja/README.md
index 9b715ec0fb..8959a9dd95 100644
--- a/docs/ja/README.md
+++ b/docs/ja/README.md
@@ -2,7 +2,7 @@
<!---
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)
diff --git a/docs/ja/arm_debugging.md b/docs/ja/arm_debugging.md
index 27eddbfdf1..6267d0f8ad 100644
--- a/docs/ja/arm_debugging.md
+++ b/docs/ja/arm_debugging.md
@@ -2,7 +2,7 @@
<!---
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 を必要な依存関係と一緒にインストールします。
diff --git a/docs/ja/cli.md b/docs/ja/cli.md
index 3cc58e1f05..ef3752873d 100644
--- a/docs/ja/cli.md
+++ b/docs/ja/cli.md
@@ -1,8 +1,8 @@
# QMK CLI
<!---
- original document: d598f01cb:cli.md
- git diff d598f01cb HEAD cli.md | cat
+ original document: d598f01cb:docs/cli.md
+ git diff d598f01cb HEAD -- docs/cli.md | cat
-->
このページは QMK CLI のセットアップと使用方法について説明します。
diff --git a/docs/ja/cli_configuration.md b/docs/ja/cli_configuration.md
index ce9746479c..7e9c3e57fa 100644
--- a/docs/ja/cli_configuration.md
+++ b/docs/ja/cli_configuration.md
@@ -1,8 +1,8 @@
# QMK CLI 設定
<!---
- original document: d598f01cb:cli_configuration.md
- git diff d598f01cb HEAD cli_configuration.md | cat
+ original document: d598f01cb:docs/cli_configuration.md
+ git diff d598f01cb HEAD -- docs/cli_configuration.md | cat
-->
このドキュメントは `qmk config` がどのように動作するかを説明します。
diff --git a/docs/ja/contributing.md b/docs/ja/contributing.md
index 8d3c822b4f..401cabcd4e 100644
--- a/docs/ja/contributing.md
+++ b/docs/ja/contributing.md
@@ -2,7 +2,7 @@
<!---
original document: d47809575:docs/contributing.md
- git diff d47809575 HEAD docs/contributing.md | cat
+ git diff d47809575 HEAD -- docs/contributing.md | cat
-->
👍🎉 まず、これを読み貢献する時間を作ってくれてありがとうございます!🎉👍
diff --git a/docs/ja/driver_installation_zadig.md b/docs/ja/driver_installation_zadig.md
index 53fff992b8..268940ec06 100644
--- a/docs/ja/driver_installation_zadig.md
+++ b/docs/ja/driver_installation_zadig.md
@@ -2,7 +2,7 @@
<!---
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 でのキーボードへの書き込みは、多くの場合、キーボードをリセットした時に現れるブートローダデバイスで*行います*。
diff --git a/docs/ja/faq.md b/docs/ja/faq.md
index a3a42d55a3..00b0ff8277 100644
--- a/docs/ja/faq.md
+++ b/docs/ja/faq.md
@@ -2,7 +2,7 @@
<!---
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)
diff --git a/docs/ja/faq_debug.md b/docs/ja/faq_debug.md
index a9c7e3df06..8e42aebbb5 100644
--- a/docs/ja/faq_debug.md
+++ b/docs/ja/faq_debug.md
@@ -2,7 +2,7 @@
<!---
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
-->
このページは、キーボードのトラブルシューティングについての様々な一般的な質問を説明します。
diff --git a/docs/ja/faq_general.md b/docs/ja/faq_general.md
index cfea2cda23..935d1a3c6a 100644
--- a/docs/ja/faq_general.md
+++ b/docs/ja/faq_general.md
@@ -2,7 +2,7 @@
<!---
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 とは何か?
diff --git a/docs/ja/faq_keymap.md b/docs/ja/faq_keymap.md
index bf7bf56f20..0c742bf6b9 100644
--- a/docs/ja/faq_keymap.md
+++ b/docs/ja/faq_keymap.md
@@ -2,7 +2,7 @@
<!---
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)を最初に読むべきです。
diff --git a/docs/ja/getting_started_getting_help.md b/docs/ja/getting_started_getting_help.md
index 83fbdc7bde..4b5d492faf 100644
--- a/docs/ja/getting_started_getting_help.md
+++ b/docs/ja/getting_started_getting_help.md
@@ -1,8 +1,8 @@
# 助けを得る
<!---
- original document: d598f01cb:getting_started_getting_help.md
- git diff d598f01cb HEAD getting_started_getting_help.md | cat
+ original document: d598f01cb:docs/getting_started_getting_help.md
+ git diff d598f01cb HEAD -- docs/getting_started_getting_help.md | cat
-->
QMK に関して助けを得るための多くのリソースがあります。
diff --git a/docs/ja/getting_started_github.md b/docs/ja/getting_started_github.md
index 0d08ab78b7..261f1d3917 100644
--- a/docs/ja/getting_started_github.md
+++ b/docs/ja/getting_started_github.md
@@ -1,8 +1,8 @@
# QMK で Github を使う方法
<!---
- original document: d598f01cb:getting_started_github.md
- git diff d598f01cb HEAD getting_started_github.md | cat
+ original document: d598f01cb:docs/getting_started_github.md
+ git diff d598f01cb HEAD -- docs/getting_started_github.md | cat
-->
Github は慣れていない人には少し注意が必要です - このガイドは、QMK におけるフォーク、クローン、プルリクエストのサブミットの各ステップについて説明します。
diff --git a/docs/ja/getting_started_introduction.md b/docs/ja/getting_started_introduction.md
index 2752ea6a21..b4f8b574da 100644
--- a/docs/ja/getting_started_introduction.md
+++ b/docs/ja/getting_started_introduction.md
@@ -1,8 +1,8 @@
# はじめに
<!---
- original document: d598f01cb:getting_started_introduction.md
- git diff d598f01cb HEAD getting_started_introduction.md | cat
+ original document: d598f01cb:docs/getting_started_introduction.md
+ git diff d598f01cb HEAD -- docs/getting_started_introduction.md | cat
-->
このページでは、QMK プロジェクトで作業するために知っておくべき基本的な情報について説明しようと思います。Unix シェルの操作に精通していることを前提としていますが、C について、または make を使ったコンパイルについて精通しているとは想定していません。
diff --git a/docs/ja/newbs.md b/docs/ja/newbs.md
index 84e9732752..465b82106d 100644
--- a/docs/ja/newbs.md
+++ b/docs/ja/newbs.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
original document: adf4acf59:docs/newbs.md
- git diff adf4acf59 HEAD docs/newbs.md | cat
+ git diff adf4acf59 HEAD -- docs/newbs.md | cat
-->
QMK は、メカニカルキーボード用の強力なオープンソースファームウェアです。
diff --git a/docs/ja/newbs_building_firmware_configurator.md b/docs/ja/newbs_building_firmware_configurator.md
index 228269b34e..ae3d3cf286 100644
--- a/docs/ja/newbs_building_firmware_configurator.md
+++ b/docs/ja/newbs_building_firmware_configurator.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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 ファイルを生成するオンライングラフィカルユーザーインターフェイスです。
diff --git a/docs/ja/newbs_flashing.md b/docs/ja/newbs_flashing.md
index 3407b46253..f2ca914ee4 100644
--- a/docs/ja/newbs_flashing.md
+++ b/docs/ja/newbs_flashing.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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
-->
カスタムファームウェアは出来たので、キーボードに書き込みたくなるでしょう/フラッシュしたくなるでしょう。
diff --git a/docs/ja/newbs_getting_started.md b/docs/ja/newbs_getting_started.md
index 865ed162a7..6f5cd92cd7 100644
--- a/docs/ja/newbs_getting_started.md
+++ b/docs/ja/newbs_getting_started.md
@@ -2,8 +2,8 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
- original document: docs/newbs_getting_started.md
- git diff 161d469 HEAD docs/newbs_getting_started.md | cat
+ original document: 161d469:docs/newbs_getting_started.md
+ git diff 161d469 HEAD -- docs/newbs_getting_started.md | cat
-->
キーボードにはプロセッサが入っており、それはコンピュータに入っているものと大して違わないものです。
diff --git a/docs/ja/newbs_git_best_practices.md b/docs/ja/newbs_git_best_practices.md
index 1b0bda1e4e..4e20e4e0b0 100644
--- a/docs/ja/newbs_git_best_practices.md
+++ b/docs/ja/newbs_git_best_practices.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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 を愛することを学んだか。"
diff --git a/docs/ja/newbs_git_resolving_merge_conflicts.md b/docs/ja/newbs_git_resolving_merge_conflicts.md
index f1096e52ed..893c3d5035 100644
--- a/docs/ja/newbs_git_resolving_merge_conflicts.md
+++ b/docs/ja/newbs_git_resolving_merge_conflicts.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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
-->
ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。
diff --git a/docs/ja/newbs_git_resynchronize_a_branch.md b/docs/ja/newbs_git_resynchronize_a_branch.md
index 747fe1e610..80ae794a92 100644
--- a/docs/ja/newbs_git_resynchronize_a_branch.md
+++ b/docs/ja/newbs_git_resynchronize_a_branch.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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 リポジトリの更新が必要になったとします。
diff --git a/docs/ja/newbs_git_using_your_master_branch.md b/docs/ja/newbs_git_using_your_master_branch.md
index 41013560d3..0860050349 100644
--- a/docs/ja/newbs_git_using_your_master_branch.md
+++ b/docs/ja/newbs_git_using_your_master_branch.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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` ブランチには***絶対に直接コミットしないでください***。
diff --git a/docs/ja/newbs_learn_more_resources.md b/docs/ja/newbs_learn_more_resources.md
index 35101cdce6..9adcf53606 100644
--- a/docs/ja/newbs_learn_more_resources.md
+++ b/docs/ja/newbs_learn_more_resources.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。
diff --git a/docs/ja/newbs_testing_debugging.md b/docs/ja/newbs_testing_debugging.md
index 9cf5c65200..5ec5811a1e 100644
--- a/docs/ja/newbs_testing_debugging.md
+++ b/docs/ja/newbs_testing_debugging.md
@@ -3,7 +3,7 @@
<!---
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
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
-->
カスタムファームウェアをキーボードへ書き込んだら、テストする準備が整います。運が良ければ全て問題なく動作しているはずですが、もしそうでなければこのドキュメントがどこが悪いのか調べるのに役立ちます。