diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-07-01 14:04:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 14:04:38 +0900 |
commit | 8c982dba31b8b23f9c790630e31099aaaa372258 (patch) | |
tree | 1289fa5b3d22afb43d0c8152fad3af4c6477d6ef /docs/ja | |
parent | 27d1e2909f3fa28b69b86728d32a5bd3360c47a8 (diff) | |
download | qmk_firmware-8c982dba31b8b23f9c790630e31099aaaa372258.tar.gz qmk_firmware-8c982dba31b8b23f9c790630e31099aaaa372258.zip |
[Update] Change Original TAGs of Japanese translations (#13396)
* Updated docs/ja/how_a_matrix_works.md original tag.
* Updated docs/ja/api_overview.md original tag.
* Updated docs/ja/contributing.md original tag
* Updated docs/ja/coding_conventions_c.md original tag
* Updated docs/ja/reference_configurator_support.md original tag
* Updated docs/ja/reference_glossary.md original tag
* Updated docs/ja/api_docs.md original tag
* Updated docs/ja/feature_stenography.md original tag
* Updated docs/ja/documentation_templates.md original tag
* Updated docs/ja/faq_keymap.md original tag
* Updated docs/ja/understanding_qmk.md original tag
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/api_docs.md | 4 | ||||
-rw-r--r-- | docs/ja/api_overview.md | 4 | ||||
-rw-r--r-- | docs/ja/coding_conventions_c.md | 4 | ||||
-rw-r--r-- | docs/ja/contributing.md | 4 | ||||
-rw-r--r-- | docs/ja/documentation_templates.md | 4 | ||||
-rw-r--r-- | docs/ja/faq_keymap.md | 4 | ||||
-rw-r--r-- | docs/ja/feature_stenography.md | 4 | ||||
-rw-r--r-- | docs/ja/how_a_matrix_works.md | 4 | ||||
-rw-r--r-- | docs/ja/reference_configurator_support.md | 4 | ||||
-rw-r--r-- | docs/ja/reference_glossary.md | 4 | ||||
-rw-r--r-- | docs/ja/understanding_qmk.md | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/docs/ja/api_docs.md b/docs/ja/api_docs.md index 2d057c19b..34ed50c49 100644 --- a/docs/ja/api_docs.md +++ b/docs/ja/api_docs.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK API | 1 | # QMK API |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.50:docs/api_docs.md | 4 | original document: 0.13.15:docs/api_docs.md |
5 | git diff 0.9.50 HEAD -- docs/api_docs.md | cat | 5 | git diff 0.13.15 HEAD -- docs/api_docs.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | このページは QMK API の使い方を説明します。もしあなたがアプリケーション開発者であれば、全ての [QMK](https://qmk.fm) キーボードのファームウェアをコンパイルするために、この API を使うことができます。 | 8 | このページは QMK API の使い方を説明します。もしあなたがアプリケーション開発者であれば、全ての [QMK](https://qmk.fm) キーボードのファームウェアをコンパイルするために、この API を使うことができます。 |
diff --git a/docs/ja/api_overview.md b/docs/ja/api_overview.md index 2a156f382..e563bdd10 100644 --- a/docs/ja/api_overview.md +++ b/docs/ja/api_overview.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK API | 1 | # QMK API |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.50:docs/api_overview.md | 4 | original document: 0.13.15:docs/api_overview.md |
5 | git diff 0.9.50 HEAD -- docs/api_overview.md | cat | 5 | git diff 0.13.15 HEAD -- docs/api_overview.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | QMK API は、Web と GUI ツールが [QMK](https://qmk.fm/) によってサポートされるキーボード用の任意のキーマップをコンパイルするために使うことができる、非同期 API を提供します。標準のキーマップテンプレートは、C コードのサポートを必要としない全ての QMK キーコードをサポートします。キーボードのメンテナは独自のカスタムテンプレートを提供して、より多くの機能を実現することができます。 | 8 | QMK API は、Web と GUI ツールが [QMK](https://qmk.fm/) によってサポートされるキーボード用の任意のキーマップをコンパイルするために使うことができる、非同期 API を提供します。標準のキーマップテンプレートは、C コードのサポートを必要としない全ての QMK キーコードをサポートします。キーボードのメンテナは独自のカスタムテンプレートを提供して、より多くの機能を実現することができます。 |
diff --git a/docs/ja/coding_conventions_c.md b/docs/ja/coding_conventions_c.md index dcc214814..c3d2de734 100644 --- a/docs/ja/coding_conventions_c.md +++ b/docs/ja/coding_conventions_c.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # コーディング規約 (C) | 1 | # コーディング規約 (C) |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.19:docs/coding_conventions_c.md | 4 | original document: 0.13.15:docs/coding_conventions_c.md |
5 | git diff 0.9.19 HEAD -- docs/coding_conventions_c.md | cat | 5 | git diff 0.13.15 HEAD -- docs/coding_conventions_c.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | 私たちのスタイルのほとんどはかなり理解しやすいですが、現時点では完全に一貫しているわけではありません。変更箇所周辺のコードのスタイルと一致させる必要がありますが、そのコードに一貫性が無い場合や不明瞭な場合は以下のガイドラインに従ってください: | 8 | 私たちのスタイルのほとんどはかなり理解しやすいですが、現時点では完全に一貫しているわけではありません。変更箇所周辺のコードのスタイルと一致させる必要がありますが、そのコードに一貫性が無い場合や不明瞭な場合は以下のガイドラインに従ってください: |
diff --git a/docs/ja/contributing.md b/docs/ja/contributing.md index 90d39bb01..cafdda21b 100644 --- a/docs/ja/contributing.md +++ b/docs/ja/contributing.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # 貢献方法 | 1 | # 貢献方法 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.8.62:docs/contributing.md | 4 | original document: 0.13.15:docs/contributing.md |
5 | git diff 0.8.62 HEAD -- docs/contributing.md | cat | 5 | git diff 0.13.15 HEAD -- docs/contributing.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | 👍🎉 まず、これを読み貢献する時間を作ってくれてありがとうございます!🎉👍 | 8 | 👍🎉 まず、これを読み貢献する時間を作ってくれてありがとうございます!🎉👍 |
diff --git a/docs/ja/documentation_templates.md b/docs/ja/documentation_templates.md index 7f0b23926..0ba3caf5e 100644 --- a/docs/ja/documentation_templates.md +++ b/docs/ja/documentation_templates.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # ドキュメントテンプレート | 1 | # ドキュメントテンプレート |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.19:docs/documentation_templates.md | 4 | original document: 0.13.15:docs/documentation_templates.md |
5 | git diff 0.9.19 HEAD -- docs/documentation_templates.md | cat | 5 | git diff 0.13.15 HEAD -- docs/documentation_templates.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | このページでは、新しいキーマップやキーボードを QMK に提出する際に使うべきテンプレートをまとめています。 | 8 | このページでは、新しいキーマップやキーボードを QMK に提出する際に使うべきテンプレートをまとめています。 |
diff --git a/docs/ja/faq_keymap.md b/docs/ja/faq_keymap.md index adc4af341..fb44e316b 100644 --- a/docs/ja/faq_keymap.md +++ b/docs/ja/faq_keymap.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # キーマップの FAQ | 1 | # キーマップの FAQ |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.8.62:docs/faq_keymap.md | 4 | original document: 0.13.15:docs/faq_keymap.md |
5 | git diff 0.8.62 HEAD -- docs/faq_keymap.md | cat | 5 | git diff 0.13.15 HEAD -- docs/faq_keymap.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | このページは人々がキーマップについてしばしば持つ疑問について説明します。まだ読んだことが無い場合には、[キーマップの概要](ja/keymap.md)を最初に読むべきです。 | 8 | このページは人々がキーマップについてしばしば持つ疑問について説明します。まだ読んだことが無い場合には、[キーマップの概要](ja/keymap.md)を最初に読むべきです。 |
diff --git a/docs/ja/feature_stenography.md b/docs/ja/feature_stenography.md index 0103f5379..46698bdb3 100644 --- a/docs/ja/feature_stenography.md +++ b/docs/ja/feature_stenography.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK での速記 :id=stenography-in-qmk | 1 | # QMK での速記 :id=stenography-in-qmk |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.10.33:docs/feature_stenography.md | 4 | original document: 0.13.15:docs/feature_stenography.md |
5 | git diff 0.10.33 HEAD -- docs/feature_stenography.md | cat | 5 | git diff 0.13.15 HEAD -- docs/feature_stenography.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | [速記](https://en.wikipedia.org/wiki/Stenotype)は裁判所のレポート、字幕および耳が不自由な人のためのリアルタイムの文字起こしで最もよく使われる記述方法です。速記では単語はスペル、音声およびショートカット(短い)ストロークが混在する音節ごとに音節化されます。プロの速記者は、標準的なタイピングで通常見られる負担を掛けずに、はるかに少ないエラー(99.9%より高い精度)で、200-300 WPM に到達できます。 | 8 | [速記](https://en.wikipedia.org/wiki/Stenotype)は裁判所のレポート、字幕および耳が不自由な人のためのリアルタイムの文字起こしで最もよく使われる記述方法です。速記では単語はスペル、音声およびショートカット(短い)ストロークが混在する音節ごとに音節化されます。プロの速記者は、標準的なタイピングで通常見られる負担を掛けずに、はるかに少ないエラー(99.9%より高い精度)で、200-300 WPM に到達できます。 |
diff --git a/docs/ja/how_a_matrix_works.md b/docs/ja/how_a_matrix_works.md index 9a9242cf9..e5dfc9f07 100644 --- a/docs/ja/how_a_matrix_works.md +++ b/docs/ja/how_a_matrix_works.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # キーボードマトリックスの仕組み | 1 | # キーボードマトリックスの仕組み |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.32:docs/how_a_matrix_works.md | 4 | original document: 0.13.15:docs/how_a_matrix_works.md |
5 | git diff 0.9.32 HEAD -- docs/how_a_matrix_works.md | cat | 5 | git diff 0.13.15 HEAD -- docs/how_a_matrix_works.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | キーボードスイッチのマトリックスは行と列に配置されます。マトリックス回路がなければ、各スイッチはコントローラに直接配線する必要があります。 | 8 | キーボードスイッチのマトリックスは行と列に配置されます。マトリックス回路がなければ、各スイッチはコントローラに直接配線する必要があります。 |
diff --git a/docs/ja/reference_configurator_support.md b/docs/ja/reference_configurator_support.md index dd58e4789..4fb98fc0e 100644 --- a/docs/ja/reference_configurator_support.md +++ b/docs/ja/reference_configurator_support.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK Configurator でのキーボードのサポート | 1 | # QMK Configurator でのキーボードのサポート |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.46:docs/reference_configurator_support.md | 4 | original document: 0.13.15:docs/reference_configurator_support.md |
5 | git diff 0.9.46 HEAD -- docs/reference_configurator_support.md | cat | 5 | git diff 0.13.15 HEAD -- docs/reference_configurator_support.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | このページは [QMK Configurator](https://config.qmk.fm/) でキーボードを適切にサポートする方法について説明します。 | 8 | このページは [QMK Configurator](https://config.qmk.fm/) でキーボードを適切にサポートする方法について説明します。 |
diff --git a/docs/ja/reference_glossary.md b/docs/ja/reference_glossary.md index 2fd6146d1..06c719612 100644 --- a/docs/ja/reference_glossary.md +++ b/docs/ja/reference_glossary.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK 用語集 | 1 | # QMK 用語集 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.46:docs/reference_glossary.md | 4 | original document: 0.13.15:docs/reference_glossary.md |
5 | git diff 0.9.46 HEAD -- docs/reference_glossary.md | cat | 5 | git diff 0.13.15 HEAD -- docs/reference_glossary.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | ## ARM | 8 | ## ARM |
diff --git a/docs/ja/understanding_qmk.md b/docs/ja/understanding_qmk.md index ab860a609..5fcb7be85 100644 --- a/docs/ja/understanding_qmk.md +++ b/docs/ja/understanding_qmk.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK のコードの理解 | 1 | # QMK のコードの理解 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.55:docs/understanding_qmk.md | 4 | original document: 0.13.15:docs/understanding_qmk.md |
5 | git diff 0.9.55 HEAD -- docs/understanding_qmk.md | cat | 5 | git diff 0.13.15 HEAD -- docs/understanding_qmk.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | このドキュメントでは、QMK ファームウェアがどのように機能するかを非常に高いレベルから説明しようとしています。基本的なプログラミングの概念を理解していることを前提としていますが、(実例を示す必要がある場合を除き) C に精通していることを前提にはしていません。以下のドキュメントの基本的な知識があることを前提としています。 | 8 | このドキュメントでは、QMK ファームウェアがどのように機能するかを非常に高いレベルから説明しようとしています。基本的なプログラミングの概念を理解していることを前提としていますが、(実例を示す必要がある場合を除き) C に精通していることを前提にはしていません。以下のドキュメントの基本的な知識があることを前提としています。 |