aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ja
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2020-06-20 21:02:16 +0900
committerGitHub <noreply@github.com>2020-06-20 21:02:16 +0900
commit580cb2c1dfc4b5b00744a1a6f39107d6e91e1159 (patch)
tree92b929aeeb50cc675b2c2000997d6776e0c3ae76 /docs/ja
parentd9eae3ef033d3adce7da1ba3d57cc9480659deb0 (diff)
downloadfirmware-580cb2c1dfc4b5b00744a1a6f39107d6e91e1159.tar.gz
firmware-580cb2c1dfc4b5b00744a1a6f39107d6e91e1159.tar.bz2
firmware-580cb2c1dfc4b5b00744a1a6f39107d6e91e1159.zip
[Update] Files with Japanese translations related to #8822 (#9455)
* The TAG of the original document has been updated to facilitate future verification. * The TAG of the original document has been updated to facilitate future verification. * The TAG of the original document has been updated to facilitate future verification.
Diffstat (limited to 'docs/ja')
-rw-r--r--docs/ja/faq_debug.md4
-rw-r--r--docs/ja/flashing.md4
-rw-r--r--docs/ja/getting_started_vagrant.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/ja/faq_debug.md b/docs/ja/faq_debug.md
index 856e9473a..b70edf63d 100644
--- a/docs/ja/faq_debug.md
+++ b/docs/ja/faq_debug.md
@@ -1,8 +1,8 @@
# デバッグの FAQ
<!---
- original document: 376419a4f:docs/faq_debug.md
- git diff 376419a4f HEAD -- docs/faq_debug.md | cat
+ original document: 0.9.10:docs/faq_debug.md
+ git diff 0.9.10 HEAD -- docs/faq_debug.md | cat
-->
このページは、キーボードのトラブルシューティングについての様々な一般的な質問を説明します。
diff --git a/docs/ja/flashing.md b/docs/ja/flashing.md
index 713d4fdf9..158285145 100644
--- a/docs/ja/flashing.md
+++ b/docs/ja/flashing.md
@@ -1,8 +1,8 @@
# 書き込みの手順とブートローダ情報
<!---
- original document: 0.8.62:docs/flashing.md
- git diff 0.8.62 HEAD -- docs/flashing.md | cat
+ original document: 0.9.10:docs/flashing.md
+ git diff 0.9.10 HEAD -- docs/flashing.md | cat
-->
キーボードが使用するブートローダにはかなり多くの種類があり、ほぼ全てが異なる書き込みの方法を使います。幸いなことに、[QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) のようなプロジェクトは、あまり深く考える必要無しに様々なタイプと互換性を持つことを目指していますが、この文章では様々なタイプのブートローダとそれらを書き込むために利用可能な方法について説明します。
diff --git a/docs/ja/getting_started_vagrant.md b/docs/ja/getting_started_vagrant.md
index 66fb89510..58eca5c0a 100644
--- a/docs/ja/getting_started_vagrant.md
+++ b/docs/ja/getting_started_vagrant.md
@@ -1,8 +1,8 @@
# Vagrant クイックスタート
<!---
- original document: 7494490d6:docs/getting_started_vagrant.md
- git diff 7494490d6 HEAD -- docs/getting_started_vagrant.md | cat
+ original document: 0.9.10:docs/getting_started_vagrant.md
+ git diff 0.9.10 HEAD -- docs/getting_started_vagrant.md | cat
-->
このプロジェクトは、プライマリオペレーティングシステムに大きな変更を加えることなくキーボードの新しいファームウェアを非常に簡単に構築することができる `Vagrantfile` を含みます。これは、あなたがプロジェクトをクローンしビルドを実行した時に、ビルドのために Vagrantfile を使っている他のユーザと全く同じ環境を持つことも保証します。これにより、人々はあなたが遭遇した問題の解決をより簡単に行えるようになります。