aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2020-06-09 00:04:14 +0900
committerGitHub <noreply@github.com>2020-06-09 00:04:14 +0900
commitb19187c62c397b44ab657d8bac2a2b05c77cc9c9 (patch)
tree1e25ed1776208ab6578b168a8af14fe52ffced47 /docs
parent4a7725b3eef1b41ead2b42ab24a6af7fb4b1c93f (diff)
downloadqmk_firmware-b19187c62c397b44ab657d8bac2a2b05c77cc9c9.tar.gz
qmk_firmware-b19187c62c397b44ab657d8bac2a2b05c77cc9c9.zip
[Update] Japanese translation of newbs_learn_more_resources.md (#9288)
* Updated the Japanese translation of newbs_learn_more_resources.md Updated the Japanese translation of newbs_learn_more_resources.md to 0.9.0. * update docs/ja/newbs_learn_more_resources.md * update ja/newbs_learn_more_resources.md
Diffstat (limited to 'docs')
-rw-r--r--docs/ja/newbs_learn_more_resources.md39
1 files changed, 24 insertions, 15 deletions
diff --git a/docs/ja/newbs_learn_more_resources.md b/docs/ja/newbs_learn_more_resources.md
index f2f8270e1..e5437ca86 100644
--- a/docs/ja/newbs_learn_more_resources.md
+++ b/docs/ja/newbs_learn_more_resources.md
@@ -2,35 +2,44 @@
2 2
3<!--- 3<!---
4 grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh 4 grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
5 original document: ed0575fc8:docs/newbs_learn_more_resources.md 5 original document: 0.9.0:docs/newbs_learn_more_resources.md
6 git diff ed0575fc8 HEAD -- docs/newbs_learn_more_resources.md | cat 6 git diff 0.9.0 HEAD -- docs/newbs_learn_more_resources.md | cat
7--> 7-->
8 8
9これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。 9これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。
10 10
11## Git に関するリース: 11## QMK に関するリス:
12 12
13### 英語 13### 英語 :id=english-resources-qmk
14 14
15* [Great General Tutorial](https://www.codecademy.com/learn/learn-git) 15* [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – 新規ユーザーの視点から見た QMK ファームウェアの使い方の基本を網羅した、ユーザー作成のブログ。
16* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
17* [Git Resources to Learn More About GitHub](getting_started_github.md)
18* [Git Resources Aimed Specifically toward QMK](contributing.md)
19 16
20### 日本語 17### 日本語 :id=japanese-resources-qmk
21 18
22_日本語のリソース情報を募集中です。_ 19_日本語のリソース情報を募集中です。_
23 20
24* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/)
25* [QMK で GitHub を使う方法](ja/getting_started_github.md)
26* [貢献方法](ja/contributing.md)
27
28## コマンドラインに関するリソース: 21## コマンドラインに関するリソース:
29 22
30### 英語 23### 英語 :id=english-resources-cli
31 24
32* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line) 25* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
33 26
34### 日本語 27### 日本語 :id=japanese-resources-cli
28
29_日本語のリソース情報を募集中です。_
30
31## Git に関するリソース:
32
33### 英語 :id=english-resources-git
34
35* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
36* [Flight Rules For Git](https://github.com/k88hudson/git-flight-rules)
37* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
38
39### 日本語 :id=japanese-resources-git
35 40
36_日本語のリソース情報を募集中です。_ 41_日本語のリソース情報を募集中です。_
42
43* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/)
44 git のブランチの作り方、マージの仕方などがビジュアルに学べます。
45* [QMK で GitHub を使う方法](ja/getting_started_github.md)