[Update] Japanese translation of docs/newbs_building_firmware_configurator.md (#9395)
* update docs/ja/newbs_building_firmware_configurator.md Following the original changes, docs/ja/newbs_building_firmware_configurator.md was divided into docs/ja/configurator_step_by_step.md and docs/ja/configurator_troubleshooting.md. * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_troubleshooting.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_troubleshooting.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_troubleshooting.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/newbs_building_firmware_configurator.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_troubleshooting.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/newbs_building_firmware_configurator.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/configurator_step_by_step.md Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: shela <shelaf@users.noreply.github.com>
This commit is contained in:
parent
4b80ee46f8
commit
a4b2baa2ba
3 changed files with 107 additions and 101 deletions
32
docs/ja/configurator_troubleshooting.md
Normal file
32
docs/ja/configurator_troubleshooting.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Configurator トラブルシューティング
|
||||
|
||||
<!---
|
||||
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
||||
original document: 0.9.0:docs/configurator_troubleshooting.md
|
||||
git diff 0.9.0 HEAD -- docs/configurator_troubleshooting.md | cat
|
||||
-->
|
||||
|
||||
## 私の .json ファイルが動きません
|
||||
|
||||
.json ファイルが QMK Configurator で作ったものの場合、おめでとうございます。バグに遭遇しました。 [qmk_configurator](https://github.com/qmk/qmk_configurator/issues) で報告してください。
|
||||
|
||||
そうでない場合は、... 他の .json ファイルを使用しないようにという、上に書いた注意書きを見逃してませんか?
|
||||
|
||||
#### レイアウトに余分なスペースがありますか?どうすればいいですか?
|
||||
|
||||
もしスペースバーが3つに分かれている場合は、全てスペースバーで埋めるのが最善の方法です。バックスペースや Shift キーについても同じことができます。
|
||||
|
||||
#### キーコードってなに?
|
||||
|
||||
以下を見てください。
|
||||
|
||||
* [基本的なキーコードリファレンス](ja/keycodes_basic.md)
|
||||
* [高度なキーコードリファレンス](ja/feature_advanced_keycodes.md)
|
||||
|
||||
#### コンパイルできません
|
||||
|
||||
キーマップの他のレイヤーを再確認して、おかしなキーが存在しないことを確認してください。
|
||||
|
||||
## 問題とバグ
|
||||
|
||||
私たちは利用者の依頼やバグレポートを常に受け入れています。[qmk_configurator](https://github.com/qmk/qmk_configurator/issues) で報告してください。
|
Loading…
Add table
Add a link
Reference in a new issue