fix(docs): locale translations

This commit is contained in:
Adam
2026-02-10 07:11:13 -06:00
parent 19ad7ad809
commit 4c4e30cd71
351 changed files with 3744 additions and 3765 deletions

View File

@@ -45,9 +45,9 @@ OpenCode で利用可能なすべての組み込みツールを次に示しま
---
### バッシュ
### Bash
プロジェクト環境でシェル コマンドを実行します。
プロジェクト環境でshell コマンドを実行します。
```json title="opencode.json" {4}
{
@@ -58,7 +58,7 @@ OpenCode で利用可能なすべての組み込みツールを次に示しま
}
```
このツールを使用すると、LLM は `npm install`、`git status`、またはその他のシェル コマンドなどの端末コマンドを実行できます。
このツールを使用すると、LLM は `npm install`、`git status`、またはその他のshell コマンドなどのterminalコマンドを実行できます。
---