You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.6 KiB

[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>
4 years ago
  1. # Configurator トラブルシューティング
  2. <!---
  3. grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
  4. original document: 0.9.0:docs/configurator_troubleshooting.md
  5. git diff 0.9.0 HEAD -- docs/configurator_troubleshooting.md | cat
  6. -->
  7. ## 私の .json ファイルが動きません
  8. .json ファイルが QMK Configurator で作ったものの場合、おめでとうございます。バグに遭遇しました。 [qmk_configurator](https://github.com/qmk/qmk_configurator/issues) で報告してください。
  9. そうでない場合は、... 他の .json ファイルを使用しないようにという、上に書いた注意書きを見逃してませんか?
  10. #### レイアウトに余分なスペースがありますか?どうすればいいですか?
  11. もしスペースバーが3つに分かれている場合は、全てスペースバーで埋めるのが最善の方法です。バックスペースや Shift キーについても同じことができます。
  12. #### キーコードってなに?
  13. 以下を見てください。
  14. * [基本的なキーコードリファレンス](ja/keycodes_basic.md)
  15. * [高度なキーコードリファレンス](ja/feature_advanced_keycodes.md)
  16. #### コンパイルできません
  17. キーマップの他のレイヤーを再確認して、おかしなキーが存在しないことを確認してください。
  18. ## 問題とバグ
  19. 私たちは利用者の依頼やバグレポートを常に受け入れています。[qmk_configurator](https://github.com/qmk/qmk_configurator/issues) で報告してください。