opencode/packages/web/src/content/i18n/ja.json
2026-02-09 18:11:59 -06:00

75 lines
4.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"app.head.titleSuffix": "端末向けに構築されたAIコーディングエージェント",
"app.header.home": "家",
"app.header.docs": "ドキュメント",
"app.footer.issueLink": "バグを見つけましたかIssueを作成",
"app.footer.discordLink": "Discordコミュニティに参加",
"app.lander.hero.title": "端末用に構築された AI コーディング エージェント。",
"app.lander.cta.getStarted": "始めましょう",
"app.lander.features.native_tui.title": "ネイティブ TUI",
"app.lander.features.native_tui.description": "レスポンシブでネイティブなテーマ対応のターミナル 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 - ターミナル用に構築された 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 のバージョン",
"share.opencode_name": "opencode",
"share.models": "モデル",
"share.cost": "料金",
"share.input_tokens": "入力トークン",
"share.output_tokens": "出力トークン",
"share.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": "鍵"
}