{
  "template.customEngineAgent.basic.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
  "template.customEngineAgent.basic.label": "Basic Custom Engine Agent",
  "template.customEngineAgent.placeholder": "Select an option",
  "template.customEngineAgent.title": "App Features Using Microsoft 365 Agents SDK",
  "template.customEngineAgent.travel.detail": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework",
  "template.customEngineAgent.travel.label": "Travel Agent",
  "template.customEngineAgent.weather.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
  "template.customEngineAgent.weather.label": "Weather Agent",
  "template.teams.collaboratorAgent.detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
  "template.teams.collaboratorAgent.label": "Teams Collaborator Agent",
  "template.teams.general.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
  "template.teams.general.label": "General Teams Agent",
  "template.teams.others.bot.detail": "A simple implementation of an echo bot that's ready for customization",
  "template.teams.others.bot.label": "Simple Bot",
  "template.teams.others.capability.title": "Teams Capability",
  "template.teams.others.detail": "App that uses tab, bot and message extension",
  "template.teams.others.label": "Other Teams Capabilities",
  "template.teams.others.messageExtension.detail": "Receive user input, process it, and send customized results",
  "template.teams.others.messageExtension.label": "Message Extension",
  "template.teams.others.tab.detail": "A simple implementation of a web app that's ready to customize",
  "template.teams.others.tab.label": "Tab",
  "template.teams.rag.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
  "template.teams.rag.label": "Teams Agent with Data",
  "template.teams.rag.source.azureAISearch.detail": "Load your data from Azure AI Search service",
  "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
  "template.teams.rag.source.customApi.detail": "Load your data from custom APIs based on OpenAPI description document",
  "template.teams.rag.source.customApi.label": "Custom API",
  "template.teams.rag.source.customize.detail": "Decide how to load your data",
  "template.teams.rag.source.customize.label": "Customize",
  "template.teams.rag.source.placeholder": "Select an option to load your data",
  "template.teams.title": "Teams Agent or App Using Microsoft Teams SDK",
  "template.createProjectQuestion.title": "New Project",
  "template.createCapabilityQuestion.placeholder": "Select a capability",
  "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
  "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
  "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
  "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
  "template.createProjectQuestion.addPlugin.label": "Add an Action",
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
  "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
  "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
  "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
  "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
  "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
  "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
  "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
  "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
  "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
  "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
  "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
  "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
  "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
  "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
  "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
  "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
  "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
  "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
  "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
  "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
  "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
  "template.createProjectQuestion.mcpForDa.detail": "Create an action from your existing MCP server",
  "template.createProjectQuestion.mcpForDa.label": "Start with a MCP server",
  "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
  "template.createProjectQuestion.noPlugin.label": "No Action",
  "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
  "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
  "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
  "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
  "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
  "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
  "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
  "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
  "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
  "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
  "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
  "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
  "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
  "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
  "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
  "template.newCFShortcut.label": "Custom Function and Shortcut",
  "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
  "template.newTaskpaneAddin.label": "Task pane"
}
