@microsoft/teamsfx-core 3.0.13 → 3.0.14-alpha.0890e15c35.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/client/teamsDevPortalClient.d.ts +7 -2
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +63 -59
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/client/teamsGraphClient.d.ts +6 -3
- package/build/client/teamsGraphClient.d.ts.map +1 -1
- package/build/client/teamsGraphClient.js +20 -3
- package/build/client/teamsGraphClient.js.map +1 -1
- package/build/common/daSpecParser.d.ts +16 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +34 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +22 -2
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +31 -3
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/fetchHelper.d.ts.map +1 -1
- package/build/common/fetchHelper.js +41 -3
- package/build/common/fetchHelper.js.map +1 -1
- package/build/common/kiotaClient.d.ts +3 -3
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +10 -10
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +0 -2
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -56
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/telemetry.d.ts +4 -15
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +7 -20
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +9 -2
- package/build/common/tools.d.ts +6 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +13 -8
- package/build/common/tools.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +12 -13
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/actionInjector.d.ts +16 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +106 -1
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +2 -0
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts +4 -0
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +10 -3
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.d.ts +6 -0
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +15 -12
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/nodeChecker.js +1 -1
- package/build/component/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts +12 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +23 -14
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +11 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +21 -12
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +7 -4
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts +9 -0
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +13 -7
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/util/handleError.d.ts +5 -0
- package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
- package/build/component/driver/arm/util/handleError.js +10 -5
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts +14 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts.map +1 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.js +5 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.js.map +1 -0
- package/build/component/driver/copilotAgent/publish.d.ts +16 -0
- package/build/component/driver/copilotAgent/publish.d.ts.map +1 -0
- package/build/component/driver/copilotAgent/publish.js +175 -0
- package/build/component/driver/copilotAgent/publish.js.map +1 -0
- package/build/component/driver/dcr/create.d.ts +10 -0
- package/build/component/driver/dcr/create.d.ts.map +1 -0
- package/build/component/driver/dcr/create.js +142 -0
- package/build/component/driver/dcr/create.js.map +1 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.d.ts +5 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.d.ts.map +1 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.js +21 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.js.map +1 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts +5 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts.map +1 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.js +21 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.js.map +1 -0
- package/build/component/driver/dcr/interface/createDcrArgs.d.ts +9 -0
- package/build/component/driver/dcr/interface/createDcrArgs.d.ts.map +1 -0
- package/build/component/driver/dcr/interface/createDcrArgs.js +5 -0
- package/build/component/driver/dcr/interface/createDcrArgs.js.map +1 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.d.ts +7 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.d.ts.map +1 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.js +10 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.js.map +1 -0
- package/build/component/driver/dcr/utility/constants.d.ts +7 -0
- package/build/component/driver/dcr/utility/constants.d.ts.map +1 -0
- package/build/component/driver/dcr/utility/constants.js +12 -0
- package/build/component/driver/dcr/utility/constants.js.map +1 -0
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts +8 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +15 -10
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/devTool/httpClient.d.ts +4 -0
- package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
- package/build/component/driver/devTool/httpClient.js +6 -3
- package/build/component/driver/devTool/httpClient.js.map +1 -1
- package/build/component/driver/index.d.ts +2 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +2 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +13 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +16 -8
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/oauth/update.d.ts +6 -0
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +8 -4
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +6 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +9 -4
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/share/utils.d.ts.map +1 -1
- package/build/component/driver/share/utils.js +9 -7
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +4 -3
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +4 -3
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +8 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +113 -13
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts +10 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.js +5 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts +6 -0
- package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +4 -2
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +9 -55
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.d.ts +16 -3
- package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +28 -18
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts +4 -0
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +6 -3
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +2 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +113 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +5 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +14 -3
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts +17 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts.map +1 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.js +72 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.js.map +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +12 -2
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +12 -0
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +17 -8
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +9 -0
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +16 -10
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts +8 -0
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +16 -10
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.d.ts +31 -0
- package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +237 -34
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +14 -1
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/error.d.ts +3 -0
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +7 -1
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +9 -0
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +16 -8
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +12 -0
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +53 -3
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +4 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +6 -3
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts +9 -0
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +11 -5
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
- package/build/component/generator/openPlugin/authorParser.d.ts +8 -0
- package/build/component/generator/openPlugin/authorParser.d.ts.map +1 -0
- package/build/component/generator/openPlugin/authorParser.js +49 -0
- package/build/component/generator/openPlugin/authorParser.js.map +1 -0
- package/build/component/generator/openPlugin/deterministicId.d.ts +6 -0
- package/build/component/generator/openPlugin/deterministicId.d.ts.map +1 -0
- package/build/component/generator/openPlugin/deterministicId.js +31 -0
- package/build/component/generator/openPlugin/deterministicId.js.map +1 -0
- package/build/component/generator/openPlugin/exporter.d.ts +18 -0
- package/build/component/generator/openPlugin/exporter.d.ts.map +1 -0
- package/build/component/generator/openPlugin/exporter.js +233 -0
- package/build/component/generator/openPlugin/exporter.js.map +1 -0
- package/build/component/generator/openPlugin/iconStrategy.d.ts +8 -0
- package/build/component/generator/openPlugin/iconStrategy.d.ts.map +1 -0
- package/build/component/generator/openPlugin/iconStrategy.js +62 -0
- package/build/component/generator/openPlugin/iconStrategy.js.map +1 -0
- package/build/component/generator/openPlugin/importer.d.ts +25 -0
- package/build/component/generator/openPlugin/importer.d.ts.map +1 -0
- package/build/component/generator/openPlugin/importer.js +140 -0
- package/build/component/generator/openPlugin/importer.js.map +1 -0
- package/build/component/generator/openPlugin/mapper.d.ts +6 -0
- package/build/component/generator/openPlugin/mapper.d.ts.map +1 -0
- package/build/component/generator/openPlugin/mapper.js +141 -0
- package/build/component/generator/openPlugin/mapper.js.map +1 -0
- package/build/component/generator/openPlugin/parser.d.ts +3 -0
- package/build/component/generator/openPlugin/parser.d.ts.map +1 -0
- package/build/component/generator/openPlugin/parser.js +153 -0
- package/build/component/generator/openPlugin/parser.js.map +1 -0
- package/build/component/generator/openPlugin/placeholderPng.d.ts +6 -0
- package/build/component/generator/openPlugin/placeholderPng.d.ts.map +1 -0
- package/build/component/generator/openPlugin/placeholderPng.js +71 -0
- package/build/component/generator/openPlugin/placeholderPng.js.map +1 -0
- package/build/component/generator/openPlugin/textUtils.d.ts +12 -0
- package/build/component/generator/openPlugin/textUtils.d.ts.map +1 -0
- package/build/component/generator/openPlugin/textUtils.js +43 -0
- package/build/component/generator/openPlugin/textUtils.js.map +1 -0
- package/build/component/generator/openPlugin/types.d.ts +128 -0
- package/build/component/generator/openPlugin/types.d.ts.map +1 -0
- package/build/component/generator/openPlugin/types.js.map +1 -0
- package/build/component/generator/spfx/utils/constants.d.ts +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -1
- package/build/component/generator/templateHelper.d.ts +15 -0
- package/build/component/generator/templateHelper.d.ts.map +1 -1
- package/build/component/generator/templateHelper.js +28 -0
- package/build/component/generator/templateHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +12 -5
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +4 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +5 -0
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +4 -1
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.js +8 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/generator/v4MetadataSource.d.ts +23 -0
- package/build/component/generator/v4MetadataSource.d.ts.map +1 -0
- package/build/component/generator/v4MetadataSource.js +42 -0
- package/build/component/generator/v4MetadataSource.js.map +1 -0
- package/build/component/generator/v4TemplateBridge.d.ts +40 -0
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -0
- package/build/component/generator/v4TemplateBridge.js +125 -0
- package/build/component/generator/v4TemplateBridge.js.map +1 -0
- package/build/component/local/localCertificateManager.d.ts +17 -1
- package/build/component/local/localCertificateManager.d.ts.map +1 -1
- package/build/component/local/localCertificateManager.js +48 -31
- package/build/component/local/localCertificateManager.js.map +1 -1
- package/build/component/m365/packageService.d.ts +10 -0
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +55 -13
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/middleware/envMW.d.ts.map +1 -1
- package/build/component/middleware/envMW.js +5 -0
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +4 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +7 -4
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.js +3 -3
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts +10 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +27 -17
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts +106 -0
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -0
- package/build/component/utils/mcpAuthScaffolder.js +153 -0
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -0
- package/build/component/utils/mcpToolFetcher.d.ts +12 -1
- package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
- package/build/component/utils/mcpToolFetcher.js +23 -3
- package/build/component/utils/mcpToolFetcher.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.d.ts +4 -0
- package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
- package/build/component/utils/metadataGraphPermssion.js +7 -4
- package/build/component/utils/metadataGraphPermssion.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +6 -0
- package/build/component/utils/odrProvider.d.ts.map +1 -1
- package/build/component/utils/odrProvider.js +9 -4
- package/build/component/utils/odrProvider.js.map +1 -1
- package/build/core/FxCore.d.ts +46 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts +9 -0
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +286 -174
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +443 -140
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCore.openPlugin.d.ts +29 -0
- package/build/core/FxCore.openPlugin.d.ts.map +1 -0
- package/build/core/FxCore.openPlugin.js +135 -0
- package/build/core/FxCore.openPlugin.js.map +1 -0
- package/build/core/collaborator.d.ts +4 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +6 -3
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts +9 -0
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +14 -11
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.d.ts.map +1 -1
- package/build/core/middleware/errorHandler.js +9 -0
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/fileLocker.d.ts +6 -0
- package/build/core/middleware/fileLocker.d.ts.map +1 -1
- package/build/core/middleware/fileLocker.js +11 -6
- package/build/core/middleware/fileLocker.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +1 -34
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +6 -245
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/teamsApp.d.ts +3 -0
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +15 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -6
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +8 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +24 -15
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/AddSkillInputs.d.ts +10 -0
- package/build/question/inputs/AddSkillInputs.d.ts.map +1 -0
- package/build/question/inputs/AddSkillInputs.js +5 -0
- package/build/question/inputs/AddSkillInputs.js.map +1 -0
- package/build/question/inputs/CreateProjectInputs.d.ts +7 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/ExportOpenPluginInputs.d.ts +10 -0
- package/build/question/inputs/ExportOpenPluginInputs.d.ts.map +1 -0
- package/build/question/inputs/ExportOpenPluginInputs.js +5 -0
- package/build/question/inputs/ExportOpenPluginInputs.js.map +1 -0
- package/build/question/inputs/ImportOpenPluginInputs.d.ts +28 -0
- package/build/question/inputs/ImportOpenPluginInputs.d.ts.map +1 -0
- package/build/question/inputs/ImportOpenPluginInputs.js +5 -0
- package/build/question/inputs/ImportOpenPluginInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +3 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +3 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +1 -1
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/AddSkillOptions.d.ts +4 -0
- package/build/question/options/AddSkillOptions.d.ts.map +1 -0
- package/build/question/options/AddSkillOptions.js +47 -0
- package/build/question/options/AddSkillOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +17 -2
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/ExportOpenPluginOptions.d.ts +4 -0
- package/build/question/options/ExportOpenPluginOptions.d.ts.map +1 -0
- package/build/question/options/ExportOpenPluginOptions.js +29 -0
- package/build/question/options/ExportOpenPluginOptions.js.map +1 -0
- package/build/question/options/ImportOpenPluginOptions.d.ts +4 -0
- package/build/question/options/ImportOpenPluginOptions.d.ts.map +1 -0
- package/build/question/options/ImportOpenPluginOptions.js +54 -0
- package/build/question/options/ImportOpenPluginOptions.js.map +1 -0
- package/build/question/options/index.d.ts +3 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +3 -0
- package/build/question/options/index.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 +152 -35
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +10 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +9 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +11 -0
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +9 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +1 -3
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/rootNode.js +6 -4
- package/build/question/scaffold/vsc/rootNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +32 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +136 -36
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/share.d.ts +7 -0
- package/build/question/share.d.ts.map +1 -1
- package/build/question/share.js +7 -3
- package/build/question/share.js.map +1 -1
- package/build/v4/distribution/bundledFloor.d.ts +12 -0
- package/build/v4/distribution/bundledFloor.d.ts.map +1 -0
- package/build/v4/distribution/bundledFloor.js +80 -0
- package/build/v4/distribution/bundledFloor.js.map +1 -0
- package/build/v4/distribution/templateConfig.d.ts +79 -0
- package/build/v4/distribution/templateConfig.d.ts.map +1 -0
- package/build/v4/distribution/templateConfig.js +81 -0
- package/build/v4/distribution/templateConfig.js.map +1 -0
- package/build/v4/distribution/templatePackage.d.ts +29 -0
- package/build/v4/distribution/templatePackage.d.ts.map +1 -0
- package/build/v4/distribution/templatePackage.js +82 -0
- package/build/v4/distribution/templatePackage.js.map +1 -0
- package/build/v4/distribution/templateSource.d.ts +67 -0
- package/build/v4/distribution/templateSource.d.ts.map +1 -0
- package/build/v4/distribution/templateSource.js +220 -0
- package/build/v4/distribution/templateSource.js.map +1 -0
- package/build/v4/distribution/templateSourcePort.d.ts +50 -0
- package/build/v4/distribution/templateSourcePort.d.ts.map +1 -0
- package/build/v4/distribution/templateSourcePort.js +207 -0
- package/build/v4/distribution/templateSourcePort.js.map +1 -0
- package/build/v4/index.d.ts +13 -0
- package/build/v4/index.d.ts.map +1 -0
- package/build/v4/index.js +18 -0
- package/build/v4/index.js.map +1 -0
- package/package.json +18 -79
- package/resource/package.nls.cs.json +42 -14
- package/resource/package.nls.de.json +43 -15
- package/resource/package.nls.es.json +42 -14
- package/resource/package.nls.fr.json +42 -14
- package/resource/package.nls.it.json +43 -15
- package/resource/package.nls.ja.json +42 -14
- package/resource/package.nls.json +64 -14
- package/resource/package.nls.ko.json +42 -14
- package/resource/package.nls.pl.json +43 -15
- package/resource/package.nls.pt-BR.json +42 -14
- package/resource/package.nls.ru.json +43 -15
- package/resource/package.nls.tr.json +44 -16
- package/resource/package.nls.zh-Hans.json +42 -14
- package/resource/package.nls.zh-Hant.json +54 -26
- package/resource/templates/package.nls.cs.json +2 -0
- package/resource/templates/package.nls.de.json +2 -0
- package/resource/templates/package.nls.es.json +2 -0
- package/resource/templates/package.nls.fr.json +2 -0
- package/resource/templates/package.nls.it.json +2 -0
- package/resource/templates/package.nls.ja.json +2 -0
- package/resource/templates/package.nls.json +5 -0
- package/resource/templates/package.nls.ko.json +2 -0
- package/resource/templates/package.nls.pl.json +2 -0
- package/resource/templates/package.nls.pt-BR.json +2 -0
- package/resource/templates/package.nls.ru.json +2 -0
- package/resource/templates/package.nls.tr.json +2 -0
- package/resource/templates/package.nls.zh-Hans.json +2 -0
- package/resource/templates/package.nls.zh-Hant.json +2 -0
- package/resource/yaml-schema/v1.12/yaml.schema.json +2132 -0
- package/resource/yaml-schema/v1.13/yaml.schema.json +2193 -0
- package/resource/yaml-schema/yaml.schema.json +124 -2
- 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
- package/templates/metadata/allTemplates.json +16 -0
- package/templates/metadata/defaultGeneratorTemplates.json +8 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/tdpNode.json +8 -2
- package/templates/ui/wizardNode.json +34 -2
- package/templates/v4/floor.json +3 -0
- package/templates/v4/templates.zip +0 -0
- package/build/core/middleware/projectMigratorV3.d.ts +0 -39
- package/build/core/middleware/projectMigratorV3.d.ts.map +0 -1
- package/build/core/middleware/projectMigratorV3.js +0 -694
- package/build/core/middleware/projectMigratorV3.js.map +0 -1
- package/build/core/middleware/projectVersionChecker.d.ts +0 -3
- package/build/core/middleware/projectVersionChecker.d.ts.map +0 -1
- package/build/core/middleware/projectVersionChecker.js +0 -60
- package/build/core/middleware/projectVersionChecker.js.map +0 -1
- package/build/core/middleware/types.d.ts +0 -9
- package/build/core/middleware/types.d.ts.map +0 -1
- package/build/core/middleware/types.js.map +0 -1
- package/build/core/middleware/utils/MigrationUtils.d.ts +0 -13
- package/build/core/middleware/utils/MigrationUtils.d.ts.map +0 -1
- package/build/core/middleware/utils/MigrationUtils.js +0 -212
- package/build/core/middleware/utils/MigrationUtils.js.map +0 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +0 -34
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +0 -1
- package/build/core/middleware/utils/appYmlGenerator.js +0 -158
- package/build/core/middleware/utils/appYmlGenerator.js.map +0 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +0 -65
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +0 -61
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +0 -1
- package/build/core/middleware/utils/debug/constants.d.ts +0 -20
- package/build/core/middleware/utils/debug/constants.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/constants.js +0 -28
- package/build/core/middleware/utils/debug/constants.js.map +0 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts +0 -14
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.js +0 -23
- package/build/core/middleware/utils/debug/debugMigrationContext.js.map +0 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +0 -37
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +0 -291
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +0 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts +0 -22
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +0 -935
- package/build/core/middleware/utils/debug/taskMigrator.js.map +0 -1
- package/build/core/middleware/utils/migrationContext.d.ts +0 -32
- package/build/core/middleware/utils/migrationContext.d.ts.map +0 -1
- package/build/core/middleware/utils/migrationContext.js +0 -104
- package/build/core/middleware/utils/migrationContext.js.map +0 -1
- /package/build/{core/middleware → component/generator/openPlugin}/types.js +0 -0
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"core.regenerateApi.continue": "Erneut generieren",
|
|
7
7
|
"core.addKnowledge.confirm": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ basierend auf der von Ihnen bereitgestellten Funktionsquelle. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
|
|
8
8
|
"core.addKnowledge.continue": "Hinzufügen",
|
|
9
|
+
"core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
10
|
+
"core.addSkill.continue": "Add",
|
|
11
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
|
|
9
12
|
"core.setSensitivityLabel.confirm": "Das Teams Toolkit wird die Datei „%s“ basierend auf der von Ihnen angegebenen Vertraulichkeitsbezeichnung ändern. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
|
|
10
13
|
"core.setSensitivityLabel.continue": "Festlegen",
|
|
11
14
|
"core.provision.provision": "Bereitstellung",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "Bereitstellen",
|
|
27
30
|
"core.option.confirm": "Bestätigen",
|
|
28
31
|
"core.option.learnMore": "Weitere Informationen",
|
|
29
|
-
"core.option.upgrade": "Upgrade",
|
|
30
|
-
"core.option.moreInfo": "Weitere Informationen",
|
|
31
32
|
"core.progress.create": "Erstellen",
|
|
32
33
|
"core.progress.createFromTemplate": "App-Vorlage wird heruntergeladen...",
|
|
33
34
|
"core.progress.createFromSample": "Beispiel %s Download wird ausgeführt...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Azure Storage wird konfiguriert, Einstellung der statischen Website aktivieren.",
|
|
39
40
|
"core.progress.runCommand": "Befehl %s bei %s ausführen",
|
|
40
41
|
"core.progress.deployToAzure": "%s wird in %s bereitgestellt.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "Aktualisieren Sie Ihre Lösung, um mit der neuesten Microsoft 365 Agents-Toolkit-Version kompatibel zu bleiben. Ein Sicherungsverzeichnis wird generiert, in dem es einen Upgradebericht enthält.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "„templates/appPackage/aad.manifest.template.json“ ist nicht vorhanden. Möglicherweise versuchen Sie, ein Von Microsoft 365 Agents-Toolkit für Visual Studio Code v3.x / Microsoft 365 Agents-Toolkit CLI v0.x / Microsoft 365 Agents-Toolkit for Visual Studio v17.3 erstelltes Projekt zu aktualisieren. Installieren Sie Microsoft 365 Agents-Toolkit for Visual Studio Code v4.x / Microsoft 365 Agents-Toolkit CLI v1.x / Microsoft 365 Agents-Toolkit for Visual Studio v17.4, und führen Sie zuerst das Upgrade aus.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "„templates/appPackage/manifest.template.json“ ist nicht vorhanden. Möglicherweise versuchen Sie, ein Von Microsoft 365 Agents-Toolkit für Visual Studio Code v3.x / Microsoft 365 Agents-Toolkit CLI v0.x / Microsoft 365 Agents-Toolkit for Visual Studio v17.3 erstelltes Projekt zu aktualisieren. Installieren Sie Microsoft 365 Agents-Toolkit for Visual Studio Code v4.x / Microsoft 365 Agents-Toolkit CLI v1.x / Microsoft 365 Agents-Toolkit for Visual Studio v17.4, und führen Sie zuerst das Upgrade aus.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json ist ungültig.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "Dieses Projekt dient nur zur Vorschau und wird von Microsoft 365 Agents-Toolkit nicht unterstützt. Probieren Sie das Microsoft 365 Agents-Toolkit aus, indem Sie ein neues Projekt erstellen.",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "Die Microsoft 365 Agents-Toolkit-Vorabversion unterstützt die neue Projektkonfiguration und ist mit früheren Versionen nicht kompatibel. Probieren Sie sie aus, indem Sie ein neues Projekt erstellen, oder führen Sie „teamsfx upgrade“ aus, um zuerst eine Upgrade für Ihr Projekt durchzuführen.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "Die vorhandene Microsoft 365 Agents Toolkit CLI-Version unterstützt das aktuelle Projekt nicht. Führen Sie mit dem folgenden Befehl ein Upgrade auf die neueste Version durch:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "Das aktuelle Projekt ist nicht mit der installierten Version von Microsoft 365 Agents-Toolkit kompatibel.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "Das Projekt in der Projektmappe wird mit der Previewfunktion für das Microsoft 365 Agents-Toolkit erstellt – App Configuration-Verbesserungen. Sie können die Previewfunktion aktivieren, um fortzufahren.",
|
|
42
|
+
"core.migrationV3.abandonedProject": "Diese Projektversion wird nicht unterstützt und kann nicht aktualisiert werden. Erstellen Sie ein neues Projekt mit Microsoft 365 Agenten-Toolkit.",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "Dieses Projekt kann aktualisiert werden. Verwenden Sie Microsoft 365 Agents Toolkit für VS Code v6.10 oder Microsoft 365 Agents Toolkit CLI v1.1.11, um ihr Projekt zu aktualisieren.",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "ARM-Vorlagen wurden erfolgreich bereitgestellt. Ressourcengruppenname: %s. Bereitstellungsname: %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "Liste der App-Besitzer erfolgreich erstellt. Sie können sie im [Ausgabefenster](%s) anzeigen.",
|
|
54
46
|
"core.collaboration.GrantingPermission": "Berechtigungen werden gewährt",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "Die App mit der ID \"%s\" kann in Entwicklerportal aufgrund von %s nicht aktualisiert werden.",
|
|
199
191
|
"error.appstudio.apiFailed": "API-Aufruf an Entwicklerportal nicht möglich. Weitere Informationen finden Sie in [Output panel](command:fx-extension.showOutputChannel).",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "API-Aufruf an Entwicklerportal nicht möglich: %s, %s, API-Name: %s, X-Correlation-ID: %s.",
|
|
193
|
+
"error.teamsGraph.apiFailed": "Der API-Aufruf an Teams Graph konnte nicht ausgeführt werden. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "Dies kann auf einen temporären Dienstfehler zurückzuführen sein. Versuchen Sie es in ein paar Minuten noch mal.",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "Fehler bei API.",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "API-Aufruf an Entwicklerportal nicht möglich: %s, %s, Anforderungspfad: %s",
|
|
@@ -236,10 +229,11 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "Die Vorlage kann nicht gefunden werden: %s.",
|
|
237
230
|
"error.generator.SampleNotFoundError": "Das Beispiel kann nicht gefunden werden: %s.",
|
|
238
231
|
"error.generator.UnzipError": "Vorlagen können nicht extrahiert und auf dem Datenträger gespeichert werden.",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "Der Vorlageneintrag %s wird außerhalb des Zielverzeichnisses aufgelöst.",
|
|
239
233
|
"error.generator.MissKeyError": "Der Schlüssel „%s“ wurde nicht gefunden",
|
|
240
234
|
"error.generator.FileConflictError": "Dateikonflikt bei %s",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "Beispielinformationen können nicht abgerufen werden.",
|
|
242
|
-
"error.generator.DownloadSampleApiLimitError": "Das Beispiel kann aufgrund einer Ratenbeschränkung nicht heruntergeladen werden. Versuchen Sie es in einer Stunde nach dem Zurücksetzen
|
|
236
|
+
"error.generator.DownloadSampleApiLimitError": "Das Beispiel kann aufgrund einer Ratenbeschränkung nicht heruntergeladen werden. Versuchen Sie es in einer Stunde nach dem Zurücksetzen der Ratenbegrenzung noch einmal, oder klonen Sie das Repository manuell aus %s.",
|
|
243
237
|
"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
238
|
"error.generator.UnknownPolicy": "Unbekannte Authentifizierungsrichtlinie: %s",
|
|
245
239
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" wird nicht im Plug-In verwendet.",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "Projekt wird konvertiert …",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "Manifest wird geändert …",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "Vorhandenes Office-Add-In-Projekt wird importiert",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "Das ausgewählte Office-Add-In-Projekt unter „%s“ scheint nur ein Manifestprojekt zu sein (es wurde kein „package.json“ gefunden). Nur-Manifest-Projekte können nicht importiert werden. Wählen Sie ein vollständiges Office-Add-In-Projekt aus, das „package.json“ und „webpack.config.js“ enthält.",
|
|
271
266
|
"core.TabOption.description": "Ui-basierte App",
|
|
272
267
|
"core.TabOption.detail": "Teams-fähige Webseiten, die in Microsoft Teams eingebettet sind",
|
|
273
268
|
"core.DashboardOption.label": "Dashboard",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt.",
|
|
477
472
|
"core.addKnowledge.success": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt. Agentmanifest in „%s“ anzeigen",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "Agentmanifest anzeigen",
|
|
474
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
475
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
476
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
479
477
|
"core.scaffold.warning.summary": "Wir haben folgende Probleme erkannt:\n%s",
|
|
480
478
|
"core.addPlugin.warning.manifestVariables": "Umgebungsvariablen \"%s\" im Manifest des hinzugefügten Plug-Ins gefunden. Stellen Sie sicher, dass die Werte in der .env-Datei oder in den Systemumgebungsvariablen festgelegt sind.",
|
|
481
479
|
"core.addPlugin.warning.apiSpecVariables": "Umgebungsvariablen \"%s\" in der API-Spezifikation des hinzugefügten Plug-Ins gefunden. Stellen Sie sicher, dass die Werte in der .env-Datei oder in den Systemumgebungsvariablen festgelegt sind.",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "App wird veröffentlicht...",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "%s wird übersprungen, da die erforderliche Entwicklerportal-API in GCC H und DoD noch nicht verfügbar ist.",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "%s wird übersprungen, da die erforderliche Entwicklerportal-API in GCC H und DoD noch nicht verfügbar ist. Bitte laden Sie die App manuell im Teams Admin Center hoch.",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "%s wird übersprungen, da die erforderliche Entwicklerportal-API in GCC H und DoD noch nicht verfügbar ist. Die App-ID wird
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "%s wird übersprungen, da die erforderliche Entwicklerportal-API in GCC H und DoD noch nicht verfügbar ist. Die App-ID wird lokal generiert.",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "Überprüfungsanforderung wird übermittelt...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "Überprüfungsanforderung eingereicht, Status: %s. Sie werden benachrichtigt, wenn das Ergebnis bereit ist. Alternativ können Sie alle Ihre Überprüfungsdatensätze im [Entwicklerportal](%s) einsehen.",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "Eine Überprüfung wird derzeit durchgeführt, bitte reichen Sie sie später ein. Sie finden diese vorhandene Überprüfung im [Entwicklerportal](%s).",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "Die App mit der ID %s ist im Entwicklerportal nicht vorhanden.",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "Die App-ID %s ist ungültig, sie muss eine GUID sein.",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s ungültig ist, sollte es sich im selben Verzeichnis befinden wie manifest.json oder in einem Unterverzeichnis.",
|
|
883
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
884
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
885
885
|
"driver.botFramework.description": "Erstellt oder aktualisiert die Bot-Registrierung auf „dev.botframework.com“",
|
|
886
886
|
"driver.botFramework.summary.create": "Die Bot-Registrierung wurde erfolgreich erstellt (%s).",
|
|
887
887
|
"driver.botFramework.summary.update": "Die Bot-Registrierung wurde erfolgreich aktualisiert (%s).",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "Ungültiges Bereichsformat. Geben Sie ein gültiges Ergebnis ein. Beispiel: Scope1: Beschreibung für Bereich1; scope2: Beschreibung für Scope2",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "Der Authentifizierungsname darf nicht leer sein.",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "Wenn Sie Ihre eigene Microsoft Entra-App verwenden, bitte: 1. Aktualisieren Sie den Anwendungs-ID-URI Ihrer Microsoft Entra-App auf %s, 2. Fügen Sie %s zum Umleitungs-URI Ihrer Microsoft Entra-App hinzu.",
|
|
1047
|
+
"driver.dcr.description.create": "Erstellen Sie eine DCR-Konfiguration (Dynamic Client Registration) auf dem Entwicklerportal für die MCP-Serverauthentifizierung.",
|
|
1048
|
+
"driver.dcr.title.create": "DCR-Konfiguration wird erstellt...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "Die Umgebungsvariablen %s ist vorhanden. Überspringen Sie das Erstellen der DCR-Konfiguration.",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "Die DCR-Konfiguration wurde erfolgreich mit der ID %s erstellt!",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "Der DCR-Konfigurationsname ist zu lang. Die maximale Zeichenlänge beträgt 128.",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "Die WELLKnownAuthorizationServer-URL ist ungültig. Geben Sie eine gültige HTTPS-URL für das RFC 8414-Metadatendokument des Autorisierungsservers an.",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "Webinhalt",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "Geben Sie einen absolute URL zu einer Website ein, die nach Inhalten durchsucht werden soll.",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "Ungültiger Webinhalt. Geben Sie eine gültige URL an.",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "TypeSpec-Kompilierung fehlgeschlagen. Bitte beheben Sie die vom Compiler gemeldeten Fehler und versuchen Sie es erneut. Compilerausgabe:\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "Dateien werden kompiliert und erstellt…",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "Durch das Ausführen dieser Aktion wird die vorhandene Manifestdatei überschrieben. Dies kann nicht rückgängig gemacht werden. Um Ihre vorhandenen Daten zu behalten, sichern Sie diese bitte, bevor Sie fortfahren. Möchten Sie neue Inhalte hinzufügen?",
|
|
1067
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1068
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1069
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1070
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1071
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1072
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1073
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1074
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1075
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1076
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1077
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1078
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1079
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1080
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1081
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1082
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1083
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1084
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1085
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1086
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1087
|
+
"core.addSkill.zipInvalidLayout": "The zip file has an invalid layout. It must contain either a single skill folder or skill files at the root level.",
|
|
1088
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1061
1089
|
"error.dep.InstallNodeJSError": "Aus folgendem Grund kann Node.js nicht installiert werden: %s. Installieren Sie sie manuell über https://nodejs.org, und starten Sie Visual Studio Code neu.",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "Installieren von NodeJS",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "NodeJS wird in der Systemumgebung überprüft.",
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"core.regenerateApi.continue": "Regenerar",
|
|
7
7
|
"core.addKnowledge.confirm": "El kit de herramientas de Microsoft 365 Agents modificará los archivos en su carpeta \"%s\" según el origen de capacidad que proporcionó. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
|
|
8
8
|
"core.addKnowledge.continue": "Agregar",
|
|
9
|
+
"core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
10
|
+
"core.addSkill.continue": "Add",
|
|
11
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
|
|
9
12
|
"core.setSensitivityLabel.confirm": "El kit de herramientas de Teams modificará el archivo \"%s\" en función de la etiqueta de confidencialidad que haya proporcionado. Para evitar perder cambios inesperados, realice una copia de seguridad de sus archivos o use git para el seguimiento de cambios antes de continuar.",
|
|
10
13
|
"core.setSensitivityLabel.continue": "Establecer",
|
|
11
14
|
"core.provision.provision": "Aprovisionar",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "Implementar",
|
|
27
30
|
"core.option.confirm": "Confirmar",
|
|
28
31
|
"core.option.learnMore": "Más información",
|
|
29
|
-
"core.option.upgrade": "Actualizar",
|
|
30
|
-
"core.option.moreInfo": "Más información",
|
|
31
32
|
"core.progress.create": "Crear",
|
|
32
33
|
"core.progress.createFromTemplate": "Descarga de plantilla de aplicación en curso...",
|
|
33
34
|
"core.progress.createFromSample": "Descarga de %s de ejemplo en curso...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Configurando Azure Storage, habilite la configuración de sitio web estático.",
|
|
39
40
|
"core.progress.runCommand": "Ejecutar el comando %s en %s",
|
|
40
41
|
"core.progress.deployToAzure": "Implementando %s en %s.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "Actualice la solución para que siga siendo compatible con la última versión del kit de herramientas de Microsoft 365 Agents. Se generará un directorio de copia de seguridad que contendrá un informe de actualización.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json no existe. Puede que esté intentando actualizar un proyecto creado con el kit de herramientas de Microsoft 365 Agents para Visual Studio Code v3.x / el CLI del kit de herramientas de Microsoft 365 Agents v0.x / el kit de herramientas de Microsoft 365 Agents para Visual Studio v17.3. Instale el kit de herramientas de Microsoft 365 Agents para Visual Studio Code v4.x / el CLI del kit de herramientas Microsoft 365 Agents v1.x / el kit de herramientas de Microsoft 365 Agents para Visual Studio v17.4 y ejecute primero la actualización.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json no existe. Puede que esté intentando actualizar un proyecto creado con el kit de herramientas de Microsoft 365 Agents para Visual Studio Code v3.x / el CLI del kit de herramientas de Microsoft 365 Agents v0.x / el kit de herramientas de Microsoft 365 Agents para Visual Studio v17.3. Instale el kit de herramientas de Microsoft 365 Agents para Visual Studio Code v4.x / el CLI del kit de herramientas Microsoft 365 Agents v1.x / el kit de herramientas de Microsoft 365 Agents para Visual Studio v17.4 y ejecute primero la actualización.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json no es válido.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "Este proyecto solo es para obtener una versión preliminar y no será compatible con el kit de herramientas de Microsoft 365 Agents. Pruebe el kit de herramientas de Microsoft 365 Agents creando un nuevo proyecto",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "La versión preliminar del kit de herramientas de Microsoft 365 Agents admite la nueva configuración del proyecto y no es compatible con versiones anteriores. Pruébelo creando un nuevo proyecto o ejecutando \"teamsapp upgrade\" para actualizar primero el proyecto.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "La versión existente de la CLI del Kit de herramientas de Agentes de Microsoft 365 no es compatible con el proyecto actual. Actualice a la versión más reciente con el siguiente comando:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "El proyecto actual no es compatible con la versión instalada del kit de herramientas de Microsoft 365 Agents.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "El proyecto de la solución se crea con la característica de versión preliminar del Kit de herramientas de Agentes de Microsoft 365: Mejoras en configuración de aplicaciones. Puede activar la Característica en vista previa (GB) para continuar.",
|
|
42
|
+
"core.migrationV3.abandonedProject": "Esta versión del proyecto no se admite y no se puede actualizar. Cree un nuevo proyecto con Kit de herramientas para agentes de Microsoft 365.",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "Este proyecto se puede actualizar. Use Kit de herramientas para agentes de Microsoft 365 para VS Code v6.10 o Kit de herramientas para agentes de Microsoft 365 CLI v1.1.11 para actualizar el proyecto.",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "Las plantillas de ARM se implementaron correctamente. Nombre del grupo de recursos: %s. Nombre de implementación: %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "La lista de propietarios de la aplicación es correcta, puede verla en [Panel de salida](%s).",
|
|
54
46
|
"core.collaboration.GrantingPermission": "Conceder permiso",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "No se puede actualizar la aplicación con el Id. %s en el Portal para desarrolladores debido a %s",
|
|
199
191
|
"error.appstudio.apiFailed": "No se puede realizar la llamada API a Portal para desarrolladores. Compruebe [Output panel](command:fx-extension.showOutputChannel) para obtener más detalles.",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "No se puede realizar la llamada API a Portal para desarrolladores: %s, %s, nombre de API: %s, id. de correlación X: %s.",
|
|
193
|
+
"error.teamsGraph.apiFailed": "No se puede realizar una llamada API a Teams Graph. Consulte [Panel de salida](command:fx-extension.showOutputChannel) para obtener más información.",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "Esto puede deberse a un error temporal del servicio. Inténtalo de nuevo pasados unos minutos.",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "Error de API",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "No se puede realizar la llamada API a Portal para desarrolladores: %s, %s, ruta de acceso de solicitud: %s",
|
|
@@ -236,6 +229,7 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "No se encuentra la plantilla: %s.",
|
|
237
230
|
"error.generator.SampleNotFoundError": "No se encuentra la muestra: %s.",
|
|
238
231
|
"error.generator.UnzipError": "No se pueden extraer las plantillas y guardarlas en el disco.",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "La entrada de plantilla %s se resuelve fuera del directorio de destino.",
|
|
239
233
|
"error.generator.MissKeyError": "No se encuentra la clave %s",
|
|
240
234
|
"error.generator.FileConflictError": "Conflicto de archivos en %s",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "No se puede capturar la información de ejemplo",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "Convirtiendo proyecto...",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "Modificando manifiesto...",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "Importando proyecto de complemento de Office existente",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "El proyecto de complemento de Office seleccionado en \"%s\" parece ser un proyecto de solo manifiesto (no se encontró \"package.json\"). No se pueden importar proyectos de solo manifiesto. Seleccione un proyecto de complemento de Office completo que incluya \"package.json\" y \"webpack.config.js\".",
|
|
271
266
|
"core.TabOption.description": "Aplicación basada en la interfaz de usuario",
|
|
272
267
|
"core.TabOption.detail": "Páginas web compatibles con Teams insertadas en Microsoft Teams",
|
|
273
268
|
"core.DashboardOption.label": "Panel",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "El origen de la capacidad se agregó correctamente al proyecto.",
|
|
477
472
|
"core.addKnowledge.success": "El origen de la capacidad se agregó correctamente al proyecto. Ver el manifiesto del agente en \"%s\".",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "Ver el manifiesto del agente",
|
|
474
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
475
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
476
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
479
477
|
"core.scaffold.warning.summary": "Hemos detectado los siguientes problemas:\n%s",
|
|
480
478
|
"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.",
|
|
481
479
|
"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.",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Se está publicando la aplicación...",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "%s Se omite porque la API de Portal para desarrolladores necesaria aún no está disponible en GCC H y DoD.",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "%s Se omite porque la API de Portal para desarrolladores necesaria aún no está disponible en GCC H y DoD. Cargue manualmente en el Centro de administración de Teams.",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "Se omite %s porque la API del portal para desarrolladores necesaria aún no está disponible en GCC H y DoD. El identificador de aplicación se generará localmente.",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "Enviando solicitud de validación...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "Solicitud de validación enviada, estado: %s. Recibirá una notificación cuando el resultado esté listo o podrá consultar todos sus registros de validación en [Portal para desarrolladores](%s).",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "Hay una validación en curso, por favor envíe más tarde. Puede encontrar esta validación existente en [Portal para desarrolladores](%s).",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "La aplicación con Id. %s no existe en el Portal para desarrolladores.",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "El Id. de la aplicación %s no es válido, debe ser un GUID.",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s no es válido, debe estar en el mismo directorio que manifest.json o un subdirectorio del mismo.",
|
|
883
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
884
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
885
885
|
"driver.botFramework.description": "crea o actualiza el registro del bot en dev.botframework.com",
|
|
886
886
|
"driver.botFramework.summary.create": "El registro del bot se ha creado correctamente (%s).",
|
|
887
887
|
"driver.botFramework.summary.update": "El registro del bot se ha actualizado correctamente (%s).",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "Formato de ámbito no válido. Escriba un ámbito válido. Samle: scope1: descripción para scope1; scope2: descripción de scope2",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "El nombre de autenticación no puede estar vacío.",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "Si usa su propia aplicación de Microsoft Entra, por favor: 1. Actualice el URI del id. de aplicación de la aplicación de Microsoft Entra a %s, 2. Agregue %s para redirigir el URI de la aplicación de Microsoft Entra.",
|
|
1047
|
+
"driver.dcr.description.create": "Cree una configuración de registro dinámico de clientes (DCR) en Portal para desarrolladores para la autenticación del servidor MCP.",
|
|
1048
|
+
"driver.dcr.title.create": "Creando configuración de DCR...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "La variable de entorno %s existe. Omitir la creación de la configuración de DCR.",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "La configuración de DCR se creó correctamente con el id. %s!",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "El nombre de configuración de DCR es demasiado largo. La longitud máxima de caracteres es 128.",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "La dirección URL de wellKnownAuthorizationServer no es válida. Proporcione una dirección URL HTTPS válida al documento de metadatos RFC 8414 del servidor de autorización.",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "Contenido web",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "Introduzca una URL absoluta a un sitio para buscar contenido.",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "El contenido web no es válido. Proporcione una dirección URL válida.",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "Error de compilación de TypeSpec. Corrija los errores notificados por el compilador e inténtelo de nuevo. Salida del compilador:\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "Compilando y generando archivos...",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "Al realizar esta acción, se sobrescribirá el archivo de manifiesto existente y no se podrá deshacer. Para conservar sus datos actuales, realice una copia de seguridad antes de continuar. ¿Desea agregar contenido nuevo?",
|
|
1067
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1068
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1069
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1070
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1071
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1072
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1073
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1074
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1075
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1076
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1077
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1078
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1079
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1080
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1081
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1082
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1083
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1084
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1085
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1086
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1087
|
+
"core.addSkill.zipInvalidLayout": "The zip file has an invalid layout. It must contain either a single skill folder or skill files at the root level.",
|
|
1088
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1061
1089
|
"error.dep.InstallNodeJSError": "No se puede instalar Node.js por el motivo: %s. Instálelo manualmente desde https://nodejs.org y reinicie Visual Studio Code.",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "Instalación de NodeJS",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "Comprobando NodeJS en el entorno del sistema",
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"core.regenerateApi.continue": "Régénérer",
|
|
7
7
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit modifie les fichiers de votre dossier « %s » en fonction de la source de capacité fournie. Pour éviter de perdre des modifications inattendues, sauvegardez vos fichiers ou utilisez Git pour le suivi des modifications avant de continuer.",
|
|
8
8
|
"core.addKnowledge.continue": "Ajouter",
|
|
9
|
+
"core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
10
|
+
"core.addSkill.continue": "Add",
|
|
11
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
|
|
9
12
|
"core.setSensitivityLabel.confirm": "Le kit de ressources Teams va modifier le fichier « %s » en fonction de l’étiquette de sensibilité que vous avez fournie. Pour éviter de perdre des modifications inattendues, sauvegardez vos fichiers ou utilisez Git pour le suivi des modifications avant de continuer.",
|
|
10
13
|
"core.setSensitivityLabel.continue": "Ensemble",
|
|
11
14
|
"core.provision.provision": "Approvisionner",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "Déployer",
|
|
27
30
|
"core.option.confirm": "Confirmer",
|
|
28
31
|
"core.option.learnMore": "Plus d’informations",
|
|
29
|
-
"core.option.upgrade": "Mettre à niveau",
|
|
30
|
-
"core.option.moreInfo": "Plus d’informations",
|
|
31
32
|
"core.progress.create": "Créer",
|
|
32
33
|
"core.progress.createFromTemplate": "Téléchargement du modèle d’application en cours...",
|
|
33
34
|
"core.progress.createFromSample": "Exemple %s téléchargement en cours...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Configuration du stockage Azure, activer le paramètre de site web statique.",
|
|
39
40
|
"core.progress.runCommand": "Exécuter la %s de commande sur %s",
|
|
40
41
|
"core.progress.deployToAzure": "Déploiement de %s sur %s.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "Mettez à niveau votre solution pour rester compatible avec la dernière version de Microsoft 365 Agents Toolkit. Un répertoire de sauvegarde qui contient un rapport de mise à niveau sera généré.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json n’existe pas. Vous essayez peut-être de mettre à niveau un projet créé par Microsoft 365 Agents Toolkit pour Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit pour Visual Studio v17.3. Installez Microsoft 365 Agents Toolkit pour Visual Studio Code v4.x / Microsoft 365 Agents Toolkit CLI v1.x / Microsoft 365 Agents Toolkit pour Visual Studio v17.4 et exécutez d’abord la mise à niveau.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json n’existe pas. Vous essayez peut-être de mettre à niveau un projet créé par Microsoft 365 Agents Toolkit pour Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit pour Visual Studio v17.3. Installez Microsoft 365 Agents Toolkit pour Visual Studio Code v4.x / Microsoft 365 Agents Toolkit CLI v1.x / Microsoft 365 Agents Toolkit pour Visual Studio v17.4 et exécutez d’abord la mise à niveau.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json n’est pas valide.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "Ce projet est uniquement destiné à l’aperçu et ne sera pas pris en charge par Microsoft 365 Agents Toolkit. Veuillez essayer le kit de ressources Microsoft 365 Agents Toolkit en créant un nouveau projet",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "La version préliminaire du kit de ressources Microsoft 365 Agents Toolkit prend en charge la nouvelle configuration de projet et est incompatible avec les versions précédentes. Essayez-la en créant un projet ou exécutez d’abord « teamsapp upgrade » pour mettre à niveau votre projet.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "La version CLI existante de Microsoft 365 Agents Toolkit ne prend pas en charge le projet actuel. Effectuez une mise à niveau vers la dernière version en utilisant la commande ci-dessous :\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "Le projet actuel est incompatible avec la version installée de Microsoft 365 Agents Toolkit.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "Le projet de la solution est créé avec la fonctionnalité en préversion de Microsoft 365 Agents Toolkit – Améliorations d’App Configuration. Vous pouvez activer la fonctionnalité en préversion pour continuer.",
|
|
42
|
+
"core.migrationV3.abandonedProject": "Cette version du projet n’est pas prise en charge et ne peut pas être mise à niveau. Veuillez créer un projet avec Microsoft 365 Agents Toolkit.",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "Vous pouvez mettre à niveau de projet. Veuillez utiliser Microsoft 365 Agents Toolkit pour VS Code v6.10 ou l’interface CLI Microsoft 365 Agents Toolkit v1.1.11 pour mettre à niveau votre projet.",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "Les modèles ARM ont été déployés. Nom du groupe de ressources : %s. Nom du déploiement : %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "La liste des propriétaires d’applications est correcte. Vous pouvez l’afficher dans [Panneau de sortie](%s).",
|
|
54
46
|
"core.collaboration.GrantingPermission": "Attribution de niveaux d’autorisation",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "Nous ne pouvons pas mettre à jour l’application dont l’ID est %s dans le portail des développeurs en raison de %s",
|
|
199
191
|
"error.appstudio.apiFailed": "Impossible d’effectuer un appel d’API à Developer Portal. Pour plus d’informations, consultez [Output panel](command :fx-extension.showOutputChannel).",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "Impossible d’effectuer un appel d’API à Developer Portal : %s, %s, nom de l’API : %s, X-Correlation-ID : %s.",
|
|
193
|
+
"error.teamsGraph.apiFailed": "Impossible d’effectuer un appel d’API vers Teams Graph. Pour découvrir plus d’informations, consultez le [Panneau de sortie](command:fx-extension.showOutputChannel).",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "Cela peut être dû à une erreur de service temporaire. Réessayez dans quelques minutes.",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "Échec de l’API",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "Impossible d’effectuer un appel d’API à Developer Portal : %s, %s, Chemin d’accès de la demande : %s",
|
|
@@ -236,6 +229,7 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "Modèle introuvable : %s.",
|
|
237
230
|
"error.generator.SampleNotFoundError": "Exemple introuvable : %s.",
|
|
238
231
|
"error.generator.UnzipError": "Impossible d’extraire les modèles et de les enregistrer sur le disque.",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "L’entrée du modèle %s se trouve en dehors du répertoire de destination.",
|
|
239
233
|
"error.generator.MissKeyError": "Clé %s introuvable",
|
|
240
234
|
"error.generator.FileConflictError": "Conflit de fichiers le %s",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "Impossible de récupérer les exemples d’informations",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "Conversion du projet...",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "Modification du manifeste...",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "Importation du projet de complément Office existant",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "Le projet de complément Office sélectionné à l’adresse « %s » semble être un projet limité au manifeste (aucun « package.json » n’a été trouvé). Vous ne pouvez pas importer des projets limités à un manifeste. Veuillez sélectionner un projet de complément Office complet qui inclut « package.json » et « webpack.config.js ».",
|
|
271
266
|
"core.TabOption.description": "Application basée sur l’interface utilisateur",
|
|
272
267
|
"core.TabOption.detail": "Pages Web compatibles avec les équipes intégrées dans Microsoft Teams",
|
|
273
268
|
"core.DashboardOption.label": "Tableau de bord",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "La source de capacité a été correctement ajoutée au projet.",
|
|
477
472
|
"core.addKnowledge.success": "La source de capacité a été correctement ajoutée au projet. Affichez le manifeste de l’agent dans « %s ».",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "Afficher le manifeste de l’agent",
|
|
474
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
475
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
476
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
479
477
|
"core.scaffold.warning.summary": "Nous avons détecté les problèmes suivants :\n%s",
|
|
480
478
|
"core.addPlugin.warning.manifestVariables": "Les variables d’environnement \"%s\" trouvées dans le manifeste du plug-in ajouté. Vérifiez que les valeurs sont définies dans le fichier .env ou les variables d’environnement système.",
|
|
481
479
|
"core.addPlugin.warning.apiSpecVariables": "Les variables d’environnement \"%s\" trouvées dans la spécification d’API du plug-in ajouté. Vérifiez que les valeurs sont définies dans le fichier .env ou les variables d’environnement système.",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publication en cours de l’application... Merci de patienter.",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "Ignorez %s car l’API requise du portail des développeurs n’est pas encore disponible dans le Cloud de la communauté du secteur public et DoD.",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "Ignorez %s car l’API requise du portail des développeurs n’est pas encore disponible dans le Cloud de la communauté du secteur public et DoD. Veuillez charger manuellement dans le Centre d’administration Teams.",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "Le programme ignore %s, car l’API Developer Portal requise n’est pas encore disponible dans le Cloud de la communauté du secteur public et DoD. L’ID d’application sera généré localement.",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "Envoi de la demande de validation...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "Demande de validation envoyée, statut : %s. Vous serez averti lorsque le résultat sera prêt ou vous pourrez consulter tous vos enregistrements de validation dans le [portail des développeurs](%s).",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "Une validation est actuellement en cours. Veuillez soumettre plus tard. Vous trouverez cette validation existante dans le [portail des développeurs](%s).",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "L’application ayant l’ID %s n’existe pas dans le portail des développeurs.",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "L’ID d’application %s n’est pas valide. Il doit s’agir d’un GUID.",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s n’est pas valide, il doit se trouver dans le même répertoire que manifest.json ou un sous-répertoire de celui-ci.",
|
|
883
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
884
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
885
885
|
"driver.botFramework.description": "crée ou met à jour l'enregistrement du bot sur dev.botframework.com",
|
|
886
886
|
"driver.botFramework.summary.create": "L'enregistrement du bot a été créé avec succès (%s).",
|
|
887
887
|
"driver.botFramework.summary.update": "L'enregistrement du bot a été mis à jour avec succès (%s).",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "Format d’étendue non valide. Entrez une étendue valide. Exemple : scope1 : description pour scope1; scope2: description pour scope2",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "Le nom d'authentification ne peut pas être vide.",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "Si vous utilisez votre propre application Microsoft Entra, veuillez : 1. Mettez à jour l’URI d’ID d’application de votre application Microsoft Entra sur %s, 2. Ajoutez %s pour rediriger l’URI de votre application Microsoft Entra.",
|
|
1047
|
+
"driver.dcr.description.create": "Créez une configuration d’enregistrement client dynamique (DCR) sur le portail des développeurs pour l’authentification du serveur MCP.",
|
|
1048
|
+
"driver.dcr.title.create": "Création de la configuration DCR...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "%s variable d'environnement existe. Ignorez la création de la configuration DCR.",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "La configuration DCR a été créée avec succès avec l’identifiant %s !",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "Le nom de la configuration DCR est trop long. La longueur maximale est de 128 caractères.",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "L’URL wellKnownAuthorizationServer n’est pas valide. Veuillez fournir une URL HTTPS valide vers le document de métadonnées RFC 8414 du serveur d’autorisation.",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "Contenu web",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "Entrez une URL absolue d’un site à rechercher pour du contenu.",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "Contenu web non valide. Indiquez une URL valide.",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "Nous n’avons pas pu effectuer la compilation de TypeSpec. Veuillez corriger les erreurs signalées par le compilateur, puis réessayez. Résultats du compilateur :\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "Compilation et génération de fichiers en cours... Merci de patienter.",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "Cette action remplacera votre fichier manifeste existant et ne pourra pas être annulée. Pour conserver vos données existantes, veuillez les sauvegarder avant de continuer. Voulez-vous ajouter un nouveau contenu ?",
|
|
1067
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1068
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1069
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1070
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1071
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1072
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1073
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1074
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1075
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1076
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1077
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1078
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1079
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1080
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1081
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1082
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1083
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1084
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1085
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1086
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1087
|
+
"core.addSkill.zipInvalidLayout": "The zip file has an invalid layout. It must contain either a single skill folder or skill files at the root level.",
|
|
1088
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1061
1089
|
"error.dep.InstallNodeJSError": "Nous ne pouvons pas installer Node.js pour la raison suivante : %s. Veuillez l’installer manuellement à partir de https://nodejs.org et redémarrer Visual Studio Code.",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "Installer NodeJS",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "Vérification de NodeJS dans l’environnement système",
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"core.regenerateApi.continue": "Rigenera",
|
|
7
7
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit modificherà i file nella cartella \"%s\" in base all'origine della funzionalità specificata. Per evitare di perdere modifiche impreviste, esegui il backup dei file o usa Git per il rilevamento modifiche prima di procedere.",
|
|
8
8
|
"core.addKnowledge.continue": "Aggiungi",
|
|
9
|
+
"core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
10
|
+
"core.addSkill.continue": "Add",
|
|
11
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
|
|
9
12
|
"core.setSensitivityLabel.confirm": "Teams Toolkit modificherà il file \"%s\" in base all'etichetta di riservatezza specificata. Per evitare di perdere modifiche impreviste, esegui il backup dei file o usa Git per il rilevamento delle modifiche prima di procedere.",
|
|
10
13
|
"core.setSensitivityLabel.continue": "Imposta",
|
|
11
14
|
"core.provision.provision": "Effettua il provisioning",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "Distribuire",
|
|
27
30
|
"core.option.confirm": "Confermare",
|
|
28
31
|
"core.option.learnMore": "Altre informazioni",
|
|
29
|
-
"core.option.upgrade": "Aggiornare",
|
|
30
|
-
"core.option.moreInfo": "Ulteriori informazioni",
|
|
31
32
|
"core.progress.create": "Crea",
|
|
32
33
|
"core.progress.createFromTemplate": "Download del modello di app in corso...",
|
|
33
34
|
"core.progress.createFromSample": "Download %s di esempio in corso...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Quando si configura Archiviazione di Azure, abilitare l'impostazione statica del sito Web.",
|
|
39
40
|
"core.progress.runCommand": "Eseguire il comando %s alle %s",
|
|
40
41
|
"core.progress.deployToAzure": "Distribuzione di %s in %s.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "Aggiorna la tua soluzione per mantenere la compatibilità con la versione più recente di Microsoft 365 Agents Toolkit. Verrà generata una directory di backup che contiene un report di aggiornamento.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json non esiste. È possibile che stai provando ad aggiornare un progetto creato da Microsoft 365 Agents Toolkit per Visual Studio Code versione 3.x / interfaccia della riga di comando di Microsoft 365 Agents Toolkit v0.x / Microsoft 365 Agents Toolkit per Visual Studio v17.3. Installa Microsoft 365 Agents Toolkit per Visual Studio Code v4.x / interfaccia della riga di comando di Microsoft 365 Agents Toolkit v1.x / Microsoft 365 Agents Toolkit per Visual Studio v17.4 ed esegui prima l'aggiornamento.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json non esiste. È possibile che stai provando ad aggiornare un progetto creato da Microsoft 365 Agents Toolkit per Visual Studio Code versione 3.x / interfaccia della riga di comando di Microsoft 365 Agents Toolkit v0.x / Microsoft 365 Agents Toolkit per Visual Studio v17.3. Installa Microsoft 365 Agents Toolkit per Visual Studio Code v4.x / interfaccia della riga di comando di Microsoft 365 Agents Toolkit v1.x / Microsoft 365 Agents Toolkit per Visual Studio v17.4 ed esegui prima l'aggiornamento.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json non valido.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "Questo progetto è solo per anteprima e non sarà supportato da Microsoft 365 Agents Toolkit. Prova Microsoft 365 Agents Toolkit creando un nuovo progetto",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "La versione pre-rilascio di Microsoft 365 Agents Toolkit supporta la nuova configurazione del progetto ed è incompatibile con le versioni precedenti. Prova creando un nuovo progetto o esegui \"teamsapp upgrade\" per aggiornare prima il progetto.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "La versione dell'interfaccia della riga di comando di Microsoft 365 Agents Toolkit esistente non supporta il progetto corrente. Eseguire l'aggiornamento alla versione più recente utilizzando il comando seguente:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "Il progetto corrente non è compatibile con la versione installata di Microsoft 365 Agents Toolkit.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "Il progetto nella soluzione viene creato con la funzionalità di anteprima di Microsoft 365 Agents Toolkit - Miglioramenti alla configurazione app. È possibile attivare la funzionalità di anteprima per continuare.",
|
|
42
|
+
"core.migrationV3.abandonedProject": "Questa versione del progetto non è supportata e non può essere aggiornata. Creare un nuovo progetto con Toolkit agenti di Microsoft 365.",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "Questo progetto può essere aggiornato. Per aggiornare il progetto, usare Toolkit agenti di Microsoft 365 per VS Code v6.10 o Toolkit agenti di Microsoft 365 CLI v1.1.11.",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "La distribuzione dei modelli di ARM è stata completata. Nome gruppo di risorse: %s. Nome distribuzione: %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "Creazione dell’elenco dei proprietari riuscita. È possibile visualizzarla nel [pannello di output](%s).",
|
|
54
46
|
"core.collaboration.GrantingPermission": "Concessione dell'autorizzazione",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "Non è possibile aggiornare l'app con ID %s nel portale per sviluppatori a causa di %s",
|
|
199
191
|
"error.appstudio.apiFailed": "Non è possibile effettuare la chiamata API a portale per sviluppatori. Per informazioni dettagliate, vedere [Output panel](command:fx-extension.showOutputChannel).",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "Non è possibile effettuare la chiamata API a portale per sviluppatori: %s, %s, nome API: %s, X-Correlation-ID: %s.",
|
|
193
|
+
"error.teamsGraph.apiFailed": "Non è possibile effettuare una chiamata API a Teams Graph. Per informazioni dettagliate, controlla [Pannello di output](command:fx-extension.showOutputChannel).",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "Il problema potrebbe essere causato da un errore temporaneo del servizio. Riprova tra qualche minuto.",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "API non riuscita",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "Non è possibile effettuare la chiamata API al portale per sviluppatori: %s, %s, percorso richiesta: %s",
|
|
@@ -236,10 +229,11 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "Impossibile trovare il modello: %s.",
|
|
237
230
|
"error.generator.SampleNotFoundError": "Impossibile trovare l'esempio: %s.",
|
|
238
231
|
"error.generator.UnzipError": "Non è possibile estrarre i modelli e salvarli su disco.",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "La voce del modello %s fa riferimento a un percorso esterno alla directory di destinazione.",
|
|
239
233
|
"error.generator.MissKeyError": "Impossibile trovare la chiave %s",
|
|
240
234
|
"error.generator.FileConflictError": "Conflitto di file in %s",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "Non è possibile recuperare le informazioni di esempio",
|
|
242
|
-
"error.generator.DownloadSampleApiLimitError": "Non è possibile scaricare l'esempio a causa di una limitazione della
|
|
236
|
+
"error.generator.DownloadSampleApiLimitError": "Non è possibile scaricare l'esempio a causa di una limitazione della frequenza. Riprova tra un'ora dopo la reimpostazione del limite di frequenza oppure puoi clonare manualmente il repository da %s.",
|
|
243
237
|
"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
238
|
"error.generator.UnknownPolicy": "Criteri di autenticazione sconosciuti: %s",
|
|
245
239
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" non è utilizzato nel plug-in.",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "Conversione del progetto in corso...",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "Modifica del manifesto in corso...",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "Importazione del progetto del componente aggiuntivo per Office esistente",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "Il progetto di componente aggiuntivo di Office selezionato in '%s' sembra essere un progetto solo manifesto (non è stato trovato alcun 'package.json'). I progetti solo manifesto non possono essere importati. Selezionare un progetto completo di componente aggiuntivo di Office che includa 'package.json' e 'webpack.config.js'.",
|
|
271
266
|
"core.TabOption.description": "App basata sull'interfaccia utente",
|
|
272
267
|
"core.TabOption.detail": "Pagine Web compatibili con Teams incorporate in Microsoft Teams",
|
|
273
268
|
"core.DashboardOption.label": "Dashboard",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "L'origine funzionalità è stata aggiunta al progetto.",
|
|
477
472
|
"core.addKnowledge.success": "L'origine funzionalità è stata aggiunta al progetto. Visualizza il manifesto dell'agente in \"%s\".",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "Visualizza il manifesto dell'agente",
|
|
474
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
475
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
476
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
479
477
|
"core.scaffold.warning.summary": "Sono stati rilevati i problemi seguenti:\n%s",
|
|
480
478
|
"core.addPlugin.warning.manifestVariables": "Variabili di ambiente \"%s\" trovate nel manifesto del plug-in aggiunto. Assicurarsi che i valori siano impostati nel file con estensione env o nelle variabili di ambiente di sistema.",
|
|
481
479
|
"core.addPlugin.warning.apiSpecVariables": "Variabili di ambiente \"%s\" trovate nella specifica API del plug-in aggiunto. Assicurarsi che i valori siano impostati nel file con estensione env o nelle variabili di ambiente di sistema.",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Pubblicazione dell’app in corso...",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "Ignorando %s poiché l'API richiesta del Portale per sviluppatori non è ancora disponibile in GCC H e DoD.",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "Ignorando %s poiché l'API richiesta del Portale per sviluppatori non è ancora disponibile in GCC H e DoD. Carica manualmente nell'interfaccia di amministrazione di Teams.",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "Ignorando %s poiché l'API richiesta del Portale per sviluppatori non è ancora disponibile in GCC H e DoD. L'ID app verrà generato localmente
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "Ignorando %s poiché l'API richiesta del Portale per sviluppatori non è ancora disponibile in GCC H e DoD. L'ID app verrà generato localmente.",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "Invio della richiesta di convalida...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "Richiesta di convalida inviata. Stato: %s. Si riceverà una notifica quando il risultato è pronto. In alternativa, è possibile controllare tutti i record di convalida nel [portale per sviluppatori](%s).",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "È in corso una convalida. Inviare più tardi. È possibile individuare la convalida esistente nel [portale per sviluppatori](%s).",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "L'app con ID %s non esiste nel portale per sviluppatori.",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "L'ID app di %s non è valido. Deve essere un GUID.",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s non è valido. Deve trovarsi nella stessa directory del manifest.json o in una sottodirectory.",
|
|
883
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
884
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
885
885
|
"driver.botFramework.description": "crea o aggiorna la registrazione del bot in dev.botframework.com",
|
|
886
886
|
"driver.botFramework.summary.create": "La registrazione del bot è stata creata (%s).",
|
|
887
887
|
"driver.botFramework.summary.update": "La registrazione del bot è stata aggiornata (%s).",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "Formato dell'ambito non valido. Immettere un ambito valido. Esempio: scope1: descrizione per scope1; scope2: descrizione per scope2",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "Il nome di autenticazione non può essere vuoto.",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "Se usi la tua app Microsoft Entra: 1. Aggiorna l'URI dell'ID applicazione dell'app Microsoft Entra a %s, 2. Aggiungi %s per reindirizzare l'URI dell'app Microsoft Entra.",
|
|
1047
|
+
"driver.dcr.description.create": "Crea una configurazione Dynamic Client Registration (DCR) nel portale per sviluppatori per l'autenticazione del server MCP.",
|
|
1048
|
+
"driver.dcr.title.create": "Creazione della configurazione DCR...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "Variabile di ambiente %s esistente. Ignora la creazione della configurazione DCR.",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "La configurazione DCR è stata creata con ID %s.",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "Il nome della configurazione DCR è troppo lungo. La lunghezza massima è 128 caratteri.",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "L'URL wellKnownAuthorizationServer non è valido. Specifica un URL HTTPS valido per il documento dei metadati RFC 8414 del server di autorizzazione.",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "Contenuto Web",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "Immetti un URL assoluto per un sito per cui cercare contenuto.",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "Contenuto Web non valido. Specifica un URL valido.",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "Compilazione TypeSpec non riuscita. Correggi gli errori segnalati dal compilatore e riprova. Output del compilatore:\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "Compilazione e generazione dei file...",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "L'esecuzione di questa azione sovrascriverà il file manifesto esistente e non potrà essere annullata. Per mantenere i dati esistenti, esegui un backup prima di procedere. Aggiungere nuovo contenuto?",
|
|
1067
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1068
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1069
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1070
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1071
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1072
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1073
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1074
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1075
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1076
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1077
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1078
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1079
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1080
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1081
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1082
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1083
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1084
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1085
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1086
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1087
|
+
"core.addSkill.zipInvalidLayout": "The zip file has an invalid layout. It must contain either a single skill folder or skill files at the root level.",
|
|
1088
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1061
1089
|
"error.dep.InstallNodeJSError": "Non è possibile installare Node.js per il motivo: %s. Installalo manualmente da https://nodejs.org e riavvia Visual Studio Code.",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "Installa NodeJS",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "Verifica di NodeJS nell'ambiente di sistema",
|