fix(docs): locale translations

This commit is contained in:
Adam 2026-02-10 07:11:13 -06:00
parent 19ad7ad809
commit 4c4e30cd71
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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コマンドを実行できます。
---