From 4c4e30cd714d316f44d99b91f846e2be666a26db Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:11:13 -0600 Subject: fix(docs): locale translations --- packages/web/src/content/docs/ja/plugins.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/web/src/content/docs/ja/plugins.mdx') diff --git a/packages/web/src/content/docs/ja/plugins.mdx b/packages/web/src/content/docs/ja/plugins.mdx index 077322655..31fe6f2a4 100644 --- a/packages/web/src/content/docs/ja/plugins.mdx +++ b/packages/web/src/content/docs/ja/plugins.mdx @@ -119,7 +119,7 @@ export const MyPlugin = async ({ project, client, $, directory, worktree }) => { - `directory`: 現在の作業ディレクトリ。 - `worktree`: git ワークツリーのパス。 - `client`: AI と対話するためのopencode SDK クライアント。 -- `$`: Bun の [コマンドを実行するためのシェル API](https://bun.com/docs/runtime/shell)。 +- `$`: Bun の [コマンドを実行するためのshell API](https://bun.com/docs/runtime/shell)。 --- @@ -192,7 +192,7 @@ export const MyPlugin: Plugin = async ({ project, client, $, directory, worktree - `todo.updated` -#### シェルイベント +#### shellイベント - `shell.env` @@ -260,7 +260,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree }) ### 環境変数を挿入する -すべてのシェル実行 (AI ツールとユーザー端末) に環境変数を挿入します。 +すべてのshell 実行 (AI ツールとユーザーterminal) に環境変数を挿入します。 ```javascript title=".opencode/plugins/inject-env.js" export const InjectEnvPlugin = async () => { -- cgit v1.2.3