@microsoft/teamsfx-core 3.0.12 → 3.0.13-alpha.2d7ecb8219.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/build/client/aadAppClient.d.ts +0 -6
  2. package/build/client/aadAppClient.d.ts.map +1 -1
  3. package/build/client/aadAppClient.js +2 -0
  4. package/build/client/aadAppClient.js.map +1 -1
  5. package/build/client/graphClient.d.ts +4 -0
  6. package/build/client/graphClient.d.ts.map +1 -1
  7. package/build/client/graphClient.js +88 -0
  8. package/build/client/graphClient.js.map +1 -1
  9. package/build/common/accountUtils.d.ts +3 -2
  10. package/build/common/accountUtils.d.ts.map +1 -1
  11. package/build/common/accountUtils.js +7 -2
  12. package/build/common/accountUtils.js.map +1 -1
  13. package/build/common/constants.d.ts +1 -0
  14. package/build/common/constants.d.ts.map +1 -1
  15. package/build/common/constants.js +6 -5
  16. package/build/common/constants.js.map +1 -1
  17. package/build/common/daSpecParser.d.ts +1 -0
  18. package/build/common/daSpecParser.d.ts.map +1 -1
  19. package/build/common/daSpecParser.js +175 -0
  20. package/build/common/daSpecParser.js.map +1 -1
  21. package/build/common/templates-config.json +2 -2
  22. package/build/common/wrappedAxiosClient.d.ts +9 -3
  23. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  24. package/build/common/wrappedAxiosClient.js +100 -61
  25. package/build/common/wrappedAxiosClient.js.map +1 -1
  26. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  27. package/build/component/configManager/lifecycle.js +9 -0
  28. package/build/component/configManager/lifecycle.js.map +1 -1
  29. package/build/component/configManager/parser.js.map +1 -1
  30. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  31. package/build/component/driver/m365/acquire.js +1 -1
  32. package/build/component/driver/m365/acquire.js.map +1 -1
  33. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  34. package/build/component/driver/teamsApp/appStudio.js +1 -1
  35. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  36. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  37. package/build/component/driver/teamsApp/configure.js +7 -0
  38. package/build/component/driver/teamsApp/configure.js.map +1 -1
  39. package/build/component/driver/teamsApp/constants.d.ts +5 -0
  40. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  41. package/build/component/driver/teamsApp/constants.js +7 -1
  42. package/build/component/driver/teamsApp/constants.js.map +1 -1
  43. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  44. package/build/component/driver/teamsApp/create.js +11 -1
  45. package/build/component/driver/teamsApp/create.js.map +1 -1
  46. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/publishAppPackage.js +16 -8
  48. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  49. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  50. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +1 -1
  51. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  52. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  53. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +1 -1
  54. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  55. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  56. package/build/component/driver/teamsApp/validate.js +4 -3
  57. package/build/component/driver/teamsApp/validate.js.map +1 -1
  58. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  59. package/build/component/driver/teamsApp/validateAppPackage.js +7 -0
  60. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  61. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  62. package/build/component/driver/typeSpec/compile.js +16 -0
  63. package/build/component/driver/typeSpec/compile.js.map +1 -1
  64. package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts +5 -0
  65. package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts.map +1 -0
  66. package/build/component/driver/typeSpec/error/typeSpecCompileError.js +21 -0
  67. package/build/component/driver/typeSpec/error/typeSpecCompileError.js.map +1 -0
  68. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  69. package/build/component/generator/declarativeAgent/generator.js +1 -3
  70. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  71. package/build/component/generator/declarativeAgent/helper.d.ts +28 -0
  72. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  73. package/build/component/generator/declarativeAgent/helper.js +63 -0
  74. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  75. package/build/component/m365/constants.d.ts +2 -1
  76. package/build/component/m365/constants.d.ts.map +1 -1
  77. package/build/component/m365/constants.js +1 -0
  78. package/build/component/m365/constants.js.map +1 -1
  79. package/build/component/m365/launchHelper.d.ts.map +1 -1
  80. package/build/component/m365/launchHelper.js +7 -2
  81. package/build/component/m365/launchHelper.js.map +1 -1
  82. package/build/component/m365/packageService.d.ts +1 -0
  83. package/build/component/m365/packageService.d.ts.map +1 -1
  84. package/build/component/m365/packageService.js +24 -6
  85. package/build/component/m365/packageService.js.map +1 -1
  86. package/build/component/provisionUtils.d.ts.map +1 -1
  87. package/build/component/provisionUtils.js +5 -2
  88. package/build/component/provisionUtils.js.map +1 -1
  89. package/build/core/FxCore.declarativeAgent.d.ts +7 -0
  90. package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
  91. package/build/core/FxCore.declarativeAgent.js +95 -10
  92. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  93. package/build/error/common.d.ts.map +1 -1
  94. package/build/error/common.js +3 -0
  95. package/build/error/common.js.map +1 -1
  96. package/build/index.d.ts +1 -1
  97. package/build/index.d.ts.map +1 -1
  98. package/build/index.js +3 -2
  99. package/build/index.js.map +1 -1
  100. package/build/question/constants.d.ts.map +1 -1
  101. package/build/question/constants.js +1 -3
  102. package/build/question/constants.js.map +1 -1
  103. package/build/question/other.d.ts.map +1 -1
  104. package/build/question/other.js +20 -3
  105. package/build/question/other.js.map +1 -1
  106. package/build/question/questionNames.d.ts +1 -0
  107. package/build/question/questionNames.d.ts.map +1 -1
  108. package/build/question/questionNames.js +1 -0
  109. package/build/question/questionNames.js.map +1 -1
  110. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +1 -0
  111. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  112. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +85 -4
  113. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  114. package/build/ui/visitor.d.ts.map +1 -1
  115. package/build/ui/visitor.js +10 -0
  116. package/build/ui/visitor.js.map +1 -1
  117. package/package.json +7 -8
  118. package/resource/package.nls.cs.json +25 -21
  119. package/resource/package.nls.de.json +25 -21
  120. package/resource/package.nls.es.json +25 -21
  121. package/resource/package.nls.fr.json +25 -21
  122. package/resource/package.nls.it.json +25 -21
  123. package/resource/package.nls.ja.json +25 -21
  124. package/resource/package.nls.json +12 -2
  125. package/resource/package.nls.ko.json +25 -21
  126. package/resource/package.nls.pl.json +25 -21
  127. package/resource/package.nls.pt-BR.json +25 -21
  128. package/resource/package.nls.ru.json +25 -21
  129. package/resource/package.nls.tr.json +25 -21
  130. package/resource/package.nls.zh-Hans.json +25 -21
  131. package/resource/package.nls.zh-Hant.json +25 -21
  132. package/resource/templates/package.nls.cs.json +56 -56
  133. package/resource/templates/package.nls.de.json +56 -56
  134. package/resource/templates/package.nls.es.json +60 -60
  135. package/resource/templates/package.nls.fr.json +60 -60
  136. package/resource/templates/package.nls.it.json +56 -56
  137. package/resource/templates/package.nls.ja.json +56 -56
  138. package/resource/templates/package.nls.json +2 -2
  139. package/resource/templates/package.nls.ko.json +56 -56
  140. package/resource/templates/package.nls.pl.json +56 -56
  141. package/resource/templates/package.nls.pt-BR.json +57 -57
  142. package/resource/templates/package.nls.ru.json +56 -56
  143. package/resource/templates/package.nls.tr.json +56 -56
  144. package/resource/templates/package.nls.zh-Hans.json +56 -56
  145. package/resource/templates/package.nls.zh-Hant.json +56 -56
  146. package/resource/yaml-schema/v1.11/yaml.schema.json +3 -0
  147. package/resource/yaml-schema/yaml.schema.json +3 -0
  148. package/templates/fallback/common.zip +0 -0
  149. package/templates/fallback/csharp.zip +0 -0
  150. package/templates/fallback/js.zip +0 -0
  151. package/templates/fallback/python.zip +0 -0
  152. package/templates/fallback/ts.zip +0 -0
  153. package/templates/metadata.zip +0 -0
@@ -30,62 +30,62 @@
30
30
  "template.teams.rag.source.customize.label": "Anpassen",
31
31
  "template.teams.rag.source.placeholder": "Wählen Sie eine Option zum Laden Ihrer Daten aus.",
32
32
  "template.teams.title": "Teams-Agent oder -App mit dem Microsoft Teams SDK",
33
- "template.createProjectQuestion.title": "New Project",
34
- "template.createCapabilityQuestion.placeholder": "Select a capability",
35
- "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
- "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
- "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
- "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
- "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
- "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
- "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
- "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
- "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
33
+ "template.createProjectQuestion.title": "Neues Projekt",
34
+ "template.createCapabilityQuestion.placeholder": "Funktion auswählen",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Auswählen, wie eine Aktion hinzugefügt werden soll",
36
+ "template.createProjectQuestion.addGC.detail": "Deklarativen Agent mit Copilot-Connector erstellen",
37
+ "template.createProjectQuestion.addGC.label": "Einen Copilot-Connector hinzufügen",
38
+ "template.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
39
+ "template.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Authentifizierungstyp auswählen",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentifizierungstyp",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Keine",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API-Schlüssel",
44
44
  "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
45
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
- "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
- "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
- "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
- "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
- "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
- "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
- "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
- "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
- "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
- "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
- "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
- "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
- "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
- "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
- "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
- "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
- "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
- "template.createProjectQuestion.noPlugin.label": "No Action",
70
- "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
- "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
- "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
- "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
- "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
- "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
- "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
- "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
- "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
- "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
- "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
- "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
- "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
- "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
- "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
- "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
- "template.newCFShortcut.label": "Custom Function and Shortcut",
89
- "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
- "template.newTaskpaneAddin.label": "Task pane"
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Einen deklarativen Agent mit oder ohne Aktion mithilfe von TypeSpec für Microsoft 365 Copilot erstellen",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec für Microsoft 365 Copilot beginnen",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Aktion aus Ihrer vorhandenen API erstellen",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Mit einem OpenAPI-Beschreibungsdokument beginnen",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Plug-In mit einer neuen API aus Azure Functions erstellen",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Mit einer neuen API beginnen",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Mit einer Office-Add-In-Aktion beginnen",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Erstellen einer Aktion",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Unternehmensdaten einbinden, damit sie in Microsoft 365 Copilot durchsucht werden können",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot-Connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Neuen deklarativen Agent mit Office-Add-In-Aktionen erstellen",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Neuer deklarativer Agent mit Office-Add-In-Aktionen",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Deklarativer Agent in den MetaOS-Funktionen",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Ein Add-In-Projekt um den deklarativen Agenten mit Add-In-Aktionen erweitern",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ein vorhandenes Office-Add-In erweitern",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Aktion zu Ihrem deklarativen Agent hinzufügen",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Deklarativen Agent erstellen",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Erstellen von Aktionen aus Ihrem vorhandenen MCP-Server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Starten mit einem MCP-Server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Nur deklarativen Agent erstellen",
69
+ "template.createProjectQuestion.noPlugin.label": "Keine Aktion",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Eine Option auswählen",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App-Features mithilfe von Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot verwenden",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chatten Sie mit GitHub Copilot, und erhalten Sie schrittweise Anleitungen zum Entwickeln Ihrer App oder eines Microsoft 365 Copilot-Agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Keine Ahnung, wie Sie beginnen sollen? Nutzen Sie GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents für Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps für Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Erstellen eines intelligenten Agent, bei dem Sie die Orchestrierung verwalten und Ihr eigenes LLM bereitstellen",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Benutzerdefinierter Engine-Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Erstellen Sie Ihren eigenen Agent, indem Sie Anweisungen, Aktionen und Wissen festlegen, die auf Ihre Bedürfnisse zugeschnitten sind.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativer Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Erweitern Sie Office-Anwendungen, damit sie mit Inhalten in Office-Dokumenten und Outlook-Elementen interagieren können.",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office-Add-In",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "In Microsoft Teams Agent, Chatbot, Webseiten oder andere Apps in Microsoft Teams mithilfe von Microsoft Teams SDK erstellen.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams-Agents und -Apps",
85
+ "template.importAddin.detail": "Upgrade und Hinzufügen eines Add-In-Projekts zur neuesten App-Manifest- und Projektstruktur",
86
+ "template.importOfficeAddin.label": "Ein vorhandenes Office-Add-In aktualisieren",
87
+ "template.newCFShortcut.detail": "Aufgabenbereich-Add-In mit benutzerdefinierter Funktion und Verknüpfung",
88
+ "template.newCFShortcut.label": "Benutzerdefinierte Funktion und Verknüpfung",
89
+ "template.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
90
+ "template.newTaskpaneAddin.label": "Taskbereich"
91
91
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "Agente inteligente compilado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
2
+ "template.customEngineAgent.basic.detail": "Agente inteligente creado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
3
3
  "template.customEngineAgent.basic.label": "Agente de motor personalizado Básico",
4
4
  "template.customEngineAgent.placeholder": "Seleccionar una opción",
5
5
  "template.customEngineAgent.title": "Características de la aplicación que utilizan el SDK de agentes de Microsoft 365",
6
6
  "template.customEngineAgent.travel.detail": "Un agente de planificación de viajes, creado con el SDK de agentes de Microsoft 365, la API de recuperación de Microsoft 365 y Agent Framework",
7
7
  "template.customEngineAgent.travel.label": "Agente de viajes",
8
- "template.customEngineAgent.weather.detail": "Un agente de previsión meteorológica, que se compila con el SDK de agentes de Microsoft 365 y LangChain",
8
+ "template.customEngineAgent.weather.detail": "Un agente de previsión meteorológica, que se crea con el SDK de agentes de Microsoft 365 y LangChain",
9
9
  "template.customEngineAgent.weather.label": "Agente de El Tiempo",
10
10
  "template.teams.collaboratorAgent.detail": "Agente que mejora la colaboración en chats grupales, canales o reuniones mediante resúmenes, administración de tareas y búsqueda de conversaciones",
11
11
  "template.teams.collaboratorAgent.label": "Agente colaborador de Teams",
12
- "template.teams.general.detail": "Agente que chatea con usuarios en Microsoft Teams, compilado con la biblioteca de IA de Teams y que se conecta a LLM",
12
+ "template.teams.general.detail": "Agente que chatea con usuarios en Microsoft Teams, creado con la biblioteca de IA de Teams y que se conecta a LLM",
13
13
  "template.teams.general.label": "Agente general de Teams",
14
14
  "template.teams.others.bot.detail": "Una implementación sencilla de un bot de eco que está listo para la personalización",
15
15
  "template.teams.others.bot.label": "Bot simple",
@@ -30,62 +30,62 @@
30
30
  "template.teams.rag.source.customize.label": "Personalizar",
31
31
  "template.teams.rag.source.placeholder": "Seleccione una opción para cargar los datos",
32
32
  "template.teams.title": "Agente o aplicación de Teams mediante el SDK de Microsoft Teams",
33
- "template.createProjectQuestion.title": "New Project",
34
- "template.createCapabilityQuestion.placeholder": "Select a capability",
35
- "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
- "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
- "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
- "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
- "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
- "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
- "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
- "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
- "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
- "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
33
+ "template.createProjectQuestion.title": "Nuevo proyecto",
34
+ "template.createCapabilityQuestion.placeholder": "Seleccionar una funcionalidad",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Seleccionar cómo agregar una acción",
36
+ "template.createProjectQuestion.addGC.detail": "Crear un agente declarativo con un conector de Copilot",
37
+ "template.createProjectQuestion.addGC.label": "Añadir un conector de Copilot",
38
+ "template.createProjectQuestion.addPlugin.detail": "Crear un agente declarativo con una acción",
39
+ "template.createProjectQuestion.addPlugin.label": "Agregar una acción",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Seleccionar un tipo de autenticación",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Tipo de autenticación",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Ninguno",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Clave de API",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
45
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
- "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
- "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
- "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
- "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
- "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
- "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
- "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
- "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
- "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
- "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
- "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
- "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
- "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
- "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
- "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
- "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
- "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
- "template.createProjectQuestion.noPlugin.label": "No Action",
70
- "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
- "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
- "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
- "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
- "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
- "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
- "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
- "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
- "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
- "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
- "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
- "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
- "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
- "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
- "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
- "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
- "template.newCFShortcut.label": "Custom Function and Shortcut",
89
- "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
- "template.newTaskpaneAddin.label": "Task pane"
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Cree un agente declarativo con o sin una acción utilizando TypeSpec para Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Comenzar con TypeSpec para Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Crear una acción a partir de su API existente",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Comenzar con un documento de descripción de OpenAPI",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Creación de una acción con una nueva API desde Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Empezar con una nueva API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Empezar con una acción de complemento de Office",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Crear una acción",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Inserte los datos de la organización para que se puedan buscar en Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Conectores de Copilot",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Crear un nuevo agente declarativo con acciones de complemento de Office",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nuevo agente declarativo con acciones de complemento de Office",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Agente declarativo en las capacidades de MetaOS",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extender un proyecto de complemento al agente declarativo con acciones de complemento",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ampliar un complemento de Office existente",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Crear un agente declarativo con acciones de complemento de Office",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Agregar una acción al agente declarativo",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Crear agente declarativo",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Crear acciones a partir del servidor MCP existente",
67
+ "template.createProjectQuestion.mcpForDa.label": "Empezar con un servidor MCP",
68
+ "template.createProjectQuestion.noPlugin.detail": "Crear solo agente declarativo",
69
+ "template.createProjectQuestion.noPlugin.label": "Sin acción",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Seleccionar una opción",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "Características de la aplicación que usan agentes",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Usar GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chatee con GitHub Copilot y obtenga instrucciones paso a paso para desarrollar su aplicación de agente de Microsoft 365 Copilot.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "¿No sabe cómo empezar? Usar GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agentes para Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Aplicaciones para Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Compile un agente inteligente en el que administre la orquestación y proporcione su propio LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Agente de motor personalizado",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Cree su propio agente declarando instrucciones, acciones y conocimientos que se adapten a sus necesidades.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Agente declarativo",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extienda las aplicaciones de Office para interactuar con el contenido de los documentos de Office y los elementos de Outlook",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Complemento de Office",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Cree agentes, bots de chat, páginas web u otras aplicaciones en Microsoft Teams utilizando el SDK de Microsoft Teams.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agentes y aplicaciones de Teams",
85
+ "template.importAddin.detail": "Actualizar un proyecto de complemento al manifiesto de aplicación y la estructura del proyecto más recientes",
86
+ "template.importOfficeAddin.label": "Actualizar un complemento de Office existente",
87
+ "template.newCFShortcut.detail": "Complemento del Panel de tareas con función personalizada y acceso directo",
88
+ "template.newCFShortcut.label": "Función personalizada y acceso directo",
89
+ "template.newTaskpaneAddin.detail": "Personalizar la cinta de opciones con un botón e insertar contenido en el panel de tareas",
90
+ "template.newTaskpaneAddin.label": "Panel de tareas"
91
91
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "Agent intelligent conçu avec Microsoft 365 Agents SDK et qui se connecte à votre LLM",
2
+ "template.customEngineAgent.basic.detail": "Agent intelligent créé avec Microsoft 365 Agents SDK et qui se connecte à votre LLM",
3
3
  "template.customEngineAgent.basic.label": "Agent de moteur personnalisé de base",
4
4
  "template.customEngineAgent.placeholder": "Sélectionner une option",
5
5
  "template.customEngineAgent.title": "Fonctionnalités de l’application utilisant Microsoft 365 Agents SDK",
6
- "template.customEngineAgent.travel.detail": "Un agent de planification de voyage, construit avec le Microsoft 365 Agents SDK, l’API de récupération Microsoft 365 et l’Agent Framework",
6
+ "template.customEngineAgent.travel.detail": "Un agent de planification de voyage, créé avec le Microsoft 365 Agents SDK, l’API de récupération Microsoft 365 et l’Agent Framework",
7
7
  "template.customEngineAgent.travel.label": "Agent de voyage",
8
- "template.customEngineAgent.weather.detail": "Agent de prévisions météo, conçu avec Microsoft 365 Agents SDK et LangChain",
8
+ "template.customEngineAgent.weather.detail": "Agent de prévisions météo, créé avec Microsoft 365 Agents SDK et LangChain",
9
9
  "template.customEngineAgent.weather.label": "Agent météo",
10
10
  "template.teams.collaboratorAgent.detail": "Agent qui améliore la collaboration dans les conversations de groupe, les canaux ou les réunions grâce à la synthèse, la gestion des tâches et la recherche dans les conversations",
11
11
  "template.teams.collaboratorAgent.label": "Agent collaborateur Teams",
12
- "template.teams.general.detail": "Assistant qui discute avec des utilisateurs dans Teams, construit avec la bibliothèque d’IA Teams et se connecte aux LLM",
12
+ "template.teams.general.detail": "Assistant qui discute avec des utilisateurs dans Teams, créé avec la bibliothèque d’IA Teams et se connecte aux LLM",
13
13
  "template.teams.general.label": "Agent Teams général",
14
14
  "template.teams.others.bot.detail": "Implémentation simple d’un bot d’écho prêt pour la personnalisation",
15
15
  "template.teams.others.bot.label": "Bot simple",
@@ -30,62 +30,62 @@
30
30
  "template.teams.rag.source.customize.label": "Personnaliser",
31
31
  "template.teams.rag.source.placeholder": "Sélectionnez une option pour importer vos données",
32
32
  "template.teams.title": "Agent ou application Teams utilisant le SDK Microsoft Teams",
33
- "template.createProjectQuestion.title": "New Project",
34
- "template.createCapabilityQuestion.placeholder": "Select a capability",
35
- "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
- "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
- "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
- "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
- "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
- "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
- "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
- "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
- "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
33
+ "template.createProjectQuestion.title": "Nouveau projet",
34
+ "template.createCapabilityQuestion.placeholder": "Sélectionner une capacité",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Sélectionnez comment ajouter une action",
36
+ "template.createProjectQuestion.addGC.detail": "Créer un assistant déclaratif avec un connecteur Copilot",
37
+ "template.createProjectQuestion.addGC.label": "Ajouter un connecteur Copilot",
38
+ "template.createProjectQuestion.addPlugin.detail": "Créer un agent déclaratif avec une action",
39
+ "template.createProjectQuestion.addPlugin.label": "Ajouter une action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Sélectionner un type d'authentification",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Type d’authentification",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Aucun",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Clé API",
44
44
  "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
45
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
- "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
- "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
- "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
- "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
- "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
- "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
- "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
- "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
- "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
- "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
- "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
- "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
- "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
- "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
- "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
- "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
- "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
- "template.createProjectQuestion.noPlugin.label": "No Action",
70
- "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
- "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
- "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
- "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
- "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
- "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
- "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
- "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
- "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
- "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
- "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
- "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
- "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
- "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
- "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
- "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
- "template.newCFShortcut.label": "Custom Function and Shortcut",
89
- "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
- "template.newTaskpaneAddin.label": "Task pane"
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Créer un assistant déclaratif avec ou sans action à l’aide de TypeSpec pour Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Commencer avec TypeSpec pour Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Créez une action à partir de votre API existante",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Commencez par un document de description OpenAPI",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Créer une action avec une nouvelle API à partir de Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Commencer avec une nouvelle API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Créer un agent déclaratif avec les actions de complément Office",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Commencer par une action de complément Office",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Créer une action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Incorporer vos données d’organisation pour qu’elles puissent faire l’objet de recherches dans Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Connecteurs Copilot",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Créez un nouvel agent déclaratif avec les actions de complément Office",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nouvel agent déclaratif avec les actions de complément Office",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Agent déclaratif dans les capacités de MetaOS",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Étendre un projet de complément à l’agent déclaratif avec les actions de complément",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Étendre un complément Office existant",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Créer un agent déclaratif avec les actions de complément Office",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Créer un agent déclaratif avec les actions de complément Office",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Ajoutez une action à votre agent déclaratif",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Créer un agent déclaratif",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Créez des actions à partir de votre serveur MCP existant",
67
+ "template.createProjectQuestion.mcpForDa.label": "Commencez avec un serveur MCP",
68
+ "template.createProjectQuestion.noPlugin.detail": "Créer uniquement un agent déclaratif",
69
+ "template.createProjectQuestion.noPlugin.label": "Aucune action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Sélectionner une option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "Fonctionnalités de l'application utilisant des agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Utiliser GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Conversez avec GitHub Copilot et obtenez des instructions étape par étape pour développer votre application ou votre assistant Microsoft 365 Copilot.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Vous ne savez pas comment démarrer ? Utiliser GitHub Copilot conversation",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Assistants pour Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Applications pour Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Créer un assistant intelligent vous gérez l’orchestration et fournissez votre propre LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Agent moteur personnalisé",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Créez votre propre agent en définissant des instructions, des actions et des connaissances adaptées à vos besoins.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Assistant déclaratif",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Étendez les applications Office pour interagir avec le contenu des documents Office et des éléments Outlook",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Complément Office",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Créez un agent, un bot de conversation, des pages web ou d’autres applications dans Microsoft Teams à l’aide du Kit de développement logiciel (SDK) Microsoft Teams.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agents et applications Teams",
85
+ "template.importAddin.detail": "Mettez à niveau un projet de complément vers le manifeste d’application et la structure de projet les plus récents",
86
+ "template.importOfficeAddin.label": "Mettre à niveau un complément Office existant",
87
+ "template.newCFShortcut.detail": "Complément du volet des tâches avec fonction personnalisée et raccourci",
88
+ "template.newCFShortcut.label": "Fonction et raccourci personnalisés",
89
+ "template.newTaskpaneAddin.detail": "Personnalisez le ruban avec un bouton et incorporez du contenu dans le volet des tâches",
90
+ "template.newTaskpaneAddin.label": "Volet des tâches"
91
91
  }