@microsoft/teamsfx-core 1.22.1-alpha.d2fbcaf19.0 → 1.22.1-alpha.ecf7bf89a.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.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +2 -0
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/constant/helpLink.d.ts +1 -0
- package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/common/deps-checker/constant/helpLink.js +2 -1
- package/build/common/deps-checker/constant/helpLink.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +2 -1
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +4 -1
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/constant/telemetry.d.ts +1 -0
- package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/common/deps-checker/constant/telemetry.js +1 -0
- package/build/common/deps-checker/constant/telemetry.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +5 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js +1 -0
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/depsError.d.ts +4 -1
- package/build/common/deps-checker/depsError.d.ts.map +1 -1
- package/build/common/deps-checker/depsError.js +11 -4
- package/build/common/deps-checker/depsError.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +13 -7
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +75 -44
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +17 -6
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +44 -22
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +3 -3
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/common/m365/packageService.d.ts +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +7 -4
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/m365/serviceConstant.d.ts +2 -2
- package/build/common/m365/serviceConstant.d.ts.map +1 -1
- package/build/common/m365/serviceConstant.js +2 -2
- package/build/common/m365/serviceConstant.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +4 -2
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/samples-config-v3.json +12 -22
- package/build/common/samples-config.json +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +7 -4
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +23 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +22 -2
- package/build/common/versionMetadata.js.map +1 -1
- package/build/component/configManager/error.d.ts +3 -0
- package/build/component/configManager/error.d.ts.map +1 -1
- package/build/component/configManager/error.js +15 -1
- package/build/component/configManager/error.js.map +1 -1
- package/build/component/configManager/interface.d.ts +2 -0
- package/build/component/configManager/interface.d.ts.map +1 -1
- package/build/component/configManager/interface.js.map +1 -1
- package/build/component/configManager/parser.d.ts +1 -0
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +14 -3
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/constant/commonConstant.d.ts +9 -1
- package/build/component/constant/commonConstant.d.ts.map +1 -1
- package/build/component/constant/commonConstant.js +8 -0
- package/build/component/constant/commonConstant.js.map +1 -1
- package/build/component/constant/deployConstant.d.ts +5 -0
- package/build/component/constant/deployConstant.d.ts.map +1 -1
- package/build/component/constant/deployConstant.js +19 -1
- package/build/component/constant/deployConstant.js.map +1 -1
- package/build/component/constants.d.ts +8 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +12 -4
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +0 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +78 -62
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/coordinator/summary.d.ts +13 -2
- package/build/component/coordinator/summary.d.ts.map +1 -1
- package/build/component/coordinator/summary.js +2 -2
- package/build/component/coordinator/summary.js.map +1 -1
- package/build/component/debugHandler/bot.d.ts.map +1 -1
- package/build/component/debugHandler/bot.js +5 -1
- package/build/component/debugHandler/bot.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +1 -0
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +5 -7
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/error/missingEnvError.d.ts.map +1 -1
- package/build/component/driver/aad/error/missingEnvError.js +2 -2
- package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
- package/build/component/driver/aad/error/missingEnvInFileError.d.ts +5 -0
- package/build/component/driver/aad/error/missingEnvInFileError.d.ts.map +1 -0
- package/build/component/driver/aad/error/missingEnvInFileError.js +33 -0
- package/build/component/driver/aad/error/missingEnvInFileError.js.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.d.ts +1 -1
- package/build/component/driver/aad/interface/updateAadAppArgs.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +4 -4
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +7 -10
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts +5 -11
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +22 -47
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts +5 -14
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +23 -45
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +6 -2
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +21 -13
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +45 -0
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +150 -0
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -0
- package/build/component/driver/deploy/azure/{azureDeployDriver.d.ts → impl/azureDeployImpl.d.ts} +7 -31
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +146 -0
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -0
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +42 -0
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/{baseDeployDriver.js → impl/baseDeployImpl.js} +47 -33
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -0
- package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts +3 -0
- package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/impl/progressBarHelper.js +15 -0
- package/build/component/driver/deploy/azure/impl/progressBarHelper.js.map +1 -0
- package/build/component/driver/file/updateEnv.js +1 -1
- package/build/component/driver/file/updateEnv.js.map +1 -1
- package/build/component/driver/file/{appsettingsGenerate.d.ts → updateJson.d.ts} +2 -2
- package/build/component/driver/file/updateJson.d.ts.map +1 -0
- package/build/component/driver/file/{appsettingsGenerate.js → updateJson.js} +12 -14
- package/build/component/driver/file/updateJson.js.map +1 -0
- package/build/component/driver/index.d.ts +2 -1
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +2 -1
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +15 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -0
- package/build/component/driver/m365/acquire.js +104 -0
- package/build/component/driver/m365/acquire.js.map +1 -0
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +5 -0
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +1 -0
- package/build/component/driver/m365/error/FileNotFoundUserError.js +22 -0
- package/build/component/driver/m365/error/FileNotFoundUserError.js.map +1 -0
- package/build/component/driver/m365/error/invalidParameterUserError.d.ts +5 -0
- package/build/component/driver/m365/error/invalidParameterUserError.d.ts.map +1 -0
- package/build/component/driver/m365/error/invalidParameterUserError.js +29 -0
- package/build/component/driver/m365/error/invalidParameterUserError.js.map +1 -0
- package/build/component/driver/m365/error/unhandledError.d.ts +5 -0
- package/build/component/driver/m365/error/unhandledError.d.ts.map +1 -0
- package/build/component/driver/m365/error/unhandledError.js +25 -0
- package/build/component/driver/m365/error/unhandledError.js.map +1 -0
- package/build/component/generator/generator.js +2 -2
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +12 -4
- 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 +3 -7
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeAddin/question.d.ts +1 -2
- package/build/component/generator/officeAddin/question.d.ts.map +1 -1
- package/build/component/generator/officeAddin/question.js +1 -10
- package/build/component/generator/officeAddin/question.js.map +1 -1
- package/build/component/generator/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfxGenerator.js +5 -4
- package/build/component/generator/spfxGenerator.js.map +1 -1
- package/build/component/messages.d.ts +11 -11
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +11 -11
- package/build/component/messages.js.map +1 -1
- package/build/component/middleware/envMW.d.ts.map +1 -1
- package/build/component/middleware/envMW.js +15 -19
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +7 -16
- package/build/component/question.js.map +1 -1
- package/build/component/resource/appManifest/appStudioClient.d.ts +1 -0
- package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/appManifest/appStudioClient.js +17 -7
- package/build/component/resource/appManifest/appStudioClient.js.map +1 -1
- package/build/component/resource/appManifest/constants.d.ts +6 -0
- package/build/component/resource/appManifest/constants.d.ts.map +1 -1
- package/build/component/resource/appManifest/constants.js +3 -0
- package/build/component/resource/appManifest/constants.js.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.js +6 -2
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
- package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/utils.js +15 -8
- package/build/component/resource/appManifest/utils/utils.js.map +1 -1
- package/build/component/resource/azureAppService/azureAppService.js +1 -1
- package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts +5 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +69 -46
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botService.d.ts +3 -0
- package/build/component/resource/botService/botService.d.ts.map +1 -1
- package/build/component/resource/botService/botService.js +7 -4
- package/build/component/resource/botService/botService.js.map +1 -1
- package/build/component/resource/botService/common.d.ts +2 -0
- package/build/component/resource/botService/common.d.ts.map +1 -1
- package/build/component/resource/botService/common.js +8 -1
- package/build/component/resource/botService/common.js.map +1 -1
- package/build/component/resource/botService/constants.d.ts +7 -1
- package/build/component/resource/botService/constants.d.ts.map +1 -1
- package/build/component/resource/botService/constants.js +7 -1
- package/build/component/resource/botService/constants.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +9 -0
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +22 -1
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +5 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +17 -25
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/component/resource/botService/retryHandler.d.ts.map +1 -1
- package/build/component/resource/botService/retryHandler.js +6 -1
- package/build/component/resource/botService/retryHandler.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +19 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +54 -11
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +10 -0
- package/build/component/utils/pathUtils.d.ts.map +1 -0
- package/build/component/utils/pathUtils.js +52 -0
- package/build/component/utils/pathUtils.js.map +1 -0
- package/build/component/utils/settingsUtil.d.ts.map +1 -1
- package/build/component/utils/settingsUtil.js +31 -13
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +31 -11
- package/build/core/FxCoreImplementV3.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 +20 -6
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +2 -1
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +7 -3
- package/build/core/error.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +1 -1
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +2 -2
- package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +12 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +59 -82
- 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 +13 -13
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectSettingsWriter.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsWriter.js +1 -10
- package/build/core/middleware/projectSettingsWriter.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +23 -10
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/types.d.ts +2 -1
- package/build/core/middleware/types.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +2 -0
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +12 -4
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +13 -0
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -3
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +17 -20
- 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 +28 -224
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.d.ts +2 -2
- package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/migrationContext.js +9 -10
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +4 -4
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +33 -11
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +4 -1
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +13 -15
- package/build/core/question.js.map +1 -1
- package/build/core/types.d.ts +1 -0
- package/build/core/types.d.ts.map +1 -1
- package/package.json +13 -6
- package/resource/package.nls.cs.json +63 -44
- package/resource/package.nls.de.json +63 -44
- package/resource/package.nls.es.json +63 -44
- package/resource/package.nls.fr.json +63 -44
- package/resource/package.nls.it.json +63 -44
- package/resource/package.nls.ja.json +63 -44
- package/resource/package.nls.json +58 -38
- package/resource/package.nls.ko.json +63 -44
- package/resource/package.nls.pl.json +63 -44
- package/resource/package.nls.pt-BR.json +63 -44
- package/resource/package.nls.ru.json +63 -44
- package/resource/package.nls.tr.json +63 -44
- package/resource/package.nls.zh-Hans.json +63 -44
- package/resource/package.nls.zh-Hant.json +63 -44
- package/templates/bicep/azureWebApp.provision.module.bicep +1 -1
- package/templates/core/v3Migration/csharp.app.local.yml +6 -6
- package/templates/core/v3Migration/csharp.app.yml +11 -7
- package/templates/core/v3Migration/js.ts.app.local.yml +120 -24
- package/templates/core/v3Migration/js.ts.app.yml +10 -6
- package/templates/core/v3Migration/spfx.app.yml +7 -5
- package/templates/core/v3Migration/upgradeReport.md +36 -0
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.csharp.workflow.zip +0 -0
- package/templates/fallback/bot.js.command-and-response.zip +0 -0
- package/templates/fallback/bot.js.default.zip +0 -0
- package/templates/fallback/bot.js.m365.zip +0 -0
- package/templates/fallback/bot.js.notification-function-base.zip +0 -0
- package/templates/fallback/bot.js.notification-restify.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.js.workflow.zip +0 -0
- package/templates/fallback/bot.ts.command-and-response.zip +0 -0
- package/templates/fallback/bot.ts.default.zip +0 -0
- package/templates/fallback/bot.ts.m365.zip +0 -0
- package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
- package/templates/fallback/bot.ts.notification-restify.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.workflow.zip +0 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/function-base.js.default.zip +0 -0
- package/templates/fallback/function-base.ts.default.zip +0 -0
- package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/tab.csharp.default.zip +0 -0
- package/templates/fallback/tab.csharp.non-sso.zip +0 -0
- package/templates/fallback/tab.js.dashboard.zip +0 -0
- package/templates/fallback/tab.js.default.zip +0 -0
- package/templates/fallback/tab.js.m365.zip +0 -0
- package/templates/fallback/tab.js.non-sso.zip +0 -0
- package/templates/fallback/tab.ts.dashboard.zip +0 -0
- package/templates/fallback/tab.ts.default.zip +0 -0
- package/templates/fallback/tab.ts.m365.zip +0 -0
- package/templates/fallback/tab.ts.non-sso.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.md +6 -6
- package/templates/plugins/resource/aad/auth/bot/README.txt +36 -3
- package/templates/plugins/resource/apim/README.md +1 -1
- package/templates/plugins/resource/bot/bicep/botProvision.template.bicep +1 -1
- package/templates/plugins/resource/hosting/bicep/webapp/webappProvision.template.bicep +1 -1
- package/templates/plugins/resource/spfx/solution/README.md +1 -1
- package/build/component/driver/deploy/azure/azureDeployDriver.d.ts.map +0 -1
- package/build/component/driver/deploy/azure/azureDeployDriver.js +0 -237
- package/build/component/driver/deploy/azure/azureDeployDriver.js.map +0 -1
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts +0 -25
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts.map +0 -1
- package/build/component/driver/deploy/azure/baseDeployDriver.js.map +0 -1
- package/build/component/driver/file/appsettingsGenerate.d.ts.map +0 -1
- package/build/component/driver/file/appsettingsGenerate.js.map +0 -1
- package/build/component/driver/interface/baseDeployStepDriver.d.ts +0 -19
- package/build/component/driver/interface/baseDeployStepDriver.d.ts.map +0 -1
- package/build/component/driver/interface/baseDeployStepDriver.js +0 -30
- package/build/component/driver/interface/baseDeployStepDriver.js.map +0 -1
- package/templates/core/v3Migration/migrationReport.md +0 -37
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"core.provision.confirmEnvAndCostNotice": "使用量によってはコストの負担を招く場合があります。上記のアカウントを使用して、%s 環境で複数のリソースを準備しますか?",
|
|
17
17
|
"core.provision.confirmEnvOnlyNotice": "上記のアカウントを使用して、%s 環境で複数のリソースを準備しますか?",
|
|
18
18
|
"core.deploy.confirmEnvNotice": "%s 環境でリソースを展開しますか? \nAzure アカウント (%s) とサブスクリプション (%s) 展開に使用されます。",
|
|
19
|
+
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
19
20
|
"core.provision.successAzure": "Azure リソースがクラウドで正常にプロビジョニングされました。",
|
|
20
21
|
"core.provision.successNotice": "'%s' はクラウドで正常にプロビジョニングされました。",
|
|
21
22
|
"core.provision.failNotice": "クラウドで '%s' をプロビジョニングできません。",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"core.error.notLoginToAzure": "Azure アカウント拡張機能を使用して Azure にログインする",
|
|
32
33
|
"core.error.FailedToCreateResourceGroup.exist": "リソース グループ '%s' を作成できませんでした: リソース グループが存在します",
|
|
33
34
|
"core.error.NoYmlFileError": "yml ファイルが見つかりませんでした。",
|
|
35
|
+
"core.error.NoEnvFilesError": "Failed to find .env files.",
|
|
34
36
|
"core.error.resourceGroupNotFound": "リソース グループ '%s' は存在しません。既存のリソース グループを指定してください。",
|
|
35
37
|
"core.error.resourceGroupNotFound2": "リソース グループ '%s' が存在しません。'%s' ファイルを確認してください。",
|
|
36
38
|
"core.error.unresolvedPlaceholders": "未解決のプレースホルダーがあります: 選択した yml ファイル内の '%s': %s",
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
"core.deploy.successNotice": "'%s' が正常にデプロイされました。",
|
|
40
42
|
"core.deploy.aadManifestSuccessNotice": "Azure Active Directory アプリケーションが正常に展開されました。Azure Active Directory アプリケーションの表示方法を確認するには、[詳細情報] をクリックします。",
|
|
41
43
|
"core.deploy.aadManifestLearnMore": "詳細情報",
|
|
42
|
-
"core.deploy.failNotice": "
|
|
44
|
+
"core.deploy.failNotice": "'%s' を展開できません。",
|
|
43
45
|
"core.deploy.botTroubleShoot": "Azure でボット アプリケーションのトラブルシューティングを行うには、[詳細情報] をクリックしてドキュメントを参照してください。",
|
|
44
46
|
"core.deploy.botTroubleShoot.learnMore": "詳細情報",
|
|
45
47
|
"core.deploy.startNotice": "[%s] デプロイを開始します。",
|
|
@@ -129,8 +131,10 @@
|
|
|
129
131
|
"core.localDebug.tenantConfirmNotice": "別のテナント \"%s\" で Teams アプリのデバッグを既に実行しています。%s をサインアウトし、合致する Microsoft 365 アカウントでサインインして、以前のデバッグ リソースを再利用できます。デバッグ用にテナントを切り替えたい場合は、ローカル ファイル (%s) を削除し、デバッグを再実行できます。",
|
|
130
132
|
"core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "別のテナント \"%s\" で Teams アプリのデバッグを既に実行しています。デバッグ用にテナントを切り替える場合は、ローカル ファイル (%s) を削除し、デバッグを再実行できます。",
|
|
131
133
|
"core.migrationToArmAndMultiEnv.Message": "Teams ツールキットは、最新の機能をサポートするためにプロジェクト構成ファイルをアップグレードします。アップグレード プロセスでは、カスタム コードが変更されず、元に戻す必要がある場合に備えて、バックアップ ファイルが作成されます。\nこのアップグレードは、現在のバージョンの Teams ツールキットを引き続き使用する必要があることに留意して下さい。アップグレードする準備が整っておたず、引き続き古いバージョンを使用する場合は、拡張機能で Teams ツールキットを見つけて、バージョン 2.10.0 以前のものをインストールしてください",
|
|
132
|
-
"core.migrationV3.Message": "The Teams Toolkit related configurations are older version. Upgrading project is required to continue. Please confirm you are agree to upgrade the TeamsFx configurations.\nThe upgrading will not impact your business source code, but just the configuration used by Teams Toolkit, and backups will be generated for reverting. If you don't agree to upgrade, you can download previouse version %s of Teams Toolkit to continue working with current config.
|
|
133
|
-
"core.migrationV3.VS.Message": "
|
|
134
|
+
"core.migrationV3.Message": "The Teams Toolkit related configurations are older version. Upgrading project is required to continue. Please confirm you are agree to upgrade the TeamsFx configurations.\nThe upgrading will not impact your business source code, but just the configuration used by Teams Toolkit, and backups will be generated for reverting. If you don't agree to upgrade, you can download previouse version %s of Teams Toolkit to continue working with current config. Click Learn More to get more information.",
|
|
135
|
+
"core.migrationV3.VS.Message": "インストールされているバージョンの Teams Toolkit (%s) では、自動的に実行できるこのプロジェクトの構成の変更が必要です。アップグレードする前に、[詳細情報] を選択して必要な変更について確認するか、[アップグレード] を選択して変更を自動的に実行してください。",
|
|
136
|
+
"core.migrationV3.CreateNewProject": "Teams toolkit's pre-released version supports new project configuration and is incompatible with previous versions. Please try it by creating a new project, auto upgrade support will be added in the coming release.",
|
|
137
|
+
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
|
|
134
138
|
"core.migrationToArmAndMultiEnv.SuccessMessage": "アップグレードに成功しました。プロジェクトが新しい構成ファイルにアップグレードされます。",
|
|
135
139
|
"core.migrationToArmAndMultiEnv.ErrorMessage": "アップグレードに失敗しました。[出力] ウィンドウでエラー メッセージを確認してトラブルシューティングと修正を行ってください。FAQ と手動でアップグレードする方法については、[詳細情報] をクリックすることもできます。",
|
|
136
140
|
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "アップグレードに失敗しました。'%s' は存在しないか、json 形式ではありません。コマンド (Teams: プロジェクトのアップグレード) を実行して、もう一度お試しください。\nよく寄せられる質問の [詳細情報] をクリックすることもできます。",
|
|
@@ -142,7 +146,7 @@
|
|
|
142
146
|
"core.aadManifestMigration.outputMsg": "おめでとうございます! AAD マニフェストが追加されました。AAD アプリの登録をカスタマイズするには、このファイルの使用を開始してください。aad.template.json が追加され、projectSettings.json ファイルが更新され、projectSettings.json が .backup フォルダーにバックアップされました。",
|
|
143
147
|
"core.aadManifestMigration.SuccessMessage": "プロジェクトが以前のバージョンであることを検出し、新しい Teams Toolkit バージョン用にプロジェクトを自動更新します。次の変更が行われました: \n 1. 'aad.template.json' が 'templates/appPackage' の下に作成されました。AAD マニフェストの詳細については、%s を参照してください \n 2. '.fx/configs/projectSettings.json' が更新され、認証関連の構成を組み込みました。以前のバージョンのバックアップは \".backup\" フォルダーにあります。\n おめでとう! プロジェクトが更新され、Teams Toolkit の最新バージョンで実行する準備ができました。",
|
|
144
148
|
"core.aadManifestMigration.ParsePermissionsFailedWarning": "移行時に permissions.json ファイルを解析できません。必要に応じて、次のリンクに従って aad.template.json ファイルのアクセス許可を更新してください: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
|
|
145
|
-
"core.projectVersionChecker.vscodeUseNewVersion": "Teams
|
|
149
|
+
"core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
|
|
146
150
|
"core.projectVersionChecker.cliUseNewVersion": "[コア] TeamsFx CLI が古すぎるため、現在のプロジェクトをサポートできません、以下のコマンドを使用して最新バージョンにアップグレードしてください:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
147
151
|
"core.aad.includeAadQuestionTitle": "AAD マニフェストを展開するかどうか",
|
|
148
152
|
"core.aad.aadManifestFilePath": "配置する aad.template.json ファイル パスを入力する",
|
|
@@ -441,7 +445,7 @@
|
|
|
441
445
|
"error.DotEnvFileNotExistError": "環境 %s が見つかりません。.env.%s ファイルが存在することを確認してください。",
|
|
442
446
|
"error.InvalidEnvNameError": "環境名に使用できるのは、文字、数字、_ および - のみです。",
|
|
443
447
|
"error.UpgradeCanceledError": "プロジェクトをアップグレードしない場合は、別のバージョンの Teams ツールキット (2.10.0 以前のバージョン) をインストールしてください。",
|
|
444
|
-
"error.UpgradeV3CanceledError": "
|
|
448
|
+
"error.UpgradeV3CanceledError": "プロジェクトをアップグレードしない場合は、 %s 内の別のバージョンの Teams ツールキットをプロジェクト バージョン %s に基づいてインストールしてください。",
|
|
445
449
|
"error.ConsolidateCanceledError": "プロジェクトをアップグレードしない場合は、別のバージョンの Teams ツールキット (3.7.0 以前のバージョン) をインストールしてください。",
|
|
446
450
|
"error.OperationNotSupportedForExistingAppError": "操作は既存のアプリではサポートされていません: %s。",
|
|
447
451
|
"error.OperationNotPermittedError": "操作は許可されていません: %s",
|
|
@@ -508,26 +512,16 @@
|
|
|
508
512
|
"error.frontend.FailedLoadEnv": "%s から環境変数を読み込めませんでした。アプリが動作しない可能性があります。",
|
|
509
513
|
"error.appstudio.executeUserTaskRouteFailed": "関数呼び出しをルーティングできませんでした: %s",
|
|
510
514
|
"error.appstudio.fileNotFoundError": "ファイル '%s' が見つかりません。",
|
|
511
|
-
"error.appstudio.notADirectoryError": "%s はディレクトリではありません。",
|
|
512
|
-
"error.appstudio.remoteTeamsAppCreateFailed": "%s が原因で、開発者ポータルでリモート Teams アプリを作成できませんでした",
|
|
513
|
-
"error.appstudio.remoteTeamsAppUpdateFailed": "%s が原因で、開発者ポータルでリモート Teams アプリを更新できませんでした",
|
|
514
|
-
"error.appstudio.localTeamsAppCreateFailed": "%s が原因で、開発者ポータルでデバッグ Teams アプリを作成できませんでした",
|
|
515
|
-
"error.appstudio.localTeamsAppUpdateFailed": "%s が原因で、開発者ポータルでデバッグ Teams アプリを更新できませんでした",
|
|
516
515
|
"error.appstudio.teamsAppCreateFailed": "%s が原因で、開発者ポータルで Teams アプリを作成できませんでした",
|
|
517
516
|
"error.appstudio.teamsAppUpdateFailed": "ID %s の Teams アプリを更新できませんでした。",
|
|
518
517
|
"error.appstudio.apiFailed": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、要求パス: %s、X-Correlation-ID: %s。これは、断続的なサービス エラーから発生した可能性があります。数分待ってから、現在の手順をもう一度お試しください。",
|
|
519
518
|
"error.appstudio.apiFailed.telemetry": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、API 名: %s、X-Correlation-ID: %s。これは、断続的なサービス エラーから発生した可能性があります。数分待ってから、現在の手順をもう一度お試しください。",
|
|
520
|
-
"error.appstudio.
|
|
519
|
+
"error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
|
|
521
520
|
"error.appstudio.noAppStudioToken": "アプリ スタジオ トークンを取得できませんでした。",
|
|
522
|
-
"error.appstudio.invalidManifest": "マニフェスト文字列を解析できませんでした。エラーが発生しました: %s。これは、無効な構成が原因である可能性があります。%s",
|
|
523
|
-
"error.appstudio.loadManifest": "マニフェスト ファイルの読み取りがエラーによって失敗しました: %s。",
|
|
524
521
|
"error.appstudio.getLocalConfigFailed": "マニフェストの構成データがありません。まず 'デバッグ' の実行が必要になる場合があります。%s",
|
|
525
|
-
"error.appstudio.incorrectLocalConfig": "マニフェストの構成データがありません。 %s state.local.json ファイルを削除して、もう一度お試しください。",
|
|
526
522
|
"error.appstudio.getRemoteConfigFailed": "マニフェストの構成データがありません。%s",
|
|
527
523
|
"error.appstudio.publishFailed": "ID %s で Teams アプリを発行できませんでした。",
|
|
528
|
-
"error.appstudio.publishCancelled": "%s という名前の Teams アプリの発行が取り消されました。",
|
|
529
524
|
"error.appstudio.buildError": "Teams パッケージのビルドに失敗しました。",
|
|
530
|
-
"error.appstudio.scaffoldFailed": "Teams アプリのスキャフォールディングに失敗しました!",
|
|
531
525
|
"error.appstudio.checkPermissionFailed": "アクセス許可の確認に失敗しました。理由: %s",
|
|
532
526
|
"error.appstudio.grantPermissionFailed": "アクセス許可の付与に失敗しました。理由: %s",
|
|
533
527
|
"error.appstudio.listCollaboratorFailed": "コラボレーターの一覧表示に失敗しました。理由: %s",
|
|
@@ -539,10 +533,16 @@
|
|
|
539
533
|
"error.appstudio.staticTabNotExist": "エンティティ ID %s の静的タブが見つかりません。更新できませんでした。",
|
|
540
534
|
"error.appstudio.capabilityNotExist": "機能 %s がマニフェストに存在せず、更新できませんでした。",
|
|
541
535
|
"error.appstudio.noEnvInfo": "プラグイン コンテキストからターゲット環境名を取得できませんでした。",
|
|
536
|
+
"error.appstudio.noManifestError": "Could not find manifest file.",
|
|
537
|
+
"error.appstudio.noManifestId": "Invalid id found in manifest find.",
|
|
542
538
|
"error.appstudio.validateFetchSchemaFailed": "%s からスキーマを取得できませんでした、メッセージ: %s",
|
|
543
539
|
"error.appstudio.validateSchemaNotDefined": "マニフェスト スキーマが定義されていません",
|
|
540
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
|
|
544
541
|
"error.appstudio.teamsAppCreateConflict": "409 競合エラーが発生したため、Teams アプリを作成できませんでした。お使いのアプリ ID がテナント内の別のアプリと競合している可能性があります。詳細については、[問い合わせ] をクリックしてください。",
|
|
545
542
|
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "その ID を使用する Teams アプリは、組織のアプリ ストアに既に存在します。アプリ ID を手動で更新してから、もう一度お試しください。",
|
|
543
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
|
|
544
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result from attempting to create bot registration.",
|
|
545
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
|
|
546
546
|
"error.function.FunctionNameConflictError": "関数は既に存在します。別の名前を選択してください。",
|
|
547
547
|
"error.function.FetchConfigError": "構成から %s が見つかりませんでした。",
|
|
548
548
|
"error.function.ValidationError": "無効な %s です。",
|
|
@@ -697,11 +697,11 @@
|
|
|
697
697
|
"core.QuestionNewResourceGroupName.title": "新しいリソース グループ名",
|
|
698
698
|
"core.QuestionNewResourceGroupName.validation": "名前に使用できるのは、英数字または記号 ._-() のみです",
|
|
699
699
|
"core.QuestionNewResourceGroupLocation.title": "新しいリソース グループの場所",
|
|
700
|
-
"core.question.
|
|
701
|
-
"core.question.
|
|
700
|
+
"core.question.appPackageForPublishInDeveloperPortal.title": "Teams App Package",
|
|
701
|
+
"core.question.appPackageForPublishInDeveloperPortal.placeholder": "Select your Teams app package",
|
|
702
702
|
"core.question.workspaceFolder.title": "ワークスペース フォルダー",
|
|
703
703
|
"core.question.workspaceFolder.placeholder": "プロジェクトのルート フォルダーを含む予定のフォルダーを選択します",
|
|
704
|
-
"core.ScratchOptionYesVSC.label": "
|
|
704
|
+
"core.ScratchOptionYesVSC.label": "Start with a Teams capability",
|
|
705
705
|
"core.ScratchOptionYesVSC.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
|
|
706
706
|
"core.ScratchOptionYes.label": "新しい Teams アプリを作成する",
|
|
707
707
|
"core.ScratchOptionYes.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
|
|
@@ -720,13 +720,17 @@
|
|
|
720
720
|
"core.SampleSelect.buttons.viewSamples": "サンプルを表示",
|
|
721
721
|
"core.HostTypeOptionAzure.label": "Azure",
|
|
722
722
|
"core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
|
|
723
|
-
"core.updateBotIdsQuestion.title": "
|
|
724
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
725
|
-
"core.
|
|
726
|
-
"core.
|
|
727
|
-
"core.
|
|
728
|
-
"core.
|
|
729
|
-
"core.
|
|
723
|
+
"core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
|
|
724
|
+
"core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
|
|
725
|
+
"core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
726
|
+
"core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
727
|
+
"core.updateBotIdForBot.label": "Bot",
|
|
728
|
+
"core.updateBotIdForMessageExtension.label": "Message extension",
|
|
729
|
+
"core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
|
|
730
|
+
"core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
|
|
731
|
+
"core.updateContentUrlOption.description": "Update the content URL from %s to %s",
|
|
732
|
+
"core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
|
|
733
|
+
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
|
|
730
734
|
"core.AzureResourceSQL.label": "Azure SQL データベース",
|
|
731
735
|
"core.AzureResourceSQL.description": "Azure Function アプリは、Azure SQL Database にアクセスするためにも選択されます",
|
|
732
736
|
"core.AzureResourceSQLNewUI.label": "Azure SQL データベース",
|
|
@@ -775,7 +779,7 @@
|
|
|
775
779
|
"core.common.OutlookDesktopClientName": "Outlook デスクトップ クライアント ID",
|
|
776
780
|
"core.common.OutlookWebClientName1": "Outlook Web アクセス クライアント ID 1",
|
|
777
781
|
"core.common.OutlookWebClientName2": "Outlook Web アクセス クライアント ID 2",
|
|
778
|
-
"core.NewOfficeAddinOptionVSC.label": "
|
|
782
|
+
"core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
|
|
779
783
|
"core.NewOfficeAddinOptionVSC.detail": "Teams ツールキットを使用して新しい Office アドイン アプリケーションを作成します。",
|
|
780
784
|
"error.aad.GetAppError": "オブジェクト ID \"%s\" の AAD アプリを取得できませんでしたテナント \"%s\" 内。オブジェクト ID が有効であることを確認するか、%s の %s の 'objectId' を削除して、もう一度やり直してください。",
|
|
781
785
|
"error.aad.GetAppConfigError": "Azure ADアプリの設定から %s を取得できませんでした。Azure AD App 正しく構成されていることを確認するか、%s の %s で 'objectId' を削除して、もう一度お試しください。",
|
|
@@ -934,7 +938,7 @@
|
|
|
934
938
|
"plugins.bot.SomethingNotFound": "%s が見つかりません。",
|
|
935
939
|
"plugins.bot.SomethingNotExisting": "%s は存在しません。",
|
|
936
940
|
"plugins.bot.FailedToCreate": "%s を作成できませんでした",
|
|
937
|
-
"plugins.bot.FailedToGetAlreadyCreatedBot": "
|
|
941
|
+
"plugins.bot.FailedToGetAlreadyCreatedBot": "Cannot create bot with id %s which may be taken by an existing bot. Visit %s to learn more.\nOr API call to Developer Portal failed: Error, Request failed with status code 500, API name: create-bot, X-Correlation-ID: undefined. This may come from some intermittent service error. Please wait for a few minutes and retry.",
|
|
938
942
|
"plugins.bot.FailedToProvision": "%s をプロビジョニングできませんでした。",
|
|
939
943
|
"plugins.bot.FailedToUpdateConfigs": "%s の構成を更新できませんでした",
|
|
940
944
|
"plugins.bot.FailedListPublishingCredentials": "発行資格情報を一覧表示できませんでした。",
|
|
@@ -1055,7 +1059,8 @@
|
|
|
1055
1059
|
"depChecker.failToInstallDotnet": "@NameVersion をインストールできませんでした。@NameVersion を手動でインストールし、Visual Studio Code を再起動します。",
|
|
1056
1060
|
"depChecker.NodeNotFound": "Node.js. が見つかりません。\n\nTeams ツールキットには Node.js が必要です。推奨されるバージョンは @NodeVersion です。\n\nNode.js のインストール方法については [詳細情報] をクリックしてください。\n\n(Node.js をインストールしたばかりの場合は、Visual Studio Code を再起動して変更を有効にします)。",
|
|
1057
1061
|
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion) がサポートされているバージョン一覧 (@SupportedVersions) にありません。\n\nサポートされている Node.js バージョンの詳細については \"詳細情報\" をクリックしてください。\n\n (Node.js (@SupportedVersions) をインストールしたばかりの場合は、変更を有効にするために Visual Studio Code を再起動してください)。",
|
|
1058
|
-
"depChecker.
|
|
1062
|
+
"depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to https://nodejs.org/about/releases/ to install a supported Node.js.",
|
|
1063
|
+
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to https://nodejs.org/about/releases/ to install a LTS Node.js.",
|
|
1059
1064
|
"depChecker.dotnetNotFound": "@NameVersion が見つかりません。.NET SDK が必要な理由の詳細については、@HelpLink を参照してください。",
|
|
1060
1065
|
"depChecker.depsNotFound": "@SupportedPackages.\n\nTeams ツールキットにはこれらの依存関係が必要です。\n\nクリックして@InstallPackagesを \"インストール\" します。",
|
|
1061
1066
|
"depChecker.linuxDepsNotFound": "@SupportedPackages が見つかりません。@SupportedPackages を手動でインストールし、Visual Studio Code を再起動してください。",
|
|
@@ -1067,34 +1072,37 @@
|
|
|
1067
1072
|
"error.ComponentNotExist": "コンポーネントが見つかりません: %s。",
|
|
1068
1073
|
"error.BadComponent": "コンポーネント\"%s\" プロパティが不足しています: %s。",
|
|
1069
1074
|
"error.InvalidFeature": "この機能はお客様のプロジェクトには適用できません。",
|
|
1070
|
-
"
|
|
1071
|
-
"driver.aadApp.description.
|
|
1075
|
+
"error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
1076
|
+
"driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
|
|
1077
|
+
"driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
|
|
1072
1078
|
"driver.aadApp.error.invalidParameter": "次のパラメーターが指定されていないか、%s アクションに対して無効です: %s。",
|
|
1073
|
-
"driver.aadApp.error.missingEnv": "
|
|
1079
|
+
"driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
|
|
1080
|
+
"driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
|
|
1074
1081
|
"driver.aadApp.error.generateSecretFailed": "クライアント シークレットを生成できません。",
|
|
1075
1082
|
"driver.aadApp.error.unhandledError": "%s アクションでハンドルされないエラーが発生しました: %s",
|
|
1076
|
-
"driver.aadApp.error.invalidFieldInManifest": "
|
|
1077
|
-
"driver.aadApp.error.generateManifestFailed": "
|
|
1078
|
-
"driver.aadApp.progressBar.createAadAppTitle": "
|
|
1079
|
-
"driver.aadApp.progressBar.createAadAppStepMessage": "
|
|
1083
|
+
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
|
|
1084
|
+
"driver.aadApp.error.generateManifestFailed": "Failed to generate Azure Active Directory app manifest.",
|
|
1085
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application",
|
|
1086
|
+
"driver.aadApp.progressBar.createAadAppStepMessage": "Creating Azure Active Directory application",
|
|
1080
1087
|
"driver.aadApp.progressBar.generateClientSecretSetpMessage": "クライアント シークレットを生成しています",
|
|
1081
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "
|
|
1082
|
-
"driver.aadApp.progressBar.updateAadAppStepMessage": "
|
|
1088
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application",
|
|
1089
|
+
"driver.aadApp.progressBar.updateAadAppStepMessage": "Updating Azure Active Directory application",
|
|
1083
1090
|
"driver.aadApp.log.startExecuteDriver": "アクション %s を実行しています",
|
|
1084
1091
|
"driver.aadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
|
|
1085
1092
|
"driver.aadApp.log.failExecuteDriver": "アクション %s を実行できませんでした。エラー メッセージ: %s",
|
|
1086
|
-
"driver.aadApp.log.startCreateAadApp": "
|
|
1093
|
+
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
|
|
1087
1094
|
"driver.aadApp.log.successCreateAadApp": "オブジェクト ID %s の Azure Active Directory アプリケーションを作成しました",
|
|
1088
|
-
"driver.aadApp.log.skipCreateAadApp": "
|
|
1089
|
-
"driver.aadApp.log.startGenerateClientSecret": "
|
|
1095
|
+
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
|
|
1096
|
+
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Azure Active Directory app...",
|
|
1090
1097
|
"driver.aadApp.log.successGenerateClientSecret": "オブジェクト ID %s の Azure Active Directory アプリケーションのクライアント シークレットを生成しました",
|
|
1091
|
-
"driver.aadApp.log.skipGenerateClientSecret": "
|
|
1092
|
-
"driver.aadApp.log.outputAadAppManifest": "
|
|
1098
|
+
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Azure Active Directory app client secret generation step.",
|
|
1099
|
+
"driver.aadApp.log.outputAadAppManifest": "Build Azure Active Directory app manifest completed, and app manifest content is written to %s",
|
|
1093
1100
|
"driver.aadApp.log.successUpdateAadAppManifest": "オブジェクト ID %s の Azure Active Directory アプリケーションにマニフェスト %s を適用しました",
|
|
1094
1101
|
"configManager.error.driverNotFound": "ドライバー %s がステップ %s に対して見つかりません",
|
|
1095
1102
|
"configManager.error.yamlParsing": "パス %s で yaml ファイルの解析中にエラーが発生しました。理由: %s",
|
|
1096
1103
|
"configManager.error.invalidLifecycle": "ライフサイクル %s のスキーマが無効です。アクションの配列である必要があります。その中のすべてのアクションを削除する場合は、ライフサイクル全体を削除してください。",
|
|
1097
1104
|
"configManager.error.invalidEnvField": "アクション %s (ライフサイクル %s 内) の env フィールドが無効です。",
|
|
1105
|
+
"configManager.error.invalidEnvFolderPath": "The environmentFolderPath field is invalid.",
|
|
1098
1106
|
"botRegistration.ProgressBar.creatingBotAadApp": "ボット AAD アプリを作成しています。",
|
|
1099
1107
|
"botRegistration.log.startCreateBotAadApp": "ボット AAD アプリを作成しています。",
|
|
1100
1108
|
"botRegistration.log.successCreateBotAadApp": "ボット AAD アプリは正常に作成されました。",
|
|
@@ -1144,11 +1152,14 @@
|
|
|
1144
1152
|
"driver.file.summary.withTarget": "環境変数が %s に正常に生成されました。",
|
|
1145
1153
|
"driver.file.progressBar.title": "file/updateEnv",
|
|
1146
1154
|
"driver.file.progressBar.generate": "環境変数を .env ファイルに生成しています。",
|
|
1155
|
+
"driver.file.updateJson.description": "Add or update appsettings to JSON file.",
|
|
1156
|
+
"driver.file.updateJson.summary.withTarget": "The value for appsettings has been generated successfully to %s.",
|
|
1147
1157
|
"driver.env.error.folderNotExist": "フォルダー %s が存在しません。",
|
|
1148
1158
|
"driver.deploy.error.deployToAzureRemoteFailed": "リモート サービス エラー、アップロードに失敗しました。",
|
|
1149
1159
|
"driver.deploy.error.unknownError": "不明なエラーが発生しました: %s",
|
|
1150
1160
|
"driver.deploy.notice.deployAcceleration": "Azure App Service へのデプロイには時間がかかります。デプロイを最適化するために、このドキュメントを参照することを検討してください:",
|
|
1151
1161
|
"driver.deploy.error.noFileFindInDistributionFolder": "配布用フォルダーにファイルが見つかりません。配布用フォルダーが空であるか、すべて無視したかを確認してください。",
|
|
1162
|
+
"driver.deploy.notice.deployDryRunComplete": "Preparations of deployment are complete. ",
|
|
1152
1163
|
"driver.deploy.azureAppServiceDeploySummary": "プロジェクトが正常に Azure App Service に配置されました。",
|
|
1153
1164
|
"driver.deploy.azureFunctionsDeploySummary": "プロジェクトが正常に Azure Functions に配置されました。",
|
|
1154
1165
|
"driver.deploy.azureStorageDeploySummary": "プロジェクトが正常に Azure Storage に配置されました。",
|
|
@@ -1157,11 +1168,18 @@
|
|
|
1157
1168
|
"driver.deploy.deployToAzureFunctionsDescription": "プロジェクトを Azure Functions にデプロイします。",
|
|
1158
1169
|
"driver.deploy.deployToAzureStorageDescription": "プロジェクトを Azure Storage にデプロイします。",
|
|
1159
1170
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage で静的な Web サイト設定を有効にします。",
|
|
1160
|
-
"driver.deploy.zipDeploymentRemoteStartError": "Zip
|
|
1171
|
+
"driver.deploy.zipDeploymentRemoteStartError": "Zip 配置は成功しましたが、リモート開始に失敗しました。",
|
|
1161
1172
|
"driver.script.buildSummary": "'%s' でコマンド `%s` を正常に実行しています。",
|
|
1162
1173
|
"driver.script.dotnetDescription": "dotnet コマンドを実行しています。",
|
|
1163
1174
|
"driver.script.npmDescription": "npm コマンドを実行しています。",
|
|
1164
1175
|
"driver.script.npxDescription": "npx コマンドを実行しています。",
|
|
1176
|
+
"driver.m365.acquire.description": "acquire an M365 title with the app package",
|
|
1177
|
+
"driver.m365.acquire.progress.message": "Acquiring M365 title with the app package.",
|
|
1178
|
+
"driver.m365.acquire.progress.title": "m365Title/acquire",
|
|
1179
|
+
"driver.m365.acquire.summary": "The M365 title has been acquired successfully (%s).",
|
|
1180
|
+
"driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
|
|
1181
|
+
"driver.m365.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1182
|
+
"driver.m365.error.unhandledError": "Unhandled error happened in %s action: %s",
|
|
1165
1183
|
"driver.m365Bot.error.invalidParameter": "次のパラメーターが指定されていないか、%s アクションに対して無効です: %s。",
|
|
1166
1184
|
"driver.m365Bot.error.unhandledError": "%s アクションでハンドルされないエラーが発生しました: %s",
|
|
1167
1185
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "生成された Teams アプリ パッケージを SPFx ソリューションにコピーします。",
|
|
@@ -1184,6 +1202,7 @@
|
|
|
1184
1202
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "Teams アプリ %s が管理ポータルに正常に公開されました。",
|
|
1185
1203
|
"driver.teamsApp.summary.copyAppPackageSuccess": "Teams アプリ %s が %s に正常にコピーされました。",
|
|
1186
1204
|
"driver.teamsApp.summary.copyIconSuccess": "%s アイコンが %s で正常に更新されました。",
|
|
1205
|
+
"driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1187
1206
|
"driver.botFramework.error.invalidParameter": "次のパラメーターが指定されていないか、%s アクションに対して無効です: %s。",
|
|
1188
1207
|
"driver.botFramework.error.unhandledError": "%s アクションでハンドルされないエラーが発生しました: %s",
|
|
1189
1208
|
"driver.botFramework.description": "dev.botframework.com でボット登録を作成または更新します",
|
|
@@ -131,9 +131,10 @@
|
|
|
131
131
|
"core.localDebug.tenantConfirmNotice": "You already run debug for the Teams app in another tenant '%s'. You can sign out %s and sign in with the matched Mirosoft 365 account to re-use the previous debug resource. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
|
|
132
132
|
"core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "You already run debug for the Teams app in another tenant '%s'. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
|
|
133
133
|
"core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 2.10.0",
|
|
134
|
-
"core.migrationV3.Message": "
|
|
134
|
+
"core.migrationV3.Message": "Please upgrade your project to stay compatible with the latest version, your current project contains configurations from an older Teams Toolkit.\nThe auto-upgrade process will generate backups in case an error occurs.",
|
|
135
135
|
"core.migrationV3.VS.Message": "The installed version of Teams Toolkit (%s) requires configuration changes to this project that can be done automatically. Before upgrading, select Learn more to read about the required changes or select Upgrade to perform the changes automatically.",
|
|
136
136
|
"core.migrationV3.CreateNewProject": "Teams toolkit's pre-released version supports new project configuration and is incompatible with previous versions. Please try it by creating a new project, auto upgrade support will be added in the coming release.",
|
|
137
|
+
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
|
|
137
138
|
"core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
|
|
138
139
|
"core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Please check the error message in Output window to troubleshoot and fix. You can also click Learn More for the FAQ and how to upgrade manually.",
|
|
139
140
|
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "Upgrade Failed. '%s' doesn't exist or is not in json format. Please fix it and try again by running command (Teams: Upgrade project).\nYou can also click Learn More for the FAQ.",
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
"core.aadManifestMigration.outputMsg": "Congratulations! AAD manifest has been added, and please start to use this file to customize your AAD App registration. We have added aad.template.json, updated your projectSettings.json file and backed up projectSettings.json to .backup folder.",
|
|
146
147
|
"core.aadManifestMigration.SuccessMessage": "Detect that your project is a previous version and auto update your project for new Teams Toolkit version. The following changes have been made:\n1. 'aad.template.json' is created under 'templates/appPackage'. For more information about AAD manifest, please refer %s\n2. '.fx/configs/projectSettings.json' is updated to include authentication related configuration. You can find a backup of old version in .backup folder.\nCongratulations! Your project now is updated and ready to run in latest version of Teams Toolkit.",
|
|
147
148
|
"core.aadManifestMigration.ParsePermissionsFailedWarning": "Cannot parse permissions.json file when migration, and please follow this link to update permissions in aad.template.json file if necessary: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
|
|
148
|
-
"core.projectVersionChecker.vscodeUseNewVersion": "
|
|
149
|
+
"core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
|
|
149
150
|
"core.projectVersionChecker.cliUseNewVersion": "[core] Your TeamsFx CLI is too old to support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
150
151
|
"core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
|
|
151
152
|
"core.aad.aadManifestFilePath": "Enter the aad.template.json file path to deploy",
|
|
@@ -514,9 +515,9 @@
|
|
|
514
515
|
"error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
|
|
515
516
|
"error.appstudio.teamsAppUpdateFailed": "Failed to update Teams app with ID %s.",
|
|
516
517
|
"error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
|
|
517
|
-
"_error.appstudio.apiFailed.comment": " This is to describe API call,
|
|
518
|
+
"_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'. ",
|
|
518
519
|
"error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
|
|
519
|
-
"_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call,
|
|
520
|
+
"_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
520
521
|
"error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
|
|
521
522
|
"error.appstudio.noAppStudioToken": "Failed to get app studio token.",
|
|
522
523
|
"error.appstudio.getLocalConfigFailed": "Missing configuration data for manifest. You may need to run 'debug' first. %s",
|
|
@@ -541,6 +542,12 @@
|
|
|
541
542
|
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
|
|
542
543
|
"error.appstudio.teamsAppCreateConflict": "Failed to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
|
|
543
544
|
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Please manually update the app id and try again.",
|
|
545
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
|
|
546
|
+
"_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
|
|
547
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result from attempting to create bot registration.",
|
|
548
|
+
"_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
549
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
|
|
550
|
+
"_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
544
551
|
"error.function.FunctionNameConflictError": "Function already exists, please choose another name.",
|
|
545
552
|
"error.function.FetchConfigError": "Failed to find %s from configuration.",
|
|
546
553
|
"error.function.ValidationError": "Invalid %s.",
|
|
@@ -634,20 +641,12 @@
|
|
|
634
641
|
"core.MessageExtensionOption.detail": "Hello world message extension allowing interactions via buttons and forms",
|
|
635
642
|
"core.NotificationOption.label": "Notification bot",
|
|
636
643
|
"core.NotificationOption.detail": "Send notification to Microsoft Teams via various triggers",
|
|
637
|
-
"core.NotificationOption.label.abTest": "Post messages to Teams",
|
|
638
|
-
"core.NotificationOption.detail.abTest": "Post messages to Microsoft Teams chat based on a schedule or HTTP request",
|
|
639
644
|
"core.Option.recommend": "Recommended",
|
|
640
645
|
"core.Option.preview": "Preview",
|
|
641
646
|
"core.CommandAndResponseOption.label": "Command bot",
|
|
642
647
|
"core.CommandAndResponseOption.detail": "Respond to simple commands in Microsoft Teams chat",
|
|
643
|
-
"core.CommandAndResponseOption.label.abTest": "Respond to app mentions and commands",
|
|
644
|
-
"core.CommandAndResponseOption.detail.abTest": "Respond to simple app mentions and commands in Microsoft Teams chat",
|
|
645
648
|
"core.WorkflowOption.label": "Workflow bot",
|
|
646
649
|
"core.WorkflowOption.detail": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
|
|
647
|
-
"core.WorkflowOption.label.abTest": "Initiate sequential workflows",
|
|
648
|
-
"core.WorkflowOption.detail.abTest": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
|
|
649
|
-
"core.DashboardOption.label.abTest": "Embed a dashboard canvas in Teams",
|
|
650
|
-
"core.DashboardOption.detail.abTest": "Embed a canvas containing multiple cards that provide an overview of data or content in Microsoft Teams",
|
|
651
650
|
"core.ExistingTabOption.label": "Embed existing web app",
|
|
652
651
|
"core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
|
|
653
652
|
"core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
|
|
@@ -699,7 +698,7 @@
|
|
|
699
698
|
"core.question.appPackageForPublishInDeveloperPortal.placeholder": "Select your Teams app package",
|
|
700
699
|
"core.question.workspaceFolder.title": "Workspace folder",
|
|
701
700
|
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
|
|
702
|
-
"core.ScratchOptionYesVSC.label": "
|
|
701
|
+
"core.ScratchOptionYesVSC.label": "Start with a Teams capability",
|
|
703
702
|
"core.ScratchOptionYesVSC.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
704
703
|
"core.ScratchOptionYes.label": "Create a new Teams app",
|
|
705
704
|
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
@@ -718,13 +717,20 @@
|
|
|
718
717
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
719
718
|
"core.HostTypeOptionAzure.label": "Azure",
|
|
720
719
|
"core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
|
|
721
|
-
"core.updateBotIdsQuestion.title": "
|
|
722
|
-
"core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original
|
|
723
|
-
"
|
|
724
|
-
"core.
|
|
725
|
-
"
|
|
726
|
-
"core.
|
|
727
|
-
"
|
|
720
|
+
"core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
|
|
721
|
+
"core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
|
|
722
|
+
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name which should not be localized.",
|
|
723
|
+
"core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
724
|
+
"_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
|
|
725
|
+
"core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
726
|
+
"_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
|
|
727
|
+
"core.updateBotIdForBot.label": "Bot",
|
|
728
|
+
"core.updateBotIdForMessageExtension.label": "Message extension",
|
|
729
|
+
"core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
|
|
730
|
+
"core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
|
|
731
|
+
"core.updateContentUrlOption.description": "Update the content URL from %s to %s",
|
|
732
|
+
"core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
|
|
733
|
+
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
|
|
728
734
|
"core.AzureResourceSQL.label": "Azure SQL Database",
|
|
729
735
|
"core.AzureResourceSQL.description": "Azure Function App will be also selected to access Azure SQL Database",
|
|
730
736
|
"core.AzureResourceSQLNewUI.label": "Azure SQL Database",
|
|
@@ -773,7 +779,7 @@
|
|
|
773
779
|
"core.common.OutlookDesktopClientName": "Outlook desktop client id",
|
|
774
780
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
775
781
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
776
|
-
"core.NewOfficeAddinOptionVSC.label": "
|
|
782
|
+
"core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
|
|
777
783
|
"core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Office add-in application.",
|
|
778
784
|
"error.aad.GetAppError": "Failed to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
|
|
779
785
|
"error.aad.GetAppConfigError": "Failed to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
|
|
@@ -932,7 +938,8 @@
|
|
|
932
938
|
"plugins.bot.SomethingNotFound": "%s is not found.",
|
|
933
939
|
"plugins.bot.SomethingNotExisting": "%s is not existing.",
|
|
934
940
|
"plugins.bot.FailedToCreate": "Failed to create %s",
|
|
935
|
-
"plugins.bot.FailedToGetAlreadyCreatedBot": "
|
|
941
|
+
"plugins.bot.FailedToGetAlreadyCreatedBot": "Cannot create bot with id %s which may be taken by an existing bot. Visit %s to learn more.\nOr API call to Developer Portal failed: Error, Request failed with status code 500, API name: create-bot, X-Correlation-ID: undefined. This may come from some intermittent service error. Please wait for a few minutes and retry.",
|
|
942
|
+
"_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
936
943
|
"plugins.bot.FailedToProvision": "Failed to provision %s.",
|
|
937
944
|
"plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
|
|
938
945
|
"plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
|
|
@@ -1053,7 +1060,8 @@
|
|
|
1053
1060
|
"depChecker.failToInstallDotnet": "Failed to install @NameVersion. Install @NameVersion manually and restart Visual Studio Code.",
|
|
1054
1061
|
"depChecker.NodeNotFound": "Cannot find Node.js.\n\nTeams Toolkit requires Node.js; the recommended version is @NodeVersion.\n\nClick \"Learn more\" to learn how to install the Node.js.\n\n(If you just installed Node.js, restart Visual Studio Code for the change to take effect.)",
|
|
1055
1062
|
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
|
|
1056
|
-
"depChecker.
|
|
1063
|
+
"depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to https://nodejs.org/about/releases/ to install a supported Node.js.",
|
|
1064
|
+
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to https://nodejs.org/about/releases/ to install a LTS Node.js.",
|
|
1057
1065
|
"depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
|
|
1058
1066
|
"depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
|
|
1059
1067
|
"depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
|
|
@@ -1065,34 +1073,37 @@
|
|
|
1065
1073
|
"error.ComponentNotExist": "Component not found: %s.",
|
|
1066
1074
|
"error.BadComponent": "Component '%s' lacks of property: %s.",
|
|
1067
1075
|
"error.InvalidFeature": "This feature is not applicable for your project.",
|
|
1068
|
-
"
|
|
1069
|
-
"driver.aadApp.description.
|
|
1076
|
+
"error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
1077
|
+
"driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
|
|
1078
|
+
"driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
|
|
1070
1079
|
"driver.aadApp.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1071
|
-
"driver.aadApp.error.missingEnv": "
|
|
1080
|
+
"driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
|
|
1081
|
+
"driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
|
|
1072
1082
|
"driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
|
|
1073
1083
|
"driver.aadApp.error.unhandledError": "Unhandled error happened in %s action: %s",
|
|
1074
|
-
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in
|
|
1075
|
-
"driver.aadApp.error.generateManifestFailed": "Failed to generate
|
|
1076
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating
|
|
1077
|
-
"driver.aadApp.progressBar.createAadAppStepMessage": "Creating
|
|
1084
|
+
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
|
|
1085
|
+
"driver.aadApp.error.generateManifestFailed": "Failed to generate Azure Active Directory app manifest.",
|
|
1086
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application",
|
|
1087
|
+
"driver.aadApp.progressBar.createAadAppStepMessage": "Creating Azure Active Directory application",
|
|
1078
1088
|
"driver.aadApp.progressBar.generateClientSecretSetpMessage": "Generating client secret",
|
|
1079
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating
|
|
1080
|
-
"driver.aadApp.progressBar.updateAadAppStepMessage": "Updating
|
|
1089
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application",
|
|
1090
|
+
"driver.aadApp.progressBar.updateAadAppStepMessage": "Updating Azure Active Directory application",
|
|
1081
1091
|
"driver.aadApp.log.startExecuteDriver": "Executing action %s",
|
|
1082
1092
|
"driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
|
|
1083
1093
|
"driver.aadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
|
|
1084
|
-
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new
|
|
1094
|
+
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
|
|
1085
1095
|
"driver.aadApp.log.successCreateAadApp": "Created Azure Active Directory application with object id %s",
|
|
1086
|
-
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new
|
|
1087
|
-
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for
|
|
1096
|
+
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
|
|
1097
|
+
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Azure Active Directory app...",
|
|
1088
1098
|
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Azure Active Directory application with object id %s",
|
|
1089
|
-
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping
|
|
1090
|
-
"driver.aadApp.log.outputAadAppManifest": "Build
|
|
1099
|
+
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Azure Active Directory app client secret generation step.",
|
|
1100
|
+
"driver.aadApp.log.outputAadAppManifest": "Build Azure Active Directory app manifest completed, and app manifest content is written to %s",
|
|
1091
1101
|
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Azure Active Directory application with object id %s",
|
|
1092
1102
|
"configManager.error.driverNotFound": "Driver %s not found for step %s",
|
|
1093
1103
|
"configManager.error.yamlParsing": "Error parsing yaml file at path %s. Reason: %s",
|
|
1094
1104
|
"configManager.error.invalidLifecycle": "The schema of lifecycle %s is invalid. It is expected to be an array of actions. If you want to remove all actions inside it, please remove the whole lifecyle.",
|
|
1095
1105
|
"configManager.error.invalidEnvField": "The env field of action %s in lifecycle %s is invalid.",
|
|
1106
|
+
"configManager.error.invalidEnvFolderPath": "The environmentFolderPath field is invalid.",
|
|
1096
1107
|
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot aad app.",
|
|
1097
1108
|
"botRegistration.log.startCreateBotAadApp": "Creating bot aad app.",
|
|
1098
1109
|
"botRegistration.log.successCreateBotAadApp": "Bot aad app created successfully.",
|
|
@@ -1142,6 +1153,8 @@
|
|
|
1142
1153
|
"driver.file.summary.withTarget": "The environment variables has been generated successfully to %s.",
|
|
1143
1154
|
"driver.file.progressBar.title": "file/updateEnv",
|
|
1144
1155
|
"driver.file.progressBar.generate": "Generating the environment variables to .env file.",
|
|
1156
|
+
"driver.file.updateJson.description": "Add or update appsettings to JSON file.",
|
|
1157
|
+
"driver.file.updateJson.summary.withTarget": "The value for appsettings has been generated successfully to %s.",
|
|
1145
1158
|
"driver.env.error.folderNotExist": "Folder %s does not exist.",
|
|
1146
1159
|
"driver.deploy.error.deployToAzureRemoteFailed": "Remote service error, upload failed.",
|
|
1147
1160
|
"driver.deploy.error.unknownError": "Unknown error happened: %s",
|
|
@@ -1161,6 +1174,13 @@
|
|
|
1161
1174
|
"driver.script.dotnetDescription": "running dotnet command.",
|
|
1162
1175
|
"driver.script.npmDescription": "running npm command.",
|
|
1163
1176
|
"driver.script.npxDescription": "running npx command.",
|
|
1177
|
+
"driver.m365.acquire.description": "acquire an M365 title with the app package",
|
|
1178
|
+
"driver.m365.acquire.progress.message": "Acquiring M365 title with the app package.",
|
|
1179
|
+
"driver.m365.acquire.progress.title": "m365Title/acquire",
|
|
1180
|
+
"driver.m365.acquire.summary": "The M365 title has been acquired successfully (%s).",
|
|
1181
|
+
"driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
|
|
1182
|
+
"driver.m365.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1183
|
+
"driver.m365.error.unhandledError": "Unhandled error happened in %s action: %s",
|
|
1164
1184
|
"driver.m365Bot.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1165
1185
|
"driver.m365Bot.error.unhandledError": "Unhandled error happened in %s action: %s",
|
|
1166
1186
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
|
|
@@ -1193,4 +1213,4 @@
|
|
|
1193
1213
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
1194
1214
|
"driver.generateAppsettings.description": "Add or update environment variables to appsettings file.",
|
|
1195
1215
|
"driver.generateAppsettings.summary.withTarget": "The environment variables has been generated successfully to %s."
|
|
1196
|
-
}
|
|
1216
|
+
}
|