@microsoft/m365agentstoolkit-cli 1.1.7-alpha.cc581ebec3.0 → 1.1.7-alpha.e369130fbe.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/m365agentstoolkit-cli",
3
- "version": "1.1.7-alpha.cc581ebec3.0",
3
+ "version": "1.1.7-alpha.e369130fbe.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "Microsoft 365 Agents Toolkit CLI",
6
6
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@inquirer/testing": "^2.1.2",
53
53
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
54
- "@microsoft/metrics-ts": "0.0.11-alpha.cc581ebec3.0",
54
+ "@microsoft/metrics-ts": "0.0.11-alpha.e369130fbe.0",
55
55
  "@types/chai": "^4.2.14",
56
56
  "@types/chai-as-promised": "^7.1.3",
57
57
  "@types/express": "^4.17.21",
@@ -109,8 +109,8 @@
109
109
  "@inquirer/core": "^5.1.2",
110
110
  "@inquirer/prompts": "^6.0.0",
111
111
  "@inquirer/type": "^1.1.5",
112
- "@microsoft/teamsfx-api": "0.23.13-alpha.cc581ebec3.0",
113
- "@microsoft/teamsfx-core": "3.0.12-alpha.cc581ebec3.0",
112
+ "@microsoft/teamsfx-api": "0.23.13-alpha.e369130fbe.0",
113
+ "@microsoft/teamsfx-core": "3.0.12-alpha.e369130fbe.0",
114
114
  "ansi-escapes": "^4.3.2",
115
115
  "applicationinsights": "^1.8.10",
116
116
  "async-mutex": "^0.3.1",
@@ -140,7 +140,7 @@
140
140
  "cli.js",
141
141
  "cli_teamsapp.js"
142
142
  ],
143
- "gitHead": "1d5fbd3e0683372c8a05e91523876a4e474681a4",
143
+ "gitHead": "2187f39e9af586a7a5cd9ff4e91b998b1dbcba9c",
144
144
  "publishConfig": {
145
145
  "access": "public"
146
146
  },
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Nepovedlo se načíst ukázkové informace.",
242
242
  "error.generator.DownloadSampleApiLimitError": "Kvůli omezení rychlosti se nepovedlo stáhnout vzorek. Zkuste to znovu za hodinu po resetování limitu rychlosti, nebo můžete úložiště klonovat ručně z %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Ukázku nelze stáhnout z důvodu chyby sítě. Zkontrolujte síťové připojení a zkuste to znovu, nebo můžete úložiště klonovat ručně z %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" se v modulu plug-in nepoužívá.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Nelze přidat rozhraní API, protože jsou podporovány pouze metody GET a POST s maximálně 5 požadovanými parametry a bez ověřování. Nejsou uvedeny také metody definované v manifestu.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Nelze přidat rozhraní API, protože není podporováno žádné ověřování. Kromě toho nejsou uvedené metody definované v aktuálním dokumentu popisu OpenAPI.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Nepovedlo se vytvořit adaptivní kartu pro '%s' rozhraní API: %s. Zmírnění: Není vyžadováno, ale můžete ji přidat ručně do složky adaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Funkce",
316
317
  "core.createProjectQuestion.option.description.preview": "Preview",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Funguje v Teams a Outlooku",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funguje v Teams, Outlooku a aplikaci Microsoft 365.",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Vytvářejte okamžité a poutavé možnosti chatu, které bezproblémově automatizují úkoly.",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Vložte soubory přímo jako informace o uzemnění.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Obsah z OneDrivu nebo SharePointu",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Zadejte adresu URL OneDrivu nebo SharePointu",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Nepodařilo se ověřit adresu URL OneDrivu nebo SharePointu: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Adresa URL OneDrivu nebo SharePointu je neplatná.",
366
369
  "core.createProjectQuestion.llmService.title": "Služba pro velký jazykový model (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Prohledat veškerý obsah ve vaší organizaci",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Hledat podle adresy URL",
1048
1051
  "driver.typeSpec.compile.start": "Spouští se akce %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "Nenašla se žádná specifikace OpenApi. Ujistěte se prosím, že jsou vaše soubory TypeSpec platné, a zkuste to znovu.",
1050
1054
  "driver.typespec.error.multipleActionError": "V declarativeAgent.json se našla více než jedna akce. Ujistěte se prosím, že jsou vaše soubory TypeSpec platné, a zkuste to znovu.",
1051
1055
  "driver.typeSpec.progressBar": "Kompilují a generují se soubory…",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Nepodařilo se najít metadata serveru z vlastnosti „authorization_servers“ v odpovědi metadat chráněných prostředků serveru MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Z odpovědi na metadata autorizačního serveru serveru MCP nelze najít ověřovací adresy URL.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "Soubor nástrojů MCP nebyl nalezen: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Neplatný formát souboru nástrojů MCP Očekává se %s nebo pole JSON nástrojů: %s.",
1102
+ "core.MCPForDA.toolsFileMissingName": "Každý nástroj v souboru nástrojů MCP musí mít vlastnost %s: %s.",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "Definiční soubor nástrojů MCP",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Zadejte cestu k souboru JSON obsahujícímu definice nástrojů MCP.",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "Nenašly se žádné definice nástrojů. Projekt bude používat dynamické zjišťování nástrojů.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "Soubor ai-plugin.json nebyl nalezen v: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "Parametr --mcp-da-server-url je povinný, pokud je parametr --api-plugin-type nastaven na mcp.",
1104
1108
  "core.MCPForDA.missingAuthType": "Parametr --mcp-da-auth-type je povinný, pokud server MCP vyžaduje ověření identity a jsou k dispozici nástroje. Použijte parametr --mcp-da-auth-type s hodnotou oauth nebo entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Nepodařilo se přečíst soubor nástrojů MCP: %s. Pokud chcete nástroje přidat později, spusťte:\n %s",
1110
+ "core.MCPForDA.authRequired": "Server MCP v umístění %s vyžaduje ověření. Nástroje se nepovedlo načíst automaticky. Pokud chcete přidat nástroje, spusťte příkaz:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Na serveru MCP v %s nebyly nalezeny žádné nástroje. Pokud chcete nástroje přidat později, spusťte:\n %s",
1112
+ "core.MCPForDA.fetchError": "Nepodařilo se načíst nástroje ze serveru MCP v %s. Pokud chcete nástroje přidat později, spusťte:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Beispielinformationen können nicht abgerufen werden.",
242
242
  "error.generator.DownloadSampleApiLimitError": "Das Beispiel kann aufgrund einer Ratenbeschränkung nicht heruntergeladen werden. Versuchen Sie es in einer Stunde nach dem Zurücksetzen des Ratenlimits noch mal, oder Sie können das Repository manuell aus %s klonen.",
243
243
  "error.generator.DownloadSampleNetworkError": "Das Beispiel kann aufgrund eines Netzwerkfehlers nicht heruntergeladen werden. Überprüfen Sie Ihre Netzwerkverbindung, und versuchen Sie es noch mal, oder klonen Sie das Repository manuell aus %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" wird nicht im Plug-In verwendet.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Die API kann nicht hinzugefügt werden, da nur die Methoden GET und POST unterstützt werden. Es sind maximal 5 Parameter und keine Authentifizierung erforderlich. Darüber hinaus werden die im Manifest definierten Methoden nicht aufgeführt.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Die API kann nicht hinzugefügt werden, da keine Authentifizierung unterstützt wird. Darüber hinaus werden im aktuellen OpenAPI-Beschreibungsdokument definierte Methoden nicht aufgelistet.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Fehler beim Erstellen des adaptiven Karte für api-'%s': %s. Risikominderung: Nicht erforderlich, aber Sie können sie manuell zum Ordner \"adaptiveCards\" hinzufügen.",
315
316
  "core.createCapabilityQuestion.titleNew": "Fähigkeiten",
316
317
  "core.createProjectQuestion.option.description.preview": "Vorschau",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Funktioniert in Teams und Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funktioniert in Teams, Outlook und der Microsoft 365-Anwendung",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Erstellen Sie sofort ansprechende Chaterfahrungen, die Aufgaben nahtlos automatisieren.",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Betten Sie Dateien direkt als Erdungsinformationen ein.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive- oder SharePoint-Inhalte",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Geben Sie eine URL zu OneDrive oder SharePoint ein.",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Fehler beim Überprüfen der OneDrive/SharePoint-URL: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Die OneDrive/SharePoint-URL ist ungültig.",
366
369
  "core.createProjectQuestion.llmService.title": "Dienst für großes Sprachmodell (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Alle Inhalte innerhalb Ihrer Organisation durchsuchen",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Nach URL suchen",
1048
1051
  "driver.typeSpec.compile.start": "Die Aktion %s wird ausgeführt",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "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.",
1050
1054
  "driver.typespec.error.multipleActionError": "In declarativeAgent.json wurden mehrere Aktionen gefunden. Stellen Sie sicher, dass Ihre TypeSpec-Dateien gültig sind, und versuchen Sie es erneut.",
1051
1055
  "driver.typeSpec.progressBar": "Dateien werden kompiliert und erstellt…",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Die Servermetadaten aus der Eigenschaft „authorization_servers“ aus der Antwort der geschützten Ressourcenmetadaten des MCP-Servers wurden nicht gefunden.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Die Authentifizierungs-URL(s) aus der Antwort der Autorisierungsservermetadaten des MCP-Servers wurden nicht gefunden.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "MCP-Toolsdatei nicht gefunden: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Ungültiges Format der MCP-Toolsdatei. Erwartet wird %s oder ein JSON-Array von Tools: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Jedes Tool in der MCP-Toolsdatei muss eine %s-Eigenschaft haben: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "MCP-Toolsdefinitionsdatei",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Geben Sie den Pfad zu einer JSON-Datei mit MCP-Tooldefinitionen ein.",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "Keine Tooldefinitionen gefunden. Das Projekt verwendet die dynamische Toolermittlung.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json nicht gefunden unter: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "Die Option „--mcp-da-server-url“ ist erforderlich, wenn „--api-plugin-type“ auf „mcp“ gesetzt ist.",
1104
1108
  "core.MCPForDA.missingAuthType": "Die Option „--mcp-da-auth-type“ ist erforderlich, wenn der MCP-Server eine Authentifizierung verlangt und Tools bereitgestellt werden. Verwenden Sie „--mcp-da-auth-type oauth“ oder „--mcp-da-auth-type entraSSO“.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Fehler beim Lesen der MCP-Toolsdatei: %s. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
1110
+ "core.MCPForDA.authRequired": "Der MCP-Server unter %s erfordert eine Authentifizierung. Tools konnten nicht automatisch abgerufen werden. Um Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Am MCP-Server unter %s wurden keine Tools gefunden. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
1112
+ "core.MCPForDA.fetchError": "Fehler beim Abrufen der Tools vom MCP-Server unter %s. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "No se puede capturar la información de ejemplo",
242
242
  "error.generator.DownloadSampleApiLimitError": "No se puede descargar la muestra debido a la limitación de velocidad. Vuelva a intentarlo dentro de una hora después del restablecimiento del límite de velocidad o puede clonar manualmente el repositorio desde %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "No se puede descargar la muestra debido a un error de red. Compruebe la conexión de red e inténtelo de nuevo o puede clonar manualmente el repositorio desde %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" no se usa en el complemento.",
245
246
  "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.",
246
247
  "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.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "No se pudo crear la tarjeta adaptable para la API '%s': %s. Mitigación: no es necesario, pero puede agregarlo manualmente a la carpeta adaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Funcionalidades",
316
317
  "core.createProjectQuestion.option.description.preview": "Vista previa",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Funciona en Teams y Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funciona en Teams, Outlook y la aplicación Microsoft 365",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Cree experiencias de chat instantáneas y atractivas que automaticen las tareas sin problemas",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Inserte archivos directamente como información de conexión a tierra.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Contenido de OneDrive o SharePoint",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Introduzca una URL de OneDrive o SharePoint",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "No se ha podido validar la URL de OneDrive/SharePoint: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "La URL de OneDrive o SharePoint no es válida.",
366
369
  "core.createProjectQuestion.llmService.title": "Servicio para modelo de lenguaje grande (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Buscar todo el contenido dentro de la organización",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Buscar por dirección URL",
1048
1051
  "driver.typeSpec.compile.start": "Ejecutando la acción %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "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.",
1050
1054
  "driver.typespec.error.multipleActionError": "Se encontró más de una acción en declarativeAgent.json. Asegúrese de que sus archivos TypeSpec sean válidos e inténtelo de nuevo.",
1051
1055
  "driver.typeSpec.progressBar": "Compilando y generando archivos...",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "No se pueden encontrar los metadatos del servidor en la propiedad \"authorization_servers\" de la respuesta de los metadatos de recursos protegidos del servidor MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "No se pueden encontrar las URL de autenticación en la respuesta de los metadatos del servidor de autorización del servidor MCP.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "No se encontró el archivo de herramientas MCP: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Formato de archivo de herramientas MCP no válido. Se esperaba %s o una matriz JSON de herramientas: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Cada herramienta del archivo de herramientas MCP debe tener una propiedad %s: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "Archivo de definición de herramientas MCP",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Escriba la ruta de acceso a un archivo JSON que contiene las definiciones de la herramienta MCP",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "No se encontraron definiciones de herramientas. El proyecto usará la detección de herramientas dinámicas.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json no se encuentra en: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "La opción --mcp-da-server-url es necesaria cuando --api-plugin-type es mcp.",
1104
1108
  "core.MCPForDA.missingAuthType": "La opción --mcp-da-auth-type es necesaria cuando el servidor MCP requiere autenticación y se proporcionan herramientas. Use --mcp-da-auth-type oauth o --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Error al leer el archivo de herramientas MCP: %s. Para agregar herramientas más adelante, ejecute:\n %s",
1110
+ "core.MCPForDA.authRequired": "El servidor MCP en %s requiere autenticación. No se pudieron capturar automáticamente las herramientas. Para agregar herramientas, ejecute:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "No se detectaron herramientas en el servidor MCP en %s. Para agregar herramientas más adelante, ejecute:\n %s",
1112
+ "core.MCPForDA.fetchError": "Error al capturar las herramientas del servidor MCP en %s. Para agregar herramientas más adelante, ejecute:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Impossible de récupérer les exemples d’informations",
242
242
  "error.generator.DownloadSampleApiLimitError": "Impossible de télécharger l’échantillon en raison d’une limitation du débit. Réessayez dans une heure après la réinitialisation de la limite de débit ou clonez manuellement le dépôt à partir de %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Impossible de télécharger l’échantillon en raison d’une erreur réseau. Vérifiez votre connexion réseau et réessayez, ou vous pouvez cloner manuellement le dépôt à partir de %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" n’est pas utilisé dans le plug-in.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Impossible d’ajouter l’API, car seules les méthodes GET et POST sont prises en charge, avec un maximum de 5 paramètres obligatoires et aucune authentification. De plus, les méthodes définies dans le manifeste ne sont pas répertoriées.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Impossible d’ajouter l’API, car aucune authentification n’est prise en charge. De plus, les méthodes définies dans le document de description OpenAPI actuel ne sont pas répertoriées.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Échec de la création de la carte adaptative pour le '%s' d’API : %s. Atténuation : non requise, mais vous pouvez l’ajouter manuellement au dossier adaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Fonctionnalités",
316
317
  "core.createProjectQuestion.option.description.preview": "Aperçu",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Fonctionne dans Teams et Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Fonctionne dans Teams, Outlook et l’application Microsoft 365",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Créez des expériences de conversation instantanées et attrayantes qui automatisent les tâches en toute transparence",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Incorporez les fichiers directement en tant qu’informations de mise à la terre.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Contenu OneDrive ou SharePoint",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Entrer une URL vers OneDrive ou SharePoint",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Échec de la validation de l’URL OneDrive/SharePoint : %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "L’URL OneDrive/SharePoint n’est pas valide.",
366
369
  "core.createProjectQuestion.llmService.title": "Service pour modèle de langage étendu (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Rechercher tout le contenu au sein de votre organisation",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Rechercher par URL",
1048
1051
  "driver.typeSpec.compile.start": "Exécution de l’action %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "Aucune spécification OpenApi n’a été trouvée. Veuillez vous assurer que vos fichiers TypeSpec sont valides, puis réessayez.",
1050
1054
  "driver.typespec.error.multipleActionError": "Plus d’une action trouvée dans declarativeAgent.json. Veuillez vous assurer que vos fichiers TypeSpec sont valides, puis réessayez.",
1051
1055
  "driver.typeSpec.progressBar": "Compilation et génération de fichiers en cours... Merci de patienter.",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Impossible de trouver les métadonnées du serveur dans la propriété « authorization_servers » de la réponse des métadonnées des ressources protégées du serveur MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Impossible de trouver l’URL d’authentification ou les URL d’authentification dans la réponse des métadonnées du serveur d’autorisation du serveur MCP.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "Fichier des outils MCP introuvable : %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Format de fichier des outils MCP non valide. Attendu %s ou un tableau JSON d’outils : %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Chaque outil du fichier d'outils MCP doit avoir une propriété %s : %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "Fichier de définition des outils MCP",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Saisissez le chemin d'accès vers un fichier JSON contenant les définitions d'outils MCP",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "Aucune définition d'outil trouvée. Le projet utilisera la découverte dynamique d'outils.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "Fichier ai-plugin.json introuvable à l'emplacement : %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "L'option --mcp-da-server-url est requise lorsque --api-plugin-type est mcp.",
1104
1108
  "core.MCPForDA.missingAuthType": "L'option --mcp-da-auth-type est requise lorsque le serveur MCP exige une authentification et que des outils sont fournis. Utilisez --mcp-da-auth-type oauth ou --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Nous n’avons pas pu lire le fichier des outils MCP : %s. Pour ajouter des outils ultérieurement, exécutez :\n %s",
1110
+ "core.MCPForDA.authRequired": "Le serveur MCP situé à l’adresse %s nécessite une authentification. Nous n’avons pas pu récupérer les outils automatiquement. Pour ajouter des outils, exécutez :\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Aucun outil n’a été découvert sur le serveur MCP à l’adresse %s. Pour ajouter des outils ultérieurement, exécutez :\n %s",
1112
+ "core.MCPForDA.fetchError": "Nous ne pouvons pas récupérer les outils à partir du serveur MCP à l’adresse %s. Pour ajouter des outils ultérieurement, exécutez :\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Non è possibile recuperare le informazioni di esempio",
242
242
  "error.generator.DownloadSampleApiLimitError": "Non è possibile scaricare l'esempio a causa di una limitazione della velocità. Riprova tra un'ora dopo la reimpostazione del limite di velocità oppure puoi clonare manualmente il repository da %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Non è possibile scaricare l'esempio a causa di un errore di rete. Controllare la connessione di rete e riprovare oppure clonare manualmente il repository da %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" non è utilizzato nel plug-in.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Non è possibile aggiungere l'API perché sono supportati solo i metodi GET e POST, con un massimo di 5 parametri obbligatori e senza autenticazione. Inoltre, i metodi definiti nel manifesto non sono elencati.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Non è possibile aggiungere l'API perché non è supportata alcuna autenticazione. Inoltre, i metodi definiti nel documento di descrizione OpenAPI corrente non sono elencati.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Non è stato possibile creare la scheda adattiva per il '%s' API: %s. Mitigazione: non necessaria, ma è possibile aggiungerla manualmente alla cartella adaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Capacità",
316
317
  "core.createProjectQuestion.option.description.preview": "Anteprima",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Funziona in Teams e Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funziona in Teams, Outlook e nell'applicazione Microsoft 365",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Crea esperienze chat immediate e coinvolgenti che automatizzano le attività senza problemi",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Incorpora i file direttamente come informazioni di base.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Contenuto di OneDrive o SharePoint",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Immetti un URL per OneDrive o SharePoint",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Non è stato possibile convalidare l'URL di OneDrive/SharePoint: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "L'URL di OneDrive/SharePoint non è valido.",
366
369
  "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Cerca tutto il contenuto all'interno della tua organizzazione",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Cerca in base all'URL",
1048
1051
  "driver.typeSpec.compile.start": "Esecuzione dell'azione %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "Nessuna OpenApi specifica trovata. Assicurati che i file TypeSpec siano validi e riprova.",
1050
1054
  "driver.typespec.error.multipleActionError": "È stata trovata più di un'azione in declarativeAgent.json. Assicurati che i file TypeSpec siano validi e riprova.",
1051
1055
  "driver.typeSpec.progressBar": "Compilazione e generazione dei file...",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Impossibile trovare i metadati del server dalla proprietà \"authorization_servers\" nella risposta dei metadati della risorsa protetta del server MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Impossibile trovare gli URL di autenticazione nella risposta dei metadati del server di autorizzazione del server MCP.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "Non è possibile trovare il file degli strumenti MCP: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Formato di file degli strumenti MCP non valido. Previsto %s o una matrice JSON di strumenti: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Ogni strumento nel file degli strumenti MCP deve avere una proprietà %s: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "File di definizione degli strumenti MCP",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Immettere il percorso di un file JSON contenente definizioni di strumenti MCP",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "Nessuna definizione di strumento trovata. Il progetto userà l'individuazione dinamica degli strumenti.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "Non è possibile trovare ai-plugin.json in: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "L'opzione --mcp-da-server-url è obbligatoria quando --api-plugin-type è mcp.",
1104
1108
  "core.MCPForDA.missingAuthType": "L'opzione --mcp-da-auth-type è obbligatoria quando il server MCP richiede l'autenticazione e vengono forniti gli strumenti. Usare --mcp-da-auth-type oauth o --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Non è possibile leggere il file degli strumenti MCP: %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s",
1110
+ "core.MCPForDA.authRequired": "Il server MCP in %s richiede l'autenticazione. Non è possibile recuperare automaticamente gli strumenti. Per aggiungere strumenti, esegui:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Non sono stati individuati strumenti dal server MCP in %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s",
1112
+ "core.MCPForDA.fetchError": "Non è possibile recuperare strumenti dal server MCP in %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "サンプル情報をフェッチできません",
242
242
  "error.generator.DownloadSampleApiLimitError": "レート制限により、サンプルをダウンロードできません。レート制限のリセット後 1 時間後にもう一度お試しになるか、%s からリポジトリを手動で複製できます。",
243
243
  "error.generator.DownloadSampleNetworkError": "ネットワーク エラーのため、サンプルをダウンロードできません。ネットワーク接続を確認してもう一度お試しになるか、%s からリポジトリを手動で複製できます",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" はプラグインで使用されていません。",
245
246
  "error.apime.noExtraAPICanBeAdded": "サポートされているのは GET メソッドと POST メソッドのみであり、必要なパラメーターは最大 5 つで、認証がないため、API を追加できません。また、マニフェストで定義されているメソッドは一覧に表示されません。",
246
247
  "error.copilot.noExtraAPICanBeAdded": "サポートされている認証がないため、API を追加できません。また、現在の OpenAPI 記述ドキュメントで定義されているメソッドは一覧に表示されません。",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API '%s' のアダプティブ カードを作成できませんでした: %s。軽減策: 必要ありませんが、adaptiveCards フォルダーに手動で追加できます。",
315
316
  "core.createCapabilityQuestion.titleNew": "機能",
316
317
  "core.createProjectQuestion.option.description.preview": "プレビューします",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams と Outlook で動作します",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams、Outlook、Microsoft 365 アプリケーションで動作します",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "タスクをシームレスに自動化する、インスタントで魅力的なチャット エクスペリエンスを作成します",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "ファイルを直接固定情報として埋め込みます。",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive または SharePoint コンテンツ",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive または SharePoint の URL を入力してください",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive または SharePoint の URL を検証できませんでした: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive または SharePoint の URL が無効です。",
366
369
  "core.createProjectQuestion.llmService.title": "大規模言語モデル (LLM) 用サービス",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "組織内のすべてのコンテンツを検索する",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "URL で検索する",
1048
1051
  "driver.typeSpec.compile.start": "アクション %s を実行しています",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "OpenApi 仕様が見つかりません。TypeSpec ファイルが有効であることを確認してから、もう一度お試しください。",
1050
1054
  "driver.typespec.error.multipleActionError": "declarativeAgent.json に複数のアクションが見つかりました。TypeSpec ファイルが有効であることを確認してから、もう一度お試しください。",
1051
1055
  "driver.typeSpec.progressBar": "ファイルをコンパイルして生成しています...",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP サーバーの保護されたリソース メタデータのプロパティ \"authorization_servers\" からサーバー メタデータが見つかりません。",
1095
1099
  "core.MCPForDA.authUrlNotFound": "MCP サーバーの承認サーバー メタデータの応答から認証 URL が見つかりません。",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "MCP ツール ファイルが見つかりません: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "無効な MCP ツール ファイル形式です。%s またはツールの JSON 配列が必要です: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "MCP ツール ファイル内の各ツールには %s プロパティが必要です: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "MCP ツール定義ファイル",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "MCP ツール定義を含む JSON ファイルのパスを入力してください",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "ツール定義が見つかりません。プロジェクトは動的ツール検出を使用します。",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json が次の場所に見つかりません: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "--api-plugin-type が mcp の場合は、--mcp-da-server-url オプションが必須です。",
1104
1108
  "core.MCPForDA.missingAuthType": "MCP サーバーで認証が必要で、ツールが提供されている場合は、--mcp-da-auth-type オプションが必須です。--mcp-da-auth-type oauth または --mcp-da-auth-type entraSSO を使用してください。",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "MCP ツール ファイルを読み取れませんでした: %s。後でツールを追加するには、次を実行します。\n %s",
1110
+ "core.MCPForDA.authRequired": "%s MCP サーバーは認証が必要です。ツールを自動的にフェッチできませんでした。ツールを追加するには、次を実行します。\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "%s MCP サーバーからツールが検出されませんでした。後でツールを追加するには、次を実行します。\n %s",
1112
+ "core.MCPForDA.fetchError": "%s MCP サーバーからツールをフェッチできませんでした。後でツールを追加するには、次を実行します。\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "샘플 정보를 가져올 수 없습니다.",
242
242
  "error.generator.DownloadSampleApiLimitError": "속도 제한으로 인해 샘플을 다운로드할 수 없습니다. 속도 제한을 다시 설정한 후 1시간 후에 다시 시도하거나 %s 리포지토리를 수동으로 복제할 수 있습니다.",
243
243
  "error.generator.DownloadSampleNetworkError": "네트워크 오류로 인해 샘플을 다운로드할 수 없습니다. 네트워크 연결을 확인하고 다시 시도하거나 %s 리포지토리를 수동으로 복제할 수 있습니다.",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" 플러그 인에서 사용되지 않습니다.",
245
246
  "error.apime.noExtraAPICanBeAdded": "필요한 매개 변수가 최대 5개이고 인증이 없는 GET 및 POST 메서드만 지원되므로 API를 추가할 수 없습니다. 매니페스트에 정의된 메서드도 나열되지 않습니다.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "지원되는 인증이 없으므로 API를 추가할 수 없습니다. 또한 현재 OpenAPI 설명 문서에 정의된 메서드가 나열되지 않습니다.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API '%s' 대한 적응형 카드 만들지 못했습니다. %s. 완화: 필요하지는 않지만 adaptiveCards 폴더에 수동으로 추가할 수 있습니다.",
315
316
  "core.createCapabilityQuestion.titleNew": "기능",
316
317
  "core.createProjectQuestion.option.description.preview": "미리 보기",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams 및 Outlook에서 작동",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook 및 Microsoft 365 애플리케이션에서 작동",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "작업을 원활하게 자동화하는 즉각적인 흥미로운 채팅 환경 만들기",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "파일을 접지 정보로 직접 포함합니다.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 또는 SharePoint 콘텐츠",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive 또는 SharePoint에 대한 URL 입력",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL의 유효성을 검사하지 못했습니다. %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL이 잘못되었습니다.",
366
369
  "core.createProjectQuestion.llmService.title": "LLM(대용량 언어 모델)용 서비스",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "조직 내의 모든 콘텐츠 검색",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "URL로 검색",
1048
1051
  "driver.typeSpec.compile.start": "%s 작업을 실행하는 중",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "OpenApi 사양을 찾을 수 없습니다. TypeSpec 파일이 유효한지 확인하고 다시 시도하세요.",
1050
1054
  "driver.typespec.error.multipleActionError": "declarativeAgent.json에서 둘 이상의 작업이 발견되었습니다. TypeSpec 파일이 유효한지 확인하고 다시 시도하세요.",
1051
1055
  "driver.typeSpec.progressBar": "파일 컴파일 및 생성 중...",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP 서버의 보호된 리소스 메타데이터 응답에서 'authorization_servers' 속성으로부터 서버 메타데이터를 찾을 수 없습니다.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "MCP 서버의 권한 부여 서버 메타데이터 응답에서 인증 URL을 찾을 수 없습니다.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "MCP 도구 파일을 찾을 수 없습니다. %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "MCP 도구 파일 형식이 잘못되었습니다. %s 또는 도구의 JSON 배열이 필요함: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "MCP 도구 파일의 도구에는 %s 속성이 있어야 함: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "MCP 도구 정의 파일",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "MCP 도구 정의가 포함된 JSON 파일의 경로를 입력합니다.",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "도구 정의를 찾을 수 없습니다. 프로젝트는 동적 도구 검색을 사용합니다.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json을 찾을 수 없습니다. %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "--api-plugin-type이 mcp인 경우 --mcp-da-server-url 옵션이 필요합니다.",
1104
1108
  "core.MCPForDA.missingAuthType": "MCP 서버에 인증이 필요하고 도구가 제공되는 경우 --mcp-da-auth-type 옵션이 필요합니다. --mcp-da-auth-type oauth 또는 --mcp-da-auth-type entraSSO를 사용합니다.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "MCP 도구 파일을 읽지 못했습니다. %s. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s",
1110
+ "core.MCPForDA.authRequired": "%s의 MCP 서버에는 인증이 필요합니다. 도구를 자동으로 가져올 없습니다. 도구를 추가하려면 다음을 실행합니다.\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "%s의 MCP 서버에서 도구를 찾지 못했습니다. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s",
1112
+ "core.MCPForDA.fetchError": "%s의 MCP 서버에서 도구를 가져오지 못했습니다. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Nie można pobrać przykładowych informacji",
242
242
  "error.generator.DownloadSampleApiLimitError": "Nie można pobrać próbki z powodu ograniczenia szybkości. Spróbuj ponownie za godzinę po zresetowaniu limitu szybkości lub możesz ręcznie sklonować repozytorium z %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Nie można pobrać próbki z powodu błędu sieci. Sprawdź połączenie sieciowe i spróbuj ponownie lub możesz ręcznie sklonować repozytorium z %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" nie jest używany we wtyczce.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Nie można dodać interfejsu API, ponieważ obsługiwane są tylko metody GET i POST z maksymalnie 5 wymaganymi parametrami i bez uwierzytelniania. Ponadto metody zdefiniowane w manifeście nie są wymienione.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Nie można dodać interfejsu API, ponieważ uwierzytelnianie nie jest obsługiwane. Metody zdefiniowane w bieżącym dokumencie opisu interfejsu OpenAPI nie są wymienione.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Nie można utworzyć karty adaptacyjnej dla '%s' interfejsu API: %s. Ograniczanie ryzyka: nie jest wymagane, ale możesz dodać je ręcznie do folderu AdaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Funkcje",
316
317
  "core.createProjectQuestion.option.description.preview": "Podgląd",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Działa w aplikacjach Teams i Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Działa w aplikacjach Teams, Outlook i Microsoft 365",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Twórz błyskawiczne, atrakcyjne środowiska czatu, które bezproblemowo automatyzują zadania",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Osadź pliki bezpośrednio jako informacje uziemienia.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Zawartość usługi OneDrive lub SharePoint",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Wprowadź adres URL do usługi OneDrive lub SharePoint",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Nie można zweryfikować adresu URL usługi OneDrive/SharePoint: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Adres URL usługi OneDrive/SharePoint jest nieprawidłowy.",
366
369
  "core.createProjectQuestion.llmService.title": "Usługa dla dużego modelu języka (LLM)",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Wyszukaj całą zawartość w swojej organizacji",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Wyszukaj według adresu URL",
1048
1051
  "driver.typeSpec.compile.start": "Wykonywanie akcji %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "Nie znaleziono specyfikacji interfejsu OpenApi. Upewnij się, że pliki TypeSpec są prawidłowe, i spróbuj ponownie.",
1050
1054
  "driver.typespec.error.multipleActionError": "Znaleziono więcej niż jedną akcję w pliku declarativeAgent.json. Upewnij się, że pliki TypeSpec są prawidłowe, i spróbuj ponownie.",
1051
1055
  "driver.typeSpec.progressBar": "Trwa kompilowanie i generowanie plików...",
@@ -1094,16 +1098,16 @@
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Nie można odnaleźć metadanych serwera z właściwości „authorization_servers” z repozytorium chronionych metadanych zasobu serwera MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Nie można odnaleźć adresów URL uwierzytelniania z odpowiedzi na metadane serwera autoryzacji serwera MCP.",
1096
1100
  "core.MCPForDA.toolsFileNotFound": "nie znaleziono pliku narzędzi MCP: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected %s or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a %s property: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Nieprawidłowy format pliku narzędzi MCP. Oczekiwano %s lub tablicę narzędzi JSON: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Każde narzędzie w pliku narzędzi MCP musi mieć właściwość %s: %s",
1099
1103
  "core.MCPForDA.toolsFilePath.title": "Plik definicji narzędzi MCP",
1100
1104
  "core.MCPForDA.toolsFilePath.placeholder": "Wprowadź ścieżkę do pliku JSON zawierającego definicje narzędzi MCP",
1101
1105
  "core.MCPForDA.preFetchToolsNotFound": "Nie znaleziono definicji narzędzi. Projekt będzie korzystać z dynamicznego odnajdywania narzędzi.",
1102
1106
  "core.MCPForDA.pluginManifestNotFound": "nie znaleziono pliku ai-plugin.json w lokalizacji: %s",
1103
1107
  "core.MCPForDA.missingServerUrl": "Opcja --mcp-da-server-url jest wymagana, gdy parametr --api-plugin-type ma wartość mcp.",
1104
1108
  "core.MCPForDA.missingAuthType": "Opcja --mcp-da-auth-type jest wymagana, gdy serwer MCP wymaga uwierzytelniania i udostępnia narzędzia. Użyj --mcp-da-auth-type oauth lub --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
1109
+ "core.MCPForDA.toolsFileReadError": "Nie można odczytać pliku narzędzi MCP: %s. Aby dodać narzędzia później, uruchom:\n %s",
1110
+ "core.MCPForDA.authRequired": "Serwer MCP w %s wymaga uwierzytelnienia. Nie można automatycznie pobrać narzędzi. Aby dodać narzędzia, uruchom:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Nie odnaleziono żadnych narzędzi na serwerze MCP w %s. Aby dodać narzędzia później, uruchom:\n %s",
1112
+ "core.MCPForDA.fetchError": "Nie można pobrać narzędzi z serwera MCP w %s. Aby dodać narzędzia później, uruchom:\n %s"
1109
1113
  }