@microsoft/teamsfx-core 3.0.7-alpha.bb82314fa.0 → 3.0.7-alpha.cb72f3df4.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.
- package/build/common/featureFlags.js +2 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/samples.d.ts +1 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +4 -2
- package/build/common/samples.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +5 -1
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +2 -1
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +72 -85
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/special.js +6 -6
- package/build/component/generator/templates/metadata/special.js.map +1 -1
- package/build/component/generator/templates/metadata/teams.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/teams.js +30 -0
- package/build/component/generator/templates/metadata/teams.js.map +1 -1
- package/build/component/utils/azureClient.js +1 -2
- package/build/component/utils/azureClient.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +5 -2
- package/build/core/FxCore.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +38 -1
- package/build/question/other.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +6 -0
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +112 -69
- package/resource/package.nls.de.json +112 -69
- package/resource/package.nls.es.json +112 -69
- package/resource/package.nls.fr.json +112 -69
- package/resource/package.nls.it.json +112 -69
- package/resource/package.nls.ja.json +112 -69
- package/resource/package.nls.json +15 -9
- package/resource/package.nls.ko.json +112 -69
- package/resource/package.nls.pl.json +112 -69
- package/resource/package.nls.pt-BR.json +112 -69
- package/resource/package.nls.ru.json +112 -69
- package/resource/package.nls.tr.json +112 -69
- package/resource/package.nls.zh-Hans.json +112 -69
- package/resource/package.nls.zh-Hant.json +112 -69
- package/resource/template-info/vsc.json +95 -30
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"core.provision.confirmEnvAndCostNotice": "Los costos pueden aplicarse en función del uso. ¿Quiere aprovisionar recursos en %s entorno con las cuentas enumeradas?",
|
|
17
17
|
"core.deploy.confirmEnvNoticeV3": "¿Desea implementar recursos en el entorno %s?",
|
|
18
18
|
"core.provision.viewResources": "Visualización de los recursos aprovisionados",
|
|
19
|
+
"core.provision.switchAccount": "You're signed in with a Microsoft 365 account that doesn't match this environment. Please sign out and sign in with the correct one.",
|
|
20
|
+
"core.provision.switchAccount.continue": "Continue",
|
|
19
21
|
"core.deploy.aadManifestSuccessNotice": "La aplicación Microsoft Entra se ha implementado correctamente. Para verlo, haga clic en \"Más información\"",
|
|
20
22
|
"core.deploy.aadManifestOnCLISuccessNotice": "La aplicación Microsoft Entra se ha actualizado correctamente.",
|
|
21
23
|
"core.deploy.aadManifestLearnMore": "Más información",
|
|
@@ -62,15 +64,20 @@
|
|
|
62
64
|
"core.collaboration.AccountUsedToCheck": "Cuenta usada para comprobar: ",
|
|
63
65
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nIniciando la lista de todos los propietarios de aplicaciones para el entorno: ",
|
|
64
66
|
"core.collaboration.StartingListAllAadAppOwners": "\nEmpezando a enumerar todos los propietarios de aplicaciones de Microsoft Entra para el entorno: ",
|
|
67
|
+
"core.collaboration.StartingListAllAgentOwners": "\nStarting to list all agent owners for environment: ",
|
|
65
68
|
"core.collaboration.M365TeamsAppId": "Aplicación (Id.: ",
|
|
66
69
|
"core.collaboration.SsoAadAppId": "Aplicación de Microsoft Entra sso (id.:",
|
|
70
|
+
"core.collaboration.AgentTitleId": "Agent (ID: ",
|
|
67
71
|
"core.collaboration.TeamsAppOwner": "Propietario de la aplicación: ",
|
|
68
72
|
"core.collaboration.AadAppOwner": "Propietario de la aplicación Microsoft Entra:",
|
|
73
|
+
"core.collaboration.AgentOwner": "Agent Owner: ",
|
|
69
74
|
"core.collaboration.StaringCheckPermission": "Iniciando la comprobación del permiso para el entorno:",
|
|
70
75
|
"core.collaboration.CheckPermissionResourceId": "Id. de recursos: ",
|
|
71
76
|
"core.collaboration.Undefined": "sin definir",
|
|
72
77
|
"core.collaboration.ResourceName": ", Nombre de recurso: ",
|
|
73
78
|
"core.collaboration.Permission": ", Permiso: ",
|
|
79
|
+
"core.collaboration.agent.label": "Agent",
|
|
80
|
+
"core.collaboration.agent.description": "Microsoft 365 Agent",
|
|
74
81
|
"core.developerPortal.scaffold.CannotFindManifest": "No se pudo encontrar el manifiesto del paquete descargado para la aplicación %s.",
|
|
75
82
|
"plugins.spfx.questions.framework.title": "Plataforma",
|
|
76
83
|
"plugins.spfx.questions.webpartName": "Nombre del elemento web de SharePoint Framework",
|
|
@@ -135,8 +142,8 @@
|
|
|
135
142
|
"plugins.frontend.checkStoragePermissionsTip": "Compruebe si tiene permisos para su cuenta de Azure Storage.",
|
|
136
143
|
"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
144
|
"suggestions.retryTheCurrentStep": "Vuelva a intentar el paso actual.",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
145
|
+
"plugins.appstudio.buildSucceedNotice": "El paquete de la aplicación se ha compilado correctamente en [dirección local](%s).",
|
|
146
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "El paquete de la aplicación se compiló correctamente en %s.",
|
|
140
147
|
"plugins.appstudio.createPackage.progressBar.message": "Compilando paquete de la aplicación...",
|
|
141
148
|
"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
149
|
"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 +202,7 @@
|
|
|
195
202
|
"error.appstudio.apiFailed.name.common": "Error de API",
|
|
196
203
|
"error.appstudio.authServiceApiFailed": "No se puede realizar la llamada API a Portal para desarrolladores: %s, %s, ruta de acceso de solicitud: %s",
|
|
197
204
|
"error.appstudio.publishFailed": "No se puede publicar la aplicación con el Id. %s.",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
205
|
+
"error.appstudio.buildError": "No se puede compilar el paquete de la aplicación.",
|
|
199
206
|
"error.appstudio.checkPermissionFailed": "No se puede comprobar el permiso. Motivo: %s",
|
|
200
207
|
"error.appstudio.grantPermissionFailed": "No se puede conceder el permiso. Motivo: %s",
|
|
201
208
|
"error.appstudio.listCollaboratorFailed": "No se pueden enumerar los colaboradores. Motivo: %s",
|
|
@@ -237,13 +244,14 @@
|
|
|
237
244
|
"error.apime.noExtraAPICanBeAdded": "No se puede agregar la API porque solo se admiten los métodos GET y POST, con un máximo de 5 parámetros necesarios y sin autenticación. Además, los métodos definidos en el manifiesto no aparecen en la lista.",
|
|
238
245
|
"error.copilot.noExtraAPICanBeAdded": "No se puede agregar la API porque no se admite ninguna autenticación. Además, los métodos definidos en el documento de descripción de OpenAPI actual no aparecen en la lista.",
|
|
239
246
|
"error.m365.NotExtendedToM365Error": "No se puede extender la aplicación a Microsoft 365. Use la acción \"teamsApp/extendToM365\" para extender la aplicación a Microsoft 365.",
|
|
240
|
-
"error.
|
|
247
|
+
"error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
|
|
248
|
+
"error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
|
|
241
249
|
"error.share.shareActionConfigNotFound": "No se encuentra la configuración de la acción \"%s\" en el m365agents.yml",
|
|
242
250
|
"error.share.appPackageConfigNotFound": "No se encuentra la configuración appPackagePath en el m365agents.yml",
|
|
243
251
|
"error.share.manifestFileNotFound": "No se pudo encontrar el archivo de manifiesto en el paquete de la aplicación",
|
|
244
252
|
"error.share.manifestIdNotFound": "No se pudo encontrar el ID del manifiesto en el paquete de la aplicación",
|
|
245
253
|
"error.share.sharedConfigNotFound": "No se encuentra la configuración \"titleId\" o \"appId\" en el m365agents.yml",
|
|
246
|
-
"error.share.sharedIdNotFound": "
|
|
254
|
+
"error.share.sharedIdNotFound": "Unable to get title id or app id in the .env file. Shared title id: %s, shared app id: %s. You need to deploy the agent before sharing.",
|
|
247
255
|
"error.share.appPackageNotFound": "No se encuentra el paquete ZIP en la ruta: %s. Primero debe comprimir el paquete.",
|
|
248
256
|
"core.QuestionAppName.validation.pattern": "El nombre de la aplicación debe comenzar con letras, incluir al menos dos letras o dígitos y excluir determinados caracteres especiales.",
|
|
249
257
|
"core.QuestionAppName.validation.maxlength": "El nombre de la aplicación tiene más de 30 caracteres.",
|
|
@@ -261,13 +269,12 @@
|
|
|
261
269
|
"core.TabOption.detail": "Páginas web compatibles con Teams insertadas en Microsoft Teams",
|
|
262
270
|
"core.DashboardOption.label": "Panel",
|
|
263
271
|
"core.DashboardOption.detail": "Un lienzo con tarjetas y widgets para mostrar información importante",
|
|
264
|
-
"core.BotNewUIOption.label": "Bot
|
|
272
|
+
"core.BotNewUIOption.label": "Simple Bot",
|
|
265
273
|
"core.BotNewUIOption.detail": "Una implementación sencilla de un bot de eco que está listo para la personalización",
|
|
266
274
|
"core.LinkUnfurlingOption.label": "Desplegando enlace",
|
|
267
275
|
"core.LinkUnfurlingOption.detail": "Mostrar información y acciones cuando se pega una dirección URL en el campo de entrada de texto",
|
|
268
276
|
"core.MessageExtensionOption.labelNew": "Recopilar datos de entrada y proceso de formularios",
|
|
269
277
|
"core.MessageExtensionOption.label": "Extensión de mensajes",
|
|
270
|
-
"core.MessageExtensionOption.description": "Interfaz de usuario personalizada cuando los usuarios redacta mensajes en Teams",
|
|
271
278
|
"core.MessageExtensionOption.detail": "Recibir la entrada del usuario, procesarla y enviar resultados personalizados",
|
|
272
279
|
"core.NotificationOption.label": "Mensaje de notificación de chat",
|
|
273
280
|
"core.NotificationOption.detail": "Notificar e informar con un mensaje que se muestra en los chats de Teams",
|
|
@@ -277,7 +284,7 @@
|
|
|
277
284
|
"core.WorkflowOption.detail": "Interactuar con procesos de varios pasos en chats de Teams",
|
|
278
285
|
"core.TabSPFxOption.labelNew": "SPFx",
|
|
279
286
|
"core.TabSPFxOption.detailNew": "Crear interfaz de usuario con SharePoint Framework",
|
|
280
|
-
"core.TabNonSso.label": "
|
|
287
|
+
"core.TabNonSso.label": "Tab",
|
|
281
288
|
"core.TabNonSso.detail": "Implementación sencilla de una aplicación web que está lista para personalizar",
|
|
282
289
|
"core.copilotPlugin.api.noAuth": "Sin autenticación",
|
|
283
290
|
"core.copilotPlugin.api.apiKeyAuth": "Autenticación de clave de API (autenticación de token de portador)",
|
|
@@ -309,12 +316,9 @@
|
|
|
309
316
|
"core.createProjectQuestion.option.description.worksInOutlook": "Funciona en Teams y Outlook",
|
|
310
317
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Funciona en Teams, Outlook y la aplicación Microsoft 365",
|
|
311
318
|
"core.createProjectQuestion.projectType.bot.detail": "Cree experiencias de chat instantáneas y atractivas que automaticen las tareas sin problemas",
|
|
312
|
-
"core.createProjectQuestion.projectType.
|
|
313
|
-
"core.createProjectQuestion.projectType.
|
|
314
|
-
"core.createProjectQuestion.projectType.
|
|
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",
|
|
319
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
|
|
320
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
|
|
321
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Microsoft Teams SDK",
|
|
318
322
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
319
323
|
"core.createProjectQuestion.projectType.bot.title": "Características de la aplicación mediante un bot",
|
|
320
324
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Buscar y realizar acciones desde el cuadro de entrada de texto en Teams y Outlook",
|
|
@@ -339,9 +343,10 @@
|
|
|
339
343
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Aplicaciones para Microsoft 365",
|
|
340
344
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "Agente declarativo",
|
|
341
345
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Cree su propio agente declarando instrucciones, acciones y conocimientos que se adapten a sus necesidades.",
|
|
346
|
+
"core.createProjectQuestion.teamsCapability.title": "Teams Capability",
|
|
342
347
|
"core.createProjectQuestion.title": "Nuevo proyecto",
|
|
343
348
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Empezar con un bot",
|
|
344
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "
|
|
349
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Crear una extensión de mensaje utilizando el SDK de Agents",
|
|
345
350
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Empezar con una nueva API",
|
|
346
351
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Creación de una acción con una nueva API desde Azure Functions",
|
|
347
352
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Creación de una extensión de mensaje con una nueva API desde Azure Functions",
|
|
@@ -357,10 +362,14 @@
|
|
|
357
362
|
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Agente inteligente compilado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
|
|
358
363
|
"core.createProjectQuestion.capability.weatherAgentOption.label": "Agente de El Tiempo",
|
|
359
364
|
"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": "
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "
|
|
362
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.label": "
|
|
365
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "General Teams Agent",
|
|
366
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Microsoft Teams SDK and connects to LLMs",
|
|
367
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Teams Agent with Data",
|
|
363
368
|
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agente que utiliza su contenido y conocimientos para responder con precisión a preguntas específicas del dominio",
|
|
369
|
+
"core.createProjectQuestion.capability.teamsAgent.collaborator.label": "Teams Collaborator Agent",
|
|
370
|
+
"core.createProjectQuestion.capability.teamsAgent.collaborator.detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
|
|
371
|
+
"core.createProjectQuestion.capability.teamsAgent.others.label": "Other Teams Capabilities",
|
|
372
|
+
"core.createProjectQuestion.capability.teamsAgent.others.detail": "App that uses tab, bot and message extension",
|
|
364
373
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agente con API",
|
|
365
374
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agente para Teams que toma decisiones y realiza acciones basadas en el razonamiento de LLM",
|
|
366
375
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Personalizar",
|
|
@@ -374,9 +383,9 @@
|
|
|
374
383
|
"core.createProjectQuestion.capability.customCopilotRag.title": "Interactuar con sus datos",
|
|
375
384
|
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Seleccione una opción para cargar los datos",
|
|
376
385
|
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Compilar desde cero",
|
|
377
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "
|
|
386
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Microsoft Teams SDK",
|
|
378
387
|
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Compilar con la API Assistants",
|
|
379
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "
|
|
388
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Microsoft Teams SDK",
|
|
380
389
|
"core.createProjectQuestion.capability.customCopilotAssistant.title": "Agente de IA",
|
|
381
390
|
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Elija cómo quiere administrar las tareas de IA",
|
|
382
391
|
"core.createProjectQuestion.capability.customCopilotWeatherOption.label": "Agente del tiempo",
|
|
@@ -386,12 +395,12 @@
|
|
|
386
395
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Busque información de conexión a tierra en la Web.",
|
|
387
396
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive y SharePoint",
|
|
388
397
|
"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
|
|
398
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Conector de Copilot",
|
|
390
399
|
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Busque información fundamentada en los conectores de Microsoft Copilot seleccionados.",
|
|
391
400
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Conocimiento incrustado",
|
|
392
401
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Inserte archivos directamente como información de conexión a tierra.",
|
|
393
|
-
"core.createProjectQuestion.capability.DAMetaOS.label": "
|
|
394
|
-
"core.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
402
|
+
"core.createProjectQuestion.capability.DAMetaOS.label": "Empezar con una acción de complemento de Office",
|
|
403
|
+
"core.createProjectQuestion.capability.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
|
|
395
404
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "Contenido de OneDrive o SharePoint",
|
|
396
405
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Introduzca una URL de OneDrive o SharePoint",
|
|
397
406
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "No se ha podido validar la URL de OneDrive/SharePoint: %s",
|
|
@@ -410,6 +419,12 @@
|
|
|
410
419
|
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Nombre de implementación de Azure OpenAI",
|
|
411
420
|
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Escriba ahora el punto de conexión de servicio de Azure OpenAI o establézcalo más tarde en el proyecto.",
|
|
412
421
|
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Escriba ahora el nombre de la implementación de Azure OpenAI o establézcalo más tarde en el proyecto.",
|
|
422
|
+
"core.createProjectQuestion.llmService.openAIAssistantID.title": "OpenAI Assistant ID",
|
|
423
|
+
"core.createProjectQuestion.llmService.openAIAssistantID.placeholder": "Enter OpenAI Assistant ID now or set it later in the project",
|
|
424
|
+
"core.createProjectQuestion.llmService.azureOpenAIAssistantID.title": "Azure OpenAI Assistant ID",
|
|
425
|
+
"core.createProjectQuestion.llmService.azureOpenAIAssistantID.placeholder": "Enter Azure OpenAI Assistant ID now or set it later in the project",
|
|
426
|
+
"core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.title": "Azure OpenAI Embedding Deployment Name",
|
|
427
|
+
"core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.placeholder": "Enter Azure OpenAI embedding deployment name now or set it later in the project",
|
|
413
428
|
"core.createProjectQuestion.apiPlugin.importPlugin.label": "Importar desde una acción existente",
|
|
414
429
|
"core.createProjectQuestion.apiPlugin.importPlugin.detail": "Importar desde un archivo de acción existente",
|
|
415
430
|
"core.createProjectQuestion.apiSpec.title": "Documento de descripción de OpenAPI",
|
|
@@ -417,9 +432,16 @@
|
|
|
417
432
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Escriba la ubicación del documento de descripción de OpenAPI",
|
|
418
433
|
"core.createProjectQuestion.ApiKey": "Escribir la clave de API en el documento de descripción de OpenAPI",
|
|
419
434
|
"core.createProjectQuestion.ApiKeyConfirm": "El Kit de herramientas de Agentes de Microsoft 365 cargará la clave de API en el Portal para desarrolladores. La clave de API será utilizada por el cliente de Teams para acceder de forma segura a su API en tiempo de ejecución. El Kit de herramientas de Agentes de Microsoft 365 no almacenará su clave de API.",
|
|
420
|
-
"core.createProjectQuestion.OauthClientId": "
|
|
421
|
-
"core.createProjectQuestion.
|
|
422
|
-
"core.createProjectQuestion.
|
|
435
|
+
"core.createProjectQuestion.OauthClientId": "Oauth registration client ID",
|
|
436
|
+
"core.createProjectQuestion.OauthClientId.placeholder": "Input client ID for OAuth registration in OpenAPI Description Document",
|
|
437
|
+
"core.createProjectQuestion.OauthClientSecret": "OAuth registration client secret",
|
|
438
|
+
"core.createProjectQuestion.OauthClientSecret.placeholder": "Input client secret for OAuth registration in OpenAPI Description Document",
|
|
439
|
+
"core.createProjectQuestion.OauthScope": "Scope(s) for OAuth registration",
|
|
440
|
+
"core.createProjectQuestion.OauthScope.placeholder": "(optional) Input scopes for OAuth registration, separate by comma",
|
|
441
|
+
"core.createProjectQuestion.OauthScope.validation": "Invalid format. Use 'scope1, scope2:permission2'. Only letters, numbers, and ._/- are allowed.",
|
|
442
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client ID/Secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client ID/Secret.",
|
|
443
|
+
"core.createProjectQuestion.EntraSSOClientId": "Entra SSO client ID",
|
|
444
|
+
"core.createProjectQuestion.EntraSSOClientId.placeholder": "Input Microsoft SSO client ID generated in AAD for registration on Developer Portal",
|
|
423
445
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Tipo de autenticación",
|
|
424
446
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Seleccionar un tipo de autenticación",
|
|
425
447
|
"core.createProjectQuestion.invalidApiKey.message": "Secreto de cliente no válido. Debe tener entre 10 y 512 caracteres.",
|
|
@@ -444,16 +466,16 @@
|
|
|
444
466
|
"core.createProjectQuestion.noPlugin.detail": "Crear solo agente declarativo",
|
|
445
467
|
"core.createProjectQuestion.addPlugin.label": "Agregar una acción",
|
|
446
468
|
"core.createProjectQuestion.addPlugin.detail": "Crear un agente declarativo con una acción",
|
|
447
|
-
"core.createProjectQuestion.DAMetaOS.label": "
|
|
448
|
-
"core.createProjectQuestion.DAMetaOS.detail": "
|
|
449
|
-
"core.createProjectQuestion.DAMetaOS.capability.title": "
|
|
450
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
451
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
452
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
453
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
454
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "
|
|
455
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "
|
|
456
|
-
"core.createProjectQuestion.createGraphConnector.label": "Copilot
|
|
469
|
+
"core.createProjectQuestion.DAMetaOS.label": "Crear un agente declarativo con acciones de complemento de Office",
|
|
470
|
+
"core.createProjectQuestion.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
|
|
471
|
+
"core.createProjectQuestion.DAMetaOS.capability.title": "Agente declarativo en las capacidades de MetaOS",
|
|
472
|
+
"core.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nuevo agente declarativo con acciones de complemento de Office",
|
|
473
|
+
"core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Crear un nuevo agente declarativo con acciones de complemento de Office",
|
|
474
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ampliar un complemento de Office existente",
|
|
475
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extender un proyecto de complemento al agente declarativo con acciones de complemento",
|
|
476
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "Carpeta del proyecto del complemento existente",
|
|
477
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "Carpeta raíz del proyecto del complemento existente de MetaOS",
|
|
478
|
+
"core.createProjectQuestion.createGraphConnector.label": "Conectores de Copilot",
|
|
457
479
|
"core.createProjectQuestion.createGraphConnector.detail": "Inserte los datos de la organización para que se puedan buscar en Microsoft 365 Copilot",
|
|
458
480
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Importar archivo de manifiesto",
|
|
459
481
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Importar documento de descripción de OpenAPI",
|
|
@@ -471,10 +493,6 @@
|
|
|
471
493
|
"core.regenerateQuestion.selectPluginManifestTitle": "Seleccionar el archivo de manifiesto del complemento.",
|
|
472
494
|
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Seleccionar el archivo de documento de descripción de OpenAPI.",
|
|
473
495
|
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Seleccionar operaciones con las que Copilot pueda interactuar.",
|
|
474
|
-
"core.aiAssistantBotOption.label": "Bot de agente de IA",
|
|
475
|
-
"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
|
-
"core.aiBotOption.label": "Bot de chat de IA",
|
|
477
|
-
"core.aiBotOption.detail": "Un bot de chat básico de IA en Teams con la biblioteca de IA de Teams",
|
|
478
496
|
"core.spfxFolder.title": "Carpeta de la solución SPFx",
|
|
479
497
|
"core.spfxFolder.placeholder": "Seleccione la carpeta que contiene la solución SPFx",
|
|
480
498
|
"core.QuestionSelectTargetEnvironment.title": "Seleccione un entorno",
|
|
@@ -512,7 +530,6 @@
|
|
|
512
530
|
"core.addKnowledge.success.vsc": "El origen de la capacidad se agregó correctamente al proyecto.",
|
|
513
531
|
"core.addKnowledge.success": "El origen de la capacidad se agregó correctamente al proyecto. Ver el manifiesto del agente en \"%s\".",
|
|
514
532
|
"core.addKnowledge.success.viewAgentManifest": "Ver el manifiesto del agente",
|
|
515
|
-
"core.addUserQuestion.validation": "Dirección de correo electrónico no válida",
|
|
516
533
|
"core.scaffold.warning.summary": "Hemos detectado los siguientes problemas:\n%s",
|
|
517
534
|
"core.addPlugin.warning.manifestVariables": "Las variables de entorno \"%s\" encontraron en el manifiesto del complemento agregado. Asegúrese de que los valores están establecidos en variables de entorno del sistema o archivo .env.",
|
|
518
535
|
"core.addPlugin.warning.apiSpecVariables": "Las variables de entorno \"%s\" encuentran en la especificación de API del complemento agregado. Asegúrese de que los valores están establecidos en variables de entorno del sistema o archivo .env.",
|
|
@@ -532,6 +549,7 @@
|
|
|
532
549
|
"core.getUserEmailQuestion.title": "Agregar propietario a la aplicación Teams/Microsoft Entra para la cuenta en el mismo inquilino de Microsoft 365 (correo electrónico)",
|
|
533
550
|
"core.getUserEmailQuestion.validation1": "Escribir dirección de correo electrónico",
|
|
534
551
|
"core.getUserEmailQuestion.validation2": "Cambiar [UserName] por el nombre de usuario real",
|
|
552
|
+
"core.getUserEmailQuestion.validation3": "La dirección de correo electrónico no es válida.",
|
|
535
553
|
"core.collaboration.error.failedToLoadDotEnvFile": "No se puede cargar el archivo .env. Motivo: %s",
|
|
536
554
|
"core.selectAadAppManifestQuestion.title": "Seleccionar archivo Microsoft Entra manifest.json",
|
|
537
555
|
"core.selectTeamsAppManifestQuestion.title": "Seleccionar archivo de manifest.json de Teams",
|
|
@@ -546,27 +564,27 @@
|
|
|
546
564
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Valida la aplicación antes de publicarla en la Tienda de Teams",
|
|
547
565
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Validar todos los casos de prueba de integración antes de publicar",
|
|
548
566
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Pruebas completas para garantizar la preparación",
|
|
549
|
-
"core.GCSelectQuestion.title": "
|
|
550
|
-
"core.GCSelectOptions.listOption.title": "
|
|
551
|
-
"core.GCSelectOptions.listOption.description": "
|
|
552
|
-
"core.GCSelectOptions.inputOption.title": "
|
|
553
|
-
"core.GCSelectOptions.inputOption.description": "
|
|
554
|
-
"core.GCListQuestion.title": "
|
|
555
|
-
"core.GCListQuestion.placeholder": "
|
|
567
|
+
"core.GCSelectQuestion.title": "Contenido del conector de Copilot",
|
|
568
|
+
"core.GCSelectOptions.listOption.title": "Seleccionar los conectores de Copilot existentes",
|
|
569
|
+
"core.GCSelectOptions.listOption.description": "Enumerar todos los conectores de Copilot existentes",
|
|
570
|
+
"core.GCSelectOptions.inputOption.title": "Introducir un id. de conexión del conector de Copilot",
|
|
571
|
+
"core.GCSelectOptions.inputOption.description": "Introducir manualmente un id. de conexión del conector de Copilot",
|
|
572
|
+
"core.GCListQuestion.title": "Seleccione uno o más conectores de Copilot como origen de la capacidad",
|
|
573
|
+
"core.GCListQuestion.placeholder": "Enumerar todos los conectores de Copilot existentes",
|
|
556
574
|
"core.GCInputQuestion.title": "Id. de conexión",
|
|
557
575
|
"core.GCListQuestion.invalidMessage": "%s API seleccionada(s). Debe seleccionar al menos una API.",
|
|
558
576
|
"core.GCNameQuestion.title": "Agregar un nombre de conector",
|
|
559
|
-
"core.GCNameQuestion.placeholder": "
|
|
577
|
+
"core.GCNameQuestion.placeholder": "Crear un nombre para el conector de Copilot",
|
|
560
578
|
"core.GCConnectionIdQuestion.title": "Agregar un Id. de conexión",
|
|
561
|
-
"core.GCConnectionIdQuestion.placeholder": "
|
|
579
|
+
"core.GCConnectionIdQuestion.placeholder": "Agregar un Id. de conexión para el conector de Copilot",
|
|
562
580
|
"core.GCConnectionIdQuestion.validation.pattern": "El Id. del conector solo debe contener caracteres alfanuméricos.",
|
|
563
581
|
"core.GCConnectionIdQuestion.validation.specialBeginner": "El Id. de conexión no debe comenzar con %s.",
|
|
564
582
|
"core.GCConnectionIdQuestion.validation.minlength": "El Id. de conexión tiene menos de 3 caracteres.",
|
|
565
583
|
"core.GCConnectionIdQuestion.validation.maxlength": "El Id. de conexión supera los 32 caracteres.",
|
|
566
|
-
"core.GCList.insufficientPermission": "
|
|
584
|
+
"core.GCList.insufficientPermission": "Para enumerar los conectores de Copilot, se necesitan los permisos de administrador de inquilinos de Microsoft 365 de la organización.",
|
|
567
585
|
"core.confirmManifestQuestion.placeholder": "Confirme que ha seleccionado el archivo de manifiesto correcto",
|
|
568
|
-
"core.createProjectQuestion.addGC.label": "
|
|
569
|
-
"core.createProjectQuestion.addGC.detail": "
|
|
586
|
+
"core.createProjectQuestion.addGC.label": "Añadir un conector de Copilot",
|
|
587
|
+
"core.createProjectQuestion.addGC.detail": "Crear un agente declarativo con un conector de Copilot",
|
|
570
588
|
"core.aadAppQuestion.label": "Aplicación Microsoft Entra",
|
|
571
589
|
"core.aadAppQuestion.description": "Aplicación Microsoft Entra para Inicio de sesión único",
|
|
572
590
|
"core.convertAadToNewSchema.continue": "Continuar",
|
|
@@ -626,8 +644,10 @@
|
|
|
626
644
|
"core.common.ErrorFetchApiSpec": "El documento de descripción de OpenAPI debe estar accesible sin autenticación. De lo contrario, descárguelo y empiece desde una copia local.",
|
|
627
645
|
"core.common.SendingApiRequest": "Enviando solicitud de API: %s. Cuerpo de la solicitud: %s",
|
|
628
646
|
"core.common.ReceiveApiResponse": "Respuesta de API recibida: %s.",
|
|
629
|
-
"core.common.
|
|
630
|
-
"core.common.
|
|
647
|
+
"core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
|
|
648
|
+
"core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
|
|
649
|
+
"core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
|
|
650
|
+
"core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
|
|
631
651
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" es un archivo no válido. Formato admitido: %s.",
|
|
632
652
|
"core.envFunc.unsupportedFile.errorMessage": "Archivo no válido. %s",
|
|
633
653
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" es una función no válida. Función admitida: \"%s\".",
|
|
@@ -644,6 +664,8 @@
|
|
|
644
664
|
"core.officeContentAddin.detail": "Crear nuevos objetos para Excel o PowerPoint",
|
|
645
665
|
"core.newTaskpaneAddin.label": "Panel de tareas",
|
|
646
666
|
"core.newTaskpaneAddin.detail": "Personalizar la cinta de opciones con un botón e insertar contenido en el panel de tareas",
|
|
667
|
+
"core.newCFShortcut.label": "Custom Function and Shortcut",
|
|
668
|
+
"core.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
|
|
647
669
|
"core.summary.actionDescription": "Acción %s%s",
|
|
648
670
|
"core.summary.lifecycleDescription": "Fase del ciclo de vida: %s (pasos %s en total). Se ejecutarán las siguientes acciones: %s",
|
|
649
671
|
"core.summary.lifecycleNotExecuted": "La fase de ciclo de vida %s de %s no se ejecutó.",
|
|
@@ -651,7 +673,7 @@
|
|
|
651
673
|
"core.summary.lifecycleFailed": "Error en %s de la fase del ciclo de vida de %s.",
|
|
652
674
|
"core.summary.actionNotExecuted": "No se ejecutó %s.",
|
|
653
675
|
"core.summary.actionFailed": "Error de %s.",
|
|
654
|
-
"core.summary.actionSucceeded": "%s
|
|
676
|
+
"core.summary.actionSucceeded": "%s executed successfully.",
|
|
655
677
|
"core.summary.createdEnvFile": "El archivo de entorno se creó a las",
|
|
656
678
|
"core.copilot.addAPI.success": "%s se ha agregado correctamente a %s",
|
|
657
679
|
"core.copilot.addAPI.InjectAPIKeyActionFailed": "La acción de insertar clave de API en el archivo teamsapp.yaml no se ha realizado correctamente. Asegúrese de que el archivo contiene la acción teamsApp/create en la sección de aprovisionamiento.",
|
|
@@ -683,11 +705,17 @@
|
|
|
683
705
|
"core.uninstallQuestion.tdpOption": "Registro de aplicaciones",
|
|
684
706
|
"core.uninstallQuestion.botOption": "Registro de Bot Framework",
|
|
685
707
|
"core.uninstallQuestion.projectPath": "Ruta de acceso del proyecto",
|
|
686
|
-
"core.shareOptionQuestion.share": "Compartir la aplicación",
|
|
687
|
-
"core.shareOptionQuestion.shareToUser": "Compartir con los usuarios",
|
|
688
|
-
"core.shareOptionQuestion.placeholder": "Seleccionar una opción",
|
|
689
|
-
"core.shareToUser.title": "Introduzca los correos electrónicos de los usuarios (separados por comas)",
|
|
690
708
|
"core.share.removeAccess.operator": "No se puede quitar el permiso del operador. Correo electrónico: %s.",
|
|
709
|
+
"core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
|
|
710
|
+
"core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
|
|
711
|
+
"core.shareOptionQuestion.placeholder": "Select how to share the agent",
|
|
712
|
+
"core.shareOptionQuestion.title": "Share the agent",
|
|
713
|
+
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
|
|
714
|
+
"core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
|
|
715
|
+
"core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
|
|
716
|
+
"core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
|
|
717
|
+
"core.shareScopeQuestion.placeholder": "Select a sharing scope",
|
|
718
|
+
"core.shareScopeQuestion.title": "Share the agent with users",
|
|
691
719
|
"core.syncManifest.projectPath": "Ruta de acceso del proyecto",
|
|
692
720
|
"core.syncManifest.env": "Entorno del kit de herramientas de agentes de Microsoft 365 objetivo",
|
|
693
721
|
"core.syncManifest.teamsAppId": "Id. de la aplicación (opcional)",
|
|
@@ -724,7 +752,6 @@
|
|
|
724
752
|
"error.aad.manifest.UnknownResourceAccessId": "Id. de resourceAccess desconocido: %s, intente usar el id. de permiso en lugar del id. de resourceAccess.",
|
|
725
753
|
"core.addSsoFiles.emptyProjectPath": "La ruta de acceso del proyecto está vacía",
|
|
726
754
|
"core.addSsoFiles.FailedToCreateAuthFiles": "No se pueden crear archivos para agregar SSO. Error de detalle: %s.",
|
|
727
|
-
"core.getUserEmailQuestion.validation3": "La dirección de correo electrónico no es válida.",
|
|
728
755
|
"plugins.bot.ErrorSuggestions": "Sugerencias: %s",
|
|
729
756
|
"plugins.bot.InvalidValue": "%s no es válido con el valor: %s",
|
|
730
757
|
"plugins.bot.SomethingIsMissing": "%s no está disponible.",
|
|
@@ -739,7 +766,7 @@
|
|
|
739
766
|
"plugins.bot.AppStudioBotRegistration": "Registro de bot del Portal para desarrolladores",
|
|
740
767
|
"plugins.function.getTemplateFromLocal": "No se ha podido obtener la plantilla más reciente de GitHub; se intenta usar la plantilla local.",
|
|
741
768
|
"depChecker.needInstallNpm": "Debe tener instalado NPM para depurar sus funciones locales.",
|
|
742
|
-
"depChecker.failToValidateFuncCoreTool": "
|
|
769
|
+
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation. %s",
|
|
743
770
|
"depChecker.symlinkDirAlreadyExist": "El destino Symlink (%s) ya existe, quítelo e inténtelo de nuevo.",
|
|
744
771
|
"depChecker.portableFuncNodeNotMatched": "El Node.js (@NodeVersion) no es compatible con el kit de herramientas de Microsoft 365 Agents Azure Functions Core Tools (@FuncVersion).",
|
|
745
772
|
"depChecker.invalidFuncVersion": "El formato de %s de versión no es válido.",
|
|
@@ -777,6 +804,7 @@
|
|
|
777
804
|
"driver.aadApp.log.failExecuteDriver": "No se puede ejecutar la acción %s. Mensaje de error: %s",
|
|
778
805
|
"driver.aadApp.log.startCreateAadApp": "La variable de entorno %s no existe, creando una nueva aplicación de Microsoft Entra...",
|
|
779
806
|
"driver.aadApp.log.successCreateAadApp": "Se creó Microsoft Entra aplicación con id. de objeto %s",
|
|
807
|
+
"driver.aadApp.log.successCreateAadAppandServicePrincipal": "Created Microsoft Entra application with object id %s and generated service principal for the application",
|
|
780
808
|
"driver.aadApp.log.skipCreateAadApp": "La variable de entorno %s ya existe, omitiendo el nuevo paso de creación de aplicaciones de Microsoft Entra.",
|
|
781
809
|
"driver.aadApp.log.startGenerateClientSecret": "La variable de entorno %s no existe, generando el secreto de cliente para la aplicación de Microsoft Entra...",
|
|
782
810
|
"driver.aadApp.log.successGenerateClientSecret": "Secreto de cliente generado para la aplicación de Microsoft Entra con el id. de objeto %s",
|
|
@@ -840,6 +868,9 @@
|
|
|
840
868
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "La clave OpenAI no puede estar vacía.",
|
|
841
869
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIDeploymentEndpoint.validation": "El punto de conexión de Azure OpenAI debe ser una dirección URL válida.",
|
|
842
870
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIDeploymentName.validation": "El nombre de la implementación de Azure OpenAI no puede estar vacío.",
|
|
871
|
+
"driver.file.createOrUpdateEnvironmentFile.OpenAIAssistantID.validation": "OpenAI assistant ID cannot be empty.",
|
|
872
|
+
"driver.file.createOrUpdateEnvironmentFile.OpenAIEmbeddingDeploymentName.validation": "Azure OpenAI embedding deployment name cannot be empty.",
|
|
873
|
+
"driver.file.createOrUpdateEnvironmentFile.genericEnvVar.validation": "Environment variable value required.",
|
|
843
874
|
"driver.file.createOrUpdateJsonFile.description": "Cree o actualice el archivo JSON.",
|
|
844
875
|
"driver.file.createOrUpdateJsonFile.summary": "El archivo JSON se ha generado correctamente en %s.",
|
|
845
876
|
"driver.file.progressBar.appsettings": "Generando archivo JSON...",
|
|
@@ -903,9 +934,6 @@
|
|
|
903
934
|
"driver.teamsApp.summary.validateWithTestCases.result.detail": "título de validación de %s: %s. Mensaje: %s",
|
|
904
935
|
"driver.teamsApp.validate.result": "El kit de herramientas de Microsoft 365 Agents ha completado la comprobación del paquete de la aplicación con respecto a las reglas de validación. %s.",
|
|
905
936
|
"driver.teamsApp.validate.result.display": "El kit de herramientas de Microsoft 365 Agents ha completado la comprobación del paquete de la aplicación con respecto a las reglas de validación. %s. Compruebe [Output panel](command:fx-extension.showOutputChannel) para obtener más detalles.",
|
|
906
|
-
"driver.shareToOthers.description": "compartir la aplicación con otros",
|
|
907
|
-
"driver.shareToOthers.progress.message": "Compartiendo la aplicación...",
|
|
908
|
-
"driver.shareToOthers.summary": "Aplicaciones compartidas correctamente (%s).",
|
|
909
937
|
"error.teamsApp.validate.apiFailed": "Error en la validación del paquete de la aplicación debido a %s",
|
|
910
938
|
"error.teamsApp.validate.apiFailed.display": "Error en la validación del paquete de la aplicación. Consulte [Panel de salida](command:fx-extension.showOutputChannel) para obtener más información.",
|
|
911
939
|
"error.teamsApp.validate.details": "Ruta de acceso del archivo: %s, título: %s",
|
|
@@ -917,9 +945,9 @@
|
|
|
917
945
|
"driver.botFramework.summary.update": "El registro del bot se ha actualizado correctamente (%s).",
|
|
918
946
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creando o actualizando el registro del bot.",
|
|
919
947
|
"driver.botFramework.error.InvalidBotId": "El id. de bot %s no es válido. Debe ser un GUID.",
|
|
920
|
-
"driver.devChannel.description": "
|
|
948
|
+
"driver.devChannel.description": "Create a sandbox in Teams with a channel for development and testing",
|
|
921
949
|
"driver.devChannel.progress.message": "Creando equipo y canal...",
|
|
922
|
-
"driver.devChannel.success": "
|
|
950
|
+
"driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s Team ID: %s",
|
|
923
951
|
"driver.devChannel.summary": "Equipo %s con el canal predeterminado %s creado.",
|
|
924
952
|
"driver.devChannel.status": "Estado de creación del equipo y canal: %s",
|
|
925
953
|
"driver.devChannel.summary.exists": "La variable de entorno %s y %s ya existen; se omitirá el nuevo paso de creación del equipo en espacio aislado.",
|
|
@@ -957,6 +985,7 @@
|
|
|
957
985
|
"error.common.ConcurrentError": "La tarea anterior aún se está ejecutando. Espere a que finalice la tarea anterior e inténtelo de nuevo.",
|
|
958
986
|
"error.common.NetworkError": "Error de red: %s",
|
|
959
987
|
"error.common.NetworkError.EAI_AGAIN": "DNS no puede resolver %s de dominio.",
|
|
988
|
+
"error.MFARequired": "Mandatory MFA is enforced by Azure policy - 'User must authenticate with multi-factor authentication to create or update resources'. Please enable MFA for your account to continue.",
|
|
960
989
|
"error.upgrade.NoNeedUpgrade": "Este es el proyecto más reciente, no es necesario actualizar.",
|
|
961
990
|
"error.collaboration.InvalidManifestError": "No se puede procesar el archivo de manifiesto ('%s') debido a la ausencia de la clave ''id''. Para identificar la aplicación correctamente, asegúrese de que la clave \"id\" esté presente en el archivo de manifiesto.",
|
|
962
991
|
"error.collaboration.FailedToLoadManifest": "No se puede cargar el archivo de manifiesto. Motivo: %s.",
|
|
@@ -1105,8 +1134,22 @@
|
|
|
1105
1134
|
"action.devTool.nodeInstaller.SuccessExtract": "El paquete de NodeJS se extrajo correctamente en la ruta de acceso: %s, hora: %s ms",
|
|
1106
1135
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS está instalado en: %s.",
|
|
1107
1136
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS ya está instalado en el entorno del sistema.",
|
|
1108
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1137
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. A new provision process has started to apply the changes.",
|
|
1109
1138
|
"error.kiota.KiotaGeneratePluginError": "No se puede generar el archivo de manifiesto del complemento con Kiota. Error: %s",
|
|
1110
1139
|
"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."
|
|
1140
|
+
"error.kiotaClient.EmptyResult": "Obtener un resultado vacío al analizar el archivo de descripción de OpenAPI.",
|
|
1141
|
+
"core.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
|
|
1142
|
+
"core.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
|
|
1143
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "MCP Server URL",
|
|
1144
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Enter your MCP server URL(e.g. https://example-mcp.com)",
|
|
1145
|
+
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Select Operation(s) Copilot can interact with",
|
|
1146
|
+
"core.createProjectQuestion.mcpForDa.AuthType.title": "Select Authentication Type",
|
|
1147
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (with static registration)",
|
|
1148
|
+
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
|
|
1149
|
+
"core.createProjectQuestion.mcpForDa.File.title": "Select the action manifest you want to update",
|
|
1150
|
+
"core.MCPForDA.updatePluginManifest": "The operations selected from your MCP server are successfully added for Copilot to interact with. You can go to the '%s' to check on details. Now you are able to provision your declarative agent to continue.",
|
|
1151
|
+
"core.MCPForDA.mcpAuthMetadataMissingError": "Unable to find the authentication metadata in the MCP server. Please make sure your MCP server is configured correctly and try again. Details: %s",
|
|
1152
|
+
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Unable to find the authentication metadata from property \"resource_metadata\" from response of the MCP server.",
|
|
1153
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from repsonse of the Protected Resource Metadata of the MCP server.",
|
|
1154
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server."
|
|
1112
1155
|
}
|