summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/index.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ja/index.mdx')
-rw-r--r--packages/web/src/content/docs/ja/index.mdx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/ja/index.mdx b/packages/web/src/content/docs/ja/index.mdx
index c1bfd24d2..87b0e9e74 100644
--- a/packages/web/src/content/docs/ja/index.mdx
+++ b/packages/web/src/content/docs/ja/index.mdx
@@ -230,7 +230,7 @@ OpenCode には、変更を加える機能を無効にする _Plan mode_ があ�
```bash frame="none" title="Switch to Plan mode"
<TAB>
- ```
+```
では、何をしたいのかを説明しましょう。
@@ -238,7 +238,7 @@ OpenCode には、変更を加える機能を無効にする _Plan mode_ があ�
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 に十分な詳細を提供したいと考えています。役に立ちます
チームの若手開発者と話しているように話すことができます。
@@ -255,7 +255,7 @@ want.
```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.
- ```
+```
:::tip
画像をterminal にドラッグ アンド ドロップして、プロンプトに追加します。
@@ -271,13 +271,13 @@ OpenCode は、指定された画像をスキャンしてプロンプトに追�
```bash frame="none"
<TAB>
- ```
+```
そして変更を加えるように依頼します。
```bash frame="none"
Sounds good! Go ahead and make the changes.
- ```
+```
---