wip(docs): i18n (#12681)

This commit is contained in:
Adam
2026-02-09 11:34:35 -06:00
committed by GitHub
parent f74c0339cc
commit dc53086c1e
642 changed files with 192745 additions and 509 deletions

View File

@@ -0,0 +1,75 @@
{
"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 のオープンコード",
"app.lander.images.vscode.alt": "VS Code のオープンコード",
"app.lander.images.github.caption": "GitHub のオープンコード",
"app.lander.images.github.alt": "GitHub のオープンコード",
"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": "オープンコードのバージョン",
"share.opencode_name": "オープンコード",
"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": "鍵"
}