@microsoft/teamsfx-core 2.0.4-alpha.dc097d3df.0 → 2.0.4-alpha.e432bab97.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/common/deps-checker/checkerFactory.d.ts +1 -2
- package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +2 -2
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/depsLogger.d.ts +14 -14
- package/build/common/deps-checker/depsLogger.d.ts.map +1 -1
- package/build/common/deps-checker/depsLogger.js +7 -21
- package/build/common/deps-checker/depsLogger.js.map +1 -1
- package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/dotnetChecker.js +42 -37
- package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +2 -2
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +8 -8
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/common/deps-checker/util/cpUtils.d.ts +1 -1
- package/build/common/deps-checker/util/cpUtils.d.ts.map +1 -1
- package/build/common/deps-checker/util/cpUtils.js +5 -5
- package/build/common/deps-checker/util/cpUtils.js.map +1 -1
- package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -1
- package/build/common/deps-checker/util/fileHelper.js +2 -0
- package/build/common/deps-checker/util/fileHelper.js.map +1 -1
- package/build/common/deps-checker/util/progressIndicator.js +2 -2
- package/build/common/deps-checker/util/progressIndicator.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +7 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/jsonUtils.d.ts.map +1 -1
- package/build/common/jsonUtils.js +2 -0
- package/build/common/jsonUtils.js.map +1 -1
- package/build/common/local/localCertificateManager.d.ts.map +1 -1
- package/build/common/local/localCertificateManager.js +4 -1
- package/build/common/local/localCertificateManager.js.map +1 -1
- package/build/common/local/packageJsonHelper.d.ts.map +1 -1
- package/build/common/local/packageJsonHelper.js +1 -0
- package/build/common/local/packageJsonHelper.js.map +1 -1
- package/build/common/local/portChecker.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts +2 -2
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +13 -4
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +38 -0
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -0
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/samples-config-v3.json +234 -27
- package/build/common/samples.d.ts +10 -6
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +31 -29
- package/build/common/samples.js.map +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts +5 -0
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +1 -0
- package/build/common/spec-parser/adaptiveCardGenerator.js +119 -0
- package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -0
- package/build/common/spec-parser/constants.d.ts +20 -0
- package/build/common/spec-parser/constants.d.ts.map +1 -0
- package/build/common/spec-parser/constants.js +27 -0
- package/build/common/spec-parser/constants.js.map +1 -0
- package/build/common/spec-parser/interfaces.d.ts +133 -0
- package/build/common/spec-parser/interfaces.d.ts.map +1 -0
- package/build/common/spec-parser/interfaces.js +46 -0
- package/build/common/spec-parser/interfaces.js.map +1 -0
- package/build/common/spec-parser/manifestUpdater.d.ts +5 -0
- package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -0
- package/build/common/spec-parser/manifestUpdater.js +81 -0
- package/build/common/spec-parser/manifestUpdater.js.map +1 -0
- package/build/common/spec-parser/specFilter.d.ts +3 -0
- package/build/common/spec-parser/specFilter.d.ts.map +1 -0
- package/build/common/spec-parser/specFilter.js +40 -0
- package/build/common/spec-parser/specFilter.js.map +1 -0
- package/build/common/spec-parser/specParser.d.ts +45 -0
- package/build/common/spec-parser/specParser.d.ts.map +1 -0
- package/build/common/spec-parser/specParser.js +247 -0
- package/build/common/spec-parser/specParser.js.map +1 -0
- package/build/common/spec-parser/specParserError.d.ts +6 -0
- package/build/common/spec-parser/specParserError.d.ts.map +1 -0
- package/build/common/spec-parser/specParserError.js +13 -0
- package/build/common/spec-parser/specParserError.js.map +1 -0
- package/build/common/spec-parser/utils.d.ts +8 -0
- package/build/common/spec-parser/utils.d.ts.map +1 -0
- package/build/common/spec-parser/utils.js +91 -0
- package/build/common/spec-parser/utils.js.map +1 -0
- package/build/common/telemetry.d.ts +7 -5
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +40 -15
- package/build/common/telemetry.js.map +1 -1
- package/build/common/tools.js +3 -3
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +1 -0
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +5 -1
- package/build/common/utils.js.map +1 -1
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +4 -2
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/configManager/interface.d.ts +5 -0
- package/build/component/configManager/interface.d.ts.map +1 -1
- package/build/component/configManager/interface.js +2 -3
- package/build/component/configManager/interface.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +22 -13
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +17 -9
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/configManager/validator.d.ts +0 -3
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +4 -12
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/constants.d.ts +10 -23
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +11 -24
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +12 -8
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +76 -59
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/coordinator/summary.d.ts.map +1 -1
- package/build/component/coordinator/summary.js +4 -1
- package/build/component/coordinator/summary.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +7 -7
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +1 -0
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +2 -5
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.d.ts +13 -3
- package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.js +51 -5
- package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
- package/build/component/driver/aad/interface/AADApplication.js +1 -1
- package/build/component/driver/aad/interface/AADApplication.js.map +1 -1
- package/build/component/driver/aad/interface/AADManifest.js +1 -1
- package/build/component/driver/aad/interface/AADManifest.js.map +1 -1
- package/build/component/driver/aad/update.d.ts +1 -0
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +2 -5
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +58 -13
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +14 -19
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +12 -2
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +3 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +4 -1
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/add/addWebPart.js +1 -1
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/deploy.d.ts +1 -0
- package/build/component/driver/arm/deploy.d.ts.map +1 -1
- package/build/component/driver/arm/deploy.js +1 -8
- package/build/component/driver/arm/deploy.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts +2 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +15 -0
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +9 -6
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/arm/validator.d.ts.map +1 -1
- package/build/component/driver/arm/validator.js +3 -3
- package/build/component/driver/arm/validator.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts +1 -0
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +4 -7
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts +1 -0
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +7 -11
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +12 -5
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +11 -4
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +22 -14
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +8 -8
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +4 -4
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts +1 -0
- package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +11 -5
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +1 -0
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +10 -6
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +5 -11
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.js +5 -11
- package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
- package/build/component/driver/interface/buildAndDeployArgs.d.ts +3 -6
- package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
- package/build/component/driver/interface/stepDriver.d.ts +1 -0
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +1 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +5 -11
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +1 -0
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +1 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +30 -21
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +6 -6
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +21 -5
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.d.ts +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.js +3 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts +1 -0
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +4 -17
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +0 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +1 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts +1 -0
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +3 -6
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts +1 -0
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +4 -5
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -2
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +47 -23
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
- package/build/component/driver/teamsApp/errors.js +2 -0
- package/build/component/driver/teamsApp/errors.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.d.ts +3 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.d.ts +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +2 -5
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/results.d.ts.map +1 -1
- package/build/component/driver/teamsApp/results.js +2 -0
- package/build/component/driver/teamsApp/results.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +6 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +19 -2
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +2 -3
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +21 -19
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts +1 -0
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +8 -5
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +26 -18
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/error/componentError.d.ts +2 -5
- package/build/component/error/componentError.d.ts.map +1 -1
- package/build/component/error/componentError.js +9 -14
- package/build/component/error/componentError.js.map +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +50 -21
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/feature/createAuthFiles.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts +8 -0
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -0
- package/build/component/generator/copilotPlugin/generator.js +142 -0
- package/build/component/generator/copilotPlugin/generator.js.map +1 -0
- package/build/component/generator/copilotPlugin/helper.d.ts +30 -0
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -0
- package/build/component/generator/copilotPlugin/helper.js +261 -0
- package/build/component/generator/copilotPlugin/helper.js.map +1 -0
- package/build/component/generator/error.d.ts +1 -1
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +2 -2
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +24 -20
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +4 -3
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.js +2 -0
- package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.js +2 -0
- package/build/component/generator/officeAddin/config/projectsJsonData.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +17 -9
- 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 +11 -5
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +12 -12
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js +10 -10
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/error.d.ts +2 -0
- package/build/component/generator/spfx/error.d.ts.map +1 -1
- package/build/component/generator/spfx/error.js +21 -1
- package/build/component/generator/spfx/error.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +4 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +141 -117
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +1 -0
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +2 -0
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/spfx/utils/telemetryEvents.d.ts +2 -1
- package/build/component/generator/spfx/utils/telemetryEvents.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/telemetryEvents.js +1 -0
- package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +3 -3
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/utils.d.ts +10 -3
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +6 -9
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/messages.d.ts +2 -3
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +3 -4
- package/build/component/messages.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts +2 -2
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +7 -11
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +2 -0
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts +3 -3
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +3 -3
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/registerService.d.ts +0 -1
- package/build/component/registerService.d.ts.map +1 -1
- package/build/component/registerService.js +0 -1
- package/build/component/registerService.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +24 -2
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/telemetry.d.ts.map +1 -1
- package/build/component/telemetry.js +3 -6
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +2 -2
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +1 -4
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/azureResourceOperation.js +2 -2
- package/build/component/utils/azureResourceOperation.js.map +1 -1
- package/build/component/utils/charsetUtils.d.ts.map +1 -1
- package/build/component/utils/charsetUtils.js +5 -3
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/common.d.ts +1 -1
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +5 -6
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/depsChecker/common.d.ts.map +1 -1
- package/build/component/utils/depsChecker/common.js +1 -1
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -1
- package/build/component/utils/depsChecker/cpUtils.js +9 -5
- package/build/component/utils/depsChecker/cpUtils.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +4 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts +3 -0
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +18 -4
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +2 -0
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +3 -6
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/component/utils.js.map +1 -1
- package/build/core/FxCore.d.ts +43 -32
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +816 -63
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +16 -10
- package/build/core/collaborator.js.map +1 -1
- package/build/core/error.d.ts +6 -0
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +23 -1
- package/build/core/error.js.map +1 -1
- package/build/core/globalVars.d.ts +16 -0
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +34 -1
- package/build/core/globalVars.js.map +1 -1
- package/build/core/index.js +1 -0
- package/build/core/index.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +7 -3
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.d.ts +2 -0
- package/build/core/middleware/errorHandler.d.ts.map +1 -1
- package/build/core/middleware/errorHandler.js +16 -25
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +7 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +35 -34
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +8 -8
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +2 -1
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +3 -2
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +33 -15
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.d.ts +1 -0
- package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +6 -2
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/arm.d.ts.map +1 -1
- package/build/error/arm.js +2 -0
- package/build/error/arm.js.map +1 -1
- package/build/error/azure.d.ts.map +1 -1
- package/build/error/azure.js +2 -0
- package/build/error/azure.js.map +1 -1
- package/build/error/common.d.ts +8 -2
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +129 -22
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.d.ts.map +1 -1
- package/build/error/deploy.js +10 -8
- package/build/error/deploy.js.map +1 -1
- package/build/error/index.d.ts.map +1 -1
- package/build/error/index.js +2 -0
- package/build/error/index.js.map +1 -1
- package/build/error/m365.d.ts.map +1 -1
- package/build/error/m365.js +2 -0
- package/build/error/m365.js.map +1 -1
- package/build/error/script.d.ts.map +1 -1
- package/build/error/script.js +2 -0
- package/build/error/script.js.map +1 -1
- package/build/error/upgrade.d.ts.map +1 -1
- package/build/error/upgrade.js +2 -0
- package/build/error/upgrade.js.map +1 -1
- package/build/error/yml.d.ts.map +1 -1
- package/build/error/yml.js +2 -0
- package/build/error/yml.js.map +1 -1
- package/build/failpoint/index.d.ts.map +1 -1
- package/build/failpoint/index.js +2 -0
- package/build/failpoint/index.js.map +1 -1
- package/build/failpoint/marker.d.ts.map +1 -1
- package/build/failpoint/marker.js +2 -0
- package/build/failpoint/marker.js.map +1 -1
- package/build/failpoint/runtime.d.ts.map +1 -1
- package/build/failpoint/runtime.js +3 -4
- package/build/failpoint/runtime.js.map +1 -1
- package/build/index.d.ts +3 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +4 -0
- package/build/question/constants.d.ts.map +1 -0
- package/build/question/constants.js +12 -0
- package/build/question/constants.js.map +1 -0
- package/build/question/create.d.ts +14 -15
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +478 -332
- package/build/question/create.js.map +1 -1
- package/build/question/generator.d.ts +4 -0
- package/build/question/generator.d.ts.map +1 -0
- package/build/question/generator.js +371 -0
- package/build/question/generator.js.map +1 -0
- package/build/question/index.d.ts +18 -28
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +18 -44
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateEnvInputs.d.ts +14 -0
- package/build/question/inputs/CreateEnvInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateEnvInputs.js +5 -0
- package/build/question/inputs/CreateEnvInputs.js.map +1 -0
- package/build/question/inputs/CreateProjectInputs.d.ts +40 -0
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateProjectInputs.js +5 -0
- package/build/question/inputs/CreateProjectInputs.js.map +1 -0
- package/build/question/inputs/CreateSampleProjectInputs.d.ts +12 -0
- package/build/question/inputs/CreateSampleProjectInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateSampleProjectInputs.js +5 -0
- package/build/question/inputs/CreateSampleProjectInputs.js.map +1 -0
- package/build/question/inputs/DeployAadManifestInputs.d.ts +14 -0
- package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -0
- package/build/question/inputs/DeployAadManifestInputs.js +5 -0
- package/build/question/inputs/DeployAadManifestInputs.js.map +1 -0
- package/build/question/inputs/PermissionGrantInputs.d.ts +18 -0
- package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -0
- package/build/question/inputs/PermissionGrantInputs.js +5 -0
- package/build/question/inputs/PermissionGrantInputs.js.map +1 -0
- package/build/question/inputs/PermissionListInputs.d.ts +16 -0
- package/build/question/inputs/PermissionListInputs.d.ts.map +1 -0
- package/build/question/inputs/PermissionListInputs.js +5 -0
- package/build/question/inputs/PermissionListInputs.js.map +1 -0
- package/build/question/inputs/PreviewTeamsAppInputs.d.ts +14 -0
- package/build/question/inputs/PreviewTeamsAppInputs.d.ts.map +1 -0
- package/build/question/inputs/PreviewTeamsAppInputs.js +5 -0
- package/build/question/inputs/PreviewTeamsAppInputs.js.map +1 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts +18 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -0
- package/build/question/inputs/SPFxAddWebpartInputs.js +5 -0
- package/build/question/inputs/SPFxAddWebpartInputs.js.map +1 -0
- package/build/question/inputs/SelectTeamsManifestInputs.d.ts +12 -0
- package/build/question/inputs/SelectTeamsManifestInputs.d.ts.map +1 -0
- package/build/question/inputs/SelectTeamsManifestInputs.js +5 -0
- package/build/question/inputs/SelectTeamsManifestInputs.js.map +1 -0
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +14 -0
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -0
- package/build/question/inputs/ValidateTeamsAppInputs.js +5 -0
- package/build/question/inputs/ValidateTeamsAppInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +11 -0
- package/build/question/inputs/index.d.ts.map +1 -0
- package/build/question/inputs/index.js +16 -0
- package/build/question/inputs/index.js.map +1 -0
- package/build/question/options/CreateEnvOptions.d.ts +10 -0
- package/build/question/options/CreateEnvOptions.d.ts.map +1 -0
- package/build/question/options/CreateEnvOptions.js +24 -0
- package/build/question/options/CreateEnvOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts +10 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -0
- package/build/question/options/CreateProjectOptions.js +139 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -0
- package/build/question/options/CreateSampleProjectOptions.d.ts +10 -0
- package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -0
- package/build/question/options/CreateSampleProjectOptions.js +52 -0
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -0
- package/build/question/options/DeployAadManifestOptions.d.ts +10 -0
- package/build/question/options/DeployAadManifestOptions.d.ts.map +1 -0
- package/build/question/options/DeployAadManifestOptions.js +21 -0
- package/build/question/options/DeployAadManifestOptions.js.map +1 -0
- package/build/question/options/PermissionGrantOptions.d.ts +10 -0
- package/build/question/options/PermissionGrantOptions.d.ts.map +1 -0
- package/build/question/options/PermissionGrantOptions.js +33 -0
- package/build/question/options/PermissionGrantOptions.js.map +1 -0
- package/build/question/options/PermissionListOptions.d.ts +10 -0
- package/build/question/options/PermissionListOptions.d.ts.map +1 -0
- package/build/question/options/PermissionListOptions.js +28 -0
- package/build/question/options/PermissionListOptions.js.map +1 -0
- package/build/question/options/PreviewTeamsAppOptions.d.ts +10 -0
- package/build/question/options/PreviewTeamsAppOptions.d.ts.map +1 -0
- package/build/question/options/PreviewTeamsAppOptions.js +26 -0
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -0
- package/build/question/options/SPFxAddWebpartOptions.d.ts +10 -0
- package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -0
- package/build/question/options/SPFxAddWebpartOptions.js +38 -0
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -0
- package/build/question/options/SelectTeamsManifestOptions.d.ts +10 -0
- package/build/question/options/SelectTeamsManifestOptions.d.ts.map +1 -0
- package/build/question/options/SelectTeamsManifestOptions.js +17 -0
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -0
- package/build/question/options/ValidateTeamsAppOptions.d.ts +10 -0
- package/build/question/options/ValidateTeamsAppOptions.d.ts.map +1 -0
- package/build/question/options/ValidateTeamsAppOptions.js +23 -0
- package/build/question/options/ValidateTeamsAppOptions.js.map +1 -0
- package/build/question/options/index.d.ts +11 -0
- package/build/question/options/index.d.ts.map +1 -0
- package/build/question/options/index.js +16 -0
- package/build/question/options/index.js.map +1 -0
- package/build/question/other.d.ts +13 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +132 -26
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +6 -2
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +10 -3
- package/build/question/questionNames.js.map +1 -1
- package/build/question/util.d.ts +1 -1
- package/build/question/util.d.ts.map +1 -1
- package/build/question/util.js +7 -5
- package/build/question/util.js.map +1 -1
- package/build/ui/validationUtils.d.ts +15 -0
- package/build/ui/validationUtils.d.ts.map +1 -0
- package/build/ui/validationUtils.js +95 -0
- package/build/ui/validationUtils.js.map +1 -0
- package/build/ui/visitor.d.ts +13 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +259 -213
- package/build/ui/visitor.js.map +1 -1
- package/package.json +15 -9
- package/resource/package.nls.cs.json +30 -56
- package/resource/package.nls.de.json +30 -56
- package/resource/package.nls.es.json +30 -56
- package/resource/package.nls.fr.json +30 -56
- package/resource/package.nls.it.json +30 -56
- package/resource/package.nls.ja.json +30 -56
- package/resource/package.nls.json +57 -19
- package/resource/package.nls.ko.json +30 -56
- package/resource/package.nls.pl.json +30 -56
- package/resource/package.nls.pt-BR.json +31 -57
- package/resource/package.nls.ru.json +34 -60
- package/resource/package.nls.tr.json +31 -57
- package/resource/package.nls.zh-Hans.json +31 -57
- package/resource/package.nls.zh-Hant.json +30 -56
- package/resource/package.nls.zh-cn.json +232 -712
- package/resource/package.nls.zh-tw.json +230 -710
- package/resource/yaml-schema/v1.2/yaml.schema.json +1474 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +1 -2
- package/templates/plugins/resource/aad/auth/bot/README.md +281 -263
- package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +13 -3
- package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +14 -5
- package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +11 -3
- package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +12 -3
- package/templates/plugins/resource/aad/auth/tab/csharp/GetUserProfile.razor +1 -2
- package/build/component/configManager/diagnostic.d.ts +0 -9
- package/build/component/configManager/diagnostic.d.ts.map +0 -1
- package/build/component/configManager/diagnostic.js +0 -47
- package/build/component/configManager/diagnostic.js.map +0 -1
- package/build/component/driver/middleware/updateProgress.d.ts +0 -6
- package/build/component/driver/middleware/updateProgress.d.ts.map +0 -1
- package/build/component/driver/middleware/updateProgress.js +0 -15
- package/build/component/driver/middleware/updateProgress.js.map +0 -1
- package/build/component/generator/officeAddin/question.d.ts +0 -10
- package/build/component/generator/officeAddin/question.d.ts.map +0 -1
- package/build/component/generator/officeAddin/question.js +0 -118
- package/build/component/generator/officeAddin/question.js.map +0 -1
- package/build/core/FxCoreImplementV3.d.ts +0 -43
- package/build/core/FxCoreImplementV3.d.ts.map +0 -1
- package/build/core/FxCoreImplementV3.js +0 -653
- package/build/core/FxCoreImplementV3.js.map +0 -1
- package/templates/plugins/resource/apim/README.md +0 -92
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"core.Notification.ReadMore": "関連資料",
|
|
32
32
|
"core.migrationV3.confirmOnly.Message": "アップグレードを確認してください",
|
|
33
33
|
"core.migrationV3.Message": "Teams ツールキット プロジェクトをアップグレードして、最新バージョンとの互換性を維持します。バックアップ ディレクトリは、アップグレードの概要と共に作成されます。",
|
|
34
|
-
"core.migrationV3.VS.Message": "
|
|
34
|
+
"core.migrationV3.VS.Message": "ソリューションをアップグレードして、最新バージョンの Teams ツールキットとの互換性を維持してください。アップグレード レポートを含むバックアップ ディレクトリが生成されます。",
|
|
35
35
|
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json が存在しません。Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3 用 Teams ツールキットで作成されたプロジェクトをアップグレードしようとしている可能性があります。Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 用 Teams ツールキットをインストールし、最初にアップグレードを実行してください。",
|
|
36
36
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json が存在しません。Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3 用 Teams ツールキットで作成されたプロジェクトをアップグレードしようとしている可能性があります。Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 用 Teams ツールキットをインストールし、最初にアップグレードを実行してください。",
|
|
37
37
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json が無効です。",
|
|
@@ -51,8 +51,6 @@
|
|
|
51
51
|
"core.collaboration.TenantId": "テナント ID: ",
|
|
52
52
|
"core.collaboration.PermissionHasBeenGrantTo": "アクセス許可が以下に付与されました: ",
|
|
53
53
|
"core.collaboration.GrantPermissionResourceId": "、リソース ID: ",
|
|
54
|
-
"core.collaboration.SharePointTip": "\n追加されたユーザーが SharePoint アプリ カタログ サイト管理者ではない場合は、SharePoint 管理センターからアクセス ポリシーを手動でセットアップする必要があります。詳細については、次のリンクを参照してください: ",
|
|
55
|
-
"core.collaboration.AzureTip": "\n追加されたユーザーが Azure リソースにアクセスできない場合は、Azure portal 経由でアクセス ポリシーを手動で設定する必要があります。詳細については、次のリンクを参照してください: ",
|
|
56
54
|
"core.collaboration.ListingM365Permission": "Microsoft 365 アクセス許可の一覧を作成しています\n",
|
|
57
55
|
"core.collaboration.AccountUsedToCheck": "確認に使用されるアカウント: ",
|
|
58
56
|
"core.collaboration.StartingListAllTeamsAppOwners": "\n環境のすべてのチーム アプリ所有者の一覧表示を開始しています: ",
|
|
@@ -66,8 +64,6 @@
|
|
|
66
64
|
"core.collaboration.Undefined": "未定義",
|
|
67
65
|
"core.collaboration.ResourceName": "、リソース名: ",
|
|
68
66
|
"core.collaboration.Permission": "、アクセス許可: ",
|
|
69
|
-
"core.collaboration.notProvisioned": "リソースはまだプロビジョニングされていません。最初にリソースをプロビジョニングしてください。",
|
|
70
|
-
"core.collaboration.tenantNotMatch": "アカウントのテナント ID とプロビジョニングされた Azure AD アプリが一致しません。間違ったアカウントでログインしたかどうかを確認します。",
|
|
71
67
|
"core.developerPortal.scaffold.CannotFindManifest": "Teams アプリ %s のダウンロードされたパッケージからマニフェストが見つかりませんでした。",
|
|
72
68
|
"plugins.spfx.questions.framework.title": "フレームワーク",
|
|
73
69
|
"plugins.spfx.questions.webpartName.error.duplicate": "フォルダー %s は既に存在します。コンポーネントに別の名前を指定してください。",
|
|
@@ -79,9 +75,9 @@
|
|
|
79
75
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 以降",
|
|
80
76
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Teams Toolkit ディレクトリに最新の SPFx (%s) をローカルにインストールする ",
|
|
81
77
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Teams Toolkit ディレクトリに最新の SPFx をローカルにインストールする ",
|
|
82
|
-
"plugins.spfx.questions.spfxSolution.title": "SharePoint
|
|
83
|
-
"plugins.spfx.questions.spfxSolution.createNew": "
|
|
84
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "
|
|
78
|
+
"plugins.spfx.questions.spfxSolution.title": "SharePoint ソリューション",
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew": "新しい SPFx ソリューションの作成",
|
|
80
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "既存の SPFx ソリューションのインポート",
|
|
85
81
|
"plugins.spfx.deployNotice": "SharePoint パッケージ %s が [%s](%s) に正常にデプロイされています。",
|
|
86
82
|
"plugins.spfx.cannotFindPackage": "SharePoint パッケージ %s が見つかりません",
|
|
87
83
|
"plugins.spfx.cannotGetSPOToken": "SPO アクセス トークンを取得できません",
|
|
@@ -103,6 +99,15 @@
|
|
|
103
99
|
"plugins.spfx.GetTenantFailedError": "テナント %s %s を取得できません",
|
|
104
100
|
"plugins.spfx.error.installLatestDependencyError": "%s フォルダーに SPFx 環境を設定するときに不明な問題が発生しました。[SharePoint Framework 開発環境のセットアップ | Microsoft Learn](%s) を使用してグローバル SPFx 環境を設定します。",
|
|
105
101
|
"plugins.spfx.error.scaffoldError": "プロジェクトの作成に失敗しました。Yeoman SharePoint Generator が原因である可能性があります。詳細については、[出力パネル](%s)を確認してください。",
|
|
102
|
+
"plugins.spfx.error.import.retrieveSolutionInfo": "既存の SPFx ソリューション情報を取得できませんでした。SPFx ソリューションが有効であることを確認してください。",
|
|
103
|
+
"plugins.spfx.error.import.common": "既存の SPFx ソリューションを Teams ツールキットにインポートできませんでした: %s",
|
|
104
|
+
"plugins.spfx.import.title": "SPFx ソリューションのインポート",
|
|
105
|
+
"plugins.spfx.import.copyExistingSPFxSolution": "既存の SPFx ソリューションをコピーしています...",
|
|
106
|
+
"plugins.spfx.import.generateSPFxTemplates": "ソリューション情報に基づいてテンプレートを生成しています...",
|
|
107
|
+
"plugins.spfx.import.updateTemplates": "テンプレートの更新中...",
|
|
108
|
+
"plugins.spfx.import.success": "SPFx ソリューションが %s に正常にインポートされました。",
|
|
109
|
+
"plugins.spfx.import.log.success": "Teams ツールキットで SPFx ソリューションが正常にインポートされました。インポートの詳細の完全なログは %s にあります。",
|
|
110
|
+
"plugins.spfx.import.log.fail": "Teams ツールキットで SPFx ソリューションをインポートできませんでした。インポートの詳細の完全なログは %s にあります。",
|
|
106
111
|
"plugins.frontend.checkNetworkTip": "ネットワーク接続をご確認ください。",
|
|
107
112
|
"plugins.frontend.checkFsPermissionsTip": "ファイル システムに対する読み取り/書き込みアクセス許可があるかどうかを確認します。",
|
|
108
113
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Storage アカウントに対するアクセス許可があるかどうかを確認します。",
|
|
@@ -158,14 +163,13 @@
|
|
|
158
163
|
"error.UpgradeV3CanceledError": "アップグレードする準備が整っていない場合は、引き続き古いバージョンの Teams Toolkit を使用してください",
|
|
159
164
|
"error.InvalidInputError": "無効な入力: %s",
|
|
160
165
|
"error.ProjectEnvAlreadyExistError": "プロジェクト環境 %s は既に存在します。",
|
|
161
|
-
"error.InvalidEnvConfigError": "構成 %s が無効です。詳細: %s。",
|
|
162
166
|
"error.NotImplementedError": "メソッドが実装されていません: %s",
|
|
163
167
|
"error.FailedToParseResourceIdError": "リソース ID: '%s' から '%s' を取得できません",
|
|
164
168
|
"error.NoSubscriptionFound": "サブスクリプションが見つかりません。",
|
|
165
169
|
"error.TrustCertificateCancelError": "ユーザーが取り消されました。Teams がツールキットで使用される自己署名 SSL 証明書を信頼するには、自己署名証明書を証明書ストアに追加する必要があります。",
|
|
166
170
|
"error.VideoFilterAppNotRemoteSupported": "リモートでのビデオ フィルター アプリは Teams ツールキットではサポートされていません。プロジェクト ルート フォルダー内の README.md ファイルを確認してください。",
|
|
167
|
-
"error.appstudio.teamsAppCreateFailed": "
|
|
168
|
-
"error.appstudio.teamsAppUpdateFailed": "ID %s
|
|
171
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal, due to %s",
|
|
172
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal, due to %s",
|
|
169
173
|
"error.appstudio.apiFailed": "開発者ポータルへの API 呼び出しに失敗しました。詳細については、[出力パネル](command:fx-extension.showOutputChannel) を確認してください。",
|
|
170
174
|
"error.appstudio.apiFailed.telemetry": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、API 名: %s、X-Correlation-ID: %s。これは、断続的なサービス エラーから発生した可能性があります。数分待ってから、現在の手順をもう一度お試しください。",
|
|
171
175
|
"error.appstudio.authServiceApiFailed": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、要求パス: %s",
|
|
@@ -211,6 +215,8 @@
|
|
|
211
215
|
"core.DashboardOption.detail": "重要な情報を表示するためのカードとウィジェットを含むキャンバス",
|
|
212
216
|
"core.BotNewUIOption.label": "基本ボット",
|
|
213
217
|
"core.BotNewUIOption.detail": "簡単にカスタマイズできるボットの簡単な実装",
|
|
218
|
+
"core.LinkUnfurlingOption.label": "Link Unfurling",
|
|
219
|
+
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the compose message area",
|
|
214
220
|
"core.MessageExtensionOption.labelNew": "フォーム入力と処理データの収集",
|
|
215
221
|
"core.MessageExtensionOption.label": "メッセージ拡張機能",
|
|
216
222
|
"core.MessageExtensionOption.description": "ユーザーが Teams でメッセージを作成するときのカスタム UI",
|
|
@@ -223,13 +229,8 @@
|
|
|
223
229
|
"core.WorkflowOption.detail": "Teams チャットで複数ステップのプロセスを操作する",
|
|
224
230
|
"core.TabSPFxOption.labelNew": "SPFx",
|
|
225
231
|
"core.TabSPFxOption.detailNew": "SharePoint Framework で UI をビルドする",
|
|
226
|
-
"core.TabSso.description": "タブ用のシングル サインオン",
|
|
227
|
-
"core.TabSso.detail": "Teams タブ アプリでシングル サインオンを有効にします",
|
|
228
|
-
"core.BotSso.description": "ボット用シングル サインオン",
|
|
229
|
-
"core.BotSso.detail": "Teams ボット アプリでシングル サインオンを有効にする",
|
|
230
232
|
"core.TabNonSso.label": "[基本] タブ",
|
|
231
233
|
"core.TabNonSso.detail": "簡単にカスタマイズできる Web アプリの簡単な実装",
|
|
232
|
-
"core.createCapabilityQuestion.title": "機能の選択",
|
|
233
234
|
"core.createCapabilityQuestion.titleNew": "機能",
|
|
234
235
|
"core.createCapabilityQuestion.placeholder": "機能を選択する",
|
|
235
236
|
"core.createProjectQuestion.option.description.previewOnWindow": "Windows でのプレビュー",
|
|
@@ -252,7 +253,6 @@
|
|
|
252
253
|
"core.getQuestionNewTargetEnvironmentName.title": "新しい環境名",
|
|
253
254
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "新しい環境名",
|
|
254
255
|
"core.getQuestionNewTargetEnvironmentName.validation1": "環境名に使用できるのは、文字、数字、_ および - のみです。",
|
|
255
|
-
"core.getQuestionNewTargetEnvironmentName.validation2": "環境構成パスの長さが Windows の制限を超えます。",
|
|
256
256
|
"core.getQuestionNewTargetEnvironmentName.validation3": "環境 '%s' を作成できません",
|
|
257
257
|
"core.getQuestionNewTargetEnvironmentName.validation4": "環境構成を一覧表示できません",
|
|
258
258
|
"core.getQuestionNewTargetEnvironmentName.validation5": "プロジェクト環境 %s は既に存在します。",
|
|
@@ -264,12 +264,8 @@
|
|
|
264
264
|
"core.QuestionNewResourceGroupLocation.title": "新しいリソース グループの場所",
|
|
265
265
|
"core.question.workspaceFolder.title": "ワークスペース フォルダー",
|
|
266
266
|
"core.question.workspaceFolder.placeholder": "プロジェクトのルート フォルダーを含む予定のフォルダーを選択します",
|
|
267
|
-
"core.ScratchOptionYesVSC.officeAddin.label": "Teams の機能を使って開始する",
|
|
268
|
-
"core.ScratchOptionYesVSC.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
|
|
269
267
|
"core.ScratchOptionYes.label": "新しいアプリを作成する",
|
|
270
268
|
"core.ScratchOptionYes.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
|
|
271
|
-
"core.ScratchOptionNoVSC.label": "サンプルから開始する",
|
|
272
|
-
"core.ScratchOptionNoVSC.detail": "既存のサンプルを新しいアプリケーションの開始点として使用します。",
|
|
273
269
|
"core.ScratchOptionNo.label": "サンプルから開始する",
|
|
274
270
|
"core.ScratchOptionNo.detail": "既存のサンプルを新しいアプリケーションの開始点として使用します。",
|
|
275
271
|
"core.RuntimeOptionNodeJS.detail": "高速な JavaScript サーバー ランタイム",
|
|
@@ -298,7 +294,6 @@
|
|
|
298
294
|
"core.getUserEmailQuestion.validation1": "メール アドレスを null 値または空にすることはできません",
|
|
299
295
|
"core.getUserEmailQuestion.validation2": "[UserName] を実際のユーザー名に変更してください",
|
|
300
296
|
"core.collaboration.error.failedToLoadDotEnvFile": ".env ファイルを読み込めませんでした。理由: %s",
|
|
301
|
-
"core.collaboration.error.failedToGetTeamsAppId": ".env ファイルに Teams アプリ ID が見つかりません。既に [プロビジョニング] を実行しているか、.env ファイルでキー '%s' を使用して値を正しく設定していることを確認してください。",
|
|
302
297
|
"core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json ファイルの選択",
|
|
303
298
|
"core.selectTeamsAppManifestQuestion.title": "Teams manifest.json ファイルの選択",
|
|
304
299
|
"core.selectTeamsAppPackageQuestion.title": "Teams アプリ パッケージ ファイルの選択",
|
|
@@ -320,9 +315,8 @@
|
|
|
320
315
|
"core.M365SearchAppOptionItem.detail": "検索またはチャット領域から Teams と Outlook の検索結果に直接データを表示する",
|
|
321
316
|
"core.M365HostQuestion.title": "プラットフォーム",
|
|
322
317
|
"core.M365HostQuestion.placeholder": "アプリをプレビューするプラットフォームを選択する",
|
|
323
|
-
"core.options.separator.scenario": "シナリオベースの Teams アプリ",
|
|
324
318
|
"core.options.separator.additional": "追加機能",
|
|
325
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
319
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "Teams アプリが正常に準備されました。",
|
|
326
320
|
"core.common.LifecycleComplete.provision": "プロビジョニング ステージで %s/%s アクションが正常に実行されました。",
|
|
327
321
|
"core.common.LifecycleComplete.deploy": "デプロイ ステージで %s/%s アクションが正常に実行されました。",
|
|
328
322
|
"core.common.LifecycleComplete.publish": "公開ステージで %s/%s アクションが正常に実行されました。",
|
|
@@ -334,8 +328,6 @@
|
|
|
334
328
|
"core.common.OutlookDesktopClientName": "Outlook デスクトップ クライアント ID",
|
|
335
329
|
"core.common.OutlookWebClientName1": "Outlook Web アクセス クライアント ID 1",
|
|
336
330
|
"core.common.OutlookWebClientName2": "Outlook Web アクセス クライアント ID 2",
|
|
337
|
-
"core.NewOfficeAddinOptionVSC.label": "Outlook アドインで開始する",
|
|
338
|
-
"core.NewOfficeAddinOptionVSC.detail": "Teams ツールキットを使用して新しい Outlook アドイン アプリケーションを作成します。",
|
|
339
331
|
"core.importAddin.label": "既存の Outlook アドインをインポートする",
|
|
340
332
|
"core.importAddin.detail": "最新のアプリ マニフェストとプロジェクト構造へのアップグレードとアドイン プロジェクト",
|
|
341
333
|
"core.newTaskpaneAddin.label": "タスクウィンドウ",
|
|
@@ -349,20 +341,7 @@
|
|
|
349
341
|
"core.summary.actionFailed": "%s が失敗しました。",
|
|
350
342
|
"core.summary.actionSucceeded": "%s が正常に実行されました。",
|
|
351
343
|
"core.summary.createdEnvFile": "環境ファイルは次の場所に作成されました:",
|
|
352
|
-
"ui.select.LoadingOptionsPlaceholder": "
|
|
353
|
-
"error.aad.CreateAppError": "Azure Active Directory にアプリを作成できません。",
|
|
354
|
-
"error.aad.CreateSecretError": "`Azure Active Directory でアプリケーション シークレットを作成できません。`",
|
|
355
|
-
"error.aad.GetTokenError": "%s のユーザー ログイン情報を取得できません。",
|
|
356
|
-
"error.aad.TenantNotExistError": "ユーザー ログインからテナント情報を取得できません。",
|
|
357
|
-
"error.aad.CheckPermissionError": "アクセス許可の確認できません。",
|
|
358
|
-
"error.aad.GrantPermissionError": "%s: %s。アクセス許可を付与できません。",
|
|
359
|
-
"error.aad.ListCollaboratorError": "コラボレーターを一覧表示できません。",
|
|
360
|
-
"error.aad.GetConfigError": "%s の構成値 \"%s\" を取得できません。",
|
|
361
|
-
"error.aad.FormatError": "%s の形式が無効です。値: %s。",
|
|
362
|
-
"error.aad.client.CheckPermissionFailed": "Azure Active Directory でアクセス許可を確認できません。",
|
|
363
|
-
"error.aad.client.GrantPermissionFailed": "Azure Active Directory でアクセス許可を付与できません。",
|
|
364
|
-
"error.aad.client.AppObjectIdIsNull": "オブジェクト ID がありません。",
|
|
365
|
-
"error.aad.client.ReachRetryLimit": "再試行の制限を超えました。",
|
|
344
|
+
"ui.select.LoadingOptionsPlaceholder": "オプションを読み込んでいます...",
|
|
366
345
|
"error.aad.manifest.NameIsMissing": "name が見つかりません\n",
|
|
367
346
|
"error.aad.manifest.SignInAudienceIsMissing": "signInAudience が見つかりません\n",
|
|
368
347
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess が見つかりません\n",
|
|
@@ -375,16 +354,12 @@
|
|
|
375
354
|
"error.aad.manifest.UnknownResourceAppId": "不明な resourceAppId %s",
|
|
376
355
|
"error.aad.manifest.UnknownResourceAccessType": "不明な resourceAccess: %s",
|
|
377
356
|
"error.aad.manifest.UnknownResourceAccessId": "不明な resourceAccess id: %s、resourceAccess id としてアクセス許可を使用している場合は、代わりにアクセス許可 ID を試用してみてください。",
|
|
378
|
-
"plugins.aad.OwnerAlreadyAdded": "ユーザー %s は、Azure AD アプリ %s の所有者として既に追加されています。",
|
|
379
|
-
"core.addSso.functionNotSupport": "'SSO の追加' は、Azure 機能でホストされるボットではサポートされていません",
|
|
380
|
-
"core.addSso.ssoEnabled": "SSO は既に有効になっています",
|
|
381
357
|
"core.addSsoFiles.emptyProjectPath": "プロジェクト パスが空です",
|
|
382
358
|
"core.addSsoFiles.FailedToCreateAuthFiles": "SSO の追加のためのファイルを作成できません。詳細エラー: %s。",
|
|
383
359
|
"core.getUserEmailQuestion.validation3": "メール アドレスが無効です",
|
|
384
360
|
"plugins.bot.ErrorSuggestions": "候補: %s",
|
|
385
361
|
"plugins.bot.InvalidValue": "%s は値: %s で無効です",
|
|
386
362
|
"plugins.bot.SomethingIsMissing": "%s がありません。",
|
|
387
|
-
"plugins.bot.FailedToGetAlreadyCreatedBot": "ID %s のボットを作成できません。これは、既存のボットによって取得される可能性があります。詳細については、%s にアクセスしてください。\nまたは、開発者ポータルへの API 呼び出しに失敗しました: エラー、要求が状態コード 500 で失敗しました。API 名: create-bot、X-Correlation-ID: undefined。これは、断続的なサービス エラーが発生した可能性があります。数分待ってから、もう一度お試しください。",
|
|
388
363
|
"plugins.bot.FailedToProvision": "%s をプロビジョニングできません。",
|
|
389
364
|
"plugins.bot.FailedToUpdateConfigs": "%s の構成を更新できません",
|
|
390
365
|
"plugins.bot.BotRegistrationNotFoundWith": "botId %s のボット登録が見つかりませんでした。ボット登録を確認する方法の詳細をご覧いただくには、[問い合わせ] ボタンをクリックしてください。",
|
|
@@ -395,8 +370,6 @@
|
|
|
395
370
|
"plugins.bot.CheckCommandOutput": "コマンドの出力を確認し、修正してください。",
|
|
396
371
|
"plugins.bot.RunFailedCommand": "フォルダーで失敗したコマンド '%s' を実行してください: '%s'。",
|
|
397
372
|
"plugins.bot.CheckLogAndFix": "ログイン出力パネルを確認し、この問題を解決してください。",
|
|
398
|
-
"plugins.bot.AadApp": "AAD アプリ",
|
|
399
|
-
"plugins.bot.AadClientSecret": "AAD クライアント シークレット",
|
|
400
373
|
"plugins.bot.AppStudioBotRegistration": "開発者ポータルのボット登録",
|
|
401
374
|
"plugins.function.getTemplateFromLocal": "GitHub から最新のテンプレートを取得できません。ローカル テンプレートを使用しようとしました。",
|
|
402
375
|
"error.depChecker.DefaultErrorMessage": "必要な依存関係を手動でインストールします。",
|
|
@@ -448,7 +421,6 @@
|
|
|
448
421
|
"botRegistration.log.startCreateBotAadApp": "ボット Azure Active Directory アプリを作成しています。",
|
|
449
422
|
"botRegistration.log.successCreateBotAadApp": "ボット Azure Active Directory アプリが正常に作成されました。",
|
|
450
423
|
"botRegistration.log.skipCreateBotAadApp": "ボット Azure Active Directory アプリの作成がスキップされました。",
|
|
451
|
-
"botRegistration.log.failCreateBotAadApp": "ボット Azure Active Directory アプリを作成できません。エラー メッセージ: %s。",
|
|
452
424
|
"driver.botAadApp.create.description": "新しいボットを作成するか、既存のボット Azure Active Directory アプリを再利用します。",
|
|
453
425
|
"driver.botAadApp.log.startExecuteDriver": "アクション %s を実行しています",
|
|
454
426
|
"driver.botAadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
|
|
@@ -488,9 +460,9 @@
|
|
|
488
460
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK がインストールされています。",
|
|
489
461
|
"driver.file.createOrUpdateEnvironmentFile.description": "変数を作成するか、環境ファイルに更新します。",
|
|
490
462
|
"driver.file.createOrUpdateEnvironmentFile.summary": "変数が %s に正常に生成されました。",
|
|
491
|
-
"driver.file.createOrUpdateJsonFile.description": "
|
|
492
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
493
|
-
"driver.file.progressBar.appsettings": "
|
|
463
|
+
"driver.file.createOrUpdateJsonFile.description": "JSON ファイルを作成または更新します。",
|
|
464
|
+
"driver.file.createOrUpdateJsonFile.summary": "JSON ファイルが %s に正常に生成されました。",
|
|
465
|
+
"driver.file.progressBar.appsettings": "JSON ファイルを生成しています...",
|
|
494
466
|
"driver.file.progressBar.env": "環境変数を生成しています...",
|
|
495
467
|
"driver.deploy.error.restartWebAppError": "Web アプリを再起動できません。\nアプリが正しく動作しない場合は、Web アプリを手動で再起動してみてください。",
|
|
496
468
|
"driver.deploy.notice.deployAcceleration": "Azure App Service へのデプロイには時間がかかります。デプロイを最適化するために、このドキュメントを参照することを検討してください:",
|
|
@@ -546,9 +518,10 @@
|
|
|
546
518
|
"driver.botFramework.summary.create": "ボットの登録が正常に作成されました (%s)。",
|
|
547
519
|
"driver.botFramework.summary.update": "ボットの登録が正常に更新されました (%s)。",
|
|
548
520
|
"driver.botFramework.progressBar.createOrUpdateBot": "ボットの登録を作成または更新しています。",
|
|
521
|
+
"driver.botFramework.error.InvalidBotId": "ボット ID %s は無効です。GUID である必要があります。",
|
|
549
522
|
"error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。YAML ファイルを確認してください。",
|
|
550
523
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "YAML ファイルを解析できません: %s。理由: YAML ファイルを確認してください。",
|
|
551
|
-
"error.yaml.VersionNotSupported": "
|
|
524
|
+
"error.yaml.VersionNotSupported": "バージョン %s がサポートされていません。サポートされているバージョン: %s。",
|
|
552
525
|
"error.yaml.YamlFieldTypeError": "フィールド '%s' には %s 型が必要です。YAML ファイル: %s",
|
|
553
526
|
"error.yaml.YamlFieldMissingError": "フィールド '%s' がありません。YAML ファイル: %s",
|
|
554
527
|
"error.yaml.InvalidYmlActionNameError": "アクション '%s'が見つかりません。YAML ファイル: %s",
|
|
@@ -559,15 +532,16 @@
|
|
|
559
532
|
"error.common.InvalidProjectError": "このコマンドは、Teams Toolkit によって作成されたプロジェクトに対してのみ機能します。",
|
|
560
533
|
"error.common.FileNotFoundError": "ファイルまたはディレクトリが見つかりません: '%s'。それが存在し、アクセス許可があるかどうかを確認します。",
|
|
561
534
|
"error.common.JSONSyntaxError": "JSON 構文エラー: %s。JSON 構文を調べて、正しい形式であることを確認します。",
|
|
562
|
-
"error.common.ReadFileError": "
|
|
563
|
-
"error.common.UnhandledError": "
|
|
535
|
+
"error.common.ReadFileError": "次の理由によりファイルを読み取ることができません: %s",
|
|
536
|
+
"error.common.UnhandledError": "%s タスクの実行中に予期しないエラーが発生しました。%s",
|
|
537
|
+
"error.common.WriteFileError": "次の理由によりファイルを書き込むことができません: %s",
|
|
564
538
|
"error.common.MissingRequiredInputError": "必要な入力がありません: %s",
|
|
565
539
|
"error.common.InputValidationError": "入力 '%s' の検証に失敗しました: %s",
|
|
566
540
|
"error.common.NoEnvFilesError": ".env ファイルが見つかりません。",
|
|
567
541
|
"error.common.MissingRequiredFileError": "%srequired ファイル '%s' がありません",
|
|
568
|
-
"error.common.HttpClientError": "
|
|
569
|
-
"error.common.HttpServerError": "
|
|
570
|
-
"error.common.ConcurrentError": "
|
|
542
|
+
"error.common.HttpClientError": "%s タスクの実行中に HTTP クライアント エラーが発生しました。エラー応答: %s",
|
|
543
|
+
"error.common.HttpServerError": "%s タスクの実行中に HTTP サーバー エラーが発生しました。後でもう一度お試しください。エラー応答: %s",
|
|
544
|
+
"error.common.ConcurrentError": "前のタスクはまだ実行中です。前のタスクが完了するまで待ってから、もう一度お試しください。",
|
|
571
545
|
"error.upgrade.NoNeedUpgrade": "このプロジェクトはすでに最新であり、アップグレードする必要はありません。",
|
|
572
546
|
"error.collaboration.InvalidManifestError": "'id' キーがないため、マニフェスト ファイル ('%s') を処理できません。アプリケーションを正しく識別するには、マニフェスト ファイルに 'id' キーが存在することを確認します。",
|
|
573
547
|
"error.collaboration.FailedToLoadManifest": "マニフェスト ファイルを読み込めません。理由: %s。",
|
|
@@ -18,10 +18,9 @@
|
|
|
18
18
|
"core.option.learnMore": "Learn more",
|
|
19
19
|
"core.option.upgrade": "Upgrade",
|
|
20
20
|
"core.option.moreInfo": "More Info",
|
|
21
|
-
"core.progress.
|
|
22
|
-
"core.progress.
|
|
23
|
-
"core.progress.
|
|
24
|
-
"core.progress.generateSample.detail": "Downloading Sample %s",
|
|
21
|
+
"core.progress.create": "Create",
|
|
22
|
+
"core.progress.createFromTemplate": "Downloading app template.",
|
|
23
|
+
"core.progress.createFromSample": "Downloading sample %s",
|
|
25
24
|
"core.progress.deploy": "Deploy",
|
|
26
25
|
"core.progress.publish": "Publish",
|
|
27
26
|
"core.progress.provision": "Provision",
|
|
@@ -77,7 +76,9 @@
|
|
|
77
76
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
|
|
78
77
|
"plugins.spfx.questions.spfxSolution.title": "SharePoint Solution",
|
|
79
78
|
"plugins.spfx.questions.spfxSolution.createNew": "Create a New SPFx Solution",
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "Create a Teams Tab application using SPFx web parts",
|
|
80
80
|
"plugins.spfx.questions.spfxSolution.importExisting": "Import an Existing SPFx Solution",
|
|
81
|
+
"plugins.spfx.questions.spfxSolution.importExisting.detail": "Expose SPFx client-side web part as Microsoft Teams tab or personal app",
|
|
81
82
|
"plugins.spfx.deployNotice": "SharePoint package %s has been successfully deployed to [%s](%s).",
|
|
82
83
|
"plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
|
|
83
84
|
"plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
|
|
@@ -101,6 +102,8 @@
|
|
|
101
102
|
"_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
|
|
102
103
|
"plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
103
104
|
"plugins.spfx.error.import.retrieveSolutionInfo": "Failed to retrieve existing SPFx solution information. Please make sure your SPFx solution is valid.",
|
|
105
|
+
"plugins.spfx.error.import.copySPFxSolution": "Failed to copy existing SPFx solution: %s",
|
|
106
|
+
"plugins.spfx.error.import.updateSPFxTemplate": "Failed to update project templates with existing SPFx solution: %s",
|
|
104
107
|
"plugins.spfx.error.import.common": "Failed to import existing SPFx solution to Teams Toolkit: %s",
|
|
105
108
|
"plugins.spfx.import.title": "Importing SPFx solution",
|
|
106
109
|
"plugins.spfx.import.copyExistingSPFxSolution": "Copying existing SPFx solution...",
|
|
@@ -139,23 +142,18 @@
|
|
|
139
142
|
"plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
|
|
140
143
|
"plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
|
|
141
144
|
"plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
|
|
142
|
-
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
143
145
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
144
146
|
"plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
|
|
145
147
|
"plugins.bot.triggers.http-functions.label": "HTTP Trigger",
|
|
146
|
-
"plugins.bot.triggers.http-and-timer-functions.cliName": "http-and-timer-functions",
|
|
147
148
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
148
149
|
"plugins.bot.triggers.http-and-timer-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests and respond based on a specific schedule.",
|
|
149
150
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP and Timer Trigger",
|
|
150
|
-
"plugins.bot.triggers.http-restify.cliName": "http-restify",
|
|
151
151
|
"plugins.bot.triggers.http-restify.description": "Restify Server",
|
|
152
152
|
"plugins.bot.triggers.http-restify.detail": "A running restify server hosted on Azure App Service can listen to HTTP requests.",
|
|
153
153
|
"plugins.bot.triggers.http-restify.label": "HTTP Trigger",
|
|
154
|
-
"plugins.bot.triggers.http-webapi.cliName": "http-webapi",
|
|
155
154
|
"plugins.bot.triggers.http-webapi.description": "Web API Server",
|
|
156
155
|
"plugins.bot.triggers.http-webapi.detail": "A running Web API server hosted on Azure App Service can listen to HTTP requests.",
|
|
157
156
|
"plugins.bot.triggers.http-webapi.label": "HTTP Trigger",
|
|
158
|
-
"plugins.bot.triggers.timer-functions.cliName": "timer-functions",
|
|
159
157
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
160
158
|
"plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
|
|
161
159
|
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
@@ -205,6 +203,7 @@
|
|
|
205
203
|
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
|
|
206
204
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
|
|
207
205
|
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
206
|
+
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
208
207
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
209
208
|
"core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
|
|
210
209
|
"core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
|
|
@@ -215,6 +214,10 @@
|
|
|
215
214
|
"core.option.github": "Open a GitHub guide",
|
|
216
215
|
"core.option.inProduct": "Open a in-product guide",
|
|
217
216
|
"core.TabOption.label": "Tab",
|
|
217
|
+
"core.generator.officeAddin.importProject.title": "Importing an existing Outlook add-in project",
|
|
218
|
+
"core.generator.officeAddin.importProject.copyFiles": "Copying files",
|
|
219
|
+
"core.generator.officeAddin.importProject.convertProject": "Converting project",
|
|
220
|
+
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest",
|
|
218
221
|
"core.TabOption.description": "UI-based app",
|
|
219
222
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
220
223
|
"core.DashboardOption.label": "Dashboard",
|
|
@@ -237,6 +240,19 @@
|
|
|
237
240
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
238
241
|
"core.TabNonSso.label": "Basic Tab",
|
|
239
242
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
243
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your API spec:\n\nSummary:\n%s.\n%s\n%s",
|
|
244
|
+
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s",
|
|
245
|
+
"core.copilotPlugin.validate.summary.validate.failed": "%s failed",
|
|
246
|
+
"core.copilotPlugin.validate.summary.validate.warning": "%s warning",
|
|
247
|
+
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI specification file:\n%s",
|
|
248
|
+
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.",
|
|
249
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" must not have more than %s characters. ",
|
|
250
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Missing full description. ",
|
|
251
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".",
|
|
252
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Missing \"%s\" in command \"%s\".",
|
|
253
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigation: create Adaptive Card template in \"%s\" and then update \"%s\" field to the relative path in \"%s\".",
|
|
254
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsAppPackagePackage.cannotFindCard": "Missing \"%s\" in \"%s\".",
|
|
255
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsAppPackagePackage.cannotFindCard.mitigation": " Mitigation: please create Adaptive Card template \"%s\" in \"%s\".",
|
|
240
256
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
241
257
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
242
258
|
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
@@ -267,10 +283,18 @@
|
|
|
267
283
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Specification URL",
|
|
268
284
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Specification Location",
|
|
269
285
|
"core.createProjectQuestion.AIPluginManifest.title": "OpenAI Plugin Manifest",
|
|
270
|
-
"core.createProjectQuestion.AIPluginManifest.placeholder": "Enter
|
|
286
|
+
"core.createProjectQuestion.AIPluginManifest.placeholder": "Enter your website domain",
|
|
271
287
|
"core.createProjectQuestion.invalidUrl.message": "Please enter a valid URL",
|
|
288
|
+
"core.createProjectQuestion.invalidDomain.message": "Please enter a valid domain",
|
|
272
289
|
"core.createProjectQuestion.apiSpec.operation.title": "Select an Operation",
|
|
273
|
-
"core.createProjectQuestion.apiSpec.operation.placeholder": "Only GET and
|
|
290
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "Only GET methods with single parameter and no auth are listed",
|
|
291
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
292
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid API specification. Check output panel for details.",
|
|
293
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid API specification. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
294
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "Invalid OpenAI plugin manifest. Check output panel for details.",
|
|
295
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
296
|
+
"core.aiBotOption.label": "AI Chat Bot",
|
|
297
|
+
"core.aiBotOption.detail": "A chat bot using Teams AI library",
|
|
274
298
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
275
299
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
276
300
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -294,7 +318,6 @@
|
|
|
294
318
|
"core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
|
|
295
319
|
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
|
|
296
320
|
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
|
|
297
|
-
"core.getCreateNewOrFromSampleQuestion.title": "Teams Toolkit: Create a New App",
|
|
298
321
|
"core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
|
|
299
322
|
"core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
|
|
300
323
|
"core.getRuntimeQuestion.placeholder": "Select a runtime",
|
|
@@ -340,6 +363,7 @@
|
|
|
340
363
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
341
364
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
342
365
|
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
366
|
+
"core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
|
|
343
367
|
"core.M365HostQuestion.title": "Platform",
|
|
344
368
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
345
369
|
"core.options.separator.additional": "Additional features",
|
|
@@ -355,8 +379,18 @@
|
|
|
355
379
|
"core.common.OutlookDesktopClientName": "Outlook desktop client id",
|
|
356
380
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
357
381
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
358
|
-
"core.
|
|
359
|
-
"core.
|
|
382
|
+
"core.common.CancelledMessage": "Operation is cancelled.",
|
|
383
|
+
"core.common.SpecVersionNotSupported": "OpenAPI version lower than 3.0.0 is not supported.",
|
|
384
|
+
"core.common.NoServerInformation": "No server information is found in the OpenAPI specification file.",
|
|
385
|
+
"core.common.MultipleServerInformation": "Multiple server information is found in the OpenAPI specification file.",
|
|
386
|
+
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
387
|
+
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
388
|
+
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI specification file.",
|
|
389
|
+
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties' is not supported, and will be ignored.",
|
|
390
|
+
"core.common.SchemaNotSupported": "'oneOf', 'anyOf', and 'not' schema are not supported: %s.",
|
|
391
|
+
"core.common.UnknownSchema": "Unknown schema: %s.",
|
|
392
|
+
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
393
|
+
"core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
|
|
360
394
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
361
395
|
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
362
396
|
"core.summary.actionDescription": "Action %s%s",
|
|
@@ -368,7 +402,9 @@
|
|
|
368
402
|
"core.summary.actionFailed": "%s failed.",
|
|
369
403
|
"core.summary.actionSucceeded": "%s was executed successfully.",
|
|
370
404
|
"core.summary.createdEnvFile": "Environment file was created at",
|
|
405
|
+
"core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
|
|
371
406
|
"ui.select.LoadingOptionsPlaceholder": "Loading options ...",
|
|
407
|
+
"ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
|
|
372
408
|
"error.aad.manifest.NameIsMissing": "name is missing\n",
|
|
373
409
|
"error.aad.manifest.SignInAudienceIsMissing": "signInAudience is missing\n",
|
|
374
410
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess is missing\n",
|
|
@@ -378,6 +414,7 @@
|
|
|
378
414
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
379
415
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
380
416
|
"error.aad.manifest.AADManifestIssues": "AAD manifest has following issues that may potentially break the Teams App:\n",
|
|
417
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual AAD application and try again.\n",
|
|
381
418
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
382
419
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
383
420
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
|
|
@@ -394,8 +431,6 @@
|
|
|
394
431
|
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
395
432
|
"plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
|
|
396
433
|
"plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
|
|
397
|
-
"plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
|
|
398
|
-
"plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
|
|
399
434
|
"plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
|
|
400
435
|
"plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
|
|
401
436
|
"plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
|
|
@@ -546,8 +581,8 @@
|
|
|
546
581
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
547
582
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
548
583
|
"driver.botFramework.error.InvalidBotId": "Bot ID %s is invalid. It must be a GUID.",
|
|
549
|
-
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please
|
|
550
|
-
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file.",
|
|
584
|
+
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file for detailed errors.",
|
|
585
|
+
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file or upgrade to the latest Teams Toolkit.",
|
|
551
586
|
"error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
|
|
552
587
|
"error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
|
|
553
588
|
"error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
|
|
@@ -562,6 +597,7 @@
|
|
|
562
597
|
"error.common.ReadFileError": "Unable to read file for reason: %s",
|
|
563
598
|
"error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. %s",
|
|
564
599
|
"error.common.WriteFileError": "Unable to write file for reason: %s",
|
|
600
|
+
"error.common.FilePermissionError": "File operation is not permitted, ensure that you have the necessary permissions: %s",
|
|
565
601
|
"error.common.MissingRequiredInputError": "Missing required input: %s",
|
|
566
602
|
"error.common.InputValidationError": "Input '%s' validation failed: %s",
|
|
567
603
|
"error.common.NoEnvFilesError": "Unable to find .env files.",
|
|
@@ -610,5 +646,7 @@
|
|
|
610
646
|
"error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
611
647
|
"error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
612
648
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
613
|
-
"error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
|
|
649
|
+
"error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
650
|
+
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. You must run provision first.",
|
|
651
|
+
"error.core.appIdNotExist": "Cannot find app id: %s. Maybe your current M365 account does not have permission, or the app has alredy been deleted."
|
|
614
652
|
}
|