@microsoft/teamsfx-core 3.0.0-alpha.09e5fe9da.0 → 3.0.0-alpha.0fa12bc9d.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/graphClient.d.ts +13 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +140 -1
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts +6 -0
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts.map +1 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js +5 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js.map +1 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.d.ts +5 -2
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +152 -59
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -10
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -10
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/kiotaClient.d.ts +2 -2
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +13 -1
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +7 -6
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +4 -3
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/telemetry.d.ts +2 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +4 -0
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +5 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +33 -10
- package/build/common/versionMetadata.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/constant.d.ts +2 -1
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +1 -0
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +16 -15
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/aad/permissions/permissions.json +1009 -1009
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +3 -2
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
- package/build/component/driver/devChannel/errors.d.ts +5 -0
- package/build/component/driver/devChannel/errors.d.ts.map +1 -0
- package/build/component/driver/devChannel/errors.js +19 -0
- package/build/component/driver/devChannel/errors.js.map +1 -0
- package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
- package/build/component/driver/devChannel/installApp.js +7 -0
- package/build/component/driver/devChannel/installApp.js.map +1 -1
- package/build/component/driver/devTool/installDriver.js +1 -1
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/share/utils.js +1 -1
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +1 -1
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +23 -10
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +1 -1
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +4 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +43 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +44 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +122 -30
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +3 -2
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +3 -2
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +13 -14
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +4 -9
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts +18 -0
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -0
- package/build/component/generator/combinedProject/generator.js +78 -0
- package/build/component/generator/combinedProject/generator.js.map +1 -0
- package/build/component/generator/declarativeAgent/generator.d.ts +0 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +2 -43
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +3 -3
- 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 +5 -1
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -4
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +1 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +2 -2
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +11 -0
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +28 -25
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +3 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/{cea.js → agentForTeams.js} +3 -9
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -0
- package/build/component/generator/templates/metadata/{cea.d.ts → customEngineAgent.d.ts} +1 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js +39 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -0
- package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/da.js +6 -0
- package/build/component/generator/templates/metadata/da.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +7 -4
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateInfo.d.ts +1 -0
- package/build/component/generator/templates/templateInfo.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +3 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +5 -2
- 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 +2 -0
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +2 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +50 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/local/constants.d.ts +1 -0
- package/build/component/local/constants.d.ts.map +1 -1
- package/build/component/local/constants.js +1 -0
- package/build/component/local/constants.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts +3 -3
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +12 -12
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +4 -2
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +8 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +156 -24
- package/build/core/FxCore.js.map +1 -1
- package/build/core/environment.d.ts +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +11 -10
- package/build/core/environment.js.map +1 -1
- package/build/core/environmentName.d.ts +2 -0
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +5 -1
- package/build/core/environmentName.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +2 -2
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +2 -1
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/core/middleware/utils/v3MigrationUtils.js +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +71 -12
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +12 -10
- package/build/index.d.ts.map +1 -1
- package/build/index.js +28 -15
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -204
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -681
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +5 -10
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +237 -604
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -4
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts +2 -2
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts.map +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -1
- package/build/question/options/AddKnowledgeOptions.js +4 -4
- package/build/question/options/AddKnowledgeOptions.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +2 -2
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.js +1 -1
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +1 -1
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +1 -1
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +2 -2
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -1
- package/build/question/options/SyncManifestOptions.js +1 -1
- package/build/question/options/SyncManifestOptions.js.map +1 -1
- package/build/question/options/ValidateTeamsAppOptions.js +2 -2
- package/build/question/options/ValidateTeamsAppOptions.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 +46 -25
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +18 -10
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +13 -2
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +84 -20
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +10 -9
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +30 -35
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.d.ts → agentForTeamsNode.d.ts} +2 -2
- package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.js → agentForTeamsNode.js} +18 -18
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -0
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +17 -51
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +67 -31
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +3 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js +30 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -0
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +17 -12
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +11 -2
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +12 -2
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +110 -62
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/utils.d.ts +3 -0
- package/build/question/utils.d.ts.map +1 -0
- package/build/question/utils.js +13 -0
- package/build/question/utils.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +25 -41
- package/build/ui/visitor.js.map +1 -1
- package/package.json +9 -6
- package/resource/package.nls.cs.json +153 -124
- package/resource/package.nls.de.json +153 -124
- package/resource/package.nls.es.json +153 -124
- package/resource/package.nls.fr.json +153 -124
- package/resource/package.nls.it.json +153 -124
- package/resource/package.nls.ja.json +153 -124
- package/resource/package.nls.json +131 -113
- package/resource/package.nls.ko.json +153 -124
- package/resource/package.nls.pl.json +153 -124
- package/resource/package.nls.pt-BR.json +153 -124
- package/resource/package.nls.ru.json +153 -124
- package/resource/package.nls.tr.json +153 -124
- package/resource/package.nls.zh-Hans.json +153 -124
- package/resource/package.nls.zh-Hant.json +153 -124
- package/resource/yaml-schema/v1.8/yaml.schema.json +34 -34
- package/resource/yaml-schema/yaml.schema.json +34 -34
- 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/plugins/resource/aad/auth/bot/README.md +5 -5
- package/templates/plugins/resource/aad/auth/bot/README.txt +3 -3
- package/templates/plugins/resource/aad/auth/tab/README.md +2 -2
- package/templates/plugins/resource/aad/auth/tab/README.txt +2 -2
- package/build/client/graphAPIClient.d.ts +0 -19
- package/build/client/graphAPIClient.d.ts.map +0 -1
- package/build/client/graphAPIClient.js +0 -128
- package/build/client/graphAPIClient.js.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
- package/build/component/generator/templates/metadata/cea.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/cea.js.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.d.ts.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.js.map +0 -1
|
@@ -3,6 +3,7 @@
|
|
|
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
5
|
"core.addApi.continue": "Add",
|
|
6
|
+
"core.regenerateApi.continue": "Regenerate",
|
|
6
7
|
"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.",
|
|
7
8
|
"core.addKnowledge.continue": "Add",
|
|
8
9
|
"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.",
|
|
@@ -43,11 +44,11 @@
|
|
|
43
44
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
44
45
|
"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",
|
|
45
46
|
"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.",
|
|
46
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
47
|
+
"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",
|
|
47
48
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
48
|
-
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature -
|
|
49
|
+
"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.",
|
|
49
50
|
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
50
|
-
"core.collaboration.ListCollaboratorsSuccess": "List of
|
|
51
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
51
52
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
52
53
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
|
|
53
54
|
"core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
|
|
@@ -59,18 +60,18 @@
|
|
|
59
60
|
"core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
|
|
60
61
|
"core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
|
|
61
62
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
62
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all
|
|
63
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
63
64
|
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
64
|
-
"core.collaboration.M365TeamsAppId": "
|
|
65
|
+
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
65
66
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
66
|
-
"core.collaboration.TeamsAppOwner": "
|
|
67
|
+
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
67
68
|
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
68
69
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
69
70
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
70
71
|
"core.collaboration.Undefined": "undefined",
|
|
71
72
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
72
73
|
"core.collaboration.Permission": ", Permission: ",
|
|
73
|
-
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for
|
|
74
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
74
75
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
75
76
|
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
76
77
|
"plugins.spfx.questions.webpartName.error.duplicate": "The folder %s already exists. Choose a different name for your component.",
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
"suggestions.retryTheCurrentStep": "Retry the current step.",
|
|
138
139
|
"plugins.appstudio.buildSucceedNotice": "Teams package successfully built at [local address](%s).",
|
|
139
140
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams package successfully built at %s.",
|
|
140
|
-
"plugins.appstudio.createPackage.progressBar.message": "Building
|
|
141
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building app package...",
|
|
141
142
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "The static_template in %s for function %s has an invalid file property. It will be deleted and ignored.",
|
|
142
143
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
|
|
143
144
|
"plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "Plugin file: %s - namespace contains underscore(s) and will be removed.",
|
|
@@ -148,10 +149,10 @@
|
|
|
148
149
|
"plugins.appstudio.adminPortal": "Go to admin portal",
|
|
149
150
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
|
|
150
151
|
"plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
|
|
151
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
152
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
153
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "Your
|
|
154
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your
|
|
152
|
+
"plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
|
|
153
|
+
"plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
|
|
154
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
|
|
155
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
|
|
155
156
|
"plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
|
|
156
157
|
"plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
|
|
157
158
|
"plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
|
|
@@ -187,8 +188,8 @@
|
|
|
187
188
|
"error.UnsupportedFileFormat": "Invalid file. Supported format: \"%s\"",
|
|
188
189
|
"error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
189
190
|
"error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
|
|
190
|
-
"error.appstudio.teamsAppCreateFailed": "Unable to create
|
|
191
|
-
"error.appstudio.teamsAppUpdateFailed": "Unable to update
|
|
191
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
|
|
192
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
|
|
192
193
|
"error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
193
194
|
"_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
|
|
194
195
|
"error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s.",
|
|
@@ -196,12 +197,12 @@
|
|
|
196
197
|
"error.appstudio.apiFailed.name.common": "API failed",
|
|
197
198
|
"_error.appstudio.apiFailed.telemetry.comment": "This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
198
199
|
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
199
|
-
"error.appstudio.publishFailed": "Unable to publish
|
|
200
|
+
"error.appstudio.publishFailed": "Unable to publish app with ID %s.",
|
|
200
201
|
"error.appstudio.buildError": "Unable to build Teams Package!",
|
|
201
202
|
"error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
|
|
202
203
|
"error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
|
|
203
204
|
"error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
|
|
204
|
-
"error.appstudio.updateManifestInvalidApp": "Unable to find
|
|
205
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
205
206
|
"error.appstudio.invalidCapability": "Invalid capability: %s",
|
|
206
207
|
"error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
|
|
207
208
|
"error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
|
|
@@ -210,12 +211,12 @@
|
|
|
210
211
|
"error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
|
|
211
212
|
"error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
|
|
212
213
|
"error.appstudio.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
|
|
213
|
-
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load
|
|
214
|
-
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from
|
|
215
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip
|
|
216
|
-
"error.appstudio.teamsAppCreateConflict": "Unable to create
|
|
217
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
218
|
-
"error.appstudio.teamsAppPublishConflict": "Unable to publish
|
|
214
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
|
|
215
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
|
|
216
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
|
|
217
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
218
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
219
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
219
220
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
220
221
|
"_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
|
|
221
222
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
@@ -241,7 +242,7 @@
|
|
|
241
242
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
|
|
242
243
|
"error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
|
|
243
244
|
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
244
|
-
"error.m365.NotExtendedToM365Error": "Unable to extend
|
|
245
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
245
246
|
"error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
|
|
246
247
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
247
248
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
@@ -255,11 +256,8 @@
|
|
|
255
256
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
|
|
256
257
|
"core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Microsoft 365 Agents Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
|
|
257
258
|
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
258
|
-
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
259
|
-
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
|
|
260
259
|
"core.option.tutorial": "Open tutorial",
|
|
261
260
|
"core.option.github": "Open a GitHub guide",
|
|
262
|
-
"core.option.inProduct": "Open an in-product guide",
|
|
263
261
|
"core.TabOption.label": "Tab",
|
|
264
262
|
"core.generator.officeAddin.importProject.copyFiles": "Copying files...",
|
|
265
263
|
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
@@ -309,8 +307,6 @@
|
|
|
309
307
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
310
308
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
311
309
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
312
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
313
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
314
310
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Failed to create the adaptive card for API '%s': %s. Mitigation: Not required but you can manually add it to the adaptiveCards folder.",
|
|
315
311
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
316
312
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
@@ -318,6 +314,12 @@
|
|
|
318
314
|
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
319
315
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
|
|
320
316
|
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
|
|
317
|
+
"core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
|
|
318
|
+
"core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
|
|
319
|
+
"core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
|
|
320
|
+
"core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
|
|
321
|
+
"core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
|
|
322
|
+
"core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
|
|
321
323
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
322
324
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
323
325
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
@@ -330,17 +332,15 @@
|
|
|
330
332
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 application",
|
|
331
333
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
332
334
|
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
|
|
333
|
-
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
|
|
334
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
335
335
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
336
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent
|
|
336
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
|
|
337
337
|
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
|
|
338
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using
|
|
338
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
|
|
339
339
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
340
340
|
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
341
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your
|
|
341
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
342
342
|
"core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
|
|
343
|
-
"core.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
343
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
|
|
344
344
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
|
|
345
345
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
|
|
346
346
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
|
|
@@ -352,20 +352,22 @@
|
|
|
352
352
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
353
353
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
354
354
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
|
|
355
|
-
|
|
356
|
-
"core.createProjectQuestion.capability.
|
|
357
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label":"Search OpenAPI Description Document...",
|
|
355
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "Enter OpenAPI Description Document Location or Open File...",
|
|
356
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Search OpenAPI Description Document...",
|
|
358
357
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Search OpenAPI Description Document",
|
|
359
358
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Input text to search OpenAPI description document",
|
|
360
359
|
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Select OpenAPI Description Document",
|
|
361
|
-
|
|
362
360
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
363
|
-
"core.createProjectQuestion.capability.
|
|
364
|
-
"core.createProjectQuestion.capability.
|
|
361
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
|
|
362
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
363
|
+
"core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
|
|
364
|
+
"core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
365
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
|
|
366
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
365
367
|
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
|
|
366
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "
|
|
367
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "
|
|
368
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "
|
|
368
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
369
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
|
|
370
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
|
|
369
371
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
370
372
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
|
|
371
373
|
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
|
|
@@ -389,8 +391,8 @@
|
|
|
389
391
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Search the web for grounding information.",
|
|
390
392
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive and SharePoint",
|
|
391
393
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Search a user's SharePoint and OneDrive for grounding information.",
|
|
392
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "
|
|
393
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft
|
|
394
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
|
|
395
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
|
|
394
396
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Embedded Knowledge",
|
|
395
397
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Embed files directly as grounding information.",
|
|
396
398
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive or SharePoint Content",
|
|
@@ -417,10 +419,10 @@
|
|
|
417
419
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
418
420
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
419
421
|
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
420
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to
|
|
422
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
421
423
|
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
422
424
|
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
423
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to
|
|
425
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
|
|
424
426
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
425
427
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
426
428
|
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
@@ -438,15 +440,15 @@
|
|
|
438
440
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
439
441
|
"core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
|
|
440
442
|
"core.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
|
|
441
|
-
"core.createProjectQuestion.createApiPlugin.title": "Create
|
|
443
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create an Action",
|
|
442
444
|
"core.createProjectQuestion.addApiPlugin.title": "Add an Action",
|
|
443
445
|
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
|
|
444
446
|
"core.createProjectQuestion.noPlugin.label": "No Action",
|
|
445
447
|
"core.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
|
|
446
448
|
"core.createProjectQuestion.addPlugin.label": "Add an Action",
|
|
447
449
|
"core.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
|
|
448
|
-
"core.createProjectQuestion.createGraphConnector.label": "
|
|
449
|
-
"core.createProjectQuestion.createGraphConnector.detail": "
|
|
450
|
+
"core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
|
|
451
|
+
"core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
|
|
450
452
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Import Manifest File",
|
|
451
453
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Import OpenAPI Description Document",
|
|
452
454
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Select your action manifest file",
|
|
@@ -456,6 +458,13 @@
|
|
|
456
458
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Found multiple OpenAPI description documents: \"%s\".",
|
|
457
459
|
"core.createProjectQuestion.addKnowledge.title": "Add Capability",
|
|
458
460
|
"core.createProjectQuestion.addKnowledge.placeholder": "Select a capability source as grounding information for declarative agent",
|
|
461
|
+
"core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
|
|
462
|
+
"core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
|
|
463
|
+
"core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
|
|
464
|
+
"core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
|
|
465
|
+
"core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
|
|
466
|
+
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
|
|
467
|
+
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
|
|
459
468
|
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
460
469
|
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
461
470
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -482,20 +491,18 @@
|
|
|
482
491
|
"core.question.appName.title": "Application Name",
|
|
483
492
|
"core.question.appName.placeholder": "Input an application name",
|
|
484
493
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
485
|
-
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new
|
|
494
|
+
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
486
495
|
"core.ScratchOptionNo.label": "Start with a sample",
|
|
487
496
|
"core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
|
|
488
|
-
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
|
|
489
|
-
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
|
|
490
|
-
"core.getRuntimeQuestion.title": "Microsoft 365 Agents Toolkit: select runtime for your app",
|
|
491
|
-
"core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
|
|
492
|
-
"core.getRuntimeQuestion.placeholder": "Select a runtime",
|
|
493
497
|
"core.SampleSelect.title": "Start from a sample",
|
|
494
498
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
495
499
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
496
500
|
"core.addPlugin.success.vsc": "Action \"%s\" added to the project successfully.",
|
|
497
501
|
"core.addPlugin.success": "API plugin \"%s\" added to the project successfully. View plugin manifest in \"%s\".",
|
|
498
502
|
"core.addPlugin.success.viewPluginManifest": "View action manifest",
|
|
503
|
+
"core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
|
|
504
|
+
"core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
|
|
505
|
+
"core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
|
|
499
506
|
"core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
|
|
500
507
|
"core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
|
|
501
508
|
"core.addKnowledge.success.viewAgentManifest": "View agent manifest",
|
|
@@ -527,28 +534,36 @@
|
|
|
527
534
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
|
|
528
535
|
"core.selectDeclarativeAgentManifestQuestion.title": "Select declarativeAgent.json file",
|
|
529
536
|
"core.selectSensitivityLabelQuestion.title": "Select a sensitivity label",
|
|
530
|
-
"core.selectTeamsAppPackageQuestion.title": "Select
|
|
537
|
+
"core.selectTeamsAppPackageQuestion.title": "Select app package File",
|
|
531
538
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
532
539
|
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
533
540
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
534
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate
|
|
541
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
|
|
535
542
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using Teams Store rules",
|
|
536
|
-
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate
|
|
543
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
|
|
537
544
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
|
|
538
545
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
|
|
539
|
-
"core.GCSelectQuestion.title": "
|
|
540
|
-
"core.GCSelectOptions.listOption.title": "Select existing
|
|
541
|
-
"core.GCSelectOptions.listOption.description": "List all existing
|
|
542
|
-
"core.GCSelectOptions.inputOption.title": "Enter a
|
|
543
|
-
"core.GCSelectOptions.inputOption.description": "Enter a
|
|
544
|
-
"core.GCListQuestion.title": "Select one or more
|
|
545
|
-
"core.GCListQuestion.placeholder": "List all existing
|
|
546
|
+
"core.GCSelectQuestion.title": "Copilot Connector Content",
|
|
547
|
+
"core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
|
|
548
|
+
"core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
|
|
549
|
+
"core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
|
|
550
|
+
"core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
|
|
551
|
+
"core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
|
|
552
|
+
"core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
|
|
546
553
|
"core.GCInputQuestion.title": "Connection ID",
|
|
547
554
|
"core.GCListQuestion.invalidMessage": "%s API(s) selected. You need to select at least one APIs.",
|
|
548
555
|
"core.GCNameQuestion.title": "Add a connector name",
|
|
549
|
-
"core.GCNameQuestion.placeholder": "Create a name for
|
|
550
|
-
"core.
|
|
556
|
+
"core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
|
|
557
|
+
"core.GCConnectionIdQuestion.title": "Add a connection ID",
|
|
558
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
|
|
559
|
+
"core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
|
|
560
|
+
"core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
|
|
561
|
+
"core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
|
|
562
|
+
"core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
|
|
563
|
+
"core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
|
|
551
564
|
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
565
|
+
"core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
|
|
566
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
|
|
552
567
|
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
553
568
|
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
554
569
|
"core.convertAadToNewSchema.continue": "Continue",
|
|
@@ -557,8 +572,8 @@
|
|
|
557
572
|
"core.convertAadToNewSchema.alreadyNewSchema": "Microsoft Entra app manifest file you selected is already in the new schema.",
|
|
558
573
|
"core.convertAadToNewSchema.outdate": "Your Microsoft Entra app manifest is outdated. Click the upgrade button to update it.",
|
|
559
574
|
"core.convertAadToNewSchema.upgrade": "Upgrade",
|
|
560
|
-
"core.teamsAppQuestion.label": "
|
|
561
|
-
"core.teamsAppQuestion.description": "Your
|
|
575
|
+
"core.teamsAppQuestion.label": "app",
|
|
576
|
+
"core.teamsAppQuestion.description": "Your app",
|
|
562
577
|
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
563
578
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
564
579
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
@@ -567,16 +582,16 @@
|
|
|
567
582
|
"core.M365HostQuestion.title": "Platform",
|
|
568
583
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
569
584
|
"core.options.separator.additional": "Additional features",
|
|
570
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
585
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
|
|
571
586
|
"core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
|
|
572
587
|
"core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
|
|
573
588
|
"core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
|
|
574
589
|
"core.common.LifecycleComplete.share": "%s/%s actions in share stage executed successfully.",
|
|
575
590
|
"core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
|
|
576
591
|
"core.common.TeamsWebClientName": "Teams web client id",
|
|
577
|
-
"core.common.OfficeDesktopClientName": "The
|
|
578
|
-
"core.common.OfficeWebClientName1": "The
|
|
579
|
-
"core.common.OfficeWebClientName2": "The
|
|
592
|
+
"core.common.OfficeDesktopClientName": "The app for desktop client id",
|
|
593
|
+
"core.common.OfficeWebClientName1": "The app client id 1",
|
|
594
|
+
"core.common.OfficeWebClientName2": "The app client id 2",
|
|
580
595
|
"core.common.OutlookDesktopClientName": "Outlook desktop client id",
|
|
581
596
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
582
597
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
@@ -609,7 +624,7 @@
|
|
|
609
624
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
610
625
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
611
626
|
"core.common.shareToUser.success": "Successfully shared the app with users: %s.",
|
|
612
|
-
"core.common.removeShareAccess.success": "Shared app access removed
|
|
627
|
+
"core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
|
|
613
628
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
614
629
|
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
615
630
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
@@ -655,9 +670,9 @@
|
|
|
655
670
|
"core.uninstallQuestion.titleId": "Title ID",
|
|
656
671
|
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
657
672
|
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
658
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in
|
|
673
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
|
|
659
674
|
"core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
|
|
660
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in
|
|
675
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
|
|
661
676
|
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
662
677
|
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
|
|
663
678
|
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
@@ -672,7 +687,7 @@
|
|
|
672
687
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
673
688
|
"core.syncManifest.projectPath": "Project path",
|
|
674
689
|
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
675
|
-
"core.syncManifest.teamsAppId": "
|
|
690
|
+
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
676
691
|
"core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
|
|
677
692
|
"core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
|
|
678
693
|
"core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
|
|
@@ -698,7 +713,7 @@
|
|
|
698
713
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
|
|
699
714
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
700
715
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
701
|
-
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the
|
|
716
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
|
|
702
717
|
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
|
|
703
718
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
704
719
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
@@ -740,8 +755,8 @@
|
|
|
740
755
|
"depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
|
|
741
756
|
"depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
|
|
742
757
|
"depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
|
|
743
|
-
"depChecker.testToolVersionNotMatch": "The version of
|
|
744
|
-
"depChecker.failedToValidateTestTool": "Unable to validate
|
|
758
|
+
"depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
|
|
759
|
+
"depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
|
|
745
760
|
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
746
761
|
"driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
|
|
747
762
|
"driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
|
|
@@ -805,7 +820,7 @@
|
|
|
805
820
|
"driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
|
|
806
821
|
"driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
|
|
807
822
|
"driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
|
|
808
|
-
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install
|
|
823
|
+
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
|
|
809
824
|
"driver.prerequisite.description": "installing dependencies",
|
|
810
825
|
"driver.prerequisite.progressBar": "Checking and installing development tool(s).",
|
|
811
826
|
"driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
|
|
@@ -815,8 +830,8 @@
|
|
|
815
830
|
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
|
|
816
831
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
|
|
817
832
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
|
|
818
|
-
"driver.prerequisite.summary.testTool.installedWithPath": "
|
|
819
|
-
"driver.prerequisite.summary.testTool.installed": "
|
|
833
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
|
|
834
|
+
"driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
|
|
820
835
|
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
821
836
|
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
822
837
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI key cannot be empty.",
|
|
@@ -848,29 +863,29 @@
|
|
|
848
863
|
"driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
|
|
849
864
|
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
|
|
850
865
|
"driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
|
|
851
|
-
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated
|
|
852
|
-
"driver.teamsApp.description.createDriver": "create
|
|
853
|
-
"driver.teamsApp.description.updateDriver": "update
|
|
854
|
-
"driver.teamsApp.description.publishDriver": "publish
|
|
855
|
-
"driver.teamsApp.description.validateDriver": "validate
|
|
856
|
-
"driver.teamsApp.description.createAppPackageDriver": "build
|
|
857
|
-
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying
|
|
858
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating
|
|
859
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating
|
|
860
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the
|
|
861
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published
|
|
862
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing
|
|
866
|
+
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
|
|
867
|
+
"driver.teamsApp.description.createDriver": "create app.",
|
|
868
|
+
"driver.teamsApp.description.updateDriver": "update app.",
|
|
869
|
+
"driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
|
|
870
|
+
"driver.teamsApp.description.validateDriver": "validate app.",
|
|
871
|
+
"driver.teamsApp.description.createAppPackageDriver": "build app package.",
|
|
872
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
|
|
873
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
|
|
874
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
|
|
875
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
|
|
876
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
|
|
877
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
|
|
863
878
|
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
864
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [
|
|
865
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [
|
|
866
|
-
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "
|
|
867
|
-
"driver.teamsApp.summary.publishTeamsAppExists": "
|
|
868
|
-
"driver.teamsApp.summary.publishTeamsAppNotExists": "
|
|
869
|
-
"driver.teamsApp.summary.publishTeamsAppSuccess": "
|
|
870
|
-
"driver.teamsApp.summary.copyAppPackageSuccess": "
|
|
879
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
|
|
880
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
|
|
881
|
+
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
|
|
882
|
+
"driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
|
|
883
|
+
"driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
|
|
884
|
+
"driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
|
|
885
|
+
"driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
|
|
871
886
|
"driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
|
|
872
887
|
"driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
873
|
-
"driver.teamsApp.summary.validate.checkPath": "You can check and update your
|
|
888
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
|
|
874
889
|
"driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
875
890
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
876
891
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your declarative agent manifest at %s.",
|
|
@@ -888,11 +903,11 @@
|
|
|
888
903
|
"driver.shareToOthers.description": "share your app to others",
|
|
889
904
|
"driver.shareToOthers.progress.message": "Sharing your app...",
|
|
890
905
|
"driver.shareToOthers.summary": "Shared apps successfully (%s).",
|
|
891
|
-
"error.teamsApp.validate.apiFailed": "
|
|
892
|
-
"error.teamsApp.validate.apiFailed.display": "
|
|
906
|
+
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
907
|
+
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
893
908
|
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
894
|
-
"error.teamsApp.AppIdNotExistError": "
|
|
895
|
-
"error.teamsApp.InvalidAppIdError": "
|
|
909
|
+
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
910
|
+
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
896
911
|
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
897
912
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
898
913
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
@@ -906,9 +921,10 @@
|
|
|
906
921
|
"driver.devChannel.status": "Team and channel creation status: %s",
|
|
907
922
|
"driver.devChannel.summary.exists": "Environment variable %s and %s already exist, skipping new sandboxed Team creation step.",
|
|
908
923
|
"driver.devChannel.install.success": "App installed into team %s with channel %s successfully.",
|
|
909
|
-
"driver.devChannel.install.description": "Install
|
|
924
|
+
"driver.devChannel.install.description": "Install app into sandboxed channel.",
|
|
910
925
|
"driver.devChannel.install.progress.message": "Installing app...",
|
|
911
926
|
"driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
|
|
927
|
+
"error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
|
|
912
928
|
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file for detailed errors.",
|
|
913
929
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file or upgrade to the latest Microsoft 365 Agents Toolkit.",
|
|
914
930
|
"error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
|
|
@@ -1060,8 +1076,8 @@
|
|
|
1060
1076
|
"core.addKnowledgeQuestion.searchType.title": "Select Search Type",
|
|
1061
1077
|
"core.addKnowledgeQuestion.searchType.web": "Search all content on the web",
|
|
1062
1078
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Search all content within your organization",
|
|
1063
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec",
|
|
1064
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create
|
|
1079
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
|
|
1080
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
|
|
1065
1081
|
"core.addKnowledgeQuestion.searchType.url": "Search by URL",
|
|
1066
1082
|
"driver.typeSpec.compile.start": "Executing action %s",
|
|
1067
1083
|
"driver.typespec.error.noSpecError": "No OpenApi spec found. Please make sure your TypeSpec files are valid and try again.",
|
|
@@ -1086,6 +1102,8 @@
|
|
|
1086
1102
|
"action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
|
|
1087
1103
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
|
|
1088
1104
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment.",
|
|
1089
|
-
"driver.typeSpec.compile.reprovision": "File %s is updated.
|
|
1090
|
-
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1105
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
|
|
1106
|
+
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s",
|
|
1107
|
+
"error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
|
|
1108
|
+
"error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
|
|
1091
1109
|
}
|