diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-07-08 17:47:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 18:47:09 +1000 |
commit | e10e67c9b9c2ba245c38eb31218ba88bfeb0dffb (patch) | |
tree | b28a7656b748bd2032dbb6e869f7190412d0d08a | |
parent | eab623f1ada0dc4e2b709b08aac837282a206efd (diff) | |
download | qmk_firmware-e10e67c9b9c2ba245c38eb31218ba88bfeb0dffb.tar.gz qmk_firmware-e10e67c9b9c2ba245c38eb31218ba88bfeb0dffb.zip |
[Update] Change Original TAGs of Japanese translations (#13473)
* Updated docs/ja/proton_c_conversion.md original tag.
* Updated docs/ja/other_vscode.md original tag.
* Updated docs/ja/feature_swap_hands.md original tag.
* Updated docs/ja/faq_general.md original tag.
* Updated docs/ja/feature_userspace.md original tag.
* Updated git co docs/ja/config_options.md original tag.
-rw-r--r-- | docs/ja/config_options.md | 4 | ||||
-rw-r--r-- | docs/ja/faq_general.md | 4 | ||||
-rw-r--r-- | docs/ja/feature_swap_hands.md | 4 | ||||
-rw-r--r-- | docs/ja/feature_userspace.md | 4 | ||||
-rw-r--r-- | docs/ja/other_vscode.md | 4 | ||||
-rw-r--r-- | docs/ja/proton_c_conversion.md | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/docs/ja/config_options.md b/docs/ja/config_options.md index 39a659a72..6d7c47717 100644 --- a/docs/ja/config_options.md +++ b/docs/ja/config_options.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK の設定 | 1 | # QMK の設定 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.12.41:docs/config_options.md | 4 | original document: 0.13.17:docs/config_options.md |
5 | git diff 0.12.41 HEAD -- docs/config_options.md | cat | 5 | git diff 0.13.17 HEAD -- docs/config_options.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | QMK はほぼ無制限に設定可能です。可能なところはいかなるところでも、やりすぎな程、ユーザーがコードサイズを犠牲にしてでも彼らのキーボードをカスタマイズをすることを許しています。ただし、このレベルの柔軟性により設定が困難になります。 | 8 | QMK はほぼ無制限に設定可能です。可能なところはいかなるところでも、やりすぎな程、ユーザーがコードサイズを犠牲にしてでも彼らのキーボードをカスタマイズをすることを許しています。ただし、このレベルの柔軟性により設定が困難になります。 |
diff --git a/docs/ja/faq_general.md b/docs/ja/faq_general.md index 83d1a557b..407846b78 100644 --- a/docs/ja/faq_general.md +++ b/docs/ja/faq_general.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # よくある質問 | 1 | # よくある質問 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.8.62:docs/faq_general.md | 4 | original document: 0.13.17:docs/faq_general.md |
5 | git diff 0.8.62 HEAD -- docs/faq_general.md | cat | 5 | git diff 0.13.17 HEAD -- docs/faq_general.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | ## QMK とは何か? | 8 | ## QMK とは何か? |
diff --git a/docs/ja/feature_swap_hands.md b/docs/ja/feature_swap_hands.md index 5164584e8..cd0b150e5 100644 --- a/docs/ja/feature_swap_hands.md +++ b/docs/ja/feature_swap_hands.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # スワップハンドアクション | 1 | # スワップハンドアクション |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.8.177:docs/feature_swap_hands.md | 4 | original document: 0.13.17:docs/feature_swap_hands.md |
5 | git diff 0.8.177 HEAD -- docs/feature_swap_hands.md | cat | 5 | git diff 0.13.17 HEAD -- docs/feature_swap_hands.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | スワップハンドアクションにより、別のレイヤーを必要とせずに片手入力をサポートします。Makefile に `SWAP_HANDS_ENABLE` を設定し、キーマップに `hand_swap_config` エントリを定義します。これで `ACTION_SWAP_HANDS` コマンドキーが押されるたびにキーボードがミラーされます。例えば、QWERTY で "Hello, World" を入力するには、`^Ge^s^s^w^c W^wr^sd` を入力します。 | 8 | スワップハンドアクションにより、別のレイヤーを必要とせずに片手入力をサポートします。Makefile に `SWAP_HANDS_ENABLE` を設定し、キーマップに `hand_swap_config` エントリを定義します。これで `ACTION_SWAP_HANDS` コマンドキーが押されるたびにキーボードがミラーされます。例えば、QWERTY で "Hello, World" を入力するには、`^Ge^s^s^w^c W^wr^sd` を入力します。 |
diff --git a/docs/ja/feature_userspace.md b/docs/ja/feature_userspace.md index b0c113d1c..ef7f5283c 100644 --- a/docs/ja/feature_userspace.md +++ b/docs/ja/feature_userspace.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # ユーザスペース: キーマップ間でのコードの共有 | 1 | # ユーザスペース: キーマップ間でのコードの共有 |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.9.43:docs/feature_userspace.md | 4 | original document: 0.13.17:docs/feature_userspace.md |
5 | git diff 0.9.43 HEAD -- docs/feature_userspace.md | cat | 5 | git diff 0.13.17 HEAD -- docs/feature_userspace.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | 似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します: | 8 | 似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します: |
diff --git a/docs/ja/other_vscode.md b/docs/ja/other_vscode.md index e786b08f3..906d6626d 100644 --- a/docs/ja/other_vscode.md +++ b/docs/ja/other_vscode.md | |||
@@ -1,8 +1,8 @@ | |||
1 | # QMK 開発用の Visual Studio Code のセットアップ | 1 | # QMK 開発用の Visual Studio Code のセットアップ |
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | original document: 0.10.33:docs/other_vscode.md | 4 | original document: 0.13.17:docs/other_vscode.md |
5 | git diff 0.10.33 HEAD -- docs/other_vscode.md | cat | 5 | git diff 0.13.17 HEAD -- docs/other_vscode.md | cat |
6 | --> | 6 | --> |
7 | 7 | ||
8 | [Visual Studio Code](https://code.visualstudio.com/) (VS Code) は多くの異なるプログラミング言語をサポートするオープンソースのコードエディタです。 | 8 | [Visual Studio Code](https://code.visualstudio.com/) (VS Code) は多くの異なるプログラミング言語をサポートするオープンソースのコードエディタです。 |
diff --git a/docs/ja/proton_c_conversion.md b/docs/ja/proton_c_conversion.md index e7c07413c..983aed4ee 100644 --- a/docs/ja/proton_c_conversion.md +++ b/docs/ja/proton_c_conversion.md | |||
@@ -2,8 +2,8 @@ | |||
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: 0.9.46:docs/proton_c_conversion.md | 5 | original document: 0.13.17:docs/proton_c_conversion.md |
6 | git diff 0.9.46 HEAD -- docs/proton_c_conversion.md | cat | 6 | git diff 0.13.17 HEAD -- docs/proton_c_conversion.md | cat |
7 | --> | 7 | --> |
8 | 8 | ||
9 | Proton C は Pro Micro の差し替え可能品であるため、簡単に使用することができます。 | 9 | Proton C は Pro Micro の差し替え可能品であるため、簡単に使用することができます。 |