@microsoft/teamsfx-core 3.0.4-beta.2025071503.0 → 3.0.4-rc.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 (162) hide show
  1. package/build/client/teamsDevPortalClient.js +1 -1
  2. package/build/client/teamsDevPortalClient.js.map +1 -1
  3. package/build/common/daSpecParser.js +1 -1
  4. package/build/common/daSpecParser.js.map +1 -1
  5. package/build/common/kiotaClient.d.ts.map +1 -1
  6. package/build/common/kiotaClient.js +5 -17
  7. package/build/common/kiotaClient.js.map +1 -1
  8. package/build/common/projectTypeChecker.d.ts +0 -1
  9. package/build/common/projectTypeChecker.d.ts.map +1 -1
  10. package/build/common/projectTypeChecker.js +1 -14
  11. package/build/common/projectTypeChecker.js.map +1 -1
  12. package/build/common/templates-config.json +7 -9
  13. package/build/common/tools.d.ts +0 -4
  14. package/build/common/tools.d.ts.map +1 -1
  15. package/build/common/tools.js +1 -58
  16. package/build/common/tools.js.map +1 -1
  17. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  18. package/build/common/wrappedAxiosClient.js +1 -0
  19. package/build/common/wrappedAxiosClient.js.map +1 -1
  20. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  21. package/build/component/configManager/lifecycle.js +1 -9
  22. package/build/component/configManager/lifecycle.js.map +1 -1
  23. package/build/component/configManager/validator.d.ts.map +1 -1
  24. package/build/component/configManager/validator.js +0 -1
  25. package/build/component/configManager/validator.js.map +1 -1
  26. package/build/component/constants.d.ts +1 -0
  27. package/build/component/constants.d.ts.map +1 -1
  28. package/build/component/constants.js +1 -0
  29. package/build/component/constants.js.map +1 -1
  30. package/build/component/coordinator/index.d.ts.map +1 -1
  31. package/build/component/coordinator/index.js +29 -12
  32. package/build/component/coordinator/index.js.map +1 -1
  33. package/build/component/deps-checker/constant/message.d.ts +11 -44
  34. package/build/component/deps-checker/constant/message.d.ts.map +1 -1
  35. package/build/component/deps-checker/constant/message.js +13 -48
  36. package/build/component/deps-checker/constant/message.js.map +1 -1
  37. package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  38. package/build/component/deps-checker/internal/dotnetChecker.js +1 -4
  39. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  40. package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  41. package/build/component/deps-checker/internal/funcToolChecker.js +2 -5
  42. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  43. package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
  44. package/build/component/deps-checker/internal/testToolChecker.js +11 -17
  45. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  46. package/build/component/deps-checker/util/fileHelper.d.ts +2 -2
  47. package/build/component/deps-checker/util/fileHelper.d.ts.map +1 -1
  48. package/build/component/deps-checker/util/fileHelper.js +9 -3
  49. package/build/component/deps-checker/util/fileHelper.js.map +1 -1
  50. package/build/component/driver/aad/create.d.ts.map +1 -1
  51. package/build/component/driver/aad/create.js +3 -5
  52. package/build/component/driver/aad/create.js.map +1 -1
  53. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
  54. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +12 -10
  55. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
  56. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
  57. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  58. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +89 -165
  59. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  60. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  61. package/build/component/driver/teamsApp/teamsappMgr.js +0 -3
  62. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  63. package/build/component/generator/defaultGenerator.d.ts.map +1 -1
  64. package/build/component/generator/defaultGenerator.js +5 -6
  65. package/build/component/generator/defaultGenerator.js.map +1 -1
  66. package/build/component/generator/generator.js +2 -2
  67. package/build/component/generator/generator.js.map +1 -1
  68. package/build/component/generator/generatorAction.d.ts +1 -2
  69. package/build/component/generator/generatorAction.d.ts.map +1 -1
  70. package/build/component/generator/generatorAction.js +1 -1
  71. package/build/component/generator/generatorAction.js.map +1 -1
  72. package/build/component/generator/officeAddin/generator.js.map +1 -1
  73. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  74. package/build/component/generator/officeAddin/metaOSHelper.js +5 -44
  75. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  76. package/build/component/generator/templates/metadata/tab.js +4 -4
  77. package/build/component/generator/templates/metadata/tab.js.map +1 -1
  78. package/build/component/generator/templates/metadata/vs.d.ts.map +1 -1
  79. package/build/component/generator/templates/metadata/vs.js +12 -0
  80. package/build/component/generator/templates/metadata/vs.js.map +1 -1
  81. package/build/component/generator/templates/templateNames.d.ts +3 -1
  82. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  83. package/build/component/generator/templates/templateNames.js +3 -1
  84. package/build/component/generator/templates/templateNames.js.map +1 -1
  85. package/build/component/generator/templates/templateReplaceMap.js +2 -2
  86. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  87. package/build/component/generator/utils.d.ts +3 -3
  88. package/build/component/generator/utils.d.ts.map +1 -1
  89. package/build/component/generator/utils.js +6 -23
  90. package/build/component/generator/utils.js.map +1 -1
  91. package/build/component/resource/botService/errors.d.ts +1 -1
  92. package/build/component/resource/botService/errors.d.ts.map +1 -1
  93. package/build/component/resource/botService/errors.js +2 -2
  94. package/build/component/resource/botService/errors.js.map +1 -1
  95. package/build/component/resource/botService/messages.d.ts +1 -1
  96. package/build/component/resource/botService/messages.d.ts.map +1 -1
  97. package/build/component/resource/botService/messages.js +1 -6
  98. package/build/component/resource/botService/messages.js.map +1 -1
  99. package/build/core/FxCore.d.ts.map +1 -1
  100. package/build/core/FxCore.js +1 -4
  101. package/build/core/FxCore.js.map +1 -1
  102. package/build/error/depCheck.d.ts +1 -4
  103. package/build/error/depCheck.d.ts.map +1 -1
  104. package/build/error/depCheck.js +2 -2
  105. package/build/error/depCheck.js.map +1 -1
  106. package/build/question/generator.js +0 -2
  107. package/build/question/generator.js.map +1 -1
  108. package/build/question/inputs/index.d.ts +0 -1
  109. package/build/question/inputs/index.d.ts.map +1 -1
  110. package/build/question/inputs/index.js +0 -1
  111. package/build/question/inputs/index.js.map +1 -1
  112. package/build/question/options/CreateProjectOptions.js +1 -1
  113. package/build/question/options/CreateProjectOptions.js.map +1 -1
  114. package/build/question/options/SPFxAddWebpartOptions.js +1 -1
  115. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
  116. package/build/question/options/index.d.ts +0 -1
  117. package/build/question/options/index.d.ts.map +1 -1
  118. package/build/question/options/index.js +0 -1
  119. package/build/question/options/index.js.map +1 -1
  120. package/build/question/other.js +1 -1
  121. package/build/question/other.js.map +1 -1
  122. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  123. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  124. package/build/question/scaffold/vs/createRootNode.js +11 -0
  125. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  126. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
  127. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  128. package/build/question/scaffold/vsc/CapabilityOptions.js +9 -1
  129. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  130. package/build/tsconfig.tsbuildinfo +1 -1
  131. package/package.json +5 -5
  132. package/resource/package.nls.cs.json +57 -68
  133. package/resource/package.nls.de.json +57 -68
  134. package/resource/package.nls.es.json +57 -68
  135. package/resource/package.nls.fr.json +57 -68
  136. package/resource/package.nls.it.json +57 -68
  137. package/resource/package.nls.ja.json +57 -68
  138. package/resource/package.nls.json +9 -2
  139. package/resource/package.nls.ko.json +57 -68
  140. package/resource/package.nls.pl.json +57 -68
  141. package/resource/package.nls.pt-BR.json +57 -68
  142. package/resource/package.nls.ru.json +57 -68
  143. package/resource/package.nls.tr.json +57 -68
  144. package/resource/package.nls.zh-Hans.json +57 -68
  145. package/resource/package.nls.zh-Hant.json +57 -68
  146. package/resource/yaml-schema/yaml.schema.json +2 -2
  147. package/templates/fallback/common.zip +0 -0
  148. package/templates/fallback/csharp.zip +0 -0
  149. package/templates/fallback/js.zip +0 -0
  150. package/templates/fallback/python.zip +0 -0
  151. package/templates/fallback/ts.zip +0 -0
  152. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +49 -60
  153. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +49 -60
  154. package/build/question/inputs/RegeneratePluginInputs.d.ts +0 -16
  155. package/build/question/inputs/RegeneratePluginInputs.d.ts.map +0 -1
  156. package/build/question/inputs/RegeneratePluginInputs.js +0 -5
  157. package/build/question/inputs/RegeneratePluginInputs.js.map +0 -1
  158. package/build/question/options/RegeneratePluginOptions.d.ts +0 -10
  159. package/build/question/options/RegeneratePluginOptions.d.ts.map +0 -1
  160. package/build/question/options/RegeneratePluginOptions.js +0 -28
  161. package/build/question/options/RegeneratePluginOptions.js.map +0 -1
  162. package/resource/yaml-schema/v1.9/yaml.schema.json +0 -2107
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ sowie „%s“ basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ sowie „%s“ und „%s“ basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
5
5
  "core.addApi.continue": "Hinzufügen",
6
- "core.regenerateApi.continue": "Erneut generieren",
6
+ "core.regenerateApi.continue": "Regenerate",
7
7
  "core.addKnowledge.confirm": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ basierend auf der von Ihnen bereitgestellten Funktionsquelle. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
8
8
  "core.addKnowledge.continue": "Hinzufügen",
9
9
  "core.setSensitivityLabel.confirm": "Das Teams Toolkit wird die Datei „%s“ basierend auf der von Ihnen angegebenen Vertraulichkeitsbezeichnung ändern. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "Überprüfen Sie, ob Sie über Berechtigungen für Ihr Azure Storage-Konto verfügen.",
136
136
  "plugins.frontend.checkSystemTimeTip": "Eine falsche Systemzeit kann zu abgelaufenen Anmeldeinformationen führen. Stellen Sie sicher, dass die Systemzeit korrekt ist.",
137
137
  "suggestions.retryTheCurrentStep": "Wiederholen Sie den aktuellen Schritt.",
138
- "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
138
+ "plugins.appstudio.buildSucceedNotice": "Teams-Paket erfolgreich unter [lokale Adresse](%s) erstellt.",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "Das Teams-Paket wurde erfolgreich um %s erstellt.",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "App-Paket wird erstellt...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "Die static_template in %s für die Funktion %s weist eine ungültige Dateieigenschaft auf. Sie wird gelöscht und ignoriert.",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "Die static_template in „%s“ für die Funktion „%s“ weist sowohl Datei- als auch andere Eigenschaften auf. Der Dateiinhalt ersetzt alle Eigenschaften.",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "Fehler bei API.",
196
196
  "error.appstudio.authServiceApiFailed": "API-Aufruf an Entwicklerportal nicht möglich: %s, %s, Anforderungspfad: %s",
197
197
  "error.appstudio.publishFailed": "Die App mit der ID %s kann nicht veröffentlicht werden.",
198
- "error.appstudio.buildError": "Unable to build app Package!",
198
+ "error.appstudio.buildError": "Das Teams-Paket kann nicht erstellt werden.",
199
199
  "error.appstudio.checkPermissionFailed": "Die Berechtigung kann nicht überprüft werden. Grund: %s",
200
200
  "error.appstudio.grantPermissionFailed": "Berechtigung kann nicht erteilt werden. Grund: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "Mitarbeiter können nicht aufgelistet werden. Grund: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Risikominderung: Nicht erforderlich, operationId wurde automatisch generiert und zur Datei \"%s\" hinzugefügt.",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "Die Vorgangs-ID '%s' im OpenAPI-Beschreibungsdokument enthielt Sonderzeichen und wurde in '%s' umbenannt.",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "Das OpenAPI-Beschreibungsdokument befindet sich in Swagger Version 2.0. Entschärfung: Nicht erforderlich. Der Inhalt wurde in OpenAPI 3.0 konvertiert und in „%s“ gespeichert.",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "Die OpenAPI-Beschreibungsdokumentversion ist 3.1 und wurde in OpenAPI 3.0 konvertiert und in „%s“ gespeichert.",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s darf nicht mehr als %s Zeichen enthalten. ",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Fehlende vollständige Beschreibung. ",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Risikominderung: \"%s\" Feld in \"%s\" aktualisiert.",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "Funktioniert in Teams und Outlook",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funktioniert in Teams, Outlook und der Microsoft 365-Anwendung",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "Erstellen Sie sofort ansprechende Chaterfahrungen, die Aufgaben nahtlos automatisieren.",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agent für Microsoft Teams",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Ganz einfach einen Agent für Microsoft Teams mithilfe der Teams-KI-Bibliothek erstellen",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agent für Microsoft Teams, der die Teams-KI-Bibliothek verwendet",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams-App",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": "Ihre eigene Webseite, einen Chatbot oder eine Nachrichtenerweiterung für Microsoft Teams erstellen",
317
- "core.createProjectQuestion.projectType.teamsApp.title": "In Microsoft Teams verwendete App-Features",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
318
318
  "core.createProjectQuestion.projectType.bot.label": "Bot",
319
319
  "core.createProjectQuestion.projectType.bot.title": "App-Features mithilfe eines Bots",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Suchen und Ergreifen von Aktionen über das Texteingabefeld in Teams und Outlook",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "App-Features mithilfe einer Registerkarte",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "App-Features mithilfe von Agents",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Option auswählen",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "Erstellen eines intelligenten Agent, bei dem Sie die Orchestrierung verwalten und Ihr eigenes LLM bereitstellen",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "Benutzerdefinierter Engine-Agent",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "App-Feature mit Microsoft 365 Agents SDK",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Option auswählen",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "Sie wissen nicht, wie Sie beginnen sollen? GitHub Copilot Chat verwenden",
336
336
  "core.createProjectQuestion.projectType.copilotHelp.detail": "Chatten Sie mit GitHub Copilot, und erhalten Sie schrittweise Anleitungen zum Entwickeln Ihrer App oder von Microsoft 365 Copilot-Agents.",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot verwenden",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents für Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps für Microsoft 365",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativer Agent",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Erstellen Sie Ihren eigenen Agenten, indem Sie Anweisungen, Aktionen und Wissen deklarieren, die Ihren Anforderungen entsprechen.",
342
342
  "core.createProjectQuestion.title": "Neues Projekt",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "Mit einem Bot beginnen",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Nachrichtenerweiterung mit Bot Framework erstellen",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Mit einer neuen API beginnen",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Plug-In mit einer neuen API aus Azure Functions erstellen",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Erstellen einer Nachrichtenerweiterung mit einer neuen API aus Azure Functions",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Geben Sie Text ein, um das OpenAPI-Beschreibungsdokument zu durchsuchen.",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI-Beschreibungsdokument auswählen",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Erstellen einer Nachrichtenerweiterung aus Ihrer vorhandenen API",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Benutzerdefinierter Basic-Engine-Agent",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligenter Agent, der mit dem Microsoft 365 Agents SDK erstellt wurde und eine Verbindung zu Ihrem LLM herstellt",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "Wetter-Agent",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "Ein Wettervorhersage-Agent, der mit Microsoft 365 Agents SDK und LangChain erstellt wird",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic-Agent für Microsoft Teams",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent, der mit Benutzenden in Microsoft Teams chattet, mit der Teams AI Library erstellt wurde und eine Verbindung zu LLMs herstellt",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "Stellen Sie Fragen zu Ihren Daten",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent, der Ihre Inhalte und Ihr Wissen nutzt, um domänenspezifische Fragen präzise zu beantworten",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent mit API",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent für Teams, der basierend auf LLM-Schlussfolgerung Entscheidungen treffen und Aktionen ausführen kann",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Anpassen",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Entscheiden Sie, wie Ihre Daten geladen werden sollen",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure KI-Suche",
@@ -386,12 +386,10 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Durchsuchen Sie das Web nach Erdungsinformationen.",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive und SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Durchsuchen Sie SharePoint und OneDrive eines Benutzers nach Groundinginformationen.",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Durchsuchen Sie die ausgewählten Microsoft Copilot-Connectors nach Grounding-Informationen.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Eingebettetes Wissen",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Betten Sie Dateien direkt als Erdungsinformationen ein.",
393
- "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
- "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
395
393
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive- oder SharePoint-Inhalte",
396
394
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Geben Sie eine URL zu OneDrive oder SharePoint ein.",
397
395
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Fehler beim Überprüfen der OneDrive/SharePoint-URL: %s",
@@ -444,17 +442,8 @@
444
442
  "core.createProjectQuestion.noPlugin.detail": "Nur deklarativen Agent erstellen",
445
443
  "core.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
446
444
  "core.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
447
- "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
- "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
- "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
- "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
- "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
- "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
- "core.createProjectQuestion.createGraphConnector.detail": "Unternehmensdaten einbinden, damit sie in Microsoft 365 Copilot durchsucht werden können",
445
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
+ "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
458
447
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Manifestdatei importieren",
459
448
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI-Beschreibungsdokument importieren",
460
449
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Aktionsmanifestdatei auswählen",
@@ -464,13 +453,13 @@
464
453
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Es wurden mehrere OpenAPI-Beschreibungsdokumente gefunden: \"%s\".",
465
454
  "core.createProjectQuestion.addKnowledge.title": "Funktionalität hinzufügen",
466
455
  "core.createProjectQuestion.addKnowledge.placeholder": "Wählen Sie eine Funktionsquelle als Grundlage für die Informationen des deklarativen Agent aus.",
467
- "core.regenerateQuestion.declarativeAgentPathNotFound": "Der deklarative Agentpfad wurde in der Manifestdatei %s nicht gefunden.",
468
- "core.regenerateQuestion.actionNotFound": "In der deklarativen Agentmanifestdatei %s wurden keine Aktionen gefunden.",
469
- "core.regenerateQuestion.specNotFound": "Das OpenAPI-Beschreibungsdokument wurde in der Aktionsmanifestdatei %s nicht gefunden.",
470
- "core.regenerateQuestion.originalSpecNotFound": "Das ursprüngliche OpenAPI-Beschreibungsdokument wurde nicht gefunden. Sie können die ursprüngliche OpenAPI-Beschreibung hier manuell kopieren: %s.",
471
- "core.regenerateQuestion.selectPluginManifestTitle": "Wählen Sie die Plug-In-Manifestdatei aus.",
472
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Wählen Sie die OpenAPI-Beschreibungsdokumentdatei aus.",
473
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Wählen Sie Vorgänge aus, mit denen Copilot interagieren kann.",
456
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
+ "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
+ "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
+ "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
+ "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
474
463
  "core.aiAssistantBotOption.label": "KI-Agent-Bot",
475
464
  "core.aiAssistantBotOption.detail": "Ein benutzerdefinierter KI-Agent-Bot in Teams, der die Teams-KI-Bibliothek und die OpenAI-Assistenten-API verwendet",
476
465
  "core.aiBotOption.label": "KI-Chatbot",
@@ -506,9 +495,9 @@
506
495
  "core.addPlugin.success.vsc": "Die Aktion \"%s\" dem Projekt erfolgreich hinzugefügt.",
507
496
  "core.addPlugin.success": "Das API-Plug-In \"%s\" dem Projekt erfolgreich hinzugefügt. Plug-In-Manifest in \"%s\" anzeigen.",
508
497
  "core.addPlugin.success.viewPluginManifest": "Aktionsmanifest anzeigen",
509
- "core.regeneratePlugin.success": "Aktion „%s wurde erfolgreich aktualisiert. Plugin-Manifest in „%s” anzeigen.",
510
- "core.regeneratePlugin.success.vsc": "Aktion „%s wurde erfolgreich aktualisiert.",
511
- "core.regeneratePlugin.success.viewPluginManifest": "Aktionsmanifest anzeigen",
498
+ "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
+ "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
+ "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
512
501
  "core.addKnowledge.success.vsc": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt.",
513
502
  "core.addKnowledge.success": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt. Agentmanifest in „%s“ anzeigen",
514
503
  "core.addKnowledge.success.viewAgentManifest": "Agentmanifest anzeigen",
@@ -546,27 +535,27 @@
546
535
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Überprüfen Sie die App, bevor Sie die App im Teams Store veröffentlichen.",
547
536
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Alle Integrationstestfälle vor der Veröffentlichung überprüfen",
548
537
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Umfassende Tests zum Sicherstellen der Bereitschaft",
549
- "core.GCSelectQuestion.title": "Copilot connector Content",
550
- "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
- "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
- "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
- "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
538
+ "core.GCSelectQuestion.title": "Copilot Connector Content",
539
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
+ "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
+ "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
556
545
  "core.GCInputQuestion.title": "Verbindungs-ID",
557
546
  "core.GCListQuestion.invalidMessage": "%s API(s) ausgewählt. Sie müssen mindestens eine APIs auswählen.",
558
547
  "core.GCNameQuestion.title": "Hinzufügen eines Konnektornamens",
559
- "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
548
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
560
549
  "core.GCConnectionIdQuestion.title": "Verbindungs-ID hinzufügen",
561
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
550
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
562
551
  "core.GCConnectionIdQuestion.validation.pattern": "Die Connector-ID darf nur alphanumerische Zeichen enthalten.",
563
552
  "core.GCConnectionIdQuestion.validation.specialBeginner": "Die Verbindungs-ID darf nicht mit %s beginnen.",
564
553
  "core.GCConnectionIdQuestion.validation.minlength": "Die Verbindungs-ID ist kürzer als 3 Zeichen.",
565
554
  "core.GCConnectionIdQuestion.validation.maxlength": "Die Verbindungs-ID ist länger als 32 Zeichen.",
566
- "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
555
+ "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
567
556
  "core.confirmManifestQuestion.placeholder": "Bestätigen Sie, dass Sie die richtige Manifestdatei ausgewählt haben.",
568
- "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
557
+ "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
570
559
  "core.aadAppQuestion.label": "Microsoft Entra-App",
571
560
  "core.aadAppQuestion.description": "Ihre Microsoft Entra-App für Single Sign-On",
572
561
  "core.convertAadToNewSchema.continue": "Weiter",
@@ -627,7 +616,7 @@
627
616
  "core.common.SendingApiRequest": "API-Anforderung wird gesendet: %s. Anforderungstext: %s",
628
617
  "core.common.ReceiveApiResponse": "Empfangene API-Antwort: %s.",
629
618
  "core.common.shareToUser.success": "Die App wurde erfolgreich für Benutzende freigegeben: %s.",
630
- "core.common.removeShareAccess.success": "Freigegebener App-Zugriff von den Benutzenden entfernt: %s.",
619
+ "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
631
620
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" ist eine ungültige Datei. Unterstütztes Format: %s.",
632
621
  "core.envFunc.unsupportedFile.errorMessage": "Ungültige Datei. %s",
633
622
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" ist eine ungültige Funktion. Unterstützte Funktion: \"%s\".",
@@ -927,7 +916,7 @@
927
916
  "driver.devChannel.install.description": "Installieren Sie die App in einem Sandkastenkanal.",
928
917
  "driver.devChannel.install.progress.message": "App wird installiert...",
929
918
  "driver.devChannel.install.summary.exists": "Die App „%s“ ist bereits im Team „%s“ installiert. Sie wird jetzt auf die neueste Version aktualisiert.",
930
- "error.installApp.outsideSandbox": "Die App kann nicht außerhalb des Sandkasten-Teams installiert werden. Aktualisieren Sie TEAM_ID und CHANNEL_ID.",
919
+ "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
931
920
  "error.yaml.InvalidYamlSchemaError": "Die YAML-Datei kann nicht analysiert werden: %s. Öffnen Sie die YAML-Datei für detaillierte Fehler.",
932
921
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Die YAML-Datei kann nicht analysiert werden: %s. Ursache: „%s“. Überprüfen Sie die YAML-Datei, oder führen Sie ein Upgrade auf das neueste Microsoft 365 Agents-Toolkit durch.",
933
922
  "error.yaml.VersionNotSupported": "Version %s wird nicht unterstützt. Unterstützte Versionen: %s.",
@@ -1079,8 +1068,8 @@
1079
1068
  "core.addKnowledgeQuestion.searchType.title": "Auswählen des Suchtyps",
1080
1069
  "core.addKnowledgeQuestion.searchType.web": "Alle Inhalte im Web durchsuchen",
1081
1070
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Alle Inhalte innerhalb Ihrer Organisation durchsuchen",
1082
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec für Microsoft 365 Copilot beginnen",
1083
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Einen deklarativen Agent mit oder ohne Aktion mithilfe von TypeSpec für Microsoft 365 Copilot erstellen",
1071
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1084
1073
  "core.addKnowledgeQuestion.searchType.url": "Nach URL suchen",
1085
1074
  "driver.typeSpec.compile.start": "Die Aktion %s wird ausgeführt",
1086
1075
  "driver.typespec.error.noSpecError": "Es wurden keine OpenApi-Spezifikationen gefunden. Stellen Sie sicher, dass Ihre TypeSpec-Dateien gültig sind, und versuchen Sie es erneut.",
@@ -1105,8 +1094,8 @@
1105
1094
  "action.devTool.nodeInstaller.SuccessExtract": "Das NodeJS-Paket wurde erfolgreich in den Pfad %s extrahiert, Zeit: %s ms",
1106
1095
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS wird installiert unter: %s.",
1107
1096
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS ist bereits in der Systemumgebung installiert.",
1108
- "driver.typeSpec.compile.reprovision": "Die Datei %s wurde aktualisiert. Führen Sie den Bereitstellungsprozess erneut aus, um diese Änderungen zu berücksichtigen",
1097
+ "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1109
1098
  "error.kiota.KiotaGeneratePluginError": "Die Plug-In-Manifestdatei kann nicht mithilfe von Kiota generiert werden. Fehler: %s",
1110
- "error.daSpecParser.InvalidSpecError": "Die OpenAPI-Spezifikationsdatei %s ist ungültig.",
1111
- "error.kiotaClient.EmptyResult": "Beim Parsen der OpenAPI-Beschreibungsdatei wird ein leeres Ergebnis zurückgegeben."
1099
+ "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
+ "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1112
1101
  }
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "El kit de herramientas de Microsoft 365 Agents modificará los archivos en su carpeta \"%s\" y \"%s\" según el nuevo documento OpenAPI que proporcionó. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
4
4
  "core.addApi.confirm.localTeamsYaml": "El kit de herramientas de Microsoft 365 Agents modificará los archivos en su carpeta \"%s\", \"%s\" y \"%s\" según el nuevo documento OpenAPI que proporcionó. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
5
5
  "core.addApi.continue": "Agregar",
6
- "core.regenerateApi.continue": "Regenerar",
6
+ "core.regenerateApi.continue": "Regenerate",
7
7
  "core.addKnowledge.confirm": "El kit de herramientas de Microsoft 365 Agents modificará los archivos en su carpeta \"%s\" según el origen de capacidad que proporcionó. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
8
8
  "core.addKnowledge.continue": "Agregar",
9
9
  "core.setSensitivityLabel.confirm": "El kit de herramientas de Teams modificará el archivo \"%s\" en función de la etiqueta de confidencialidad que haya proporcionado. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "Compruebe si tiene permisos para su cuenta de Azure Storage.",
136
136
  "plugins.frontend.checkSystemTimeTip": "La hora incorrecta del sistema puede dar lugar a credenciales expiradas. Asegúrese de que la hora del sistema es correcta.",
137
137
  "suggestions.retryTheCurrentStep": "Vuelva a intentar el paso actual.",
138
- "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
138
+ "plugins.appstudio.buildSucceedNotice": "El paquete de Teams se ha compilado correctamente en [dirección local](%s).",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "El paquete de Teams se ha compilado correctamente en %s.",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "Compilando paquete de la aplicación...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "La static_template de %s para la función %s tiene una propiedad de archivo no válida. Se eliminará y se omitirá.",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "El static_template en %s para la función %s tiene propiedades de archivo y otras. El contenido del archivo reemplazará todas las propiedades.",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "Error de API",
196
196
  "error.appstudio.authServiceApiFailed": "No se puede realizar la llamada API a Portal para desarrolladores: %s, %s, ruta de acceso de solicitud: %s",
197
197
  "error.appstudio.publishFailed": "No se puede publicar la aplicación con el Id. %s.",
198
- "error.appstudio.buildError": "Unable to build app Package!",
198
+ "error.appstudio.buildError": "No se puede compilar el paquete de Teams.",
199
199
  "error.appstudio.checkPermissionFailed": "No se puede comprobar el permiso. Motivo: %s",
200
200
  "error.appstudio.grantPermissionFailed": "No se puede conceder el permiso. Motivo: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "No se pueden enumerar los colaboradores. Motivo: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "Mitigación de %s: no es necesario, el objeto operationId se ha generado y agregado automáticamente al archivo \"%s\".",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "El id. de operación '%s' en el documento de descripción de OpenAPI contenía caracteres especiales y se le cambió el nombre a '%s'.",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "El documento de descripción de OpenAPI se encuentra en Swagger versión 2.0. Mitigación: No es necesaria. El contenido se ha convertido a OpenAPI 3.0 y se ha guardado en \"%s\".",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "La versión del documento de descripción de OpenAPI es 3.1 y se ha convertido a OpenAPI 3.0 y se ha guardado en \"%s\".",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" no debe tener más de %s caracteres. ",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Falta la descripción completa. ",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigación: actualizar el campo \"%s\" en \"%s\".",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "Funciona en Teams y Outlook",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funciona en Teams, Outlook y la aplicación Microsoft 365",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "Cree experiencias de chat instantáneas y atractivas que automaticen las tareas sin problemas",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agente para Teams",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Compile un agente para Microsoft Teams fácilmente utilizando la biblioteca de IA de Teams",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agente para Teams que utiliza la biblioteca de IA de Teams",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Aplicación de Teams",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": "Cree su propia página web, bot de chat o extensión de mensajes para Microsoft Teams",
317
- "core.createProjectQuestion.projectType.teamsApp.title": "Características de la aplicación utilizadas en Microsoft Teams",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
318
318
  "core.createProjectQuestion.projectType.bot.label": "Bot",
319
319
  "core.createProjectQuestion.projectType.bot.title": "Características de la aplicación mediante un bot",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Buscar y realizar acciones desde el cuadro de entrada de texto en Teams y Outlook",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "Características de la aplicación mediante una pestaña",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "Características de la aplicación que usan agentes",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Seleccionar una opción",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "Compile un agente inteligente en el que administre la orquestación y proporcione su propio LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "Agente de motor personalizado",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "Características de la aplicación que utilizan el SDK de agentes de Microsoft 365",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Seleccionar una opción",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "¿No sabe cómo empezar? Usar GitHub Copilot chat",
336
336
  "core.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.",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "Usar GitHub Copilot",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agentes para Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Aplicaciones para Microsoft 365",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Agente declarativo",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Cree su propio agente declarando instrucciones, acciones y conocimientos que se adapten a sus necesidades.",
342
342
  "core.createProjectQuestion.title": "Nuevo proyecto",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "Empezar con un bot",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Crear una extensión de mensaje con Bot Framework",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Empezar con una nueva API",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Creación de una acción con una nueva API desde Azure Functions",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Creación de una extensión de mensaje con una nueva API desde Azure Functions",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Texto de entrada para buscar en el documento de descripción de OpenAPI",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Seleccionar documento de descripción de OpenAPI",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Creación de una extensión de mensaje a partir de la API existente",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Agente de motor personalizado Básico",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Agente inteligente compilado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "Agente de El Tiempo",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "Un agente de previsión meteorológica, que se compila con el SDK de agentes de Microsoft 365 y LangChain",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Agente Básico para Teams",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agente que chatea con usuarios en Microsoft Teams, compilado con la biblioteca de IA de Teams y que se conecta a LLM",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "Interactuar con sus datos",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agente que utiliza su contenido y conocimientos para responder con precisión a preguntas específicas del dominio",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agente con API",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agente para Teams que toma decisiones y realiza acciones basadas en el razonamiento de LLM",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Personalizar",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decidir cómo cargar los datos",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "búsqueda de Azure AI",
@@ -386,12 +386,10 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Busque información de conexión a tierra en la Web.",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive y SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Busque información de conexión a tierra en SharePoint y OneDrive de un usuario.",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Busque información fundamentada en los conectores de Microsoft Copilot seleccionados.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Conocimiento incrustado",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Inserte archivos directamente como información de conexión a tierra.",
393
- "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
- "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
395
393
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Contenido de OneDrive o SharePoint",
396
394
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Introduzca una URL de OneDrive o SharePoint",
397
395
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "No se ha podido validar la URL de OneDrive/SharePoint: %s",
@@ -444,17 +442,8 @@
444
442
  "core.createProjectQuestion.noPlugin.detail": "Crear solo agente declarativo",
445
443
  "core.createProjectQuestion.addPlugin.label": "Agregar una acción",
446
444
  "core.createProjectQuestion.addPlugin.detail": "Crear un agente declarativo con una acción",
447
- "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
- "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
- "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
- "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
- "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
- "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
- "core.createProjectQuestion.createGraphConnector.detail": "Inserte los datos de la organización para que se puedan buscar en Microsoft 365 Copilot",
445
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
+ "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
458
447
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Importar archivo de manifiesto",
459
448
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Importar documento de descripción de OpenAPI",
460
449
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Seleccione el archivo de manifiesto de la acción",
@@ -464,13 +453,13 @@
464
453
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Se encontraron varios documentos de descripción de OpenAPI: \"%s\".",
465
454
  "core.createProjectQuestion.addKnowledge.title": "Agregar capacidad",
466
455
  "core.createProjectQuestion.addKnowledge.placeholder": "Seleccione un origen de capacidad como información de fundamentación para el agente declarativo",
467
- "core.regenerateQuestion.declarativeAgentPathNotFound": "No se pudo encontrar la ruta de acceso del agente declarativo en el archivo de manifiesto: %s.",
468
- "core.regenerateQuestion.actionNotFound": "No es posible encontrar acciones en el archivo de manifiesto del agente declarativo: %s.",
469
- "core.regenerateQuestion.specNotFound": "No es posible encontrar el documento de descripción de OpenAPI en el archivo de manifiesto de acción: %s.",
470
- "core.regenerateQuestion.originalSpecNotFound": "No se pudo encontrar el documento de descripción original de OpenAPI. Copie manualmente la descripción original de OpenAPI aquí %s.",
471
- "core.regenerateQuestion.selectPluginManifestTitle": "Seleccionar el archivo de manifiesto del complemento.",
472
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Seleccionar el archivo de documento de descripción de OpenAPI.",
473
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Seleccionar operaciones con las que Copilot pueda interactuar.",
456
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
+ "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
+ "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
+ "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
+ "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
474
463
  "core.aiAssistantBotOption.label": "Bot de agente de IA",
475
464
  "core.aiAssistantBotOption.detail": "Un bot personalizado de agente de inteligencia artificial en Teams con la biblioteca de IA de Teams y la API de asistentes de OpenAI",
476
465
  "core.aiBotOption.label": "Bot de chat de IA",
@@ -506,9 +495,9 @@
506
495
  "core.addPlugin.success.vsc": "La acción \"%s\" se agregó correctamente al proyecto.",
507
496
  "core.addPlugin.success": "El complemento de API \"%s\" agregó al proyecto correctamente. Vea el manifiesto del complemento en \"%s\".",
508
497
  "core.addPlugin.success.viewPluginManifest": "Ver manifiesto de acción",
509
- "core.regeneratePlugin.success": "La acción \"%s\" se actualizó correctamente. Vea el manifiesto del complemento en \"%s\".",
510
- "core.regeneratePlugin.success.vsc": "La acción \"%s\" se actualizó correctamente.",
511
- "core.regeneratePlugin.success.viewPluginManifest": "Ver manifiesto de acción",
498
+ "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
+ "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
+ "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
512
501
  "core.addKnowledge.success.vsc": "El origen de la capacidad se agregó correctamente al proyecto.",
513
502
  "core.addKnowledge.success": "El origen de la capacidad se agregó correctamente al proyecto. Ver el manifiesto del agente en \"%s\".",
514
503
  "core.addKnowledge.success.viewAgentManifest": "Ver el manifiesto del agente",
@@ -546,27 +535,27 @@
546
535
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Valida la aplicación antes de publicarla en la Tienda de Teams",
547
536
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Validar todos los casos de prueba de integración antes de publicar",
548
537
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Pruebas completas para garantizar la preparación",
549
- "core.GCSelectQuestion.title": "Copilot connector Content",
550
- "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
- "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
- "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
- "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
538
+ "core.GCSelectQuestion.title": "Copilot Connector Content",
539
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
+ "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
+ "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
556
545
  "core.GCInputQuestion.title": "Id. de conexión",
557
546
  "core.GCListQuestion.invalidMessage": "%s API seleccionada(s). Debe seleccionar al menos una API.",
558
547
  "core.GCNameQuestion.title": "Agregar un nombre de conector",
559
- "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
548
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
560
549
  "core.GCConnectionIdQuestion.title": "Agregar un Id. de conexión",
561
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
550
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
562
551
  "core.GCConnectionIdQuestion.validation.pattern": "El Id. del conector solo debe contener caracteres alfanuméricos.",
563
552
  "core.GCConnectionIdQuestion.validation.specialBeginner": "El Id. de conexión no debe comenzar con %s.",
564
553
  "core.GCConnectionIdQuestion.validation.minlength": "El Id. de conexión tiene menos de 3 caracteres.",
565
554
  "core.GCConnectionIdQuestion.validation.maxlength": "El Id. de conexión supera los 32 caracteres.",
566
- "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
555
+ "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
567
556
  "core.confirmManifestQuestion.placeholder": "Confirme que ha seleccionado el archivo de manifiesto correcto",
568
- "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
557
+ "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
570
559
  "core.aadAppQuestion.label": "Aplicación Microsoft Entra",
571
560
  "core.aadAppQuestion.description": "Aplicación Microsoft Entra para Inicio de sesión único",
572
561
  "core.convertAadToNewSchema.continue": "Continuar",
@@ -627,7 +616,7 @@
627
616
  "core.common.SendingApiRequest": "Enviando solicitud de API: %s. Cuerpo de la solicitud: %s",
628
617
  "core.common.ReceiveApiResponse": "Respuesta de API recibida: %s.",
629
618
  "core.common.shareToUser.success": "La aplicación se ha compartido correctamente con los usuarios: %s.",
630
- "core.common.removeShareAccess.success": "Se eliminó el acceso a la aplicación compartida de los usuarios: %s.",
619
+ "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
631
620
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" es un archivo no válido. Formato admitido: %s.",
632
621
  "core.envFunc.unsupportedFile.errorMessage": "Archivo no válido. %s",
633
622
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" es una función no válida. Función admitida: \"%s\".",
@@ -927,7 +916,7 @@
927
916
  "driver.devChannel.install.description": "Instale la aplicación en un canal aislado.",
928
917
  "driver.devChannel.install.progress.message": "Instalando aplicación...",
929
918
  "driver.devChannel.install.summary.exists": "La aplicación '%s' ya está instalada en el equipo '%s'. Ahora se actualizará a la versión más reciente.",
930
- "error.installApp.outsideSandbox": "No se puede instalar la aplicación fuera del equipo en un entorno aislado. Actualice TEAM_ID y CHANNEL_ID.",
919
+ "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
931
920
  "error.yaml.InvalidYamlSchemaError": "No se puede analizar el archivo YAML: %s. Abre el archivo YAML para ver los errores detallados.",
932
921
  "error.yaml.InvalidYamlSchemaErrorWithReason": "No se puede analizar el archivo YAML: %s. Motivo: %s Revise el archivo YAML o actualice al kit de herramientas de Microsoft 365 Agents más reciente.",
933
922
  "error.yaml.VersionNotSupported": "no se admite la versión %s. Versiones admitidas: %s.",
@@ -1079,8 +1068,8 @@
1079
1068
  "core.addKnowledgeQuestion.searchType.title": "Seleccionar el tipo de búsqueda",
1080
1069
  "core.addKnowledgeQuestion.searchType.web": "Buscar todo el contenido en la web",
1081
1070
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Buscar todo el contenido dentro de la organización",
1082
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Comenzar con TypeSpec para Microsoft 365 Copilot",
1083
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Cree un agente declarativo con o sin una acción utilizando TypeSpec para Microsoft 365 Copilot",
1071
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1084
1073
  "core.addKnowledgeQuestion.searchType.url": "Buscar por dirección URL",
1085
1074
  "driver.typeSpec.compile.start": "Ejecutando la acción %s",
1086
1075
  "driver.typespec.error.noSpecError": "No se encontró ninguna especificación de OpenApi. Asegúrese de que sus archivos TypeSpec sean válidos e inténtelo de nuevo.",
@@ -1105,8 +1094,8 @@
1105
1094
  "action.devTool.nodeInstaller.SuccessExtract": "El paquete de NodeJS se extrajo correctamente en la ruta de acceso: %s, hora: %s ms",
1106
1095
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS está instalado en: %s.",
1107
1096
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS ya está instalado en el entorno del sistema.",
1108
- "driver.typeSpec.compile.reprovision": "Se actualizó el archivo %s. Vuelva a ejecutar el proceso de aprovisionamiento para tener en cuenta estos cambios",
1097
+ "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1109
1098
  "error.kiota.KiotaGeneratePluginError": "No se puede generar el archivo de manifiesto del complemento con Kiota. Error: %s",
1110
- "error.daSpecParser.InvalidSpecError": "El archivo de especificación de OpenAPI no es válido: %s",
1111
- "error.kiotaClient.EmptyResult": "Obtener un resultado vacío al analizar el archivo de descripción de OpenAPI."
1099
+ "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
+ "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1112
1101
  }