Files
opencode/packages/web/src/content/i18n/ja.json
2026-02-10 22:12:32 +00:00

76 lines
4.2 KiB
JSON

{
"app.head.titleSuffix": "terminal向けのAIコーディングエージェント",
"app.header.home": "ホーム",
"app.header.docs": "ドキュメント",
"app.footer.issueLink": "バグを見つけたらIssueを作成",
"app.footer.discordLink": "Discordコミュニティに参加",
"app.lander.hero.title": "terminal向けのAIコーディングエージェント。",
"app.lander.cta.getStarted": "始める",
"app.lander.features.native_tui.title": "ネイティブ TUI",
"app.lander.features.native_tui.description": "レスポンシブでネイティブ、テーマ対応のterminal UI。",
"app.lander.features.lsp_enabled.title": "LSP対応",
"app.lander.features.lsp_enabled.description": "LLMに最適なLSPを自動で読み込みます。",
"app.lander.features.multi_session.title": "マルチセッション",
"app.lander.features.multi_session.description": "同じプロジェクトで複数のエージェントを並列で起動します。",
"app.lander.features.shareable_links.title": "共有リンク",
"app.lander.features.shareable_links.description": "参照やデバッグのためにセッションリンクを共有します。",
"app.lander.features.github_copilot.description": "Copilotアカウントを使うにはGitHubでログインします。",
"app.lander.features.chatgpt_plus_pro.description": "ChatGPT PlusまたはProアカウントを使うにはOpenAIでログインします。",
"app.lander.features.use_any_model.title": "任意のモデルを使う",
"app.lander.features.use_any_model.prefix": "75以上のLLMプロバイダーをサポート",
"app.lander.features.use_any_model.suffix": "ローカルモデルを含みます。",
"app.lander.images.tui.caption": "tokyonightテーマのopencode TUI",
"app.lander.images.tui.alt": "tokyonightテーマのopencode TUI",
"app.lander.images.vscode.caption": "VS Codeでのopencode",
"app.lander.images.vscode.alt": "VS Codeでのopencode",
"app.lander.images.github.caption": "GitHubでのopencode",
"app.lander.images.github.alt": "GitHubでのopencode",
"share.meta_description": "opencode - terminal向けのAIコーディングエージェント。",
"share.not_found": "見つかりません",
"share.link_to_message": "このメッセージへのリンク",
"share.copied": "コピーしました!",
"share.copy": "コピー",
"share.show_more": "もっと見る",
"share.show_less": "表示を減らす",
"share.show_results": "結果を表示",
"share.hide_results": "結果を非表示",
"share.show_details": "詳細を表示",
"share.hide_details": "詳細を非表示",
"share.show_preview": "プレビューを表示",
"share.hide_preview": "プレビューを非表示",
"share.show_contents": "内容を表示",
"share.hide_contents": "内容を非表示",
"share.show_output": "出力を表示",
"share.hide_output": "出力を非表示",
"share.error": "エラー",
"share.waiting_for_messages": "メッセージを待機中...",
"share.status_connected_waiting": "接続済み、メッセージを待機中...",
"share.status_connecting": "接続中...",
"share.status_disconnected": "切断されました",
"share.status_reconnecting": "再接続中...",
"share.status_error": "エラー",
"share.status_unknown": "不明",
"share.error_id_not_found": "idが見つかりません",
"share.error_api_url_not_found": "API URLが見つかりません",
"share.error_connection_failed": "接続に失敗しました",
"share.opencode_version": "opencode version",
"share.opencode_name": "opencode",
"share.models": "モデル",
"share.cost": "コスト",
"share.input_tokens": "Input Tokens",
"share.output_tokens": "Output Tokens",
"share.reasoning_tokens": "Reasoning Tokens",
"share.scroll_to_bottom": "一番下までスクロール",
"share.attachment": "添付ファイル",
"share.thinking": "思考",
"share.thinking_pending": "思考中...",
"share.creating_plan": "計画を作成",
"share.completing_plan": "計画を完了",
"share.updating_plan": "計画を更新",
"share.match_one": "一致",
"share.match_other": "一致",
"share.result_one": "結果",
"share.result_other": "結果",
"share.debug_key": "キー"
}