@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": "再生成",
|
|
7
7
|
"core.addKnowledge.confirm": "指定した機能ソースに基づいて、\"%s\" フォルダー内のファイルが Microsoft 365 Agents Toolkit によって変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
8
8
|
"core.addKnowledge.continue": "追加",
|
|
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 は、指定した秘密度ラベルに基づいてファイル \"%s\" を変更します。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
10
13
|
"core.setSensitivityLabel.continue": "設定",
|
|
11
14
|
"core.provision.provision": "準備",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "配置",
|
|
27
30
|
"core.option.confirm": "確認",
|
|
28
31
|
"core.option.learnMore": "その他の情報",
|
|
29
|
-
"core.option.upgrade": "アップグレード",
|
|
30
|
-
"core.option.moreInfo": "詳細",
|
|
31
32
|
"core.progress.create": "作成",
|
|
32
33
|
"core.progress.createFromTemplate": "アプリ テンプレートのダウンロードが進行中...",
|
|
33
34
|
"core.progress.createFromSample": "サンプル %s のダウンロードが進行中...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Azure Storage を構成すると静的な Web サイトの設定が有効になります。",
|
|
39
40
|
"core.progress.runCommand": "%s でコマンド %s を実行する",
|
|
40
41
|
"core.progress.deployToAzure": "%s を %s にデプロイしています。",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "ソリューションをアップグレードして、最新の Microsoft 365 Agents Toolkit バージョンとの互換性を維持します。アップグレード レポートを含むバックアップ ディレクトリが生成されます。",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json が存在しません。Microsoft 365 Agents Toolkit for Visual Studio Code v3.x/Microsoft 365 Agents Toolkit CLI v0.x/Microsoft 365 Agents Toolkit for Visual Studio v17.3 で作成されたプロジェクトをアップグレードしようとしている可能性があります。まず、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 をインストールし、アップグレードを実行してください。",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json が存在しません。Microsoft 365 Agents Toolkit for Visual Studio Code v3.x/Microsoft 365 Agents Toolkit CLI v0.x/Microsoft 365 Agents Toolkit for Visual Studio v17.3 で作成されたプロジェクトをアップグレードしようとしている可能性があります。まず、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 をインストールし、アップグレードを実行してください。",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json が無効です。",
|
|
47
|
-
"core.migrationV3.abandonedProject": "このプロジェクトはプレビュー専用であり、Microsoft 365 Agents Toolkit ではサポートされません。新しいプロジェクトを作成して、Microsoft 365 Agents Toolkit をお試しください",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit のプレリリース バージョンでは、新しいプロジェクト構成がサポートされています。また、以前のバージョンとは互換がありません。新しいプロジェクトを作成して試すか、\"teamsapp upgrade\" を実行して最初にプロジェクトをアップグレードします。",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "既存の Microsoft 365 Agents Toolkit CLI バージョンでは、現在のプロジェクトがサポートされていません。次のコマンドを使用して最新バージョンにアップグレードしてください。\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "現在のプロジェクトは、インストールされている Microsoft 365 Agents Toolkit のバージョンと互換性がありません。",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "ソリューション内のプロジェクトは、Microsoft 365 Agents Toolkit プレビュー機能を使用して作成されます - App Configuration の機能強化。続行するにはプレビュー機能を有効にしてください。",
|
|
42
|
+
"core.migrationV3.abandonedProject": "このプロジェクト バージョンはサポートされていないため、アップグレードできません。Microsoft 365 エージェント ツールキットを使用して新しいプロジェクトを作成してください。",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "このプロジェクトはアップグレードできます。VS Code v6.10 向け Microsoft 365 エージェント ツールキットまたは Microsoft 365 エージェント ツールキット CLI v1.1.11 を使用して、プロジェクトをアップグレードしてください。",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "ARM テンプレートが正常にデプロイされました。リソース グループ名: %s。展開名: %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "アプリ所有者の一覧が正常に作成され、[出力パネル](%s) 内に表示できます。",
|
|
54
46
|
"core.collaboration.GrantingPermission": "アクセス許可を付与しています",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "%s のため、開発者ポータルで ID %s のアプリを更新できません",
|
|
199
191
|
"error.appstudio.apiFailed": "開発者ポータルに対して API 呼び出しを行うことができません。詳細については、[Output panel](command:fx-extension.showOutputChannel) を確認してください。",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、API 名: %s、X-Correlation-ID: %s。",
|
|
193
|
+
"error.teamsGraph.apiFailed": "Teams Graph への API 呼び出しを実行できません。詳細は [出力パネル](command:fx-extension.showOutputChannel) で確認してください。",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "一時的なサービス エラーが原因である可能性があります。数分後にもう一度お試しください。",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "API に失敗しました",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、要求パス: %s",
|
|
@@ -236,6 +229,7 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "テンプレート %s が見つかりません。",
|
|
237
230
|
"error.generator.SampleNotFoundError": "サンプル %s が見つかりません。",
|
|
238
231
|
"error.generator.UnzipError": "テンプレートを抽出してディスクに保存できません。",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "テンプレート エントリ %s は、宛先ディレクトリの外で解決されます。",
|
|
239
233
|
"error.generator.MissKeyError": "キー %s が見つかりません",
|
|
240
234
|
"error.generator.FileConflictError": "%s でのファイルの競合",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "サンプル情報をフェッチできません",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "プロジェクトを変換しています...",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "マニフェストを変更しています...",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "既存の Office アドイン プロジェクトをインポートしています",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "'%s' で選択した Office アドイン プロジェクトは、マニフェストのみのプロジェクトのようです ('package.json' が見つかりませんでした)。マニフェストのみのプロジェクトはインポートできません。'package.json' と 'webpack.config.js' を含む完全な Office アドイン プロジェクトを選択してください。",
|
|
271
266
|
"core.TabOption.description": "UI ベースのアプリ",
|
|
272
267
|
"core.TabOption.detail": "Microsoft Teams に埋め込まれた Teams 対応の Web ページ",
|
|
273
268
|
"core.DashboardOption.label": "ダッシュボード",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "機能ソースがプロジェクトに正常に追加されました。",
|
|
477
472
|
"core.addKnowledge.success": "機能ソースがプロジェクトに正常に追加されました。\"%s\" でエージェント マニフェストを表示します。",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "エージェント マニフェストの表示",
|
|
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": "次の問題が検出されました:\n%s",
|
|
480
478
|
"core.addPlugin.warning.manifestVariables": "追加されたプラグインのマニフェストに環境変数 \"%s\" 見つかりました。値が .env ファイルまたはシステム環境変数に設定されていることを確認してください。",
|
|
481
479
|
"core.addPlugin.warning.apiSpecVariables": "追加されたプラグインの API 仕様に環境変数 \"%s\" 見つかりました。値が .env ファイルまたはシステム環境変数に設定されていることを確認してください。",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "アプリを発行しています...",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "必要な Developer Portal API は GCC H および DoD ではまだ利用できないため、%s をスキップしています。",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "必要な Developer Portal API は GCC H および DoD ではまだ利用できないため、%s をスキップしています。Teams 管理センターに手動でアップロードしてください。",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "必要な開発者ポータルAPI は GCC H および DoD ではまだ利用できないため、%s をスキップしています。アプリ ID はローカルで生成されます。",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "検証要求を送信しています...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "検証要求が送信されました。状態: %s。結果の準備ができたら通知されます。[開発者ポータル](%s) ですべての検証レコードを確認できます。",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "検証は現在進行中です。後で送信してください。この既存の検証は、[開発者ポータル](%s) で確認できます。",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "ID %s のアプリが開発者ポータルに存在しません。",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "アプリ ID %s が無効です。GUID である必要があります。",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s が無効です。manifest.jsonまたはそのサブディレクトリと同じディレクトリに存在する必要があります。",
|
|
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": "dev.botframework.com でボット登録を作成または更新します",
|
|
886
886
|
"driver.botFramework.summary.create": "ボットの登録が正常に作成されました (%s)。",
|
|
887
887
|
"driver.botFramework.summary.update": "ボットの登録が正常に更新されました (%s)。",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "スコープの形式が無効です。有効なスコープを入力してください。例: scope1: scope1 の説明; scope2: scope2 の説明",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "認証名を空にすることはできません。",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "独自の Microsoft Entra アプリを使用している場合は、次の手順を実行してください: 1.Microsoft Entra アプリのアプリケーション ID URI を %s に更新します。2.Microsoft Entra アプリのリダイレクト URI に %s を追加します。",
|
|
1047
|
+
"driver.dcr.description.create": "MCP サーバー認証用に、開発者ポータルで動的クライアント登録 (DCR) 構成を作成します。",
|
|
1048
|
+
"driver.dcr.title.create": "DCR 構成を作成しています...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "環境変数 %s が存在します。DCR 構成の作成をスキップします。",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "ID %s の DCR 構成が正常に作成されました。",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "DCR 構成名が長すぎます。最大文字数は 128 文字です。",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "wellKnownAuthorizationServer URL が無効です。認可サーバーの RFC 8414 メタデータ ドキュメントへの有効な HTTPS URL を指定してください。",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "Web コンテンツ",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "コンテンツを検索するサイトの絶対 URL を入力します。",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "無効な Web コンテンツです。有効な URL を指定してください。",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "TypeSpec のコンパイルに失敗しました。コンパイラが報告したエラーを修正してから、もう一度お試しください。コンパイラの出力:\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "ファイルをコンパイルして生成しています...",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "この操作を実行すると、既存のマニフェスト ファイルが上書きされ、元に戻すことはできません。既存のデータを保持するには、続行する前にバックアップしてください。新しいコンテンツを追加しますか?",
|
|
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": "次の理由により、Node.js をインストールできません: %s。https://nodejs.org から手動でインストールし、Visual Studio Code を再起動してください。",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "NodeJS のインストール",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "システム環境で NodeJS を確認しています",
|
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
"core.addApi.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder, \"%s\" and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
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.",
|
|
5
7
|
"core.addApi.continue": "Add",
|
|
6
8
|
"core.regenerateApi.continue": "Regenerate",
|
|
7
9
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
8
10
|
"core.addKnowledge.continue": "Add",
|
|
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.",
|
|
9
14
|
"core.setSensitivityLabel.confirm": "Teams Toolkit will modify the file \"%s\" based on the sensitivity label you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
10
15
|
"core.setSensitivityLabel.continue": "Set",
|
|
11
16
|
"core.provision.provision": "Provision",
|
|
@@ -26,8 +31,6 @@
|
|
|
26
31
|
"core.option.deploy": "Deploy",
|
|
27
32
|
"core.option.confirm": "Confirm",
|
|
28
33
|
"core.option.learnMore": "More info",
|
|
29
|
-
"core.option.upgrade": "Upgrade",
|
|
30
|
-
"core.option.moreInfo": "More Info",
|
|
31
34
|
"core.progress.create": "Create",
|
|
32
35
|
"core.progress.createFromTemplate": "App template download in progress...",
|
|
33
36
|
"core.progress.createFromSample": "Sample %s download in progress...",
|
|
@@ -38,17 +41,8 @@
|
|
|
38
41
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
39
42
|
"core.progress.runCommand": "Run command %s at %s",
|
|
40
43
|
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Microsoft 365 Agents Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Microsoft 365 Agents Toolkit for Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit for Visual Studio v17.3. Please install 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 and run upgrade first.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Microsoft 365 Agents Toolkit for Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit for Visual Studio v17.3. Please install 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 and run upgrade first.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
|
|
44
|
+
"core.migrationV3.abandonedProject": "This project version is not supported and cannot be upgraded. Please create a new project with Microsoft 365 Agents Toolkit.",
|
|
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.",
|
|
52
46
|
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
53
47
|
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
54
48
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
@@ -244,6 +238,7 @@
|
|
|
244
238
|
"error.generator.TemplateNotFoundError": "Unable to find template: %s.",
|
|
245
239
|
"error.generator.SampleNotFoundError": "Unable to find sample: %s.",
|
|
246
240
|
"error.generator.UnzipError": "Unable to extract templates and save them to disk.",
|
|
241
|
+
"error.generator.TemplateOutputPathError": "Template entry %s resolves outside the destination directory.",
|
|
247
242
|
"error.generator.MissKeyError": "Unable to find key %s",
|
|
248
243
|
"error.generator.FileConflictError": "File conflict at %s",
|
|
249
244
|
"error.generator.FetchSampleInfoError": "Unable to fetch sample info",
|
|
@@ -276,6 +271,7 @@
|
|
|
276
271
|
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
277
272
|
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
|
|
278
273
|
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
274
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "The selected Office Add-in project at '%s' appears to be a manifest-only project (no 'package.json' was found). Manifest-only projects cannot be imported. Please select a complete Office Add-in project that includes 'package.json' and 'webpack.config.js'.",
|
|
279
275
|
"core.TabOption.description": "UI-based app",
|
|
280
276
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
281
277
|
"core.DashboardOption.label": "Dashboard",
|
|
@@ -326,6 +322,9 @@
|
|
|
326
322
|
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
327
323
|
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
328
324
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
|
|
325
|
+
"template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
|
|
326
|
+
"template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
|
|
327
|
+
"template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
|
|
329
328
|
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
|
|
330
329
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
331
330
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
@@ -484,6 +483,9 @@
|
|
|
484
483
|
"core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
|
|
485
484
|
"core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
|
|
486
485
|
"core.addKnowledge.success.viewAgentManifest": "View agent manifest",
|
|
486
|
+
"core.addSkill.success.vsc": "Agent skill added to the project successfully.",
|
|
487
|
+
"core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
|
|
488
|
+
"core.addSkill.success.viewAgentManifest": "View agent manifest",
|
|
487
489
|
"core.scaffold.warning.summary": "We have detected following issues:\n%s",
|
|
488
490
|
"core.addPlugin.warning.manifestVariables": "Environment variables \"%s\" found in manifest of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
489
491
|
"core.addPlugin.warning.apiSpecVariables": "Environment variables \"%s\" found in API specification of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
@@ -893,6 +895,8 @@
|
|
|
893
895
|
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
894
896
|
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
895
897
|
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
898
|
+
"error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
|
|
899
|
+
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
896
900
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
897
901
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
898
902
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
@@ -1055,6 +1059,12 @@
|
|
|
1055
1059
|
"core.oauthScopeQuestion.validation.scope": "Invalid scope format. Please enter a valid scope. Samle: scope1: description for scope1; scope2: description for scope2",
|
|
1056
1060
|
"core.authNameQuestion.validation.empty": "Auth name cannot be empty.",
|
|
1057
1061
|
"driver.oauth.microsoftEntraWarning": "If you are using your own Microsoft Entra app, please: 1. Update the application id uri of your Microsoft Entra app to %s, 2. Add %s to redirect uri of your Microsoft Entra app.",
|
|
1062
|
+
"driver.dcr.description.create": "Create a Dynamic Client Registration (DCR) configuration on Developer Portal for MCP server authentication.",
|
|
1063
|
+
"driver.dcr.title.create": "Creating DCR configuration...",
|
|
1064
|
+
"driver.dcr.log.skipCreateDcr": "Environment variable %s exists. Skip creating DCR configuration.",
|
|
1065
|
+
"driver.dcr.log.successCreateDcr": "DCR configuration created successfully with id %s!",
|
|
1066
|
+
"driver.dcr.error.nameTooLong": "The DCR configuration name is too long. The maximum character length is 128.",
|
|
1067
|
+
"driver.dcr.error.wellKnownInvalid": "The wellKnownAuthorizationServer URL is invalid. Please provide a valid HTTPS URL to the authorization server's RFC 8414 metadata document.",
|
|
1058
1068
|
"core.addKnowledgeQuestion.webContent.title": "Web Content",
|
|
1059
1069
|
"core.addKnowledgeQuestion.webContent.placeholder": "Enter an absolute URL to a site to be searched for content.",
|
|
1060
1070
|
"core.addKnowledgeQuestion.invalidWebContent.message": "Invalid web content. Please provide a valid URL.",
|
|
@@ -1069,6 +1079,28 @@
|
|
|
1069
1079
|
"driver.typespec.error.compileError": "TypeSpec compilation failed. Please fix the errors reported by the compiler and try again. Compiler output:\n%s",
|
|
1070
1080
|
"driver.typeSpec.progressBar": "Compiling and generating files...",
|
|
1071
1081
|
"core.addKnowledge.doubleConfirm": "Performing this action will overwrite your existing manifest file and can't be undone. To keep your existing data, please back it up before proceeding. Would you like to add new content?",
|
|
1082
|
+
"core.addSkillQuestion.name.title": "Skill Name",
|
|
1083
|
+
"core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
|
|
1084
|
+
"core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
|
|
1085
|
+
"core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
|
|
1086
|
+
"core.addSkillQuestion.description.title": "Skill Description",
|
|
1087
|
+
"core.addSkillQuestion.description.placeholder": "Describe what this skill does",
|
|
1088
|
+
"core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
|
|
1089
|
+
"core.addSkillQuestion.sourceType.new": "Create a new skill",
|
|
1090
|
+
"core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
|
|
1091
|
+
"core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
|
|
1092
|
+
"core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
|
|
1093
|
+
"core.addSkillQuestion.zipFile.title": "Select a skill zip file",
|
|
1094
|
+
"core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
|
|
1095
|
+
"core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
|
|
1096
|
+
"core.addSkillQuestion.exposeToCopilot.yes": "Yes",
|
|
1097
|
+
"core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
|
|
1098
|
+
"core.addSkillQuestion.exposeToCopilot.no": "No",
|
|
1099
|
+
"core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
|
|
1100
|
+
"core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
|
|
1101
|
+
"core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
|
|
1102
|
+
"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.",
|
|
1103
|
+
"core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
|
|
1072
1104
|
"error.dep.InstallNodeJSError": "Unable to install Node.js for reason: %s. Please install it manually from https://nodejs.org and restart Visual Studio Code.",
|
|
1073
1105
|
"action.devTool.nodeInstaller.Progress.title": "Install NodeJS",
|
|
1074
1106
|
"action.devTool.nodeInstaller.Progress1": "Checking NodeJS in system environment",
|
|
@@ -1096,7 +1128,24 @@
|
|
|
1096
1128
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Select Operation(s) Copilot can interact with",
|
|
1097
1129
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Select Authentication Type",
|
|
1098
1130
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (with static registration)",
|
|
1131
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuth.Detail": "Use a pre-registered OAuth client. The toolkit will ask for client id, client secret, and optional scopes.",
|
|
1132
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic": "OAuth (with dynamic registration)",
|
|
1133
|
+
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic.Detail": "MCP server registers a client at runtime; no extra details needed.",
|
|
1099
1134
|
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
|
|
1135
|
+
"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.",
|
|
1136
|
+
"core.createProjectQuestion.mcpForDa.Auth.None": "None",
|
|
1137
|
+
"core.createProjectQuestion.mcpForDa.Auth.None.Detail": "The MCP server does not require authentication.",
|
|
1138
|
+
"core.createProjectQuestion.mcpForDa.ClientId.title": "OAuth Client ID",
|
|
1139
|
+
"core.createProjectQuestion.mcpForDa.ClientId.placeholder": "Enter the OAuth client ID issued by your authorization server",
|
|
1140
|
+
"core.createProjectQuestion.mcpForDa.ClientId.required": "OAuth Client ID is required.",
|
|
1141
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.title": "OAuth Client Secret",
|
|
1142
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.placeholder": "Enter the OAuth client secret issued by your authorization server",
|
|
1143
|
+
"core.createProjectQuestion.mcpForDa.ClientSecret.required": "OAuth Client Secret is required.",
|
|
1144
|
+
"core.createProjectQuestion.mcpForDa.Scopes.title": "OAuth Scopes (optional)",
|
|
1145
|
+
"core.createProjectQuestion.mcpForDa.Scopes.placeholder": "Space-separated OAuth scopes, e.g. 'read:user repo'",
|
|
1146
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.title": "Microsoft Entra Application (Client) ID",
|
|
1147
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.placeholder": "Enter the Application (client) ID of your Microsoft Entra app registration",
|
|
1148
|
+
"core.createProjectQuestion.mcpForDa.EntraClientId.required": "Microsoft Entra Application (Client) ID is required.",
|
|
1100
1149
|
"core.createProjectQuestion.mcpForDa.File.title": "Select the action manifest you want to update",
|
|
1101
1150
|
"core.createProjectQuestion.mcpForDa.File.createNew.label": "Create a new ai-plugin.json",
|
|
1102
1151
|
"core.createProjectQuestion.mcpForDa.File.createNew.title": "Name the new action manifest file",
|
|
@@ -1115,6 +1164,7 @@
|
|
|
1115
1164
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "At least one MCP server must be selected",
|
|
1116
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.",
|
|
1117
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",
|
|
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.",
|
|
1118
1168
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Unable to find the authentication metadata from property \"resource_metadata\" from response of the MCP server.",
|
|
1119
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.",
|
|
1120
1170
|
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server.",
|
|
@@ -1127,7 +1177,7 @@
|
|
|
1127
1177
|
"core.MCPForDA.preFetchToolsNotFound": "No tool definitions found. The project will use dynamic tool discovery.",
|
|
1128
1178
|
"core.MCPForDA.pluginManifestNotFound": "ai-plugin.json not found at: %s",
|
|
1129
1179
|
"core.MCPForDA.missingServerUrl": "The --mcp-da-server-url option is required when --api-plugin-type is mcp.",
|
|
1130
|
-
"core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use
|
|
1180
|
+
"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.",
|
|
1131
1181
|
"core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n %s",
|
|
1132
1182
|
"core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n %s",
|
|
1133
1183
|
"core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n %s",
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"core.regenerateApi.continue": "다시 생성",
|
|
7
7
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit는 사용자가 제공한 기능 원본에 따라 \"%s\" 폴더의 파일을 수정합니다. 예기치 않은 변경 내용이 손실되지 않도록 하려면 계속하기 전에 파일을 백업하거나 변경 내용 추적에 git을 사용합니다.",
|
|
8
8
|
"core.addKnowledge.continue": "추가",
|
|
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 도구 키트는 사용자가 제공한 민감도 레이블에 따라 \"%s\" 파일을 수정합니다. 예기치 않은 변경 내용의 손실을 방지하려면 진행하기 전에 파일을 백업하거나 변경 내용 추적을 위해 git을 사용하세요.",
|
|
10
13
|
"core.setSensitivityLabel.continue": "설정",
|
|
11
14
|
"core.provision.provision": "프로비전",
|
|
@@ -26,8 +29,6 @@
|
|
|
26
29
|
"core.option.deploy": "배포",
|
|
27
30
|
"core.option.confirm": "확인",
|
|
28
31
|
"core.option.learnMore": "자세한 정보",
|
|
29
|
-
"core.option.upgrade": "업그레이드",
|
|
30
|
-
"core.option.moreInfo": "추가 정보",
|
|
31
32
|
"core.progress.create": "만들기",
|
|
32
33
|
"core.progress.createFromTemplate": "앱 템플릿 다운로드 진행 중...",
|
|
33
34
|
"core.progress.createFromSample": "샘플 %s 다운로드 진행 중...",
|
|
@@ -38,17 +39,8 @@
|
|
|
38
39
|
"core.progress.configureAzureStorage": "Azure Storage를 구성하고 정적 웹 사이트 설정을 활성화합니다.",
|
|
39
40
|
"core.progress.runCommand": "%s에서 %s 명령 실행",
|
|
40
41
|
"core.progress.deployToAzure": "%s을(를) %s에 배포합니다.",
|
|
41
|
-
"core.migrationV3.
|
|
42
|
-
"core.migrationV3.
|
|
43
|
-
"core.migrationV3.VS.Message": "최신 Microsoft 365 Agents Toolkit 버전과 호환되도록 솔루션을 업그레이드합니다. 업그레이드 보고서가 포함된 백업 디렉터리가 생성됩니다.",
|
|
44
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json이 없습니다. Visual Studio Code v3.x용 Microsoft 365 Agents Toolkit/ Microsoft 365 Agents Toolkit CLI v0.x/ Visual Studio v17.3용 Microsoft 365 Agents Toolkit에서 만든 프로젝트를 업그레이드하려고 할 수 있습니다. Visual Studio Code v4.x용 Microsoft 365 Agents Toolkit/ Microsoft 365 Agents Toolkit CLI v1.x/ Visual Studio v17.4용 Microsoft 365 Agents Toolkit를 설치하고 업그레이드를 먼저 실행하세요.",
|
|
45
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json이 없습니다. Visual Studio Code v3.x용 Microsoft 365 Agents Toolkit/ Microsoft 365 Agents Toolkit CLI v0.x/ Visual Studio v17.3용 Microsoft 365 Agents Toolkit에서 만든 프로젝트를 업그레이드하려고 할 수 있습니다. Visual Studio Code v4.x용 Microsoft 365 Agents Toolkit/ Microsoft 365 Agents Toolkit CLI v1.x/ Visual Studio v17.4용 Microsoft 365 Agents Toolkit를 설치하고 업그레이드를 먼저 실행하세요.",
|
|
46
|
-
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json이 잘못되었습니다.",
|
|
47
|
-
"core.migrationV3.abandonedProject": "이 프로젝트는 미리 보기 전용이며 Microsoft 365 Agents Toolkit에서 지원되지 않습니다. 새 프로젝트를 만들어 Microsoft 365 Agents Toolkit를 사용해 보세요.",
|
|
48
|
-
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit의 시험판 버전은 새 프로젝트 구성을 지원하며 이전 버전과 호환되지 않습니다. 새 프로젝트를 만들어 시도하거나 \"teamsapp 업그레이드\"를 실행하여 프로젝트를 먼저 업그레이드합니다.",
|
|
49
|
-
"core.projectVersionChecker.cliUseNewVersion": "기존 Microsoft 365 Agents Toolkit CLI 버전은 현재 프로젝트를 지원하지 않습니다. 아래 명령을 사용하여 최신 버전으로 업그레이드하세요.\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
50
|
-
"core.projectVersionChecker.incompatibleProject": "현재 프로젝트가 설치된 버전의 Microsoft 365 Agents Toolkit와 호환되지 않습니다.",
|
|
51
|
-
"core.projectVersionChecker.vs.incompatibleProject": "솔루션의 프로젝트는 Microsoft 365 Agents Toolkit 미리 보기 기능인 앱 구성 개선 사항으로 만들어집니다. 계속하려면 미리 보기 기능을 켤 수 있습니다.",
|
|
42
|
+
"core.migrationV3.abandonedProject": "이 프로젝트 버전은 지원되지 않으며 업그레이드할 수 없습니다. Microsoft 365 에이전트 도구 키트를 사용하여 새 프로젝트를 만드세요.",
|
|
43
|
+
"core.migrationV3.notAllowedMigration": "이 프로젝트는 업그레이드할 수 있습니다. 프로젝트를 업그레이드하려면 VS Code용 Microsoft 365 에이전트 도구 키트 v6.10 또는 Microsoft 365 Agents Toolkit CLI v1.1.11을 사용하세요.",
|
|
52
44
|
"core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
|
|
53
45
|
"core.collaboration.ListCollaboratorsSuccess": "앱 소유자 목록이 작성되었습니다. [출력 패널](%s)에서 볼 수 있습니다.",
|
|
54
46
|
"core.collaboration.GrantingPermission": "권한 부여 중",
|
|
@@ -198,6 +190,7 @@
|
|
|
198
190
|
"error.appstudio.teamsAppUpdateFailed": "%s(으)로 인해 개발자 포털에서 ID가 %s인 앱을 업데이트할 수 없습니다.",
|
|
199
191
|
"error.appstudio.apiFailed": "개발자 포털 API를 호출할 수 없습니다. 자세한 내용은 [Output panel](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
200
192
|
"error.appstudio.apiFailed.telemetry": "%s, %s, API 이름: %s, X-상관 관계 ID: %s 개발자 포털 API 호출을 수행할 수 없습니다.",
|
|
193
|
+
"error.teamsGraph.apiFailed": "Teams Graph에 대한 API 호출을 수행할 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
201
194
|
"error.appstudio.apiFailed.reason.common": "일시적인 서비스 오류 때문일 수 있습니다. 몇 분 후에 다시 시도하세요.",
|
|
202
195
|
"error.appstudio.apiFailed.name.common": "API 실패",
|
|
203
196
|
"error.appstudio.authServiceApiFailed": "%s, %s, 요청 경로: %s 개발자 포털 API를 호출할 수 없습니다.",
|
|
@@ -236,6 +229,7 @@
|
|
|
236
229
|
"error.generator.TemplateNotFoundError": "템플릿 %s을(를) 찾을 수 없습니다.",
|
|
237
230
|
"error.generator.SampleNotFoundError": "샘플 %s을(를) 찾을 수 없습니다.",
|
|
238
231
|
"error.generator.UnzipError": "템플릿을 추출하여 디스크에 저장할 수 없습니다.",
|
|
232
|
+
"error.generator.TemplateOutputPathError": "템플릿 항목 %s은(는) 대상 디렉터리 밖에 있습니다.",
|
|
239
233
|
"error.generator.MissKeyError": "키 %s을(를) 찾을 수 없습니다.",
|
|
240
234
|
"error.generator.FileConflictError": "%s에서 파일 충돌",
|
|
241
235
|
"error.generator.FetchSampleInfoError": "샘플 정보를 가져올 수 없습니다.",
|
|
@@ -268,6 +262,7 @@
|
|
|
268
262
|
"core.generator.officeAddin.importProject.convertProject": "프로젝트를 변환하는 중...",
|
|
269
263
|
"core.generator.officeAddin.importProject.updateManifest": "매니페스트를 수정하는 중...",
|
|
270
264
|
"core.generator.officeAddin.importOfficeProject.title": "기존 Office 추가 기능 프로젝트를 가져오는 중",
|
|
265
|
+
"core.generator.officeAddin.importProject.manifestOnlyNotSupported": "'%s'에서 선택한 Office 추가 기능 프로젝트는 매니페스트 전용 프로젝트인 것 같습니다. ('package.json'을 찾을 수 없습니다.) 매니페스트 전용 프로젝트는 가져올 수 없습니다. 'package.json'과 'webpack.config.js'가 포함된 완전한 Office 추가 기능 프로젝트를 선택하세요.",
|
|
271
266
|
"core.TabOption.description": "UI 기반 앱",
|
|
272
267
|
"core.TabOption.detail": "Microsoft Teams에 포함된 Teams 인식 웹 페이지",
|
|
273
268
|
"core.DashboardOption.label": "대시보드",
|
|
@@ -476,6 +471,9 @@
|
|
|
476
471
|
"core.addKnowledge.success.vsc": "프로젝트에 기능 원본이 추가되었습니다.",
|
|
477
472
|
"core.addKnowledge.success": "프로젝트에 기능 원본이 추가되었습니다. \"%s\"에서 에이전트 매니페스트를 확인하세요.",
|
|
478
473
|
"core.addKnowledge.success.viewAgentManifest": "에이전트 매니페스트 보기",
|
|
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": "다음 문제를 발견했습니다.\n%s",
|
|
480
478
|
"core.addPlugin.warning.manifestVariables": "추가된 플러그 인의 매니페스트에서 환경 변수를 찾을 \"%s\". 값이 .env 파일 또는 시스템 환경 변수에 설정되어 있는지 확인하세요.",
|
|
481
479
|
"core.addPlugin.warning.apiSpecVariables": "추가된 플러그 인의 API 사양에서 환경 변수를 찾을 \"%s\". 값이 .env 파일 또는 시스템 환경 변수에 설정되어 있는지 확인하세요.",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "앱 게시 중...",
|
|
850
848
|
"driver.teamsApp.warning.unsupportedCloud": "필요한 개발자 포털 API가 GCC H 및 DoD에서 아직 제공되지 않아 %s을(를) 건너뜁니다.",
|
|
851
849
|
"driver.teamsApp.warning.publishUnsupportedCloud": "필요한 개발자 포털 API가 GCC H 및 DoD에서 아직 제공되지 않아 %s을(를) 건너뜁니다. Teams 관리 센터에 수동으로 업로드하세요.",
|
|
852
|
-
"driver.teamsApp.warning.createUnsupportedCloud": "필요한 개발자 포털 API가 GCC H 및 DoD에서 아직 제공되지 않아 %s을(를) 건너뜁니다. 앱 ID는
|
|
850
|
+
"driver.teamsApp.warning.createUnsupportedCloud": "필요한 개발자 포털 API가 GCC H 및 DoD에서 아직 제공되지 않아 %s을(를) 건너뜁니다. 앱 ID는 로컬로 생성됩니다.",
|
|
853
851
|
"driver.teamsApp.progressBar.validateWithTestCases": "유효성 검사 요청을 제출하는 중...",
|
|
854
852
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "유효성 검사 요청이 제출되었습니다. 상태: %s. 결과가 준비되면 알림을 받거나 [개발자 포털](%s)에서 모든 유효성 검사 기록을 확인할 수 있습니다.",
|
|
855
853
|
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "현재 유효성 검사가 진행 중입니다. 나중에 제출하세요. [개발자 포털](%s)에서 이 기존 유효성 검사를 찾을 수 있습니다.",
|
|
@@ -882,6 +880,8 @@
|
|
|
882
880
|
"error.teamsApp.AppIdNotExistError": "ID가 %s인 앱이 개발자 포털에 없습니다.",
|
|
883
881
|
"error.teamsApp.InvalidAppIdError": "앱 ID %s이(가) 잘못되었습니다. GUID여야 합니다.",
|
|
884
882
|
"error.teamsApp.createAppPackage.invalidFile": "%s 잘못되었습니다. manifest.json 또는 하위 디렉터리와 같은 디렉터리에 있어야 합니다.",
|
|
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": "dev.botframework.com에서 봇 등록을 만들거나 업데이트합니다.",
|
|
886
886
|
"driver.botFramework.summary.create": "봇 등록을 만들었습니다(%s).",
|
|
887
887
|
"driver.botFramework.summary.update": "봇 등록이 업데이트되었습니다(%s).",
|
|
@@ -1044,6 +1044,12 @@
|
|
|
1044
1044
|
"core.oauthScopeQuestion.validation.scope": "범위 형식이 잘못되었습니다. 올바른 범위를 입력하세요. 예: scope1: scope1에 대한 설명; scope2: scope2에 대한 설명",
|
|
1045
1045
|
"core.authNameQuestion.validation.empty": "인증 이름은 비워 둘 수 없습니다.",
|
|
1046
1046
|
"driver.oauth.microsoftEntraWarning": "고유한 Microsoft Entra 앱을 사용하는 경우 다음을 수행하세요. 1. Microsoft Entra 앱의 애플리케이션 ID URI를 %s(으)로 업데이트하세요. 2 Microsoft Entra 앱의 리디렉션 URI에 %s을(를) 추가합니다.",
|
|
1047
|
+
"driver.dcr.description.create": "MCP 서버 인증을 위한 개발자 포털 DCR(동적 클라이언트 등록) 구성을 만듭니다.",
|
|
1048
|
+
"driver.dcr.title.create": "DCR 구성을 만드는 중...",
|
|
1049
|
+
"driver.dcr.log.skipCreateDcr": "환경 변수 %s이(가) 존재합니다. DCR 구성 만들기를 건너뜁니다.",
|
|
1050
|
+
"driver.dcr.log.successCreateDcr": "ID가 %s인 DCR 구성을 성공적으로 만들었습니다!",
|
|
1051
|
+
"driver.dcr.error.nameTooLong": "DCR 구성 이름이 너무 깁니다. 최대 문자 수는 128자입니다.",
|
|
1052
|
+
"driver.dcr.error.wellKnownInvalid": "wellKnownAuthorizationServer URL이 잘못되었습니다. 권한 부여 서버의 RFC 8414 메타데이터 문서에 유효한 HTTPS URL을 제공하세요.",
|
|
1047
1053
|
"core.addKnowledgeQuestion.webContent.title": "웹 콘텐츠",
|
|
1048
1054
|
"core.addKnowledgeQuestion.webContent.placeholder": "콘텐츠를 검색할 사이트의 절대 URL을 입력하세요.",
|
|
1049
1055
|
"core.addKnowledgeQuestion.invalidWebContent.message": "잘못된 웹 콘텐츠입니다. 유효한 URL을 입력하세요.",
|
|
@@ -1058,6 +1064,28 @@
|
|
|
1058
1064
|
"driver.typespec.error.compileError": "TypeSpec 컴파일에 실패했습니다. 컴파일러에서 보고한 오류를 수정하고 다시 시도하세요. 컴파일러 출력:\n%s",
|
|
1059
1065
|
"driver.typeSpec.progressBar": "파일 컴파일 및 생성 중...",
|
|
1060
1066
|
"core.addKnowledge.doubleConfirm": "이 작업을 수행하면 기존 매니페스트 파일을 덮어쓰게 되며 실행 취소할 수 없습니다. 기존 데이터를 유지하려면 계속하기 전에 백업하세요. 새 콘텐츠를 추가하시겠습니까?",
|
|
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": "다음 이유로 Node.js를 설치할 수 없습니다. %s. https://nodejs.org에서 수동으로 설치하고 Visual Studio Code를 다시 시작하세요.",
|
|
1062
1090
|
"action.devTool.nodeInstaller.Progress.title": "NodeJS 설치",
|
|
1063
1091
|
"action.devTool.nodeInstaller.Progress1": "시스템 환경에서 NodeJS를 확인하는 중입니다.",
|