summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/index.mdx
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-09 17:35:30 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-09 17:35:30 +0000
commitd578f80f0055082cc7befd29b2ce6bda7326d29f (patch)
tree5ca2ee868fe480104a5464260a8b114c3ef4ec71 /packages/web/src/content/docs/ja/index.mdx
parentdc53086c1e73d43d3a28fc4cdf161e83d09b1877 (diff)
downloadopencode-d578f80f0055082cc7befd29b2ce6bda7326d29f.tar.gz
opencode-d578f80f0055082cc7befd29b2ce6bda7326d29f.zip
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/ja/index.mdx')
-rw-r--r--packages/web/src/content/docs/ja/index.mdx46
1 files changed, 23 insertions, 23 deletions
diff --git a/packages/web/src/content/docs/ja/index.mdx b/packages/web/src/content/docs/ja/index.mdx
index 514b8a2bb..209e5181e 100644
--- a/packages/web/src/content/docs/ja/index.mdx
+++ b/packages/web/src/content/docs/ja/index.mdx
@@ -224,60 +224,60 @@ OpenCode に新しい機能をプロジェクトに追加するよう依頼で�
1. **計画を作成する**
OpenCode には、変更を加える機能を無効にする _Plan モード_ があり、
-代わりに、その機能を_どのように_実装するかを提案してください。
+代わりに、その機能を*どのように*実装するかを提案してください。
**Tab** キーを使用してそれに切り替えます。右下隅にこれを示すインジケーターが表示されます。
- ```bash frame="none" title="Switch to Plan mode"
- <TAB>
- ```
+```bash frame="none" title="Switch to Plan mode"
+<TAB>
+```
では、何をしたいのかを説明しましょう。
- ```txt frame="none"
- When a user deletes a note, we'd like to flag it as deleted in the database.
- Then create a screen that shows all the recently deleted notes.
- From this screen, the user can undelete a note or permanently delete it.
- ```
+```txt frame="none"
+When a user deletes a note, we'd like to flag it as deleted in the database.
+Then create a screen that shows all the recently deleted notes.
+From this screen, the user can undelete a note or permanently delete it.
+```
自分が何を望んでいるのかを理解するために、OpenCode に十分な詳細を提供したいと考えています。役に立ちます
チームの若手開発者と話しているように話すことができます。
:::ヒント
OpenCode に多くのコンテキストと例を提供して、意図する内容を理解できるようにします。
- want.
- :::
+want.
+:::
2. **計画を反復する**
計画が示されたら、フィードバックを送信したり、詳細を追加したりできます。
- ```txt frame="none"
- We'd like to design this new screen using a design I've used before.
- [Image #1] Take a look at this image and use it as a reference.
- ```
+```txt frame="none"
+We'd like to design this new screen using a design I've used before.
+[Image #1] Take a look at this image and use it as a reference.
+```
:::ヒント
画像をターミナルにドラッグ アンド ドロップして、プロンプトに追加します。
- :::
+:::
OpenCode は、指定された画像をスキャンしてプロンプトに追加できます。あなたはできる
これを行うには、画像をターミナルにドラッグ アンド ドロップします。
3. **機能を構築する**
-計画に慣れたら、_Build モード_に戻ります。
+計画に慣れたら、*Build モード*に戻ります。
**Tab** キーをもう一度押します。
- ```bash frame="none"
- <TAB>
- ```
+```bash frame="none"
+<TAB>
+```
そして変更を加えるように依頼します。
- ```bash frame="none"
- Sounds good! Go ahead and make the changes.
- ```
+```bash frame="none"
+Sounds good! Go ahead and make the changes.
+```
---