{
  "template.customEngineAgent.basic.detail": "Microsoft 365 エージェント SDK で構築され、LLM に接続するインテリジェント エージェント",
  "template.customEngineAgent.basic.label": "基本的なカスタム エンジン エージェント",
  "template.customEngineAgent.placeholder": "オプションを選択",
  "template.customEngineAgent.title": "Microsoft 365 エージェント SDK を使用したアプリ機能",
  "template.customEngineAgent.travel.detail": "Microsoft 365 エージェント SDK、Microsoft 365 Retrieval API、および Agent Framework を使用して構築された旅行計画エージェント",
  "template.customEngineAgent.travel.label": "旅行エージェント",
  "template.customEngineAgent.weather.detail": "Microsoft 365 エージェント SDK と LangChain を使用して構築された天気予報エージェント",
  "template.customEngineAgent.weather.label": "天気エージェント",
  "template.teams.collaboratorAgent.detail": "要約、タスク管理、会話検索を通じてグループ チャット、チャネル、または会議でのコラボレーションを強化するエージェント",
  "template.teams.collaboratorAgent.label": "Teams コラボレーター エージェント",
  "template.teams.general.detail": "Teams AI ライブラリを使用して構築された Teams でユーザーとチャットし、LLM に接続するエージェント",
  "template.teams.general.label": "一般的な Teams エージェント",
  "template.teams.others.bot.detail": "カスタマイズに対応したエコー ボットの簡単な実装",
  "template.teams.others.bot.label": "シンプルなボット",
  "template.teams.others.capability.title": "Teams の機能",
  "template.teams.others.detail": "タブ、ボット、メッセージ拡張機能を使用するアプリ",
  "template.teams.others.label": "その他の Teams の機能",
  "template.teams.others.messageExtension.detail": "ユーザー入力を受け取り、処理して、カスタマイズされた結果を送信する",
  "template.teams.others.messageExtension.label": "メッセージ拡張機能",
  "template.teams.others.tab.detail": "簡単にカスタマイズできる Web アプリの簡単な実装",
  "template.teams.others.tab.label": "タブ",
  "template.teams.rag.detail": "あなたのコンテンツと知識を活用してドメイン固有の質問に正確に答えるエージェント",
  "template.teams.rag.label": "データを含む Teams エージェント",
  "template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service からデータを読み込みます",
  "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
  "template.teams.rag.source.customApi.detail": "OpenAPI 記述ドキュメントに基づいて、カスタム API からデータを読み込みます",
  "template.teams.rag.source.customApi.label": "カスタム API",
  "template.teams.rag.source.customize.detail": "データの読み込み方法を決定します",
  "template.teams.rag.source.customize.label": "カスタマイズ",
  "template.teams.rag.source.placeholder": "データを読み込むオプションを選択する",
  "template.teams.title": "Microsoft Teams SDK を使用した Teams エージェントまたはアプリ",
  "template.createProjectQuestion.title": "新しいプロジェクト",
  "template.createCapabilityQuestion.placeholder": "機能を選択する",
  "template.createProjectQuestion.addApiPlugin.placeholder": "アクションの追加方法を選択します",
  "template.createProjectQuestion.addGC.detail": "Copilot コネクタを含む宣言型エージェントを作成する",
  "template.createProjectQuestion.addGC.label": "Copilot コネクタの追加",
  "template.createProjectQuestion.addPlugin.detail": "アクションを含む宣言型エージェントを作成する",
  "template.createProjectQuestion.addPlugin.label": "アクションの追加",
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "認証の種類を選択します",
  "template.createProjectQuestion.apiMessageExtensionAuth.title": "認証の種類",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "なし",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API キー",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
  "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Microsoft 365 Copilot の TypeSpec を使用して、アクションの有無にかかわらず宣言型エージェントを作成する",
  "template.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot の TypeSpec で始める",
  "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "既存の API からアクションを作成する",
  "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 記述ドキュメントから開始する",
  "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions から新しい API を使用してプラグインを作成します",
  "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "新しい API で開始する",
  "template.createProjectQuestion.capability.DAMetaOS.detail": "Office アドイン アクションを含む宣言型エージェントを作成する",
  "template.createProjectQuestion.capability.DAMetaOS.label": "Office アドイン アクションから開始する",
  "template.createProjectQuestion.createApiPlugin.title": "アクションを作成する",
  "template.createProjectQuestion.createGraphConnector.detail": "組織のデータを埋め込んで、Microsoft 365 Copilot で検索できるようにします",
  "template.createProjectQuestion.createGraphConnector.label": "Copilot コネクタ",
  "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Office アドイン アクションを含む新しい宣言型エージェントを構築する",
  "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Office アドイン アクションを含む新しい宣言型エージェント",
  "template.createProjectQuestion.DAMetaOS.capability.title": "MetaOS 機能の宣言型エージェント",
  "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "アドイン アクションを使用してアドイン プロジェクトを宣言型エージェントに拡張する",
  "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "既存の Office アドインを拡張する",
  "template.createProjectQuestion.DAMetaOS.detail": "Office アドイン アクションを含む宣言型エージェントを作成する",
  "template.createProjectQuestion.DAMetaOS.label": "Office アドイン アクションを含む宣言型エージェントを作成する",
  "template.createProjectQuestion.declarativeCopilot.placeholder": "宣言型エージェントにアクションを追加します",
  "template.createProjectQuestion.declarativeCopilot.title": "宣言型エージェントを作成する",
  "template.createProjectQuestion.mcpForDa.detail": "既存の MCP サーバーからアクションを作成する",
  "template.createProjectQuestion.mcpForDa.label": "MCP サーバーで開始する",
  "template.createProjectQuestion.noPlugin.detail": "宣言型エージェントのみを作成する",
  "template.createProjectQuestion.noPlugin.label": "アクションなし",
  "template.createProjectQuestion.projectType.copilotExtension.placeholder": "オプションを選択します",
  "template.createProjectQuestion.projectType.copilotExtension.title": "エージェントを使用したアプリ機能",
  "template.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilotを使用する",
  "template.createProjectQuestion.projectType.copilotHelp.detail": "GitHub Copilot とチャットして、アプリまたは Microsoft 365 Copilot エージェントを開発するための段階的な手順を取得します。",
  "template.createProjectQuestion.projectType.copilotHelp.label": "開始方法がわからない場合GitHub Copilot Chat を使用する",
  "template.createProjectQuestion.projectType.createGroup.aiAgent": "Microsoft 365 Copilot のエージェント",
  "template.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 用アプリ",
  "template.createProjectQuestion.projectType.customCopilot.detail": "オーケストレーションを管理し、独自の LLM を提供するインテリジェント エージェントを構築します",
  "template.createProjectQuestion.projectType.customCopilot.label": "カスタム エンジン エージェント",
  "template.createProjectQuestion.projectType.declarativeAgent.detail": "ニーズに合わせて命令、アクション、知識を宣言して、独自のエージェントを作成します。",
  "template.createProjectQuestion.projectType.declarativeAgent.label": "宣言型エージェント",
  "template.createProjectQuestion.projectType.officeAddin.detail": "Office アプリケーションを拡張して、Office ドキュメントや Outlook アイテム内のコンテンツと連携します",
  "template.createProjectQuestion.projectType.officeAddin.label": "Office アドイン",
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Microsoft Teams SDK を使用して、Microsoft Teams でエージェント、チャット ボット、Web ページ、またはその他のアプリを作成します。",
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams エージェントとアプリ",
  "template.importAddin.detail": "アドイン プロジェクトを、最新のアプリ マニフェストとプロジェクト構造へアップグレードします",
  "template.importOfficeAddin.label": "既存の Office アドインをアップグレードする",
  "template.newCFShortcut.detail": "カスタム関数とショートカットを含む作業ウィンドウ アドイン",
  "template.newCFShortcut.label": "カスタム関数とショートカット",
  "template.newTaskpaneAddin.detail": "ボタンでリボンをカスタマイズし、作業ウィンドウにコンテンツを埋め込みます",
  "template.newTaskpaneAddin.label": "作業ウィンドウ"
}