@microsoft/teamsfx-core 3.0.15-beta.2026072312.0 → 3.0.15
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/aadAppClient.d.ts.map +1 -1
- package/build/client/aadAppClient.js +6 -6
- package/build/client/aadAppClient.js.map +1 -1
- package/build/common/featureFlags.d.ts +5 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -0
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/dict.d.ts.map +1 -1
- package/build/common/secretmasker/dict.js +2 -5
- package/build/common/secretmasker/dict.js.map +1 -1
- package/build/common/secretmasker/feature.js.map +1 -1
- package/build/common/templates-config.json +4 -4
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +0 -3
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +3 -38
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +3 -3
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +0 -23
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +0 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +2 -109
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +3 -2
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +56 -6
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templateHelper.d.ts +2 -10
- package/build/component/generator/templateHelper.d.ts.map +1 -1
- package/build/component/generator/templateHelper.js +3 -16
- package/build/component/generator/templateHelper.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +0 -2
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -2
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +0 -6
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/generator/v4TemplateBridge.d.ts +1 -4
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -1
- package/build/component/generator/v4TemplateBridge.js +3 -11
- package/build/component/generator/v4TemplateBridge.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +2 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +1 -4
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -1
- package/build/component/utils/mcpToolFetcher.d.ts +72 -1
- package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
- package/build/component/utils/mcpToolFetcher.js +227 -1
- package/build/component/utils/mcpToolFetcher.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +55 -1
- package/build/component/utils/odrProvider.d.ts.map +1 -1
- package/build/component/utils/odrProvider.js +101 -1
- package/build/component/utils/odrProvider.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +0 -41
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +5 -3
- package/build/core/FxCore.js.map +1 -1
- package/build/core/createFrontDoorAdapters.d.ts +25 -1
- package/build/core/createFrontDoorAdapters.d.ts.map +1 -1
- package/build/core/createFrontDoorAdapters.js +155 -4
- package/build/core/createFrontDoorAdapters.js.map +1 -1
- package/build/core/createProjectFrontDoor.d.ts +12 -10
- package/build/core/createProjectFrontDoor.d.ts.map +1 -1
- package/build/core/createProjectFrontDoor.js +106 -141
- package/build/core/createProjectFrontDoor.js.map +1 -1
- package/build/core/modifyProjectFrontDoor.d.ts +1 -0
- package/build/core/modifyProjectFrontDoor.d.ts.map +1 -1
- package/build/core/modifyProjectFrontDoor.js +2 -0
- package/build/core/modifyProjectFrontDoor.js.map +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +0 -2
- package/build/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +0 -4
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -14
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +1 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +0 -2
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +0 -2
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/constructNode.d.ts +1 -3
- package/build/question/scaffold/constructNode.d.ts.map +1 -1
- package/build/question/scaffold/constructNode.js +0 -50
- package/build/question/scaffold/constructNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +0 -2
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +0 -16
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +7 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/v4/buildTarget/parseSelector.d.ts +2 -6
- package/build/v4/buildTarget/parseSelector.d.ts.map +1 -1
- package/build/v4/buildTarget/parseSelector.js +45 -58
- package/build/v4/buildTarget/parseSelector.js.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.d.ts +7 -21
- package/build/v4/buildTarget/resolveBuildTarget.d.ts.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.js +52 -97
- package/build/v4/buildTarget/resolveBuildTarget.js.map +1 -1
- package/build/v4/collectInputs/collectInputs.d.ts +9 -50
- package/build/v4/collectInputs/collectInputs.d.ts.map +1 -1
- package/build/v4/collectInputs/collectInputs.js +91 -274
- package/build/v4/collectInputs/collectInputs.js.map +1 -1
- package/build/v4/distribution/createQuestions.d.ts.map +1 -1
- package/build/v4/distribution/createQuestions.js +29 -2
- package/build/v4/distribution/createQuestions.js.map +1 -1
- package/build/v4/distribution/declarativePackage.d.ts.map +1 -1
- package/build/v4/distribution/declarativePackage.js +30 -2
- package/build/v4/distribution/declarativePackage.js.map +1 -1
- package/build/v4/expression/evaluateExpression.d.ts +0 -13
- package/build/v4/expression/evaluateExpression.d.ts.map +1 -1
- package/build/v4/expression/evaluateExpression.js +0 -57
- package/build/v4/expression/evaluateExpression.js.map +1 -1
- package/build/v4/index.d.ts +0 -7
- package/build/v4/index.d.ts.map +1 -1
- package/build/v4/index.js +0 -7
- package/build/v4/index.js.map +1 -1
- package/build/v4/model/dataModel.d.ts +1 -1
- package/build/v4/model/dataModel.d.ts.map +1 -1
- package/build/v4/pipeline/runScaffoldPipeline.d.ts +4 -20
- package/build/v4/pipeline/runScaffoldPipeline.d.ts.map +1 -1
- package/build/v4/pipeline/runScaffoldPipeline.js +9 -61
- package/build/v4/pipeline/runScaffoldPipeline.js.map +1 -1
- package/build/v4/renderContext/buildRenderContext.d.ts.map +1 -1
- package/build/v4/renderContext/buildRenderContext.js +2 -1
- package/build/v4/renderContext/buildRenderContext.js.map +1 -1
- package/build/v4/runtime/inMemoryRuntime.d.ts +1 -4
- package/build/v4/runtime/inMemoryRuntime.d.ts.map +1 -1
- package/build/v4/runtime/inMemoryRuntime.js +3 -22
- package/build/v4/runtime/inMemoryRuntime.js.map +1 -1
- package/build/v4/runtime/packageParse.d.ts.map +1 -1
- package/build/v4/runtime/packageParse.js +8 -64
- package/build/v4/runtime/packageParse.js.map +1 -1
- package/build/v4/runtime/realRuntime.d.ts +1 -2
- package/build/v4/runtime/realRuntime.d.ts.map +1 -1
- package/build/v4/runtime/realRuntime.js +2 -3
- package/build/v4/runtime/realRuntime.js.map +1 -1
- package/build/v4/runtime/renderMustache.d.ts.map +1 -1
- package/build/v4/runtime/renderMustache.js +4 -13
- package/build/v4/runtime/renderMustache.js.map +1 -1
- package/build/v4/runtime/runtimeRegistry.d.ts +3 -12
- package/build/v4/runtime/runtimeRegistry.d.ts.map +1 -1
- package/build/v4/runtime/runtimeRegistry.js +17 -123
- package/build/v4/runtime/runtimeRegistry.js.map +1 -1
- package/build/v4/runtime/scaffold.d.ts +0 -1
- package/build/v4/runtime/scaffold.d.ts.map +1 -1
- package/build/v4/runtime/scaffold.js +20 -1
- package/build/v4/runtime/scaffold.js.map +1 -1
- package/build/v4/runtime/steps/daAction.d.ts.map +1 -1
- package/build/v4/runtime/steps/daAction.js +111 -3
- package/build/v4/runtime/steps/daAction.js.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.d.ts +2 -5
- package/build/v4/runtime/steps/mcpAuth.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.js +66 -37
- package/build/v4/runtime/steps/mcpAuth.js.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.d.ts +4 -0
- package/build/v4/runtime/steps/mcpLocal.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.js +31 -11
- package/build/v4/runtime/steps/mcpLocal.js.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.d.ts +1 -1
- package/build/v4/runtime/steps/mcpStatic.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.js +32 -14
- package/build/v4/runtime/steps/mcpStatic.js.map +1 -1
- package/build/v4/runtime/steps/metaOs.d.ts.map +1 -1
- package/build/v4/runtime/steps/metaOs.js +51 -39
- package/build/v4/runtime/steps/metaOs.js.map +1 -1
- package/build/v4/runtime/steps/officeAddin.d.ts.map +1 -1
- package/build/v4/runtime/steps/officeAddin.js +12 -7
- package/build/v4/runtime/steps/officeAddin.js.map +1 -1
- package/build/v4/runtime/steps/openApi.d.ts.map +1 -1
- package/build/v4/runtime/steps/openApi.js +555 -47
- package/build/v4/runtime/steps/openApi.js.map +1 -1
- package/build/v4/surface/createInputs.d.ts +3 -25
- package/build/v4/surface/createInputs.d.ts.map +1 -1
- package/build/v4/surface/createInputs.js +431 -54
- package/build/v4/surface/createInputs.js.map +1 -1
- package/build/v4/surface/createSelectorWalk.d.ts +3 -8
- package/build/v4/surface/createSelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/createSelectorWalk.js +11 -21
- package/build/v4/surface/createSelectorWalk.js.map +1 -1
- package/build/v4/surface/modifySelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/modifySelectorWalk.js +3 -0
- package/build/v4/surface/modifySelectorWalk.js.map +1 -1
- package/build/v4/surface/uiPromptUI.d.ts.map +1 -1
- package/build/v4/surface/uiPromptUI.js +41 -36
- package/build/v4/surface/uiPromptUI.js.map +1 -1
- package/build/v4/validation/validateTemplatePackage.d.ts +2 -21
- package/build/v4/validation/validateTemplatePackage.d.ts.map +1 -1
- package/build/v4/validation/validateTemplatePackage.js +31 -155
- package/build/v4/validation/validateTemplatePackage.js.map +1 -1
- package/package.json +20 -26
- package/resource/package.nls.cs.json +0 -1
- package/resource/package.nls.de.json +54 -55
- package/resource/package.nls.es.json +0 -1
- package/resource/package.nls.fr.json +0 -1
- package/resource/package.nls.it.json +0 -1
- package/resource/package.nls.ja.json +0 -1
- package/resource/package.nls.json +0 -2
- package/resource/package.nls.ko.json +0 -1
- package/resource/package.nls.pl.json +0 -1
- package/resource/package.nls.pt-BR.json +0 -1
- package/resource/package.nls.ru.json +0 -1
- package/resource/package.nls.tr.json +0 -1
- package/resource/package.nls.zh-Hans.json +0 -1
- package/resource/package.nls.zh-Hant.json +0 -1
- package/resource/templates/package.nls.cs.json +2 -9
- package/resource/templates/package.nls.de.json +2 -9
- package/resource/templates/package.nls.es.json +2 -9
- package/resource/templates/package.nls.fr.json +2 -9
- package/resource/templates/package.nls.it.json +2 -9
- package/resource/templates/package.nls.ja.json +2 -9
- package/resource/templates/package.nls.json +3 -16
- package/resource/templates/package.nls.ko.json +2 -9
- package/resource/templates/package.nls.pl.json +2 -9
- package/resource/templates/package.nls.pt-BR.json +2 -9
- package/resource/templates/package.nls.ru.json +2 -9
- package/resource/templates/package.nls.tr.json +2 -9
- package/resource/templates/package.nls.zh-Hans.json +2 -9
- package/resource/templates/package.nls.zh-Hant.json +2 -9
- package/resource/templates/package.nls.zh-cn.json +1 -7
- package/resource/templates/package.nls.zh-tw.json +1 -7
- package/templates/configs/local/typescript/.gitignore +1 -0
- package/templates/configs/playground/typescript/.gitignore +4 -0
- 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 +2 -16
- package/templates/metadata.zip +0 -0
- package/templates/ui/wizardNode.json +0 -24
- package/templates/v4/create-selector.json +5 -12
- package/templates/v4/floor.json +1 -1
- package/templates/v4/modify-selector.json +6 -1
- package/templates/v4/templates-metadata.zip +0 -0
- package/templates/v4/templates.zip +0 -0
- package/build/common/httpProxy.d.ts +0 -21
- package/build/common/httpProxy.d.ts.map +0 -1
- package/build/common/httpProxy.js +0 -117
- package/build/common/httpProxy.js.map +0 -1
- package/build/common/mcpToolFetcher.d.ts +0 -31
- package/build/common/mcpToolFetcher.d.ts.map +0 -1
- package/build/common/mcpToolFetcher.js +0 -182
- package/build/common/mcpToolFetcher.js.map +0 -1
- package/build/common/odrProvider.d.ts +0 -43
- package/build/common/odrProvider.d.ts.map +0 -1
- package/build/common/odrProvider.js +0 -154
- package/build/common/odrProvider.js.map +0 -1
- package/build/common/openApiParserOptions.d.ts +0 -3
- package/build/common/openApiParserOptions.d.ts.map +0 -1
- package/build/common/openApiParserOptions.js +0 -61
- package/build/common/openApiParserOptions.js.map +0 -1
- package/build/v4/distribution/questionFragments.d.ts +0 -11
- package/build/v4/distribution/questionFragments.d.ts.map +0 -1
- package/build/v4/distribution/questionFragments.js +0 -130
- package/build/v4/distribution/questionFragments.js.map +0 -1
- package/build/v4/engineVersion.d.ts +0 -7
- package/build/v4/engineVersion.d.ts.map +0 -1
- package/build/v4/engineVersion.js +0 -12
- package/build/v4/engineVersion.js.map +0 -1
- package/build/v4/inspection/scaffoldCatalog.d.ts +0 -28
- package/build/v4/inspection/scaffoldCatalog.d.ts.map +0 -1
- package/build/v4/inspection/scaffoldCatalog.js +0 -66
- package/build/v4/inspection/scaffoldCatalog.js.map +0 -1
- package/build/v4/inspection/scaffoldMetadataSource.d.ts +0 -6
- package/build/v4/inspection/scaffoldMetadataSource.d.ts.map +0 -1
- package/build/v4/inspection/scaffoldMetadataSource.js +0 -78
- package/build/v4/inspection/scaffoldMetadataSource.js.map +0 -1
- package/build/v4/mcp/mcpAuthAction.d.ts +0 -28
- package/build/v4/mcp/mcpAuthAction.d.ts.map +0 -1
- package/build/v4/mcp/mcpAuthAction.js +0 -162
- package/build/v4/mcp/mcpAuthAction.js.map +0 -1
- package/build/v4/mcp/mcpAuthScaffold.d.ts +0 -37
- package/build/v4/mcp/mcpAuthScaffold.d.ts.map +0 -1
- package/build/v4/mcp/mcpAuthScaffold.js +0 -140
- package/build/v4/mcp/mcpAuthScaffold.js.map +0 -1
- package/build/v4/providers/createOptionsProviders.d.ts +0 -11
- package/build/v4/providers/createOptionsProviders.d.ts.map +0 -1
- package/build/v4/providers/createOptionsProviders.js +0 -268
- package/build/v4/providers/createOptionsProviders.js.map +0 -1
- package/build/v4/runtime/generalSensitivityLabel.d.ts +0 -5
- package/build/v4/runtime/generalSensitivityLabel.d.ts.map +0 -1
- package/build/v4/runtime/generalSensitivityLabel.js +0 -36
- package/build/v4/runtime/generalSensitivityLabel.js.map +0 -1
- package/build/v4/runtime/steps/daSensitivity.d.ts +0 -14
- package/build/v4/runtime/steps/daSensitivity.d.ts.map +0 -1
- package/build/v4/runtime/steps/daSensitivity.js +0 -50
- package/build/v4/runtime/steps/daSensitivity.js.map +0 -1
- package/build/v4/runtime/steps/openApiCustomApi.d.ts +0 -5
- package/build/v4/runtime/steps/openApiCustomApi.d.ts.map +0 -1
- package/build/v4/runtime/steps/openApiCustomApi.js +0 -385
- package/build/v4/runtime/steps/openApiCustomApi.js.map +0 -1
- package/build/v4/runtime/withTempDirectory.d.ts +0 -10
- package/build/v4/runtime/withTempDirectory.d.ts.map +0 -1
- package/build/v4/runtime/withTempDirectory.js +0 -41
- package/build/v4/runtime/withTempDirectory.js.map +0 -1
- package/build/v4/surface/createFloorTail.d.ts +0 -12
- package/build/v4/surface/createFloorTail.d.ts.map +0 -1
- package/build/v4/surface/createFloorTail.js +0 -138
- package/build/v4/surface/createFloorTail.js.map +0 -1
- package/build/v4/surface/localizePrompt.d.ts +0 -11
- package/build/v4/surface/localizePrompt.d.ts.map +0 -1
- package/build/v4/surface/localizePrompt.js +0 -32
- package/build/v4/surface/localizePrompt.js.map +0 -1
- package/build/v4/validation/capabilityCatalog.d.ts +0 -8
- package/build/v4/validation/capabilityCatalog.d.ts.map +0 -1
- package/build/v4/validation/capabilityCatalog.js +0 -61
- package/build/v4/validation/capabilityCatalog.js.map +0 -1
- package/build/v4/validation/templateArchiveValidation.d.ts +0 -15
- package/build/v4/validation/templateArchiveValidation.d.ts.map +0 -1
- package/build/v4/validation/templateArchiveValidation.js +0 -297
- package/build/v4/validation/templateArchiveValidation.js.map +0 -1
- package/build/v4/validators/createInputValidators.d.ts +0 -7
- package/build/v4/validators/createInputValidators.d.ts.map +0 -1
- package/build/v4/validators/createInputValidators.js +0 -75
- package/build/v4/validators/createInputValidators.js.map +0 -1
- package/build/v4/validators/mcpCredentialValidators.d.ts +0 -5
- package/build/v4/validators/mcpCredentialValidators.d.ts.map +0 -1
- package/build/v4/validators/mcpCredentialValidators.js +0 -13
- package/build/v4/validators/mcpCredentialValidators.js.map +0 -1
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"core.addApi.confirm": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ sowie „%s“ basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Das Microsoft 365 Agents-Toolkit ändert Dateien in Ihrem Ordner „%s“ sowie „%s“ und „%s“ basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
|
|
5
|
-
"core.addApi.confirm.mcp": "
|
|
6
|
-
"core.addApi.confirm.mcp.teamsYaml": "
|
|
5
|
+
"core.addApi.confirm.mcp": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the MCP action. Back up your files or use git before proceeding.",
|
|
6
|
+
"core.addApi.confirm.mcp.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" to add the MCP action and wire OAuth. Back up your files or use git before proceeding.",
|
|
7
7
|
"core.addApi.continue": "Hinzufügen",
|
|
8
8
|
"core.regenerateApi.continue": "Erneut generieren",
|
|
9
9
|
"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.",
|
|
10
10
|
"core.addKnowledge.continue": "Hinzufügen",
|
|
11
|
-
"core.addSkill.confirm": "
|
|
12
|
-
"core.addSkill.continue": "
|
|
13
|
-
"core.addSkill.featureFlagDisabled": "Agent
|
|
11
|
+
"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.",
|
|
12
|
+
"core.addSkill.continue": "Add",
|
|
13
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
|
|
14
14
|
"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.",
|
|
15
15
|
"core.setSensitivityLabel.continue": "Festlegen",
|
|
16
16
|
"core.provision.provision": "Bereitstellung",
|
|
@@ -315,9 +315,9 @@
|
|
|
315
315
|
"core.createProjectQuestion.option.description.previewOnWindow": "Vorschau unter Windows",
|
|
316
316
|
"core.createProjectQuestion.option.description.worksInOutlook": "Funktioniert in Teams und Outlook",
|
|
317
317
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Funktioniert in Teams, Outlook und der Microsoft 365-Anwendung",
|
|
318
|
-
"template.createProjectQuestion.projectType.blankApp.label": "
|
|
319
|
-
"template.createProjectQuestion.projectType.blankApp.detail": "
|
|
320
|
-
"template.createProjectQuestion.projectType.blankApp.title": "
|
|
318
|
+
"template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
|
|
319
|
+
"template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
|
|
320
|
+
"template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
|
|
321
321
|
"core.createProjectQuestion.projectType.bot.detail": "Erstellen Sie sofort ansprechende Chaterfahrungen, die Aufgaben nahtlos automatisieren.",
|
|
322
322
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
323
323
|
"core.createProjectQuestion.projectType.bot.title": "App-Features mithilfe eines Bots",
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
"core.addKnowledge.success.vsc": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt.",
|
|
477
477
|
"core.addKnowledge.success": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt. Agentmanifest in „%s“ anzeigen",
|
|
478
478
|
"core.addKnowledge.success.viewAgentManifest": "Agentmanifest anzeigen",
|
|
479
|
-
"core.addSkill.success.vsc": "Agent
|
|
480
|
-
"core.addSkill.success": "Agent
|
|
481
|
-
"core.addSkill.success.viewAgentManifest": "
|
|
479
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
480
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
481
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
482
482
|
"core.scaffold.warning.summary": "Wir haben folgende Probleme erkannt:\n%s",
|
|
483
483
|
"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.",
|
|
484
484
|
"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.",
|
|
@@ -885,8 +885,8 @@
|
|
|
885
885
|
"error.teamsApp.AppIdNotExistError": "Die App mit der ID %s ist im Entwicklerportal nicht vorhanden.",
|
|
886
886
|
"error.teamsApp.InvalidAppIdError": "Die App-ID %s ist ungültig, sie muss eine GUID sein.",
|
|
887
887
|
"error.teamsApp.createAppPackage.invalidFile": "%s ungültig ist, sollte es sich im selben Verzeichnis befinden wie manifest.json oder in einem Unterverzeichnis.",
|
|
888
|
-
"error.teamsApp.createAppPackage.packageSizeExceeded": "
|
|
889
|
-
"error.m365.packageService.packageSizeExceeded": "
|
|
888
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
889
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
890
890
|
"driver.botFramework.description": "Erstellt oder aktualisiert die Bot-Registrierung auf „dev.botframework.com“",
|
|
891
891
|
"driver.botFramework.summary.create": "Die Bot-Registrierung wurde erfolgreich erstellt (%s).",
|
|
892
892
|
"driver.botFramework.summary.update": "Die Bot-Registrierung wurde erfolgreich aktualisiert (%s).",
|
|
@@ -1069,28 +1069,28 @@
|
|
|
1069
1069
|
"driver.typespec.error.compileError": "TypeSpec-Kompilierung fehlgeschlagen. Bitte beheben Sie die vom Compiler gemeldeten Fehler und versuchen Sie es erneut. Compilerausgabe:\n%s",
|
|
1070
1070
|
"driver.typeSpec.progressBar": "Dateien werden kompiliert und erstellt…",
|
|
1071
1071
|
"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?",
|
|
1072
|
-
"core.addSkillQuestion.name.title": "
|
|
1073
|
-
"core.addSkillQuestion.name.placeholder": "
|
|
1074
|
-
"core.addSkillQuestion.name.validation": "
|
|
1075
|
-
"core.addSkillQuestion.name.duplicate": "
|
|
1076
|
-
"core.addSkillQuestion.description.title": "
|
|
1077
|
-
"core.addSkillQuestion.description.placeholder": "
|
|
1078
|
-
"core.addSkillQuestion.sourceType.title": "
|
|
1079
|
-
"core.addSkillQuestion.sourceType.new": "
|
|
1080
|
-
"core.addSkillQuestion.sourceType.newDetail": "
|
|
1081
|
-
"core.addSkillQuestion.sourceType.existing": "
|
|
1082
|
-
"core.addSkillQuestion.sourceType.existingDetail": "
|
|
1083
|
-
"core.addSkillQuestion.zipFile.title": "
|
|
1084
|
-
"core.addSkillQuestion.zipFile.placeholder": "
|
|
1085
|
-
"core.addSkillQuestion.exposeToCopilot.title": "
|
|
1086
|
-
"core.addSkillQuestion.exposeToCopilot.yes": "
|
|
1087
|
-
"core.addSkillQuestion.exposeToCopilot.yesDetail": "
|
|
1088
|
-
"core.addSkillQuestion.exposeToCopilot.no": "
|
|
1089
|
-
"core.addSkillQuestion.exposeToCopilot.noDetail": "
|
|
1090
|
-
"core.addSkill.zipInvalidEntries": "
|
|
1091
|
-
"core.addSkill.zipNoSkillMd": "
|
|
1092
|
-
"core.addSkill.zipInvalidLayout": "
|
|
1093
|
-
"core.addSkill.zipSkillFolderExists": "
|
|
1072
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1073
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1074
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1075
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1076
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1077
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1078
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1079
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1080
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1081
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1082
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1083
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1084
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1085
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1086
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1087
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1088
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1089
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1090
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1091
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1092
|
+
"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.",
|
|
1093
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1094
1094
|
"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.",
|
|
1095
1095
|
"action.devTool.nodeInstaller.Progress.title": "Installieren von NodeJS",
|
|
1096
1096
|
"action.devTool.nodeInstaller.Progress1": "NodeJS wird in der Systemumgebung überprüft.",
|
|
@@ -1118,24 +1118,24 @@
|
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Wählen Sie einen oder mehrere Vorgänge aus, mit denen Copilot interagieren kann",
|
|
1119
1119
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Authentifizierungstyp auswählen",
|
|
1120
1120
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (mit statischer Registrierung)",
|
|
1121
|
-
"core.createProjectQuestion.mcpForDa.Auth.OAuth.Detail": "
|
|
1122
|
-
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic": "OAuth (
|
|
1123
|
-
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic.Detail": "
|
|
1121
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuth.Detail": "Use a pre-registered OAuth client. The toolkit will ask for client id, client secret, and optional scopes.",
|
|
1122
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic": "OAuth (with dynamic registration)",
|
|
1123
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic.Detail": "MCP server registers a client at runtime; no extra details needed.",
|
|
1124
1124
|
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
|
|
1125
|
-
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO.Detail": "
|
|
1126
|
-
"core.createProjectQuestion.mcpForDa.Auth.None": "
|
|
1127
|
-
"core.createProjectQuestion.mcpForDa.Auth.None.Detail": "
|
|
1128
|
-
"core.createProjectQuestion.mcpForDa.ClientId.title": "OAuth
|
|
1129
|
-
"core.createProjectQuestion.mcpForDa.ClientId.placeholder": "
|
|
1130
|
-
"core.createProjectQuestion.mcpForDa.ClientId.required": "OAuth
|
|
1131
|
-
"core.createProjectQuestion.mcpForDa.ClientSecret.title": "
|
|
1132
|
-
"core.createProjectQuestion.mcpForDa.ClientSecret.placeholder": "
|
|
1133
|
-
"core.createProjectQuestion.mcpForDa.ClientSecret.required": "
|
|
1134
|
-
"core.createProjectQuestion.mcpForDa.Scopes.title": "OAuth
|
|
1135
|
-
"core.createProjectQuestion.mcpForDa.Scopes.placeholder": "
|
|
1136
|
-
"core.createProjectQuestion.mcpForDa.EntraClientId.title": "
|
|
1137
|
-
"core.createProjectQuestion.mcpForDa.EntraClientId.placeholder": "
|
|
1138
|
-
"core.createProjectQuestion.mcpForDa.EntraClientId.required": "
|
|
1125
|
+
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO.Detail": "Use a Microsoft Entra app for single sign-on. The toolkit will ask for the Entra app client id.",
|
|
1126
|
+
"core.createProjectQuestion.mcpForDa.Auth.None": "None",
|
|
1127
|
+
"core.createProjectQuestion.mcpForDa.Auth.None.Detail": "The MCP server does not require authentication.",
|
|
1128
|
+
"core.createProjectQuestion.mcpForDa.ClientId.title": "OAuth Client ID",
|
|
1129
|
+
"core.createProjectQuestion.mcpForDa.ClientId.placeholder": "Enter the OAuth client ID issued by your authorization server",
|
|
1130
|
+
"core.createProjectQuestion.mcpForDa.ClientId.required": "OAuth Client ID is required.",
|
|
1131
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.title": "OAuth Client Secret",
|
|
1132
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.placeholder": "Enter the OAuth client secret issued by your authorization server",
|
|
1133
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.required": "OAuth Client Secret is required.",
|
|
1134
|
+
"core.createProjectQuestion.mcpForDa.Scopes.title": "OAuth Scopes (optional)",
|
|
1135
|
+
"core.createProjectQuestion.mcpForDa.Scopes.placeholder": "Space-separated OAuth scopes, e.g. 'read:user repo'",
|
|
1136
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.title": "Microsoft Entra Application (Client) ID",
|
|
1137
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.placeholder": "Enter the Application (client) ID of your Microsoft Entra app registration",
|
|
1138
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.required": "Microsoft Entra Application (Client) ID is required.",
|
|
1139
1139
|
"core.createProjectQuestion.mcpForDa.File.title": "Wählen Sie das Aktionsmanifest aus, das Sie aktualisieren möchten",
|
|
1140
1140
|
"core.createProjectQuestion.mcpForDa.File.createNew.label": "Erstellen Sie eine neue ai-plugin.json",
|
|
1141
1141
|
"core.createProjectQuestion.mcpForDa.File.createNew.title": "Benennen Sie die neue Aktionsmanifestdatei",
|
|
@@ -1154,8 +1154,7 @@
|
|
|
1154
1154
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "Es muss mindestens ein MCP-Server ausgewählt werden.",
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Die von Ihrem MCP-Server ausgewählten Vorgänge wurden erfolgreich hinzugefügt, damit Copilot interagieren kann. Sie können zu „%s“ wechseln, um Details zu überprüfen. Jetzt können Sie Ihren deklarativen Agent bereitstellen, um fortzufahren.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Die Authentifizierungsmetadaten wurden auf dem MCP-Server nicht gefunden. Stellen Sie sicher, dass Ihr MCP-Server ordnungsgemäß konfiguriert ist, und versuchen Sie es noch mal. Details: %s",
|
|
1157
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1157
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Die Authentifizierungsmetadaten aus der Eigenschaft „resource_metadata“ aus der Antwort des MCP-Servers wurden nicht gefunden.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Die Servermetadaten aus der Eigenschaft „authorization_servers“ aus der Antwort der geschützten Ressourcenmetadaten des MCP-Servers wurden nicht gefunden.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Die Authentifizierungs-URL(s) aus der Antwort der Autorisierungsservermetadaten des MCP-Servers wurden nicht gefunden.",
|
|
@@ -1167,7 +1166,7 @@
|
|
|
1167
1166
|
"core.MCPForDA.preFetchToolsNotFound": "Keine Tooldefinitionen gefunden. Das Projekt verwendet die dynamische Toolermittlung.",
|
|
1168
1167
|
"core.MCPForDA.pluginManifestNotFound": "ai-plugin.json nicht gefunden unter: %s",
|
|
1169
1168
|
"core.MCPForDA.missingServerUrl": "Die Option „--mcp-da-server-url“ ist erforderlich, wenn „--api-plugin-type“ auf „mcp“ gesetzt ist.",
|
|
1170
|
-
"core.MCPForDA.missingAuthType": "
|
|
1169
|
+
"core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use one of: oauth, oauth-dynamic, entra-sso, none.",
|
|
1171
1170
|
"core.MCPForDA.toolsFileReadError": "Fehler beim Lesen der MCP-Toolsdatei: %s. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
1172
1171
|
"core.MCPForDA.authRequired": "Der MCP-Server unter %s erfordert eine Authentifizierung. Tools konnten nicht automatisch abgerufen werden. Um Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
1173
1172
|
"core.MCPForDA.noToolsFetched": "Am MCP-Server unter %s wurden keine Tools gefunden. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Las operaciones seleccionadas de su servidor MCP se han agregado correctamente para que Copilot pueda interactuar con ellas. Puede ir a \"%s\" para consultar los detalles. Ahora puede aprovisionar su agente declarativo para continuar.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "No se pueden encontrar los metadatos de autenticación en el servidor MCP. Asegúrese de que su servidor MCP esté configurado correctamente e inténtelo de nuevo. Detalles: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "No se pueden encontrar los metadatos de autenticación de la propiedad \"resource_metadata\" en la respuesta del servidor MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "No se pueden encontrar los metadatos del servidor en la propiedad \"authorization_servers\" de la respuesta de los metadatos de recursos protegidos del servidor MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "No se pueden encontrar las URL de autenticación en la respuesta de los metadatos del servidor de autorización del servidor MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Les opérations sélectionnées à partir de votre serveur MCP ont été ajoutées pour permettre à Copilot d’interagir. Vous pouvez consulter les détails dans '%s'. Vous pouvez désormais provisionner votre agent déclaratif pour continuer.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Impossible de trouver les métadonnées d’authentification sur le serveur MCP. Vérifiez que votre serveur MCP est correctement configuré et réessayez. Détails : %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Impossible de trouver les métadonnées d’authentification dans la propriété « resource_metadata » de la réponse du serveur MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Impossible de trouver les métadonnées du serveur dans la propriété « authorization_servers » de la réponse des métadonnées des ressources protégées du serveur MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Impossible de trouver l’URL d’authentification ou les URL d’authentification dans la réponse des métadonnées du serveur d’autorisation du serveur MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Le operazioni selezionate dal server MCP sono state aggiunte correttamente per l'interazione con Copilot. Andare in '%s' per controllare i dettagli. Per continuare, è ora possibile effettuare il provisioning dell'agente dichiarativo.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Impossibile trovare i metadati di autenticazione nel server MCP. Verificare che il server MCP sia configurato correttamente e riprovare. Dettagli: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Impossibile trovare i metadati di autenticazione dalla proprietà \"resource_metadata\" nella risposta del server MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Impossibile trovare i metadati del server dalla proprietà \"authorization_servers\" nella risposta dei metadati della risorsa protetta del server MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Impossibile trovare gli URL di autenticazione nella risposta dei metadati del server di autorizzazione del server MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "MCP サーバーから選択した操作が正常に追加され、Copilot が対話できるようになります。'%s' に移動して詳細を確認できます。宣言型エージェントをプロビジョニングして続行できるようになりました。",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "MCP サーバーに認証メタデータが見つかりません。MCP サーバーが正しく構成されていることを確認してから、もう一度お試しください。詳細: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP サーバーの応答からプロパティ \"resource_metadata\" の認証メタデータが見つかりません。",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP サーバーの保護されたリソース メタデータのプロパティ \"authorization_servers\" からサーバー メタデータが見つかりません。",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "MCP サーバーの承認サーバー メタデータの応答から認証 URL が見つかりません。",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
42
42
|
"core.progress.runCommand": "Run command %s at %s",
|
|
43
43
|
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
44
|
-
"core.v4.scaffoldMetadataSourceReadFailed": "The scaffold metadata source could not be read.",
|
|
45
44
|
"core.migrationV3.abandonedProject": "This project version is not supported and cannot be upgraded. Please create a new project with Microsoft 365 Agents Toolkit.",
|
|
46
45
|
"core.migrationV3.notAllowedMigration": "This project can be upgraded. Please use Microsoft 365 Agents Toolkit for VS Code v6.10 or Microsoft 365 Agents Toolkit CLI v1.1.11 to upgrade your project.",
|
|
47
46
|
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
@@ -1166,7 +1165,6 @@
|
|
|
1166
1165
|
"core.MCPForDA.updatePluginManifest": "The operations selected from your MCP server are successfully added for Copilot to interact with. You can go to the '%s' to check on details. Now you are able to provision your declarative agent to continue.",
|
|
1167
1166
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Unable to find the authentication metadata in the MCP server. Please make sure your MCP server is configured correctly and try again. Details: %s",
|
|
1168
1167
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1169
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1170
1168
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Unable to find the authentication metadata from property \"resource_metadata\" from response of the MCP server.",
|
|
1171
1169
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from repsonse of the Protected Resource Metadata of the MCP server.",
|
|
1172
1170
|
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "MCP 서버에서 선택한 작업이 Copilot과 상호 작용할 수 있도록 성공적으로 추가되었습니다. '%s'(으)로 이동하여 세부 정보를 확인할 수 있습니다. 이제 선언적 에이전트를 프로비전하여 계속 진행할 수 있습니다.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "MCP 서버에서 인증 메타데이터를 찾을 수 없습니다. MCP 서버가 올바르게 구성되어 있는지 확인하고 다시 시도하세요. 세부 정보: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP 서버 응답의 \"resource_metadata\" 속성에서 인증 메타데이터를 찾을 수 없습니다.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP 서버의 보호된 리소스 메타데이터 응답에서 'authorization_servers' 속성으로부터 서버 메타데이터를 찾을 수 없습니다.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "MCP 서버의 권한 부여 서버 메타데이터 응답에서 인증 URL을 찾을 수 없습니다.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Operacje wybrane z serwera MCP zostały pomyślnie dodane dla funkcji Copilot na potrzeby interakcji. Możesz przejść do „%s”, aby sprawdzić szczegóły. Teraz możesz aprowizować agenta deklaratywnego, aby kontynuować.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Nie można odnaleźć metadanych uwierzytelniania na serwerze MCP. Upewnij się, że serwer MCP jest poprawnie skonfigurowany, i spróbuj ponownie. Szczegóły: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Nie można odnaleźć metadanych uwierzytelniania z właściwości „resource_metadata” z odpowiedzi serwera MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Nie można odnaleźć metadanych serwera z właściwości „authorization_servers” z repozytorium chronionych metadanych zasobu serwera MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Nie można odnaleźć adresów URL uwierzytelniania z odpowiedzi na metadane serwera autoryzacji serwera MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "As operações selecionadas do seu servidor MCP foram adicionadas com sucesso para que o Copilot possa interagir com elas. Você pode acessar “%s” para verificar os detalhes. Agora você pode provisionar seu agente declarativo para continuar.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Não foi possível localizar os metadados de autenticação no servidor MCP. Verifique se seu servidor MCP está configurado corretamente e tente novamente. Detalhes: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Não foi possível localizar os metadados de autenticação da propriedade \"resource_metadata\" da resposta do servidor MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Não foi possível encontrar os metadados do servidor na propriedade \"authorization_servers\" na resposta dos Metadados de Recurso Protegido do servidor MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Não foi possível localizar as URLs de autenticação da resposta dos Metadados do Servidor de Autorização do servidor MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "Операции, выбранные на сервере MCP, добавлены для взаимодействия в Copilot. Вы можете перейти в \"%s\" для просмотра подробностей. Теперь можно подготовить декларативный агент для продолжения.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Не удалось найти метаданные проверки подлинности на сервере MCP. Убедитесь, что сервер MCP настроен правильно, и повторите попытку. Сведения: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Не удалось найти метаданные проверки подлинности в свойстве \"resource_metadata\" в ответе сервера MCP.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Не удалось найти метаданные сервера в свойстве \"authorization_servers\" в ответе метаданных защищенных ресурсов сервера MCP.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "Не удалось найти URL-адрес проверки подлинности в ответе метаданных сервера авторизации MCP.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "MCP sunucunuzdan seçilen işlemler, Copilot'ın etkileşim kurması için başarıyla eklendi. Ayrıntıları kontrol etmek için '%s' sayfasına gidebilirsiniz. Artık bildirim aracınızı sağlama işlemi için devam edebilirsiniz.",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "MCP sunucusunda kimlik doğrulama meta verileri bulunamadı. Lütfen MCP sunucusunun doğru yapılandırıldığından emin olun ve tekrar deneyin. Ayrıntılar: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP sunucusunun yanıtındaki \"resource_metadata\" özelliğinde kimlik doğrulama meta verileri bulunamadı.",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP sunucusunun Korumalı Kaynak Meta Verileri yanıtındaki \"authorization_servers\" özelliğinde sunucu meta verileri bulunamadı.",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "MCP sunucusunun Yetkilendirme Sunucusu Meta Verileri yanıtında kimlik doğrulama URL'leri bulunamadı.",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "已成功添加从 MCP 服务器选择的操作,供 Copilot 交互。可转到“%s”查看详细信息。现在你可预配声明性智能体以继续。",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "无法在 MCP 服务器中找到身份验证元数据。请确保 MCP 服务器配置正确,然后重试。详细信息: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "无法从 MCP 服务器响应的 \"resource_metadata\" 属性中找到身份验证元数据。",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "无法从 MCP 服务器受保护资源元数据响应的 \"authorization_servers\" 属性中找到服务器元数据。",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "无法在 MCP 服务器的授权服务器元数据响应中找到身份验证 URL。",
|
|
@@ -1155,7 +1155,6 @@
|
|
|
1155
1155
|
"core.MCPForDA.updatePluginManifest": "已順利新增從 MCP 伺服器選取的作業,讓 Copilot 與其互動。您可以前往 '%s' 來查看詳細資料。現在,您可以佈建宣告式代理程式以繼續。",
|
|
1156
1156
|
"core.MCPForDA.mcpAuthMetadataMissingError": "在 MCP 伺服器中找不到驗證中繼資料。請確定您的 MCP 伺服器已正確設定,然後再試一次。詳細資料: %s",
|
|
1157
1157
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
|
|
1158
|
-
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1159
1158
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "無法從 MCP 伺服器的回應中找到來自 \"resource_metadata\" 屬性的驗證中繼資料。",
|
|
1160
1159
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "無法從 MCP 伺服器的受保護資源中繼資料回應中找到來自 \"authorization_servers\" 屬性的伺服器中繼資料。",
|
|
1161
1160
|
"core.MCPForDA.authUrlNotFound": "無法從 MCP 伺服器的授權伺服器中繼資料回應中找到驗證 URL。",
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Doplněk podokna úloh s vlastní funkcí a klávesovou zkratkou",
|
|
86
86
|
"template.newCFShortcut.label": "Vlastní funkce a zástupce",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Umožňuje přizpůsobit pás karet pomocí tlačítka a vložit obsah do podokna úloh.",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Podokno úloh"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Podokno úloh"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Aufgabenbereich-Add-In mit benutzerdefinierter Funktion und Verknüpfung",
|
|
86
86
|
"template.newCFShortcut.label": "Benutzerdefinierte Funktion und Verknüpfung",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Taskbereich"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Taskbereich"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Complemento del Panel de tareas con función personalizada y acceso directo",
|
|
86
86
|
"template.newCFShortcut.label": "Función personalizada y acceso directo",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Personalizar la cinta de opciones con un botón e insertar contenido en el panel de tareas",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Panel de tareas"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Panel de tareas"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Complément du volet des tâches avec fonction personnalisée et raccourci",
|
|
86
86
|
"template.newCFShortcut.label": "Fonction et raccourci personnalisés",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Personnalisez le ruban avec un bouton et incorporez du contenu dans le volet des tâches",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Volet des tâches"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Volet des tâches"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Componente aggiuntivo riquadro attività con funzione personalizzata e collegamento",
|
|
86
86
|
"template.newCFShortcut.label": "Funzione personalizzata e combinazione di tasti",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Personalizzare la barra multifunzione con un pulsante e incorporare il contenuto nel riquadro attività",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Riquadro attività"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Riquadro attività"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "カスタム関数とショートカットを含む作業ウィンドウ アドイン",
|
|
86
86
|
"template.newCFShortcut.label": "カスタム関数とショートカット",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "ボタンでリボンをカスタマイズし、作業ウィンドウにコンテンツを埋め込みます",
|
|
88
|
-
"template.newTaskpaneAddin.label": "作業ウィンドウ"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "作業ウィンドウ"
|
|
89
|
+
}
|
|
@@ -82,21 +82,8 @@
|
|
|
82
82
|
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
|
|
83
83
|
"template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
|
|
84
84
|
"template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
|
|
85
|
-
"template.newCFShortcut.detail": "
|
|
86
|
-
"template.newCFShortcut.label": "
|
|
87
|
-
"template.newExcelCustomFunctions.detail": "Create custom functions in Excel using a JavaScript-only runtime",
|
|
88
|
-
"template.newExcelCustomFunctions.label": "Excel Custom Functions (JavaScript-only Runtime)",
|
|
89
|
-
"template.newSsoNaa.detail": "Task pane add-in that uses Nested App Auth for single sign-on",
|
|
90
|
-
"template.newSsoNaa.label": "Single Sign-On with Nested App Auth",
|
|
85
|
+
"template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
|
|
86
|
+
"template.newCFShortcut.label": "Custom Function and Shortcut",
|
|
91
87
|
"template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
|
|
92
|
-
"template.newTaskpaneAddin.label": "Task pane"
|
|
93
|
-
"template.officeAddin.hosts.title": "Select the Office applications to support",
|
|
94
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
95
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
96
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
97
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
98
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
99
|
-
"template.officeAddin.naaHost.title": "Select the Office application to support",
|
|
100
|
-
"template.officeAddin.naaHost.placeholder": "Select an Office application",
|
|
101
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
88
|
+
"template.newTaskpaneAddin.label": "Task pane"
|
|
102
89
|
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "사용자 지정 함수 및 바로 가기가 포함된 작업창 추가 기능",
|
|
86
86
|
"template.newCFShortcut.label": "사용자 지정 함수 및 바로 가기",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "작업창에 단추 및 콘텐츠 포함으로 리본 사용자 지정",
|
|
88
|
-
"template.newTaskpaneAddin.label": "작업창"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "작업창"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Dodatek okienka zadań z funkcją niestandardową i skrótem",
|
|
86
86
|
"template.newCFShortcut.label": "Funkcja niestandardowa i skrót",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Dostosuj wstążkę za pomocą przycisku i osadź zawartość w okienku zadań",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Okienko zadań"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Okienko zadań"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Suplemento do painel Tarefas com função personalizada e atalho",
|
|
86
86
|
"template.newCFShortcut.label": "Função personalizada e atalho",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Personalize a faixa de opções com um botão e incorpore conteúdo no painel de tarefas",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Painel de Tarefas"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Painel de Tarefas"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Надстройка области задач с настраиваемой функцией и ярлыком",
|
|
86
86
|
"template.newCFShortcut.label": "Настраиваемая функция и ярлык",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Настройка ленты с помощью кнопки и внедрение содержимого в область задач",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Область задач"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Область задач"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "Özel işlev ve kısayol içeren görev bölmesi eklentisi",
|
|
86
86
|
"template.newCFShortcut.label": "Özel İşlev ve Kısayol",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "Şeridi düğmeyle özelleştirip görev bölmesine içerik ekleyin",
|
|
88
|
-
"template.newTaskpaneAddin.label": "Görev bölmesi"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "Görev bölmesi"
|
|
89
|
+
}
|
|
@@ -85,12 +85,5 @@
|
|
|
85
85
|
"template.newCFShortcut.detail": "带有自定义函数和快捷方式的任务窗格加载项",
|
|
86
86
|
"template.newCFShortcut.label": "自定义函数和快捷方式",
|
|
87
87
|
"template.newTaskpaneAddin.detail": "在任务窗格中使用按钮和嵌入内容自定义功能区",
|
|
88
|
-
"template.newTaskpaneAddin.label": "任务窗格"
|
|
89
|
-
|
|
90
|
-
"template.officeAddin.hosts.placeholder": "Select at least one Office application",
|
|
91
|
-
"template.officeAddin.hosts.word.label": "Word",
|
|
92
|
-
"template.officeAddin.hosts.powerpoint.label": "PowerPoint",
|
|
93
|
-
"template.officeAddin.hosts.outlook.label": "Outlook",
|
|
94
|
-
"template.officeAddin.hosts.excel.label": "Excel",
|
|
95
|
-
"template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
|
|
96
|
-
}
|
|
88
|
+
"template.newTaskpaneAddin.label": "任务窗格"
|
|
89
|
+
}
|