diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2020-06-09 00:04:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 00:04:14 +0900 |
commit | b19187c62c397b44ab657d8bac2a2b05c77cc9c9 (patch) | |
tree | 1e25ed1776208ab6578b168a8af14fe52ffced47 /docs/ja | |
parent | 4a7725b3eef1b41ead2b42ab24a6af7fb4b1c93f (diff) | |
download | qmk_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/ja')
-rw-r--r-- | docs/ja/newbs_learn_more_resources.md | 39 |
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 f2f8270e1d..e5437ca86a 100644 --- a/docs/ja/newbs_learn_more_resources.md +++ b/docs/ja/newbs_learn_more_resources.md @@ -2,35 +2,44 @@ <!--- 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 + original document: 0.9.0:docs/newbs_learn_more_resources.md + git diff 0.9.0 HEAD -- docs/newbs_learn_more_resources.md | cat --> これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。 -## Git に関するリース: +## QMK に関するリソース: -### 英語 +### 英語 :id=english-resources-qmk -* [Great General Tutorial](https://www.codecademy.com/learn/learn-git) -* [Git Game To Learn From Examples](https://learngitbranching.js.org/) -* [Git Resources to Learn More About GitHub](getting_started_github.md) -* [Git Resources Aimed Specifically toward QMK](contributing.md) +* [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – 新規ユーザーの視点から見た QMK ファームウェアの使い方の基本を網羅した、ユーザー作成のブログ。 -### 日本語 +### 日本語 :id=japanese-resources-qmk _日本語のリソース情報を募集中です。_ -* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/) -* [QMK で GitHub を使う方法](ja/getting_started_github.md) -* [貢献方法](ja/contributing.md) - ## コマンドラインに関するリソース: -### 英語 +### 英語 :id=english-resources-cli * [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line) -### 日本語 +### 日本語 :id=japanese-resources-cli + +_日本語のリソース情報を募集中です。_ + +## Git に関するリソース: + +### 英語 :id=english-resources-git + +* [Great General Tutorial](https://www.codecademy.com/learn/learn-git) +* [Flight Rules For Git](https://github.com/k88hudson/git-flight-rules) +* [Git Game To Learn From Examples](https://learngitbranching.js.org/) + +### 日本語 :id=japanese-resources-git _日本語のリソース情報を募集中です。_ + +* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/) + git のブランチの作り方、マージの仕方などがビジュアルに学べます。 +* [QMK で GitHub を使う方法](ja/getting_started_github.md) |