@microsoft/teamsfx-core 2.0.0-alpha.452817ef2.0 → 2.0.0-alpha.47735d95f.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/constant/helpLink.d.ts +6 -6
- package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/common/deps-checker/constant/helpLink.js +14 -7
- package/build/common/deps-checker/constant/helpLink.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +6 -5
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +13 -9
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/constant/telemetry.d.ts +12 -1
- package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/common/deps-checker/constant/telemetry.js +11 -0
- package/build/common/deps-checker/constant/telemetry.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +6 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +20 -40
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +208 -295
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +3 -3
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +4 -6
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -21
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/common/deps-checker/util/fileHelper.d.ts +4 -0
- package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -0
- package/build/common/deps-checker/util/fileHelper.js +45 -0
- package/build/common/deps-checker/util/fileHelper.js.map +1 -0
- package/build/common/local/constants.d.ts +7 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +7 -0
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +2 -3
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/m365/errors.d.ts +1 -1
- package/build/common/m365/errors.d.ts.map +1 -1
- package/build/common/m365/errors.js +7 -7
- package/build/common/m365/errors.js.map +1 -1
- package/build/common/m365/launchHelper.js +2 -2
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/samples-config-v3.json +23 -0
- package/build/common/samples.js +1 -1
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +1 -0
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/tools.d.ts +1 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +6 -2
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +5 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +11 -0
- package/build/common/versionMetadata.js.map +1 -1
- package/build/component/configManager/diagnostic.d.ts +9 -0
- package/build/component/configManager/diagnostic.d.ts.map +1 -0
- package/build/component/configManager/diagnostic.js +47 -0
- package/build/component/configManager/diagnostic.js.map +1 -0
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +10 -4
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/constants.d.ts +4 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +49 -26
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +2 -2
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +57 -72
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/debugHandler/appManifest.js +2 -1
- package/build/component/debugHandler/appManifest.js.map +1 -1
- package/build/component/debugHandler/error.d.ts +0 -1
- package/build/component/debugHandler/error.d.ts.map +1 -1
- package/build/component/debugHandler/error.js +1 -5
- package/build/component/debugHandler/error.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +4 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +5 -5
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +5 -14
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +21 -8
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/utility/constants.d.ts +1 -1
- package/build/component/driver/add/utility/constants.d.ts.map +1 -1
- package/build/component/driver/add/utility/constants.js +1 -1
- package/build/component/driver/add/utility/constants.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +4 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/validator.d.ts.map +1 -1
- package/build/component/driver/arm/validator.js +0 -15
- package/build/component/driver/arm/validator.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +5 -6
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +1 -2
- 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 +10 -17
- 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 +3 -3
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +7 -7
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +41 -8
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
- package/build/component/driver/devTool/constant.d.ts.map +1 -0
- package/build/component/driver/devTool/constant.js.map +1 -0
- package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -0
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -0
- package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -0
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/installDriver.d.ts +1 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/installDriver.js +44 -15
- package/build/component/driver/devTool/installDriver.js.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.d.ts +5 -1
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -0
- package/build/component/driver/devTool/interfaces/InstallToolArgs.js.map +1 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +1 -2
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.js +1 -2
- package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -1
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -1
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +5 -6
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js +3 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +4 -2
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +5 -0
- package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +31 -13
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +76 -26
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/util/wrapUtil.js +1 -1
- package/build/component/driver/util/wrapUtil.js.map +1 -1
- package/build/component/error/deployError.d.ts +0 -10
- package/build/component/error/deployError.d.ts.map +1 -1
- package/build/component/error/deployError.js +0 -58
- package/build/component/error/deployError.js.map +1 -1
- package/build/component/feature/apiconnector/errors.d.ts +0 -4
- package/build/component/feature/apiconnector/errors.d.ts.map +1 -1
- package/build/component/feature/apiconnector/errors.js +12 -16
- package/build/component/feature/apiconnector/errors.js.map +1 -1
- package/build/component/feature/bot/bot.js +8 -8
- package/build/component/feature/bot/bot.js.map +1 -1
- package/build/component/feature/bot/question.d.ts +6 -6
- package/build/component/feature/bot/question.d.ts.map +1 -1
- package/build/component/feature/bot/question.js +69 -38
- package/build/component/feature/bot/question.js.map +1 -1
- package/build/component/generator/constant.d.ts +2 -0
- package/build/component/generator/constant.d.ts.map +1 -1
- package/build/component/generator/constant.js +3 -1
- package/build/component/generator/constant.js.map +1 -1
- package/build/component/generator/error.d.ts +9 -0
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +19 -1
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -8
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +5 -2
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +20 -10
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/question.d.ts.map +1 -1
- package/build/component/generator/officeAddin/question.js +3 -3
- package/build/component/generator/officeAddin/question.js.map +1 -1
- package/build/component/generator/utils.d.ts +2 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +64 -2
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/messages.d.ts +3 -2
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +3 -2
- package/build/component/messages.js.map +1 -1
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +1 -10
- package/build/component/question.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +3 -4
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +7 -11
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/constants.d.ts +1 -0
- package/build/component/resource/appManifest/constants.d.ts.map +1 -1
- package/build/component/resource/appManifest/constants.js +1 -0
- package/build/component/resource/appManifest/constants.js.map +1 -1
- package/build/component/resource/appManifest/errors.d.ts +0 -4
- package/build/component/resource/appManifest/errors.d.ts.map +1 -1
- package/build/component/resource/appManifest/errors.js +0 -7
- package/build/component/resource/appManifest/errors.js.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.js +8 -5
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
- package/build/component/resource/appManifest/utils/telemetry.d.ts +2 -0
- package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/telemetry.js +2 -0
- package/build/component/resource/appManifest/utils/telemetry.js.map +1 -1
- package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/utils.js +5 -1
- package/build/component/resource/appManifest/utils/utils.js.map +1 -1
- package/build/component/resource/azureSql/errors.js +28 -28
- package/build/component/resource/azureSql/errors.js.map +1 -1
- package/build/component/resource/azureStorage/configs.d.ts +1 -1
- package/build/component/resource/spfx/utils/question-helper.js +1 -1
- package/build/component/resource/spfx/utils/question-helper.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +1 -6
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +65 -131
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
- package/build/component/utils/depsChecker/bicepChecker.js +4 -7
- package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +5 -8
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +89 -7
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +91 -29
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts +11 -1
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +72 -26
- package/build/core/FxCoreImplementV3.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +2 -13
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +1 -13
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -57
- package/build/core/error.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +3 -10
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +3 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +81 -35
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts +0 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +110 -34
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +1 -0
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +12 -8
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +134 -37
- 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 +1 -0
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +9 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +49 -18
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +9 -3
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +180 -90
- package/build/core/question.js.map +1 -1
- package/build/error/arm.d.ts +6 -0
- package/build/error/arm.d.ts.map +1 -1
- package/build/error/arm.js +17 -1
- package/build/error/arm.js.map +1 -1
- package/build/error/azure.d.ts +30 -0
- package/build/error/azure.d.ts.map +1 -1
- package/build/error/azure.js +81 -1
- package/build/error/azure.js.map +1 -1
- package/build/error/common.d.ts +14 -2
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +59 -11
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.d.ts +17 -1
- package/build/error/deploy.d.ts.map +1 -1
- package/build/error/deploy.js +61 -6
- package/build/error/deploy.js.map +1 -1
- package/build/error/upgrade.d.ts +5 -0
- package/build/error/upgrade.d.ts.map +1 -0
- package/build/error/upgrade.js +16 -0
- package/build/error/upgrade.js.map +1 -0
- package/package.json +12 -8
- package/resource/package.nls.cs.json +307 -366
- package/resource/package.nls.de.json +307 -366
- package/resource/package.nls.es.json +307 -366
- package/resource/package.nls.fr.json +307 -366
- package/resource/package.nls.it.json +307 -366
- package/resource/package.nls.ja.json +307 -366
- package/resource/package.nls.json +104 -107
- package/resource/package.nls.ko.json +307 -366
- package/resource/package.nls.pl.json +307 -366
- package/resource/package.nls.pt-BR.json +307 -366
- package/resource/package.nls.ru.json +307 -366
- package/resource/package.nls.tr.json +307 -366
- package/resource/package.nls.zh-Hans.json +307 -366
- package/resource/package.nls.zh-Hant.json +307 -366
- package/resource/yaml.schema.json +33 -12
- package/templates/core/v3Migration/csharp.app.local.yml +12 -19
- package/templates/core/v3Migration/csharp.app.yml +19 -8
- package/templates/core/v3Migration/js.ts.app.local.yml +103 -50
- package/templates/core/v3Migration/js.ts.app.yml +143 -56
- package/templates/core/v3Migration/spfx.app.yml +55 -16
- package/templates/core/v3Migration/upgradeReport.md +4 -2
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +23 -8
- package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +2 -1
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts +0 -5
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +0 -1
- package/build/component/driver/aad/error/invalidParameterUserError.js +0 -29
- package/build/component/driver/aad/error/invalidParameterUserError.js.map +0 -1
- package/build/component/driver/aad/error/unhandledError.d.ts +0 -8
- package/build/component/driver/aad/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/aad/error/unhandledError.js +0 -33
- package/build/component/driver/aad/error/unhandledError.js.map +0 -1
- package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts +0 -5
- package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +0 -1
- package/build/component/driver/botAadApp/error/invalidParameterUserError.js +0 -30
- package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +0 -1
- package/build/component/driver/botAadApp/error/unhandledError.d.ts +0 -8
- package/build/component/driver/botAadApp/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/botAadApp/error/unhandledError.js +0 -33
- package/build/component/driver/botAadApp/error/unhandledError.js.map +0 -1
- package/build/component/driver/botFramework/error/unhandledError.d.ts +0 -5
- package/build/component/driver/botFramework/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/botFramework/error/unhandledError.js +0 -25
- package/build/component/driver/botFramework/error/unhandledError.js.map +0 -1
- package/build/component/driver/file/error/unhandledError.d.ts +0 -5
- package/build/component/driver/file/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/file/error/unhandledError.js +0 -25
- package/build/component/driver/file/error/unhandledError.js.map +0 -1
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +0 -5
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +0 -1
- package/build/component/driver/m365/error/FileNotFoundUserError.js +0 -22
- package/build/component/driver/m365/error/FileNotFoundUserError.js.map +0 -1
- package/build/component/driver/m365/error/unhandledError.d.ts +0 -5
- package/build/component/driver/m365/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/m365/error/unhandledError.js +0 -25
- package/build/component/driver/m365/error/unhandledError.js.map +0 -1
- package/build/component/driver/prerequisite/constant.d.ts.map +0 -1
- package/build/component/driver/prerequisite/constant.js.map +0 -1
- package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts.map +0 -1
- package/build/component/driver/prerequisite/error/dotnetInstallationUserError.js.map +0 -1
- package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts.map +0 -1
- package/build/component/driver/prerequisite/error/funcInstallationUserError.js.map +0 -1
- package/build/component/driver/prerequisite/installDriver.d.ts.map +0 -1
- package/build/component/driver/prerequisite/installDriver.js.map +0 -1
- package/build/component/driver/prerequisite/interfaces/InstallToolArgs.d.ts.map +0 -1
- package/build/component/driver/prerequisite/interfaces/InstallToolArgs.js.map +0 -1
- /package/build/component/driver/{prerequisite → devTool}/constant.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/constant.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.js +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.create.successNotice": "已成功搭建基架。",
|
|
3
2
|
"core.init.successNotice": "你的项目已成功初始化以使用 TeamsFx 操作。\n\n后续步骤: \nteamsfx add <feature> 可让你添加单一登录或 Teams 通知集成等功能。\n\n专家提示: \n请在 aka.ms/teams-manifest 中阅读,详细了解如何更新清单文件以连接到现有的启动页面体验。",
|
|
4
3
|
"core.provision.provision": "预配",
|
|
5
4
|
"core.provision.learnMore": "了解详细信息",
|
|
@@ -18,23 +17,13 @@
|
|
|
18
17
|
"core.provision.configurationFinishNotice": "[%s] 配置已完成。",
|
|
19
18
|
"core.provision.ProvisionFinishNotice": "[%s] 预配已完成!",
|
|
20
19
|
"core.provision.viewResources": "查看预配的资源:",
|
|
21
|
-
"core.
|
|
22
|
-
"core.provision.subscription.NotFoundConfig": "在当前帐户中找不到“%s”环境的订阅“%s”,请使用正确的 Azure 帐户或检查“%s”文件。",
|
|
23
|
-
"core.provision.subscription.NotFoundState": "在当前帐户中找不到“%s”环境的订阅“%s”,请使用正确的 Azure 帐户。",
|
|
24
|
-
"core.provision.subscription.NotFound": "当前帐户中找不到订阅“%s”,请使用正确的 Azure 帐户。",
|
|
25
|
-
"core.provision.subscription.failToSelect": "未能选择订阅",
|
|
26
|
-
"core.error.notLoginToAzure": "使用 Azure 帐户扩展登录到 Azure",
|
|
27
|
-
"core.error.FailedToCreateResourceGroup.exist": "无法创建资源组“%s”: 资源组已存在",
|
|
28
|
-
"core.error.NoEnvFilesError": "找不到 .env 文件。",
|
|
29
|
-
"core.error.resourceGroupNotFound": "资源组 \"%s\" 不存在,请指定现有资源组。",
|
|
30
|
-
"core.error.resourceGroupNotFound2": "资源组“%s”不存在,请检查“%s”文件。",
|
|
31
|
-
"core.error.unresolvedPlaceholders": "所选 yml 文件: %s 中有未解析的占位符: \"%s\"",
|
|
32
|
-
"core.deploy.FailedToDeployBeforeProvision": "部署失败,因为尚未预配资源。请确保先执行预配。单击获取帮助了解有关需要预配的原因的详细信息。",
|
|
20
|
+
"core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
|
|
33
21
|
"core.deploy.noCapabilityFound": "找不到 %s 的功能。请单击获取帮助了解有关如何添加功能的详细信息。",
|
|
34
22
|
"core.deploy.successNotice": "'%s' 已成功部署。",
|
|
35
23
|
"core.deploy.aadManifestSuccessNotice": "已成功部署 Azure Active Directory 应用程序。单击 \"了解详细信息\" 以检查如何查看 Azure Active Directory 应用程序。",
|
|
24
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
|
|
36
25
|
"core.deploy.aadManifestLearnMore": "了解详细信息",
|
|
37
|
-
"core.deploy.failNotice": "
|
|
26
|
+
"core.deploy.failNotice": "Unable to deploy '%s'!",
|
|
38
27
|
"core.deploy.botTroubleShoot": "若要对 azure 中的机器人应用程序进行故障排除,请单击“了解详细信息”以获取文档。",
|
|
39
28
|
"core.deploy.botTroubleShoot.learnMore": "了解详细信息",
|
|
40
29
|
"core.deploy.startNotice": "[%s] 部署开始。",
|
|
@@ -44,7 +33,7 @@
|
|
|
44
33
|
"core.option.cancel": "取消",
|
|
45
34
|
"core.option.learnMore": "了解详细信息",
|
|
46
35
|
"core.option.upgrade": "升级",
|
|
47
|
-
"core.option.moreInfo": "
|
|
36
|
+
"core.option.moreInfo": "详细信息",
|
|
48
37
|
"core.addCapability.addCapabilityNotice": "功能 %s 已成功添加到项目中。F5 用于调试应用程序或触发“Teams: 在云中预配”以创建资源。",
|
|
49
38
|
"core.addCapability.addCapabilitiesNotice": "已成功将功能 %s 添加到项目中。F5 用于调试应用程序或触发“Teams: 在云中预配”以创建资源。",
|
|
50
39
|
"core.addCapability.addCapabilityNoticeForCli": "已成功将功能 %s 添加到项目中。运行“teamsfx 预配”以创建资源。",
|
|
@@ -82,43 +71,38 @@
|
|
|
82
71
|
"core.progress.buildingBot.detail": "正在安装依赖项。",
|
|
83
72
|
"core.progress.provisionBot": "正在注册机器人",
|
|
84
73
|
"core.progress.generateTemplate": "正在生成模板",
|
|
85
|
-
"core.progress.generateTemplate.detail": "
|
|
74
|
+
"core.progress.generateTemplate.detail": "Downloading Template %s",
|
|
86
75
|
"core.progress.generateSample": "正在生成示例",
|
|
87
|
-
"core.progress.generateSample.detail": "
|
|
76
|
+
"core.progress.generateSample.detail": "Downloading Sample %s",
|
|
88
77
|
"core.progress.configureStorage": "正在配置选项卡",
|
|
89
78
|
"core.progress.packingCode": "正在创建应用程序包。",
|
|
79
|
+
"core.progress.deploy": "Deploy",
|
|
80
|
+
"core.progress.publish": "Publish",
|
|
81
|
+
"core.progress.provision": "Provision",
|
|
90
82
|
"core.progress.enableStaticWebsite": "正在启用 Azure 存储帐户静态网站。",
|
|
91
83
|
"core.progress.getDeploymentSrcAndDest": "正在检索部署源和目标。",
|
|
92
84
|
"core.progress.clearStorageAccount": "正在清理 Azure 存储帐户。",
|
|
93
85
|
"core.progress.uploadTabToStorage": "正在将选项卡前端上传到 Azure 存储帐户。",
|
|
94
|
-
"core.progress.getAzureAccountInfoForDeploy": "正在检索 Azure 帐户信息。",
|
|
95
|
-
"core.progress.getAzureUploadEndpoint": "正在检索 Azure 上传终结点。",
|
|
96
|
-
"core.progress.uploadZipFileToAzure": "正在将应用程序包上传到 Azure。",
|
|
97
|
-
"core.progress.checkAzureDeployStatus": "正在等待 Azure 部署完成。",
|
|
98
|
-
"core.progress.restartAzureFunctionApp": "正在重启 Azure Functions 应用。",
|
|
99
86
|
"core.progress.configureAzureStorage": "正在配置 Azure 存储,请启用静态网站设置。",
|
|
100
|
-
"core.progress.
|
|
101
|
-
"core.progress.
|
|
102
|
-
"core.progress.enableAzureStorageStaticWebsite": "正在启用 Azure 存储静态网站设置。",
|
|
103
|
-
"core.progress.getAzureStorageDeployCredential": "正在检索 Azure 存储帐户部署凭据。",
|
|
104
|
-
"core.progress.clearStorageExistsBlobs": "删除 Azure 存储 $web 容器中的所有文件。",
|
|
105
|
-
"core.progress.uploadFilesToStorage": "正在将文件上传到 Azure 存储帐户。",
|
|
87
|
+
"core.progress.runCommand": "Run command %s at %s",
|
|
88
|
+
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
106
89
|
"core.log.updateFunctionAppSettings": "更新 Azure Functions 应用设置。",
|
|
107
90
|
"core.error.programmingLanguageInvalid": "在项目设置中找到无效的编程语言。",
|
|
108
91
|
"core.Notification.ReadMore": "了解详细信息",
|
|
109
92
|
"core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "你已在另一租户“%s”中运行 Teams 应用的调试。如果确实要切换租户以进行调试,则可以删除本地文件(%s),然后重新运行调试。",
|
|
110
93
|
"core.migrationToArmAndMultiEnv.Message": "Teams 工具包将升级项目配置文件以支持最新功能。升级过程不会更改自定义代码并在需要还原时创建备份文件。\n请注意,此升级必须继续使用当前版本的 Teams 工具包。如果尚未准备好升级并想要继续使用旧版本,请在扩展中找到 Teams 工具包并安装版本 <= 2.10.0",
|
|
111
94
|
"core.migrationV3.confirmOnly.Message": "请确认升级",
|
|
112
|
-
"core.migrationV3.Message": "
|
|
95
|
+
"core.migrationV3.Message": "升级 Teams 工具包项目以与最新版本保持兼容。备份目录将与升级摘要一起创建。",
|
|
113
96
|
"core.migrationV3.VS.Message": "Teams 工具包预览功能 - Teams 应用配置改进已打开。需要升级此项目才能使用预览功能。选择“了解详细信息”以阅读所需更改,或选择“升级”以自动执行更改。如果不想升级,可以关闭预览功能。",
|
|
114
97
|
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json 不存在。你可能正在尝试升级由 Teams Toolkit for Visual Studio Code v3.x/Teams Toolkit CLI v0.x/Teams Toolkit for Visual Studio v17.3 创建的项目。请安装 Teams Toolkit for Visual Studio Code v4.x/Teams Toolkit CLI v1.x/Teams Toolkit for Visual Studio v17.4,并首先运行升级。",
|
|
115
98
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json 不存在。你可能正在尝试升级由 Teams Toolkit for Visual Studio Code v3.x/Teams Toolkit CLI v0.x/Teams Toolkit for Visual Studio v17.3 创建的项目。请安装 Teams Toolkit for Visual Studio Code v4.x/Teams Toolkit CLI v1.x/Teams Toolkit for Visual Studio v17.4,并首先运行升级。",
|
|
99
|
+
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
116
100
|
"core.migrationV3.CreateNewProject": "Teams 工具包(预发布)不支持从早期版本迁移项目。项目迁移将添加到即将发布的版本中。",
|
|
117
101
|
"core.migrationV3.abandonedProject": "此项目仅用于预览,并将不受 Teams 工具包支持。请通过创建新项目来试用 Teams 工具包",
|
|
118
102
|
"core.migrationV3.notAllowedMigration": "Teams 工具包的预发布版本支持新的项目配置,与以前的版本不兼容。请通过创建新项目进行尝试,或先运行“teamsfx 升级”以升级项目。",
|
|
119
103
|
"core.migrationToArmAndMultiEnv.SuccessMessage": "升级成功。",
|
|
120
|
-
"core.migrationToArmAndMultiEnv.ErrorMessage": "
|
|
121
|
-
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "
|
|
104
|
+
"core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
|
|
105
|
+
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
|
|
122
106
|
"core.consolidateLocalRemote.Message": "项目将升级为使用最新版本的 Teams 工具包。升级将仅添加 config.local.json、manifest.template.json 文件和备份 manifest.remote.template.json、manifest.local.template.json 文件,而不更改自定义代码。如果不想升级,请安装较旧版本的 Teams 工具包(<= 3.7.0)",
|
|
123
107
|
"core.consolidateLocalRemoteWithAadManifest.Message": "项目将升级为使用最新版本的 Teams 工具包。升级将仅添加 config.local.json、manifest.template.json、aad.template.json 文件、更新 projectSettings.json 文件和备份 manifest.remote.template.json、manifest.local.template.json、projectSettings.json 文件,而不更改自定义代码。如果不想升级,请安装较旧版本的 Teams 工具包(<= 3.7.0)",
|
|
124
108
|
"core.consolidateLocalRemote.DifferentManifest": "由于 Teams 工具包在升级后将 manifest.remote.template.json 用作单个清单模板文件,因此,如果已自定义 manifest.local.template.json,则需要更新 manifest.template.json 以包含更改。",
|
|
@@ -127,8 +111,7 @@
|
|
|
127
111
|
"core.aadManifestMigration.outputMsg": "祝贺! 已添加 AAD 清单,请开始使用此文件自定义 AAD 应用注册。我们添加了 aad.template.json,更新了 projectSettings.json 文件并将 projectSettings.json 备份到 .backup 文件夹。",
|
|
128
112
|
"core.aadManifestMigration.SuccessMessage": "检测你的项目是否为早期版本,并自动更新项目以获取新的 Teams 工具包版本。已进行以下更改:\n1. 在“templates/appPackage”下创建 “aad.template.json”。有关 AAD 清单的详细信息,请参阅 %s\n2. “.fx/configs/projectSettings.json” 已更新,以包括与身份验证相关的配置。可以在 .backup 文件夹中找到旧版本的备份。\n恭喜! 你的项目现已更新并准备好在最新版本的 Teams 工具包中运行。",
|
|
129
113
|
"core.aadManifestMigration.ParsePermissionsFailedWarning": "迁移时无法分析 permissions.json 文件,如有必要,请按照此链接更新 aad.template.json 文件中的权限: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
|
|
130
|
-
"core.projectVersionChecker.
|
|
131
|
-
"core.projectVersionChecker.cliUseNewVersion": "[核心] 你的 TeamsFx CLI 太旧,无法支持当前项目,请使用以下命令升级到最新版本:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
114
|
+
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
132
115
|
"core.projectVersionChecker.incompatibleProject": "当前项目与已安装的 Teams 工具包版本不兼容。",
|
|
133
116
|
"core.projectVersionChecker.vs.incompatibleProject": "解决方案中的项目是使用 Teams 工具包预览功能 - Teams 应用配置改进创建的。可以启用预览功能以继续。",
|
|
134
117
|
"core.aad.includeAadQuestionTitle": "是否部署 aad 清单",
|
|
@@ -136,34 +119,27 @@
|
|
|
136
119
|
"core.deployArmTemplates.StartNotice": "[%s] 开始部署 ARM 模板。",
|
|
137
120
|
"core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] 已成功将 bicep 文件编译为 JSON。",
|
|
138
121
|
"core.deployArmTemplates.SuccessNotice": "[%s] 已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
|
|
139
|
-
"core.deployArmTemplates.FailNotice": "[%s] 未能部署 ARM 模板。资源组名称: %s。部署名称: %s",
|
|
140
122
|
"core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] 正在轮询部署状态...",
|
|
141
123
|
"core.deployArmTemplates.Progress.Title": "正在部署 ARM 模板",
|
|
142
124
|
"core.deployArmTemplates.Progress.Start": "正在准备。",
|
|
143
125
|
"core.deployArmTemplates.Progress.ExecuteDeployment": "将解决方案 ARM 模板部署到 Azure。这可能需要几分钟时间。",
|
|
144
126
|
"core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> 正在等待获取部署状态 [重试时间: %s]",
|
|
145
|
-
"core.deployArmTemplates.FailedToReadResourceGroup": "
|
|
146
|
-
"core.deployArmTemplates.
|
|
147
|
-
"core.deployArmTemplates.FailedToGetEnvironmentName": "无法从解决方案上下文中获取目标环境名称。",
|
|
127
|
+
"core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
|
|
128
|
+
"core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
|
|
148
129
|
"core.deployArmTemplates.ParameterNotExist": "%s 不存在。",
|
|
149
|
-
"core.deployArmTemplates.FailedToExpandParameter": "
|
|
150
|
-
"core.deployArmTemplates.
|
|
151
|
-
"core.deployArmTemplates.FailedToGetSubsId": "未能获取订阅 ID。",
|
|
152
|
-
"core.deployArmTemplates.CompileBicepFailed": "无法将 bicep 文件编译到 JSON ARM 模板文件: %s",
|
|
153
|
-
"core.deployArmTemplates.FailedToGetDeploymentError": "无法获取 %s 的部署错误",
|
|
154
|
-
"core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "项目资源部署(%s 模块)失败,错误消息失败。有关部署错误,请参阅门户中的资源组 %s。",
|
|
155
|
-
"core.deployArmTemplates.DeploymentFailedNotification": "项目资源部署 (%s) 失败。有关更多错误详细信息,请参阅 [output channel](command: fx-extension.showOutputChannel)。",
|
|
130
|
+
"core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
|
|
131
|
+
"core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
|
|
156
132
|
"core.deployArmTemplates.ActionSuccess": "已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
|
|
157
|
-
"core.handleConfigFile.FailedToUpdateAzureParameters": "
|
|
158
|
-
"core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "
|
|
159
|
-
"core.backupFiles.FailedToBackupFiles": "
|
|
160
|
-
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [
|
|
133
|
+
"core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
|
|
134
|
+
"core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
|
|
135
|
+
"core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
|
|
136
|
+
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
|
|
161
137
|
"core.collaboration.GrantingPermission": "授予权限",
|
|
162
138
|
"core.collaboration.EmailCannotBeEmptyOrSame": "协作者的电子邮件不能为 null 或与当前用户相同",
|
|
163
139
|
"core.collaboration.CannotFindUserInCurrentTenant": "在当前租户中找不到用户,请检查你的电子邮件地址是否正确",
|
|
164
140
|
"core.collaboration.GrantPermissionForUser": "授予用户 %s 的权限",
|
|
165
141
|
"core.collaboration.AccountToGrantPermission": "要授予权限的帐户: ",
|
|
166
|
-
"core.collaboration.StartingGrantPermission": "
|
|
142
|
+
"core.collaboration.StartingGrantPermission": "正在开始授予环境的相关权限: ",
|
|
167
143
|
"core.collaboration.TenantId": "租户 ID: ",
|
|
168
144
|
"core.collaboration.PermissionHasBeenGrantTo": "权限已授予 ",
|
|
169
145
|
"core.collaboration.GrantPermissionResourceId": ",资源 ID: ",
|
|
@@ -171,14 +147,13 @@
|
|
|
171
147
|
"core.collaboration.AzureTip": "\n如果添加的用户无法访问 Azure 资源,则需要通过 Azure 门户手动设置访问策略,请参阅此链接了解更多详细信息: ",
|
|
172
148
|
"core.collaboration.ListingM365Permission": "列出 Microsoft 365 权限\n",
|
|
173
149
|
"core.collaboration.AccountUsedToCheck": "用于检查的帐户: ",
|
|
174
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\
|
|
175
|
-
"core.collaboration.StartingListAllAadAppOwners": "\
|
|
150
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\n正在开始列出环境的所有团队应用所有者: ",
|
|
151
|
+
"core.collaboration.StartingListAllAadAppOwners": "\n正在开始列出环境的所有 Azure Active Directory 应用所有者: ",
|
|
176
152
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 应用(ID: ",
|
|
177
|
-
"core.collaboration.SsoAadAppId": "SSO AAD
|
|
153
|
+
"core.collaboration.SsoAadAppId": "SSO AAD 应用(ID: ",
|
|
178
154
|
"core.collaboration.TeamsAppOwner": "Teams 应用所有者: ",
|
|
179
|
-
"core.collaboration.AadAppOwner": "Azure Active Directory
|
|
180
|
-
"core.collaboration.
|
|
181
|
-
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
155
|
+
"core.collaboration.AadAppOwner": "Azure Active Directory 应用所有者: ",
|
|
156
|
+
"core.collaboration.StaringCheckPermission": "正在开始检查环境的相关权限: ",
|
|
182
157
|
"core.collaboration.CheckPermissionResourceId": "资源 ID: ",
|
|
183
158
|
"core.collaboration.Undefined": "未定义",
|
|
184
159
|
"core.collaboration.ResourceName": ",资源名称: ",
|
|
@@ -194,7 +169,7 @@
|
|
|
194
169
|
"plugins.spfx.questions.packageSelect.placeholder": "选择基架选项",
|
|
195
170
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "使用全局安装的 SPFx (%s)",
|
|
196
171
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "使用全局安装的 SPFx",
|
|
197
|
-
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "
|
|
172
|
+
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
|
|
198
173
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "在 Teams 工具包目录中本地安装最新的 SPFx (%s)",
|
|
199
174
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "在 Teams 工具包目录中本地安装最新的 SPFx",
|
|
200
175
|
"plugins.spfx.buildNotice": "SharePoint 包已在 %s 成功生成。",
|
|
@@ -205,9 +180,9 @@
|
|
|
205
180
|
"plugins.spfx.cannotFindManifest": "找不到清单文件 %s",
|
|
206
181
|
"plugins.spfx.cannotGetSPOToken": "无法获取 SPO 访问令牌",
|
|
207
182
|
"plugins.spfx.cannotGetGraphToken": "无法获取图形访问令牌",
|
|
208
|
-
"plugins.spfx.insufficientPermission": "
|
|
209
|
-
"plugins.spfx.createAppcatalogFail": "
|
|
210
|
-
"plugins.spfx.uploadAppcatalogFail": "
|
|
183
|
+
"plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
|
|
184
|
+
"plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
|
|
185
|
+
"plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
|
|
211
186
|
"plugins.spfx.buildSharepointPackage": "生成 SharePoint 包",
|
|
212
187
|
"plugins.spfx.deploy.title": "上传和部署 SharePoint 包",
|
|
213
188
|
"plugins.spfx.deploy.createAppcatalog": "创建 SharePoint 应用程序目录",
|
|
@@ -216,18 +191,17 @@
|
|
|
216
191
|
"plugins.spfx.error.npmNotFound": "在你的计算机上找不到 NPM。请安装受支持的版本。",
|
|
217
192
|
"plugins.spfx.error.npmVersionNotSupported": "SPFx v%s 不支持 NPM 版本 v%s。",
|
|
218
193
|
"plugins.spfx.error.nodeVersionNotSupported": "SPFx v%s 不支持 Node.js 版本 v%s。",
|
|
219
|
-
"plugins.spfx.error.npmInstallFailed": "
|
|
220
|
-
"plugins.spfx.error.invalidDependency": "
|
|
221
|
-
"plugins.spfx.error.installDependency": "未能安装程序包 %s。了解如何在 [output](command:fx-extension.showOutputChannel)中进行修正。",
|
|
194
|
+
"plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
|
|
195
|
+
"plugins.spfx.error.invalidDependency": "Unable to validate package %s",
|
|
222
196
|
"plugins.spfx.error.noConfiguration": "SPFx 项目中没有 .yo-rc.json 文件,请添加配置文件,然后重试。",
|
|
223
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx
|
|
197
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx 开发环境尚未正确设置。可以单击“获取帮助”按照指南设置正确的环境。",
|
|
224
198
|
"plugins.spfx.scaffold.dependencyCheck": "正在检查依赖项...",
|
|
225
199
|
"plugins.spfx.scaffold.dependencyInstall": "正在安装依赖项。这可能需要超过 5 分钟才能完成。",
|
|
226
200
|
"plugins.spfx.scaffold.scaffoldProject": "使用 Yeoman CLI 生成 SPFx 项目",
|
|
227
201
|
"plugins.spfx.scaffold.updateManifest": "更新 Web 部件清单",
|
|
228
202
|
"plugins.spfx.GetTenantFailedError": "无法获取租户 %s %s",
|
|
229
203
|
"plugins.spfx.error.installLatestDependencyError": "在 %s 文件夹中设置 SPFx 环境时遇到未知问题。可以遵循[设置 SharePoint 框架开发环境 | Microsoft Learn](%s)来设置全局 SPFx 环境。",
|
|
230
|
-
"plugins.spfx.error.scaffoldError": "
|
|
204
|
+
"plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
231
205
|
"plugins.frontend.checkNetworkTip": "请检查你的网络连接。",
|
|
232
206
|
"plugins.frontend.checkFsPermissionsTip": "检查你是否对文件系统具有读/写权限。",
|
|
233
207
|
"plugins.frontend.checkStoragePermissionsTip": "检查你是否对 Azure 存储帐户具有权限。",
|
|
@@ -236,10 +210,13 @@
|
|
|
236
210
|
"suggestions.retryTheCurrentStep": "重试当前步骤。",
|
|
237
211
|
"plugins.appstudio.buildSucceedNotice": "已在 [本地地址](%s)成功生成 Teams 包。",
|
|
238
212
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams 包已在 %s 成功生成。",
|
|
213
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
|
|
239
214
|
"plugins.appstudio.publishTip": "Teams: 发布到 Teams",
|
|
240
215
|
"plugins.appstudio.whetherToDeployManifest": "是否将应用清单部署到 Teams 平台",
|
|
241
216
|
"plugins.appstudio.validationFailedNotice": "清单验证失败!",
|
|
242
217
|
"plugins.appstudio.validationSucceedNotice": "清单验证成功!",
|
|
218
|
+
"plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
|
|
219
|
+
"plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
|
|
243
220
|
"plugins.appstudio.adminApprovalTip": "已成功在 %s 创建 %s 应用包文件。将此邮件发送给管理员以供审批。",
|
|
244
221
|
"plugins.appstudio.adminPortal": "转到管理门户",
|
|
245
222
|
"plugins.appstudio.publishSucceedNotice": "[%s] 已成功发布到管理门户。批准后,你的应用将可供组织使用。[了解详细信息](%s)",
|
|
@@ -255,7 +232,6 @@
|
|
|
255
232
|
"plugins.appstudio.provisionTitle": "预配 Teams 应用",
|
|
256
233
|
"plugins.appstudio.provisionProgress": "正在注册 Teams 应用 %s...",
|
|
257
234
|
"plugins.appstudio.postProvisionProgress": "正在更新 Teams 应用 %s...",
|
|
258
|
-
"plugins.appstudio.dataRequired": "所需的数据: %s",
|
|
259
235
|
"plugins.appstudio.manuallySubmitTip": "手动提交 Teams 应用包文件",
|
|
260
236
|
"plugins.appstudio.manuallySubmitDescription": "生成 Teams 应用包。你需要手动将其发送给 Teams 管理员",
|
|
261
237
|
"plugins.appstudio.autoPublishTip": "为组织安装",
|
|
@@ -270,8 +246,6 @@
|
|
|
270
246
|
"plugins.appstudio.viewDeveloperPortal": "在开发人员门户中查看",
|
|
271
247
|
"plugins.bot.questionHostTypeTrigger.title": "选择触发器",
|
|
272
248
|
"plugins.bot.questionHostTypeTrigger.placeholder": "选择触发器",
|
|
273
|
-
"plugins.bot.questionHostTypeTrigger.error.emptySelection": "必须至少选择一个触发器。",
|
|
274
|
-
"plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions 和 Azure 应用服务主机类型存在冲突。",
|
|
275
249
|
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
276
250
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
277
251
|
"plugins.bot.triggers.http-functions.detail": "托管在 Azure Functions 上的正在运行的函数可以侦听 HTTP 请求。",
|
|
@@ -318,7 +292,7 @@
|
|
|
318
292
|
"plugins.cicd.result.scaffold.skipped": "你已使用 %s 为 %s 环境创建了 %s 的模板,请对其进行自定义或删除以创建新的模板。",
|
|
319
293
|
"plugins.cicd.suggestions.checkPermission": "请检查你是否有足够的权限。",
|
|
320
294
|
"plugins.cicd.suggestions.createProjectOrOpenExisting": "可以创建新项目或打开现有项目。",
|
|
321
|
-
"error.cicd.FailedToListMultiEnv": "
|
|
295
|
+
"error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
|
|
322
296
|
"error.cicd.PreconditionNotMet": "不满足输入的某些前置条件。",
|
|
323
297
|
"plugins.apiConnector.getQuestionApiName.title": "输入 API 的友好名称。",
|
|
324
298
|
"plugins.apiConnector.getQuestionApiName.placeholder": "API 别名将用于生成应用设置名称。",
|
|
@@ -359,129 +333,107 @@
|
|
|
359
333
|
"plugins.apiConnector.Notification.GenerateFiles": "我们已生成示例代码,用于在 %s 调用 API。请打开文件并按照其中的说明开始调用 API。",
|
|
360
334
|
"plugins.apiConnector.Notification.LinkNotification": "可以访问 %s,了解如何使用 TeamsFx SDK 调用 API。",
|
|
361
335
|
"plugins.apiConnector.Log.CommandSuccess": "我们已成功更新项目以调用目标 API。下面是已创建/更新文件的列表: \n\n%s",
|
|
362
|
-
"error.rgCheckBaseError": "
|
|
336
|
+
"error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
|
|
363
337
|
"error.rgUnauthorizedError": "未经授权,无法检查订阅“%s”中是否存在资源组“%s”。请检查你的 Azure 订阅。",
|
|
364
338
|
"error.ProjectFolderExistError": "路径 %s 已存在。选择其他文件夹。",
|
|
365
|
-
"error.PathNotExistError": "路径不存在: %s",
|
|
366
339
|
"error.ProjectFolderInvalidError": "路径 %s 无效,请在用户设置中设置有效的根文件夹(使用以 \\${homeDir} 开头的绝对目录或相对目录)。",
|
|
367
340
|
"error.NoProjectOpenedError": "未打开任何项目,可以创建新项目或打开现有项目。",
|
|
368
341
|
"error.InitializedFileExistError": "初始化文件 %s 已存在,请清理并重试。",
|
|
369
|
-
"error.InvalidProjectError": "该命令仅适用于 Teams 工具包创建的项目。%s",
|
|
370
342
|
"error.InvalidProjectSettingsFileError": "projectSettings.json 文件无效: %s。",
|
|
371
|
-
"error.FetchSampleError": "
|
|
372
|
-
"error.ProjectEnvNotExistError": "找不到环境 %s。请确保 config.%s.json 文件存在。",
|
|
373
|
-
"error.DotEnvFileNotExistError": "找不到环境 %s。请确保 .env.%s 文件存在。",
|
|
343
|
+
"error.FetchSampleError": "Unable to get data from remote repository for %s.",
|
|
374
344
|
"error.InvalidEnvNameError": "环境名称只能包含字母、数字、_、-。",
|
|
375
345
|
"error.UpgradeCanceledError": "如果不想升级项目,请安装另一个版本的 Teams 工具包(版本 <= 2.10.0)。",
|
|
376
346
|
"error.UpgradeV3CanceledError": "如果尚未准备好升级,请继续使用旧版本的 Teams 工具包",
|
|
377
347
|
"error.ConsolidateCanceledError": "如果不想升级项目,请安装另一个版本的 Teams 工具包(版本 <= 3.7.0)。",
|
|
378
348
|
"error.OperationNotPermittedError": "不允许操作: %s",
|
|
379
|
-
"error.InvalidInputError": "
|
|
380
|
-
"error.ContextUpgradeError": "输入无效: %s",
|
|
349
|
+
"error.InvalidInputError": "Invalid inputs: %s",
|
|
381
350
|
"error.ProjectSettingsUndefinedError": "项目设置未定义",
|
|
382
351
|
"error.MultipleEnvNotEnabledError": "未启用 MultipleEnv 功能",
|
|
383
|
-
"error.PluginHasNoTaskImpl": "插件 %s 尚未实现方法: %s",
|
|
384
|
-
"error.FunctionRouterError": "无法路由函数调用: %s",
|
|
385
352
|
"error.ProjectEnvAlreadyExistError": "项目环境 %s 已存在。",
|
|
386
|
-
"error.TaskNotSupportError": "不支持操作: %s。",
|
|
387
353
|
"error.InvalidEnvConfigError": "配置 %s 无效,详细信息: %s。",
|
|
388
|
-
"error.NonExistEnvNameError": "无法找到环境 %s。",
|
|
389
|
-
"error.FailedToGetAzureCredential": "未能获取 Azure 凭据",
|
|
390
|
-
"error.ModifiedSecretError": "机密文件已更改。",
|
|
391
|
-
"error.LoadSolutionError": "无法加载解决方案",
|
|
392
354
|
"error.NotImplementedError": "未实现的方法: %s",
|
|
393
|
-
"error.LoadPluginError": "
|
|
355
|
+
"error.LoadPluginError": "Unable to load plugin",
|
|
394
356
|
"error.SPFxConfigError": "加载 SPFx 配置 %s 失败。",
|
|
395
357
|
"error.ProjectSettingError": "加载项目设置失败。",
|
|
396
358
|
"error.SolutionConfigError": "加载解决方案上下文失败。",
|
|
397
|
-
"error.FailedToParseResourceIdError": "
|
|
359
|
+
"error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
|
|
398
360
|
"error.MissingSubscriptionInConfig": "请在(%s)中提供资源组(%s)的订阅 ID",
|
|
399
|
-
"error.NoSubscriptionFound": "
|
|
361
|
+
"error.NoSubscriptionFound": "Unable to find a subscription.",
|
|
400
362
|
"error.TrustCertificateCancelError": "用户已取消。若要使 Teams 信任工具包使用的自签名 SSL 证书,必须将自签名证书添加到证书存储中。",
|
|
401
|
-
"error.
|
|
402
|
-
"error.NoM365Token": "未能获取 M365 令牌 JSON 对象",
|
|
403
|
-
"error.FailedToCreateResourceGroup": "无法创建资源组 \"%s\": 资源组存在",
|
|
404
|
-
"error.FailedToListResourceGroupLocation": "未能列出资源组位置",
|
|
405
|
-
"error.BicepGenerationError": "无法生成 Bicep 文件 %s。原因: %s",
|
|
363
|
+
"error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
|
|
406
364
|
"error.LocalBotEndpointNotConfigured": "未配置本地机器人终结点。在 \".fx/configs/config.local.json\" 中设置 \"bot.siteEndpoint\",然后重试。",
|
|
407
365
|
"error.NgrokTunnelNotConnected": "Ngrok 隧道未连接。请检查网络设置,然后重试。",
|
|
408
366
|
"error.VideoFilterAppNotRemoteSupported": "Teams 工具包不支持远程视频筛选器应用。请检查项目根文件夹中的 README.md 文件。",
|
|
409
|
-
"error.frontend.
|
|
410
|
-
"error.frontend.
|
|
411
|
-
"error.
|
|
412
|
-
"error.
|
|
413
|
-
"error.
|
|
414
|
-
"error.appstudio.fileNotFoundError": "未找到文件 %s。",
|
|
415
|
-
"error.appstudio.teamsAppCreateFailed": "由于 %s,无法在开发人员门户中创建 Teams 应用",
|
|
416
|
-
"error.appstudio.teamsAppUpdateFailed": "无法更新 ID 为 %s 的 Teams 应用。",
|
|
417
|
-
"error.appstudio.apiFailed": "对开发人员门户的 API 调用失败: %s,%s,请求路径: %s,X-Correlation-ID: %s。这可能来自一些间歇性服务错误。请等待几分钟,然后重试当前步骤。",
|
|
367
|
+
"error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
|
|
368
|
+
"error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
|
|
369
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
|
|
370
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
|
|
371
|
+
"error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
418
372
|
"error.appstudio.apiFailed.telemetry": "对开发人员门户的 API 调用失败: %s,%s,API 名称: %s,X-Correlation-ID: %s。这可能来自一些间歇性服务错误。请等待几分钟,然后重试当前步骤。",
|
|
419
373
|
"error.appstudio.authServiceApiFailed": "对开发人员门户的 API 调用失败: %s、%s、请求路径: %s",
|
|
420
|
-
"error.appstudio.
|
|
421
|
-
"error.appstudio.getRemoteConfigFailed": "缺少清单的配置数据。%s",
|
|
422
|
-
"error.appstudio.publishFailed": "未能发布 ID 为 %s 的 Teams 应用。",
|
|
374
|
+
"error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
|
|
423
375
|
"error.appstudio.buildError": "Teams 包生成失败!",
|
|
424
376
|
"error.appstudio.checkPermissionFailed": "检查权限失败。原因: %s",
|
|
425
377
|
"error.appstudio.grantPermissionFailed": "授予权限失败。原因: %s",
|
|
426
378
|
"error.appstudio.listCollaboratorFailed": "列表协作者失败。原因: %s",
|
|
427
379
|
"error.appstudio.updateManifestInvalidApp": "找不到 ID 为 %s 的 Teams 应用。在将清单更新到 Teams 平台之前,必须先运行调试或预配。",
|
|
428
|
-
"error.appstudio.updateManifestFailed": "更新清单失败。",
|
|
429
380
|
"error.appstudio.invalidCapability": "功能无效: %s",
|
|
430
381
|
"error.appstudio.capabilityExceedLimit": "无法添加功能 %s,它达到了上限。",
|
|
431
|
-
"error.appstudio.staticTabNotExist": "
|
|
432
|
-
"error.appstudio.capabilityNotExist": "
|
|
433
|
-
"error.appstudio.noManifestError": "找不到清单文件。",
|
|
382
|
+
"error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
|
|
383
|
+
"error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
|
|
434
384
|
"error.appstudio.noManifestId": "在清单查找中找到的 ID 无效。",
|
|
435
|
-
"error.appstudio.validateFetchSchemaFailed": "
|
|
385
|
+
"error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
|
|
436
386
|
"error.appstudio.validateSchemaNotDefined": "未定义清单架构",
|
|
437
387
|
"error.appstudio.publishInDevPortalSuggestionForValidationError": "请尝试从“Zip Teams 应用包”生成包,然后重试。",
|
|
438
|
-
"error.appstudio.teamsAppCreateConflict": "
|
|
388
|
+
"error.appstudio.teamsAppCreateConflict": "Unable 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.",
|
|
439
389
|
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "组织应用商店中已存在具有该 ID 的 Teams 应用。请手动更新应用 ID,然后重试。",
|
|
440
390
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "不允许当前帐户获取 botframework 令牌。",
|
|
441
391
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 预配因尝试创建机器人注册返回禁止的结果。",
|
|
442
392
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework 预配因尝试创建机器人注册返回冲突结果。",
|
|
443
|
-
"error.function.FindAppError": "
|
|
444
|
-
"error.generator.TemplateZipFallbackError": "
|
|
445
|
-
"error.generator.FetchZipFromUrlError": "
|
|
446
|
-
"error.generator.UnzipError": "
|
|
447
|
-
"error.generator.MissKeyError": "
|
|
448
|
-
"error.
|
|
393
|
+
"error.function.FindAppError": "Unable to find the function app.",
|
|
394
|
+
"error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
395
|
+
"error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
|
|
396
|
+
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
397
|
+
"error.generator.MissKeyError": "Unable to find key %s",
|
|
398
|
+
"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",
|
|
399
|
+
"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",
|
|
400
|
+
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
401
|
+
"error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
|
|
449
402
|
"error.sql.LinkHelpMessage": "可以按照 %s 进行处理。",
|
|
450
403
|
"error.sql.SqlInputError": "SQL 管理员名称或密码为空",
|
|
451
|
-
"error.sql.SqlAskInputError": "
|
|
404
|
+
"error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
|
|
452
405
|
"error.sql.SqlEndpointError": "SQL Server %s 无效。",
|
|
453
|
-
"error.sql.DatabaseUserCreateError": "
|
|
454
|
-
"error.sql.SqlAddAdminError": "
|
|
455
|
-
"error.sql.SqlLocalFirwallError": "
|
|
456
|
-
"error.sql.SqlDeleteLocalFirwallError": "
|
|
457
|
-
"error.sql.SqlUserInfoError": "
|
|
458
|
-
"error.sql.SqlGetConfigError": "
|
|
406
|
+
"error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
|
|
407
|
+
"error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
|
|
408
|
+
"error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
|
|
409
|
+
"error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
|
|
410
|
+
"error.sql.SqlUserInfoError": "Unable to get login user info.",
|
|
411
|
+
"error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
|
|
459
412
|
"error.sql.SqlInvalidConfigError": "\"%s\" 的配置值对于 %s 无效。",
|
|
460
|
-
"error.sql.SqlCheckError": "
|
|
461
|
-
"error.sql.SqlCheckAdminError": "
|
|
413
|
+
"error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
|
|
414
|
+
"error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
|
|
462
415
|
"error.sql.IdentityCredentialUndefine": "无法访问数据库以添加托管标识用户 %s。请手动添加数据库 %s 的用户",
|
|
463
416
|
"error.sql.ServicePrincipalWarning": "Azure SQL 中的服务主体管理员无法添加数据库用户 <%s>。你可以手动添加 %s 的用户",
|
|
464
417
|
"error.sql.DomainError": "条件访问策略需要符合要求的设备,而设备不合规。%s",
|
|
465
418
|
"error.sql.GuestAdminError": "SQL 管理员没有足够的权限来添加数据库用户。%s",
|
|
466
|
-
"error.apiConnector.SampleCodeCreateFailError": "
|
|
467
|
-
"error.apiConnector.ScaffoldApiFilesError": "
|
|
419
|
+
"error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
|
|
420
|
+
"error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
|
|
468
421
|
"error.apiConnector.ApiConnectorInputError": "API 连接器输入 %s 无效",
|
|
469
422
|
"error.apiConnector.ApiConnectorPathNotExistError": "路径 %s 不存在。选择有效的文件夹。",
|
|
470
|
-
"error.apiConnector.ApiConnectorCreateFileFail": "
|
|
423
|
+
"error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
|
|
471
424
|
"error.apiConnector.NoActivePluginsExistError": "请先创建活动资源。",
|
|
472
425
|
"error.apiConnector.NoBotOrFunctionExistError": "请先创建机器人或函数资源。",
|
|
473
|
-
"error.apiConnector.
|
|
474
|
-
"error.apiConnector.ApiConnectorFunctionRouteError": "无法路由函数调用: %s",
|
|
426
|
+
"error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
|
|
475
427
|
"error.apiConnector.SDKVersionImcompatibleError": "在 %s 项目中,@microsoft/teamsfx 版本 %s 不兼容。请将 @microsoft/teamsfx 版本升级到 %s,然后重试此功能。",
|
|
476
428
|
"error.apiConnector.pkgFileNotExistError": "在 %s 项目中,不存在 package.json",
|
|
477
429
|
"error.apiConnector.componentNotExistError": "组件 %s 不存在,请先添加",
|
|
478
430
|
"error.apiConnector.envVarExistError": "请提供其他 API 名称,以避免与 .env.teamsfx.local 中的现有 env 变量 %s 冲突",
|
|
479
|
-
"error.debugHandler.AppManifestPackageNotExistError": "manifestPackagePath %s 不存在。",
|
|
480
431
|
"error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath 必须是 .zip 文件路径。",
|
|
481
432
|
"error.debugHandler.InvalidExistingAADArgsError": "如果使用 SSO 的现有 AAD 应用,则 objectId、clientId 和 clientSecret 都是必需的。",
|
|
482
433
|
"error.debugHandler.InvalidExistingBotArgsError": "如果使用现有机器人,则需要同时设置 botId 和 botPassword。",
|
|
483
434
|
"error.debugHandler.DebugArgumentEmptyError": "调试参数“%s”为空。",
|
|
484
435
|
"error.debugHandler.InvalidTabBaseUrlError": "baseUrl 必须是有效的 HTTPS URL。",
|
|
436
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
485
437
|
"core.QuestionAppName.validation.pattern": "应用程序名称必须以字母开头,并且至少包含两个字母或数字。不能包含某些特殊字符。",
|
|
486
438
|
"core.QuestionAppName.validation.maxlength": "应用程序名称长于最大长度 30。",
|
|
487
439
|
"core.QuestionAppName.validation.pathExist": "路径存在: %s。选择其他应用程序名称。",
|
|
@@ -495,60 +447,68 @@
|
|
|
495
447
|
"core.TabOption.description": "基于 UI 的应用",
|
|
496
448
|
"core.TabOption.detail": "Microsoft Teams 中嵌入的 Teams 感知网页",
|
|
497
449
|
"core.TabOption.detailNew": "Microsoft Teams 中嵌入的 Teams 标识感知网页",
|
|
498
|
-
"core.DashboardOption.label": "
|
|
499
|
-
"core.DashboardOption.detail": "
|
|
450
|
+
"core.DashboardOption.label": "Dashboard",
|
|
451
|
+
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
500
452
|
"core.BotOption.description": "对话代理",
|
|
501
453
|
"core.BotOption.detail": "通过对话运行简单且重复的自动化任务",
|
|
502
|
-
"core.BotNewUIOption.label": "
|
|
503
|
-
"core.BotNewUIOption.detail": "
|
|
504
|
-
"core.MessageExtensionOption.labelNew": "
|
|
454
|
+
"core.BotNewUIOption.label": "Basic Bot",
|
|
455
|
+
"core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
|
|
456
|
+
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
505
457
|
"core.MessageExtensionOption.label": "消息扩展",
|
|
506
458
|
"core.MessageExtensionOption.description": "用户在 Teams 中撰写邮件时的自定义 UI",
|
|
507
|
-
"core.MessageExtensionOption.detail": "
|
|
508
|
-
"core.NotificationOption.label": "
|
|
509
|
-
"core.NotificationOption.detail": "
|
|
510
|
-
"core.
|
|
511
|
-
"core.
|
|
512
|
-
"core.
|
|
513
|
-
"core.
|
|
514
|
-
"core.WorkflowOption.label": "工作流机器人",
|
|
515
|
-
"core.WorkflowOption.detail": "在 Microsoft Teams 聊天中自动执行常见业务流程的重复性工作流",
|
|
459
|
+
"core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
|
|
460
|
+
"core.NotificationOption.label": "Chat Notification Message",
|
|
461
|
+
"core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
|
|
462
|
+
"core.CommandAndResponseOption.label": "Chat Command",
|
|
463
|
+
"core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
|
|
464
|
+
"core.WorkflowOption.label": "Sequential Workflow in Chat",
|
|
465
|
+
"core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
|
|
516
466
|
"core.ExistingTabOption.label": "嵌入现有 Web 应用",
|
|
517
467
|
"core.ExistingTabOption.detail": "自带静态网页并嵌入 Microsoft Teams",
|
|
518
468
|
"core.ExistingTabEndpointQuestion.placeholder": "输入现有选项卡终结点",
|
|
519
469
|
"core.ExistingTabEndpointQuestion.title": "输入 Web 应用的本地终结点",
|
|
520
470
|
"core.ExistingTabEndpointQuestion.validation": "请输入以 https:// 开端的有效 URL",
|
|
521
471
|
"core.TabSPFxOption.label": "选项卡(SPFx)",
|
|
522
|
-
"core.TabSPFxOption.labelNew": "SPFx
|
|
472
|
+
"core.TabSPFxOption.labelNew": "SPFx",
|
|
523
473
|
"core.TabSPFxOption.description": "使用 SharePoint 框架的客户端应用",
|
|
524
474
|
"core.TabSPFxOption.detail": "自动托管的 SPFx Web 部件与 Microsoft Teams 紧密集成",
|
|
525
|
-
"core.TabSPFxOption.detailNew": "
|
|
475
|
+
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
526
476
|
"core.TabSso.description": "Tab 的单一登录",
|
|
527
477
|
"core.TabSso.detail": "在 Teams 选项卡应用中启用单一登录",
|
|
528
478
|
"core.BotSso.description": "机器人的单一登录",
|
|
529
479
|
"core.BotSso.detail": "在 Teams 机器人应用中启用单一登录",
|
|
530
|
-
"core.TabNonSso.label": "
|
|
531
|
-
"core.TabNonSso.detail": "
|
|
480
|
+
"core.TabNonSso.label": "Basic Tab",
|
|
481
|
+
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
532
482
|
"core.addCapabilityQuestion.title": "选择功能",
|
|
533
483
|
"core.addCapabilityQuestion.titleNew": "功能",
|
|
534
484
|
"core.addFeatureQuestion.title": "添加功能",
|
|
535
485
|
"core.createCapabilityQuestion.title": "选择功能",
|
|
536
486
|
"core.createCapabilityQuestion.titleNew": "功能",
|
|
537
487
|
"core.createCapabilityQuestion.placeholder": "选择功能",
|
|
488
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
489
|
+
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
490
|
+
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
|
|
491
|
+
"core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
|
|
492
|
+
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
493
|
+
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
494
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
|
|
495
|
+
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
|
|
496
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
497
|
+
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
498
|
+
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
499
|
+
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
|
|
500
|
+
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
501
|
+
"core.createProjectQuestion.title": "New Project",
|
|
538
502
|
"core.capability.validation": "无效的功能组合: %s,选项集: %s 互斥",
|
|
539
503
|
"core.spfxFolder.title": "SPFx 解决方案文件夹",
|
|
540
504
|
"core.spfxFolder.placeholder": "选择包含 SPFx 解决方案的文件夹",
|
|
541
|
-
"core.manifestPath.title": "Teams 应用清单文件",
|
|
542
|
-
"core.manifestPath.placeholder": "输入 Teams 应用清单文件路径",
|
|
543
|
-
"core.localManifestPath.title": "本地 Teams 应用清单文件",
|
|
544
|
-
"core.localManifestPath.placeholder": "输入本地 Teams 应用清单文件路径",
|
|
545
505
|
"core.QuestionSelectTargetEnvironment.title": "选择环境",
|
|
546
506
|
"core.getQuestionNewTargetEnvironmentName.title": "新环境名称",
|
|
547
507
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "新环境名称",
|
|
548
508
|
"core.getQuestionNewTargetEnvironmentName.validation1": "环境名称只能包含字母、数字、_、-。",
|
|
549
509
|
"core.getQuestionNewTargetEnvironmentName.validation2": "环境配置路径的长度将超出 Windows 的限制。",
|
|
550
510
|
"core.getQuestionNewTargetEnvironmentName.validation3": "无法创建环境 \"%s\"",
|
|
551
|
-
"core.getQuestionNewTargetEnvironmentName.validation4": "
|
|
511
|
+
"core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
|
|
552
512
|
"core.getQuestionNewTargetEnvironmentName.validation5": "项目环境 %s 已存在。",
|
|
553
513
|
"core.QuestionSelectSourceEnvironment.title": "选择要创建副本的环境",
|
|
554
514
|
"core.QuestionSelectResourceGroup.title": "选择资源组",
|
|
@@ -613,28 +573,30 @@
|
|
|
613
573
|
"core.getUserEmailQuestion.title": "将所有者添加到同一 Microsoft 365 租户下该帐户的 Teams/AAD 应用(电子邮件)",
|
|
614
574
|
"core.getUserEmailQuestion.validation1": "电子邮件地址不能为 null 或为空",
|
|
615
575
|
"core.getUserEmailQuestion.validation2": "请将 [UserName] 更改为实际用户名",
|
|
616
|
-
"core.collaboration.error.
|
|
617
|
-
"core.collaboration.error.
|
|
618
|
-
"core.
|
|
619
|
-
"core.
|
|
620
|
-
"core.
|
|
621
|
-
"core.
|
|
622
|
-
"core.
|
|
623
|
-
"core.
|
|
624
|
-
"core.aadAppQuestion.
|
|
625
|
-
"core.
|
|
626
|
-
"core.teamsAppQuestion.
|
|
627
|
-
"core.
|
|
628
|
-
"core.M365SsoLaunchPageOptionItem.
|
|
629
|
-
"core.
|
|
630
|
-
"core.M365SearchAppOptionItem.
|
|
576
|
+
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
577
|
+
"core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
|
|
578
|
+
"core.selectAadAppManifestQuestion.title": "选择 Azure Active Directory manifest.json 文件",
|
|
579
|
+
"core.selectTeamsAppManifestQuestion.title": "选择 Teams manifest.json 文件",
|
|
580
|
+
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
581
|
+
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
582
|
+
"core.selectCollaborationAppTypeQuestion.title": "选择要用于管理协作者的应用",
|
|
583
|
+
"core.confirmManifestQuestion.placeholder": "确认已正确选择清单",
|
|
584
|
+
"core.aadAppQuestion.label": "Azure Active Directory 应用",
|
|
585
|
+
"core.aadAppQuestion.description": "用于单一登录的 Azure Active Directory 应用",
|
|
586
|
+
"core.teamsAppQuestion.label": "Teams 应用",
|
|
587
|
+
"core.teamsAppQuestion.description": "你的 Teams 应用",
|
|
588
|
+
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
589
|
+
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
590
|
+
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
591
|
+
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
592
|
+
"core.M365HostQuestion.title": "Platform",
|
|
593
|
+
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
631
594
|
"core.options.separator.scenario": "基于方案的 Teams 应用",
|
|
632
|
-
"core.options.separator.basic": "基本 Teams 应用",
|
|
633
595
|
"core.options.separator.resource": "云资源",
|
|
634
596
|
"core.options.separator.additional": "其他功能",
|
|
635
|
-
"core.
|
|
636
|
-
"core.
|
|
637
|
-
"core.common.LifecycleComplete": "
|
|
597
|
+
"core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
|
|
598
|
+
"core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
|
|
599
|
+
"core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
|
|
638
600
|
"core.common.TeamsMobileDesktopClientName": "Teams 桌面,移动客户端 ID",
|
|
639
601
|
"core.common.TeamsWebClientName": "Teams Web 客户端 ID",
|
|
640
602
|
"core.common.OfficeDesktopClientName": "桌面版 Microsoft 365 应用客户端 ID",
|
|
@@ -644,11 +606,11 @@
|
|
|
644
606
|
"core.common.OutlookWebClientName1": "Outlook Web Access 客户端 ID 1",
|
|
645
607
|
"core.common.OutlookWebClientName2": "Outlook Web Access 客户端 ID 2",
|
|
646
608
|
"core.NewOfficeAddinOptionVSC.label": "从 Outlook 加载项开始",
|
|
647
|
-
"core.NewOfficeAddinOptionVSC.detail": "
|
|
648
|
-
"core.importAddin.label": "
|
|
649
|
-
"core.importAddin.detail": "
|
|
650
|
-
"core.newTaskpaneAddin.label": "
|
|
651
|
-
"core.newTaskpaneAddin.detail": "
|
|
609
|
+
"core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
|
|
610
|
+
"core.importAddin.label": "Import an Existing Outlook Add-in",
|
|
611
|
+
"core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
|
|
612
|
+
"core.newTaskpaneAddin.label": "Taskpane",
|
|
613
|
+
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
652
614
|
"core.summary.actionDescription": "操作 %s%s",
|
|
653
615
|
"core.summary.lifecycleDescription": "生命周期阶段: %s(共 %s 个步骤)。将执行以下操作: %s",
|
|
654
616
|
"core.summary.lifecycleNotExecuted": "%s 生命周期阶段 %s 未执行。",
|
|
@@ -658,49 +620,46 @@
|
|
|
658
620
|
"core.summary.actionFailed": "%s 失败。",
|
|
659
621
|
"core.summary.actionSucceeded": "%s 已成功执行。",
|
|
660
622
|
"core.summary.createdEnvFile": "环境文件创建时间:",
|
|
661
|
-
"error.aad.GetAppError": "
|
|
662
|
-
"error.aad.GetAppConfigError": "
|
|
663
|
-
"error.aad.GetSkipAppConfigError": "
|
|
664
|
-
"error.aad.CreateAppError": "
|
|
665
|
-
"error.aad.CreateAppForbiddenError": "
|
|
666
|
-
"error.aad.CreateSecretError": "
|
|
667
|
-
"error.aad.UpdateRedirectUriError": "
|
|
668
|
-
"error.aad.UpdateAppIdUriError": "
|
|
669
|
-
"error.aad.UpdatePermissionError": "
|
|
623
|
+
"error.aad.GetAppError": "Unable 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.",
|
|
624
|
+
"error.aad.GetAppConfigError": "Unable 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.",
|
|
625
|
+
"error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
|
|
626
|
+
"error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
|
|
627
|
+
"error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
|
|
628
|
+
"error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
|
|
629
|
+
"error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
|
|
630
|
+
"error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
|
|
631
|
+
"error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
|
|
670
632
|
"error.aad.AppIdUriInvalidError": "应用程序 ID URI 无效。在继续操作之前预配应用程序。",
|
|
671
633
|
"error.aad.CannotGenerateIdentifierUris": "无法生成 identifierUris,因为找不到 botId 或前端域,你需要在配置文件中至少指定其中一个",
|
|
672
634
|
"error.aad.InvalidSelectedPlugins": "所选插件无效。%s",
|
|
673
|
-
"error.aad.ParsePermissionError": "
|
|
674
|
-
"error.aad.
|
|
675
|
-
"error.aad.
|
|
676
|
-
"error.aad.
|
|
677
|
-
"error.aad.
|
|
678
|
-
"error.aad.
|
|
679
|
-
"error.aad.TenantNotExistError": "无法从用户登录名获取租户信息。",
|
|
635
|
+
"error.aad.ParsePermissionError": "Unable to parse permission request.",
|
|
636
|
+
"error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
|
|
637
|
+
"error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
|
|
638
|
+
"error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
|
|
639
|
+
"error.aad.GetTokenError": "Unable to get user login information for %s.",
|
|
640
|
+
"error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
|
|
680
641
|
"error.aad.MissingPermissionsRequestProvider": "插件上下文中缺少 permissionRequestProvider",
|
|
681
|
-
"error.aad.CheckPermissionError": "
|
|
682
|
-
"error.aad.GrantPermissionError": "%s: %s
|
|
683
|
-
"error.aad.ListCollaboratorError": "
|
|
684
|
-
"error.aad.AadManifestLoadError": "
|
|
642
|
+
"error.aad.CheckPermissionError": "Unable to check permission.",
|
|
643
|
+
"error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
|
|
644
|
+
"error.aad.ListCollaboratorError": "Unable to list collaborator.",
|
|
645
|
+
"error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
|
|
685
646
|
"error.aad.AadManifestMissingName": "名称属性在 AAD 清单文件中为空或无效",
|
|
686
647
|
"error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions 属性缺少应 access_as_user 的值的项",
|
|
687
648
|
"error.aad.AadManifestMissingObjectId": "AAD 清单文件中缺少 ID 属性或该属性无效,需要先运行预配或调试",
|
|
688
649
|
"error.aad.AadManifestMissingReplyUrlsWithType": "AAD 清单文件中缺少 replyUrlsWithType 属性或该属性无效,需要先运行预配或调试",
|
|
689
650
|
"error.aad.AadManifestMissingIdentifierUris": "AAD 清单文件中缺少 identifierUris 属性或该属性无效,需要先运行预配或调试",
|
|
690
|
-
"error.aad.AadManifestNotProvisioned": "
|
|
691
|
-
"error.aad.UpdateAadAppError": "
|
|
692
|
-
"error.aad.UpdateAadAppUsingManifestError": "
|
|
693
|
-
"error.aad.
|
|
694
|
-
"error.aad.
|
|
695
|
-
"error.aad.GetDisplayNameError": "无法获取显示名称。",
|
|
696
|
-
"error.aad.GetConfigError": "未能获取 %s 的配置值 \"%s\"。",
|
|
651
|
+
"error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
|
|
652
|
+
"error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
|
|
653
|
+
"error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
|
|
654
|
+
"error.aad.GetDisplayNameError": "Unable to get display name.",
|
|
655
|
+
"error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
|
|
697
656
|
"error.aad.FormatError": "%s 的格式无效。值: %s。",
|
|
698
|
-
"error.aad.client.CreateFailed": "
|
|
699
|
-
"error.aad.client.UpdateFailed": "
|
|
700
|
-
"error.aad.client.CreateSecretFailed": "
|
|
701
|
-
"error.aad.client.GetFailed": "
|
|
702
|
-
"error.aad.client.CheckPermissionFailed": "
|
|
703
|
-
"error.aad.client.GrantPermissionFailed": "
|
|
657
|
+
"error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
|
|
658
|
+
"error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
|
|
659
|
+
"error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
|
|
660
|
+
"error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
|
|
661
|
+
"error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
|
|
662
|
+
"error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
|
|
704
663
|
"error.aad.client.AppDefinitionIsNull": "缺少应用程序定义。",
|
|
705
664
|
"error.aad.client.AppObjectIdIsNull": "缺少对象 ID。",
|
|
706
665
|
"error.aad.client.EmptyResponse": "缺少响应。",
|
|
@@ -717,7 +676,6 @@
|
|
|
717
676
|
"error.aad.manifest.UnknownResourceAppId": "未知 resourceAppId %s",
|
|
718
677
|
"error.aad.manifest.UnknownResourceAccessType": "未知 resourceAccess: %s",
|
|
719
678
|
"error.aad.manifest.UnknownResourceAccessId": "未知 resourceAccess id: %s,如果你正在将权限用作 resourceAccess id,请尝试改用权限 ID。",
|
|
720
|
-
"error.m365tenantcheck.tenantNotMatch": "你现在使用的 Microsoft 365 租户与之前使用的租户不同。请确保使用正确的帐户。如果打算切换到此租户,请清除 %s env 文件中 %s 的值,以便 Teams 工具包在当前登录的租户中预配资源。\n请访问 %s 以了解详细信息。",
|
|
721
679
|
"plugins.aad.NoSelection": "找不到 Azure AD 应用。将不会更新权限。需要先运行预配或调试。",
|
|
722
680
|
"plugins.aad.UserCancelled": "用户已取消选择。",
|
|
723
681
|
"plugins.aad.UpdatePermissionSuccessMessage": "已成功更新 Azure AD 应用的权限。可以转到 Azure 门户来检查权限或授予管理员同意。",
|
|
@@ -763,29 +721,27 @@
|
|
|
763
721
|
"plugins.apim.error.EmptyConfigValue": "\"%s\" 中缺失 \"%s\" 的项目配置 \"%s\"。请重试 %s 或手动设置值。",
|
|
764
722
|
"plugins.apim.error.NoPluginConfig": "找不到 %s 配置。请重试 %s。",
|
|
765
723
|
"plugins.apim.error.InvalidConfigValue": "\"%s\" 的项目配置 \"%s\" 无效。%s",
|
|
766
|
-
"plugins.apim.error.ApimOperationError": "
|
|
767
|
-
"plugins.apim.error.AadOperationError": "
|
|
724
|
+
"plugins.apim.error.ApimOperationError": "Unable to %s %s.",
|
|
725
|
+
"plugins.apim.error.AadOperationError": "Unable to %s %s.",
|
|
768
726
|
"plugins.apim.error.InvalidCliOptionError": "选项无效。%s",
|
|
769
727
|
"plugins.apim.error.NotImplemented": "未实现。",
|
|
770
728
|
"plugins.apim.error.InvalidFunctionEndpoint": "函数终结点方案应为 \"http\" 或 \"https\"。",
|
|
771
729
|
"plugins.apim.error.EmptyProperty": "属性 \"%s\" 为空。",
|
|
772
730
|
"plugins.apim.error.InvalidPropertyType": "属性 \"%s\" 不是 \"%s\" 类型。",
|
|
773
731
|
"plugins.apim.error.ShortenToEmpty": "值 \"%s\" 不能缩短为空。",
|
|
774
|
-
"plugins.apim.error.
|
|
775
|
-
"
|
|
776
|
-
"error.sa.
|
|
777
|
-
"error.sa.
|
|
778
|
-
"error.sa.
|
|
779
|
-
"error.sa.
|
|
780
|
-
"error.sa.
|
|
781
|
-
"error.sa.
|
|
782
|
-
"error.sa.
|
|
783
|
-
"error.sa.
|
|
784
|
-
"error.sa.
|
|
785
|
-
"error.sa.
|
|
786
|
-
"
|
|
787
|
-
"error.sa.VersionFileNotExist": "`无法从 %s 加载版本文件",
|
|
788
|
-
"plugins.sa.RegisterRersourceProviderFailed": "无法为简单身份验证注册所需的资源提供程序。原因: %s。手动注册所需的资源提供程序 %s。",
|
|
732
|
+
"plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
|
|
733
|
+
"error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
|
|
734
|
+
"error.sa.UnauthenticatedError": "Unable to get user login information.",
|
|
735
|
+
"error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
|
|
736
|
+
"error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
|
|
737
|
+
"error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
|
|
738
|
+
"error.sa.CreateWebAppError": "Unable to create Web App: %s",
|
|
739
|
+
"error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
|
|
740
|
+
"error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
|
|
741
|
+
"error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
|
|
742
|
+
"error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
|
|
743
|
+
"error.sa.VersionFileNotExist": "`Unable to load version file from %s",
|
|
744
|
+
"plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
|
|
789
745
|
"plugins.sa.FreeServerFarmsQuotaErrorToUser": "订阅中允许的最大免费应用服务计划数为 10。请删除免费的应用服务计划,然后重试。",
|
|
790
746
|
"core.addSso.onlySupportAzure": "仅 Azure 中托管的项目支持添加 SSO",
|
|
791
747
|
"core.addSso.onlyMeNotSupport": "仅消息扩展项目不支持添加 SSO",
|
|
@@ -795,110 +751,91 @@
|
|
|
795
751
|
"core.addSso.invalidSsoProject": "项目无效。你可能已修改 \".fx/projectSettings.json\" 文件。",
|
|
796
752
|
"core.addSso.learnMore": "SSO 已成功添加到项目中。我们在 \"auth/\" 中生成了示例代码和 README。单击 \"%s\" 了解更多详细信息。",
|
|
797
753
|
"core.addSsoFiles.emptyProjectPath": "项目路径为空",
|
|
798
|
-
"core.addSsoFiles.
|
|
799
|
-
"core.addSsoFiles.FailedToCreateAuthFiles": "无法为 add sso 创建文件。详细信息错误: %s。",
|
|
754
|
+
"core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
|
|
800
755
|
"core.addSsoFiles.invalidLanguage": "语言无效。请确保未修改 \".fx/projectSettings.json\",然后重试。",
|
|
801
756
|
"core.getUserEmailQuestion.validation3": "电子邮件地址无效",
|
|
802
757
|
"plugins.bot.DetailedError": "错误详细信息: %s。",
|
|
803
758
|
"plugins.bot.DetailedErrorReason": "原因: %s",
|
|
804
759
|
"plugins.bot.ErrorSuggestions": "建议: %s",
|
|
805
760
|
"plugins.bot.InvalidValue": "%s 无效,值为: %s",
|
|
806
|
-
"plugins.bot.TemplateZipFallbackError": "
|
|
807
|
-
"plugins.bot.UnzipError": "
|
|
761
|
+
"plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
762
|
+
"plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
|
|
808
763
|
"plugins.bot.SomethingIsMissing": "缺少 %s。",
|
|
809
764
|
"plugins.bot.SomethingNotExisting": "%s 不存在。",
|
|
810
765
|
"plugins.bot.FailedToGetAlreadyCreatedBot": "无法创建 ID 为 %s 的机器人,该机器人可能由现有机器人获取。请访问 %s 了解详细信息。\n或 API 调用开发人员门户失败: 错误,请求失败,状态代码为 500,API 名称: create-bot,X-Correlation-ID: 未定义。这可能来自一些间歇性服务错误。请等待几分钟,然后重试。",
|
|
811
|
-
"plugins.bot.FailedToProvision": "
|
|
812
|
-
"plugins.bot.FailedToUpdateConfigs": "
|
|
813
|
-
"plugins.bot.FailedListPublishingCredentials": "未能列出发布凭据。",
|
|
814
|
-
"plugins.bot.FailedDeployZipFile": "无法部署 zip 文件。",
|
|
815
|
-
"plugins.bot.FailedCheckDeployStatus": "无法检查部署状态。",
|
|
816
|
-
"plugins.bot.CheckDeployStatusTimeout": "部署状态为超时。",
|
|
766
|
+
"plugins.bot.FailedToProvision": "Unable to provision %s.",
|
|
767
|
+
"plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
|
|
817
768
|
"plugins.bot.BotRegistrationNotFoundWith": "未找到 botId 为 %s 的机器人注册。单击“获取帮助”按钮以了解有关如何检查机器人注册的详细信息。",
|
|
818
|
-
"plugins.bot.FailedUpdateMessageEndpoint": "
|
|
819
|
-
"plugins.bot.FailToRun": "
|
|
820
|
-
"plugins.bot.FailToCallAppStudioApi": "
|
|
769
|
+
"plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
|
|
770
|
+
"plugins.bot.FailToRun": "Unable to run %s.",
|
|
771
|
+
"plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
|
|
821
772
|
"plugins.bot.BotResourceExists": "%s 上已存在机器人资源,请跳过机器人资源创建。",
|
|
822
773
|
"plugins.bot.WorkingDirMissing": "缺少工作目录。",
|
|
823
|
-
"plugins.bot.FailRetrieveAzureCredentials": "
|
|
774
|
+
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
824
775
|
"plugins.bot.CreateBotAADSuccess": "已成功创建机器人 AAD 应用。",
|
|
825
776
|
"plugins.bot.ProvisionBotRegistration": "正在预配机器人注册。",
|
|
826
777
|
"plugins.bot.ProvisionBotRegistrationSuccess": "已成功预配机器人注册。",
|
|
827
778
|
"plugins.bot.RecreateProject": "请重新创建项目。",
|
|
828
779
|
"plugins.bot.CheckCommandOutput": "请检查命令输出并尝试修复它。",
|
|
829
780
|
"plugins.bot.RunFailedCommand": "请在文件夹 \"%s\" 中运行失败的命令 \"%s\"。",
|
|
830
|
-
"plugins.bot.CheckLogAndFix": "
|
|
781
|
+
"plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
|
|
831
782
|
"plugins.bot.CheckPathWriteAccess": "请检查路径 %s 是否存在,并且你对它具有写入访问权限。如果没有,请将项目移动到有效路径。",
|
|
832
783
|
"plugins.bot.AadApp": "AAD 应用",
|
|
833
784
|
"plugins.bot.AadClientSecret": "AAD 客户端密码",
|
|
834
785
|
"plugins.bot.AppStudioBotRegistration": "开发人员门户机器人注册",
|
|
835
786
|
"plugins.function.askFunctionName": "提供函数名称。",
|
|
836
|
-
"plugins.function.failedToInstallDotnet": "无法安装 .NET SDK,错误 = \"%s\"",
|
|
837
787
|
"plugins.function.getTemplateFrom": "正在从 \"%s\" 检索模板。",
|
|
838
|
-
"plugins.function.getTemplateFromLocal": "
|
|
788
|
+
"plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
|
|
839
789
|
"plugins.function.projectScaffoldAt": "项目基架位于 \"%s\"。",
|
|
840
790
|
"plugins.function.invalidFunctionName": "函数名称无效。函数名称只能包含字母数字字符。最大长度为 127 个字符。",
|
|
841
791
|
"plugins.function.functionAlreadyExists": "函数已存在。",
|
|
842
792
|
"error.depChecker.DefaultErrorMessage": "手动安装所需的依赖项。",
|
|
843
793
|
"depChecker.learnMoreButtonText": "了解更多",
|
|
844
|
-
"depChecker.
|
|
845
|
-
"depChecker.
|
|
846
|
-
"depChecker.
|
|
847
|
-
"depChecker.
|
|
848
|
-
"depChecker.
|
|
849
|
-
"depChecker.
|
|
850
|
-
"depChecker.
|
|
851
|
-
"depChecker.portableFuncNodeNotMatched": "你的 Node.js (@NodeVersion)与 Teams 工具包 Azure Functions Core Tools (@FuncVersion)不兼容。转到 @Link 以安装 Node.js (建议采用 @RecommendedVersion)。",
|
|
794
|
+
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
795
|
+
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
796
|
+
"depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
|
|
797
|
+
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
798
|
+
"depChecker.invalidFuncVersion": "The format of version %s is invalid.",
|
|
799
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
|
|
800
|
+
"depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
|
|
852
801
|
"depChecker.startInstallNgrok": "下载并安装 @NameVersion。",
|
|
853
802
|
"depChecker.finishInstallNgrok": "已成功安装 @NameVersion。",
|
|
854
803
|
"depChecker.finishInstallBicep": "已成功安装 @NameVersion。",
|
|
855
804
|
"depChecker.needInstallNgrok": "必须安装 @NameVersion 才能调试本地机器人。",
|
|
856
|
-
"depChecker.
|
|
857
|
-
"depChecker.failToValidateNgrok": "安装后验证 @NameVersion 失败。",
|
|
805
|
+
"depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
|
|
858
806
|
"depChecker.downloadDotnet": "下载并安装可移植版本的 @NameVersion,该版本将安装到 @InstallDir,不会影响环境。",
|
|
859
807
|
"depChecker.downloadBicep": "下载并安装可移植版本的 @NameVersion,该版本将安装到 @InstallDir,不会影响环境。",
|
|
860
808
|
"depChecker.finishInstallDotnet": "已成功安装 @NameVersion。",
|
|
861
809
|
"depChecker.useGlobalDotnet": "使用 PATH 中的 dotnet:",
|
|
862
810
|
"depChecker.dotnetInstallStderr": "dotnet-install 命令失败,没有错误退出代码,但出现非空标准错误。",
|
|
863
811
|
"depChecker.dotnetInstallErrorCode": "dotnet-install 命令失败。",
|
|
864
|
-
"depChecker.
|
|
865
|
-
"depChecker.failToInstallBicepOutputCLI": "无法安装 @NameVersion。请阅读此 wiki (@HelpLink) 以手动安装 @NameVersion。",
|
|
866
|
-
"depChecker.failToInstallBicepDialog": "无法安装 @NameVersion。请单击“了解详细信息”以手动安装 @NameVersion 并重启 Visual Studio Code。",
|
|
867
|
-
"depChecker.failToInstallBicep": "无法安装 @NameVersion",
|
|
868
|
-
"depChecker.failToInstallDotnet": "无法安装 @NameVersion。手动安装 @NameVersion 并重启Visual Studio Code。",
|
|
869
|
-
"depChecker.NodeNotFound": "找不到 Node.js。\n\nTeams Toolkit 需要 Node.js,建议的版本为 @NodeVersion。\n\n单击“了解详细信息”了解如何安装 Node.js。\n\n(如果刚刚安装 Node.js,请重启 Visual Studio Code 以使更改生效。)",
|
|
812
|
+
"depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
|
|
870
813
|
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion)不在支持的版本列表(@SupportedVersions)中。\n\n单击“了解详细信息”以详细了解支持的 Node.js versions。\n\n(如果刚刚安装 Node.js(@SupportedVersions),请重启 Visual Studio Code 以使更改生效。)",
|
|
871
|
-
"depChecker.V3NodeNotSupported": "Node.js (%s)
|
|
872
|
-
"depChecker.NodeNotLts": "Node.js (%s)
|
|
814
|
+
"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 %s to install a supported Node.js.",
|
|
815
|
+
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
|
|
873
816
|
"depChecker.dotnetNotFound": "找不到 @NameVersion。有关需要 .NET SDK 的详细信息,请参阅 @HelpLink",
|
|
874
817
|
"depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。\n\n单击“安装”以安装 @InstallPackages。",
|
|
875
818
|
"depChecker.linuxDepsNotFound": "找不到@SupportedPackages。手动安装@SupportedPackages 并重启 Visual Studio Code。",
|
|
876
819
|
"depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。",
|
|
877
|
-
"depChecker.failToDownloadFromUrl": "
|
|
820
|
+
"depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
|
|
878
821
|
"depChecker.failToValidateVxTestAppInstallOptions": "视频扩展性测试应用先决条件检查器的参数无效。请检查 tasks.json 文件。",
|
|
879
|
-
"depChecker.failToValidateVxTestApp": "
|
|
880
|
-
"error.ActionNotExist": "找不到操作: %s。",
|
|
881
|
-
"error.ComponentNotExist": "找不到组件: %s。",
|
|
822
|
+
"depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
|
|
882
823
|
"error.BadComponent": "组件“%s”缺少属性: %s。",
|
|
883
824
|
"error.InvalidFeature": "此功能不适用于你的项目。",
|
|
884
825
|
"error.UpdateAadManifest.MissingEnvHint": "如果通过使用 Teams 工具包创建的新项目进行开发,则运行预配或调试将为这些环境变量注册正确的值。",
|
|
826
|
+
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
885
827
|
"driver.aadApp.description.create": "创建 Azure Active Directory 应用以对用户进行身份验证",
|
|
886
828
|
"driver.aadApp.description.update": "将 Azure Active Directory 应用清单应用于现有应用",
|
|
887
|
-
"driver.aadApp.error.invalidParameter": "以下参数对于 %s 操作缺失或无效: %s。",
|
|
888
829
|
"driver.aadApp.error.missingEnv": "未设置环境变量 %s。",
|
|
889
830
|
"driver.aadApp.error.missingEnvInFile": "在 %s 中引用的环境变量 %s 没有值。",
|
|
890
831
|
"driver.aadApp.error.generateSecretFailed": "无法生成客户端密码。",
|
|
891
|
-
"driver.aadApp.error.unhandledError": "%s 操作中发生了未经处理的错误: %s",
|
|
892
832
|
"driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory 应用清单中缺少字段 %s 或该字段无效。",
|
|
893
|
-
"driver.aadApp.error.generateManifestFailed": "
|
|
894
|
-
"driver.aadApp.progressBar.createAadAppTitle": "
|
|
895
|
-
"driver.aadApp.progressBar.
|
|
896
|
-
"driver.aadApp.progressBar.generateClientSecretSetpMessage": "正在生成客户端机密",
|
|
897
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "正在更新 Azure Active Directory 应用程序",
|
|
898
|
-
"driver.aadApp.progressBar.updateAadAppStepMessage": "正在更新 Azure Active Directory 应用程序",
|
|
833
|
+
"driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
|
|
834
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
|
|
835
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
|
|
899
836
|
"driver.aadApp.log.startExecuteDriver": "正在执行操作 %s",
|
|
900
837
|
"driver.aadApp.log.successExecuteDriver": "已成功执行操作 %s",
|
|
901
|
-
"driver.aadApp.log.failExecuteDriver": "
|
|
838
|
+
"driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
902
839
|
"driver.aadApp.log.startCreateAadApp": "环境变量 %s 不存在,正在创建新的 Azure Active Directory 应用...",
|
|
903
840
|
"driver.aadApp.log.successCreateAadApp": "已创建对象 ID 为 %s 的 Azure Active Directory 应用程序",
|
|
904
841
|
"driver.aadApp.log.skipCreateAadApp": "环境变量 %s 已存在,正在跳过新的 Azure Active Directory 应用创建步骤。",
|
|
@@ -907,29 +844,25 @@
|
|
|
907
844
|
"driver.aadApp.log.skipGenerateClientSecret": "环境变量 %s 已存在,正在跳过 Azure Active Directory 应用客户端机密生成步骤。",
|
|
908
845
|
"driver.aadApp.log.outputAadAppManifest": "生成 Azure Active Directory 应用清单已完成,应用清单内容已写入 %s",
|
|
909
846
|
"driver.aadApp.log.successUpdateAadAppManifest": "已将清单 %s 应用于对象 ID 为 %s 的 Azure Active Directory 应用程序",
|
|
910
|
-
"
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"botRegistration.ProgressBar.creatingBotAadApp": "正在创建机器人 aad 应用。",
|
|
916
|
-
"botRegistration.log.startCreateBotAadApp": "创建机器人 aad 应用。",
|
|
917
|
-
"botRegistration.log.successCreateBotAadApp": "已成功创建机器人 AAD 应用。",
|
|
918
|
-
"botRegistration.log.skipCreateBotAadApp": "已跳过机器人 aad 应用创建。",
|
|
919
|
-
"botRegistration.log.failCreateBotAadApp": "未能创建机器人 aad 应用。错误消息: %s。",
|
|
847
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
|
|
848
|
+
"botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
|
|
849
|
+
"botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
|
|
850
|
+
"botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
|
|
851
|
+
"botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
|
|
920
852
|
"driver.botAadApp.create.description": "创建新的或重用现有的机器人 Azure Active Directory 应用。",
|
|
921
853
|
"driver.botAadApp.log.startExecuteDriver": "正在执行操作 %s",
|
|
922
854
|
"driver.botAadApp.log.successExecuteDriver": "已成功执行操作 %s",
|
|
923
|
-
"driver.botAadApp.log.failExecuteDriver": "
|
|
855
|
+
"driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
924
856
|
"driver.botAadApp.log.successCreateBotAad": "已创建客户端 ID 为 %s 的 Azure Active Directory 应用程序。",
|
|
925
857
|
"driver.botAadApp.log.useExistingBotAad": "已使用客户端 ID 为 %s 的现有 Azure Active Directory 应用程序。",
|
|
926
|
-
"driver.
|
|
927
|
-
"driver.arm.
|
|
928
|
-
"driver.arm.
|
|
858
|
+
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
|
|
859
|
+
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
860
|
+
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
929
861
|
"debug.warningMessage": "要在 Teams 中调试应用程序,localhost 服务器必须在 HTTPS 上。\n如果要让 Teams 信任工具包使用的自签名 SSL 证书,必须将自签名证书添加到证书存储。\n可以跳过此步骤,但在 Teams 中调试应用时,必须在新的浏览器窗口中手动信任安全连接。\n有关详细信息,请访问 “https://aka.ms/teamsfx-ca-certificate”。",
|
|
930
862
|
"debug.warningMessage2": " 安装证书时,系统可能要求你提供帐户凭据。",
|
|
931
863
|
"debug.install": "安装",
|
|
932
864
|
"driver.spfx.deploy.description": "将 SPFx 包部署到 SharePoint 应用目录。",
|
|
865
|
+
"driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
|
|
933
866
|
"driver.spfx.deploy.createAppCatalog": "创建 SharePoint 应用程序目录。",
|
|
934
867
|
"driver.spfx.deploy.deployPackage": "将 SPFx 包部署到你的租户应用程序目录。",
|
|
935
868
|
"driver.spfx.deploy.skipCreateAppCatalog": "跳过以创建 SharePoint 应用程序目录。",
|
|
@@ -942,14 +875,10 @@
|
|
|
942
875
|
"driver.spfx.add.successNotice": "Web 部件 %s 已成功添加到项目中。",
|
|
943
876
|
"driver.spfx.add.progress.title": "基架 Web 部件",
|
|
944
877
|
"driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 生成 SPFx Web 部件",
|
|
945
|
-
"driver.prerequisite.error.
|
|
946
|
-
"driver.prerequisite.error.
|
|
947
|
-
"driver.prerequisite.error.dotnetInstallationError": "无法检查并安装 .NET Core SDK。",
|
|
878
|
+
"driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
|
|
879
|
+
"driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
|
|
948
880
|
"driver.prerequisite.description": "正在安装依赖项",
|
|
949
|
-
"driver.prerequisite.progressBar
|
|
950
|
-
"driver.prerequisite.progressBar.devCert": "正在检查并生成 localhost 的开发证书。",
|
|
951
|
-
"driver.prerequisite.progressBar.dotnet": "正在检查和安装 .NET Core SDK。",
|
|
952
|
-
"driver.prerequisite.progressBar.func": "正在检查和安装 Azure Functions Core Tools。",
|
|
881
|
+
"driver.prerequisite.progressBar": "Checking and installing development tool(s).",
|
|
953
882
|
"driver.prerequisite.summary.devCert.trusted.succuss": "已安装 localhost 的开发证书。",
|
|
954
883
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "已生成 localhost 的开发证书。",
|
|
955
884
|
"driver.prerequisite.summary.devCert.skipped": "跳过对 localhost 的开发证书的信任。",
|
|
@@ -957,111 +886,123 @@
|
|
|
957
886
|
"driver.prerequisite.summary.func.installed": "已安装 Azure Functions Core Tools。",
|
|
958
887
|
"driver.prerequisite.summary.dotnet.installedWithPath": "已在 %s 安装 .NET Core SDK。",
|
|
959
888
|
"driver.prerequisite.summary.dotnet.installed": "已安装 .NET Core SDK。",
|
|
960
|
-
"driver.env.addEnvironmentVariable.description": "将环境变量生成到项目环境文件",
|
|
961
|
-
"driver.env.addEnvironmentVariable.summary": "环境变量已成功生成到“%s”环境的 .env 文件。",
|
|
962
889
|
"driver.file.createOrUpdateEnvironmentFile.description": "将变量创建或更新到环境文件。",
|
|
963
890
|
"driver.file.createOrUpdateEnvironmentFile.summary": "变量已成功生成到 %s。",
|
|
964
891
|
"driver.file.createOrUpdateJsonFile.description": "将 appsettings 创建或更新到 JSON 文件。",
|
|
965
892
|
"driver.file.createOrUpdateJsonFile.summary": "appsettings 已成功生成到 %s。",
|
|
966
|
-
"driver.file.
|
|
967
|
-
"driver.file.
|
|
968
|
-
"driver.
|
|
969
|
-
"driver.file.summary.default": "环境变量已成功生成到“%s”环境的 .env 文件。",
|
|
970
|
-
"driver.file.summary.withTarget": "已成功将环境变量生成到 %s。",
|
|
971
|
-
"driver.file.progressBar.title": "file/updateEnv",
|
|
972
|
-
"driver.file.progressBar.generate": "正在将环境变量生成到 .env 文件。",
|
|
973
|
-
"driver.file.updateJson.description": "将 appsettings 添加或更新到 JSON 文件。",
|
|
974
|
-
"driver.file.updateJson.summary.withTarget": "appsettings 的值已成功生成到 %s。",
|
|
975
|
-
"driver.env.error.folderNotExist": "文件夹 %s 不存在。",
|
|
976
|
-
"driver.deploy.FailedListPublishingCredentialsRemoteError": "由于远程服务错误,无法列出发布凭据。 \n请检查你的帐户,然后重试。",
|
|
977
|
-
"driver.deploy.error.restartWebAppError": "无法重新启动 Web 应用。\n如果应用无法正常工作,请尝试手动重启 Web 应用。",
|
|
978
|
-
"driver.deploy.UploadToStorageRemoteError": "由于远程服务错误,无法将本地路径 %s 上传到 Azure 存储帐户。",
|
|
979
|
-
"driver.deploy.ClearStorageRemoteError": "由于远程服务错误,无法清除 Azure 存储帐户。",
|
|
980
|
-
"driver.deploy.error.deployToAzureRemoteFailed": "远程服务错误,上传失败。",
|
|
981
|
-
"driver.deploy.error.unknownError": "发生未知错误: %s",
|
|
893
|
+
"driver.file.progressBar.appsettings": "Generating appsettings...",
|
|
894
|
+
"driver.file.progressBar.env": "Generating environment variables...",
|
|
895
|
+
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
|
|
982
896
|
"driver.deploy.notice.deployAcceleration": "部署到 Azure 应用服务需要很长时间。请考虑参考本文档来优化部署:",
|
|
983
|
-
"driver.deploy.
|
|
984
|
-
"driver.deploy.
|
|
985
|
-
"driver.deploy.
|
|
986
|
-
"driver.deploy.
|
|
987
|
-
"driver.deploy.azureStorageDeploySummary": "已成功将项目部署到 Azure 存储。",
|
|
988
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
|
|
989
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
|
|
990
|
-
"driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
|
|
897
|
+
"driver.deploy.notice.deployDryRunComplete": "部署准备工作已完成。可以在 `%s` 中找到包",
|
|
898
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "已成功将 `%s` 部署到 Azure 应用服务。",
|
|
899
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "已成功将 `%s` 部署到 Azure Functions。",
|
|
900
|
+
"driver.deploy.azureStorageDeployDetailSummary": "已成功将 `%s` 部署到 Azure 存储。",
|
|
991
901
|
"driver.deploy.enableStaticWebsiteSummary": "Azure 存储成功启用静态网站。",
|
|
992
902
|
"driver.deploy.deployToAzureAppServiceDescription": "将项目部署到 Azure 应用服务。",
|
|
993
903
|
"driver.deploy.deployToAzureFunctionsDescription": "将项目部署到 Azure Functions。",
|
|
994
904
|
"driver.deploy.deployToAzureStorageDescription": "将项目部署到 Azure 存储。",
|
|
995
905
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "在 Azure 存储中启用静态网站设置。",
|
|
996
|
-
"driver.deploy.getStorageContainerError": "无法获取存储容器 %s。",
|
|
997
|
-
"driver.deploy.checkContainerStaticWebsiteError": "无法检查容器 %s 是否已启用静态网站选项。",
|
|
998
|
-
"driver.deploy.checkContainerStaticWebsiteRemoteError": "由于远程服务错误,无法检查容器 %s 是否已启用静态网站选项。",
|
|
999
|
-
"driver.deploy.enableStaticWebsiteError": "无法为容器 %s 启用静态网站选项。",
|
|
1000
|
-
"driver.deploy.enableStaticWebsiteRemoteError": "由于远程服务错误,无法为容器 %s 启用静态网站选项。",
|
|
1001
906
|
"driver.common.suggestion.retryLater": "请重试。",
|
|
1002
|
-
"driver.common.FailRetrieveAzureCredentialsRemoteError": "
|
|
1003
|
-
"driver.common.GetContainerRemoteError": "无法从 Azure 存储帐户获取容器 %s。",
|
|
1004
|
-
"driver.deploy.zipDeploymentRemoteStartError": "Zip 部署成功,但远程启动失败。",
|
|
1005
|
-
"driver.script.buildSummary": "已成功在 `%s` 运行命令 `%s`。",
|
|
907
|
+
"driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
|
|
1006
908
|
"driver.script.dotnetDescription": "正在运行 dotnet 命令。",
|
|
1007
909
|
"driver.script.npmDescription": "正在运行 npm 命令。",
|
|
1008
910
|
"driver.script.npxDescription": "正在运行 npx 命令。",
|
|
1009
|
-
"driver.script.runCommandSummary": "
|
|
1010
|
-
"driver.m365.acquire.description": "
|
|
1011
|
-
"driver.m365.acquire.progress.message": "
|
|
1012
|
-
"driver.m365.acquire.
|
|
1013
|
-
"driver.m365.acquire.summary": "已成功获取 M365 标题(%s)。",
|
|
1014
|
-
"driver.m365.error.fileNotFound": "找不到 %s 操作的输入文件: %s。",
|
|
1015
|
-
"driver.m365.error.invalidParameter": "以下参数缺失或对 %s 操作无效: %s。",
|
|
1016
|
-
"driver.m365.error.unhandledError": "%s 操作中发生了未经处理的错误: %s",
|
|
911
|
+
"driver.script.runCommandSummary": "在 `%s` 成功执行了 `%s` 命令。",
|
|
912
|
+
"driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
|
|
913
|
+
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
|
|
914
|
+
"driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
|
|
1017
915
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "将生成的 Teams 应用包复制到 SPFx 解决方案。",
|
|
1018
916
|
"driver.teamsApp.description.createDriver": "创建 Teams 应用。",
|
|
1019
917
|
"driver.teamsApp.description.updateDriver": "更新 Teams 应用。",
|
|
1020
918
|
"driver.teamsApp.description.publishDriver": "将 Teams 应用发布到租户应用目录。",
|
|
1021
919
|
"driver.teamsApp.description.validateDriver": "验证 Teams 应用。",
|
|
1022
920
|
"driver.teamsApp.description.createAppPackageDriver": "生成 Teams 应用包。",
|
|
1023
|
-
"driver.teamsApp.progressBar.
|
|
1024
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "
|
|
1025
|
-
"driver.teamsApp.progressBar.
|
|
1026
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "正在更新 Teams 应用",
|
|
1027
|
-
"driver.teamsApp.progressBar.publishTeamsAppTitle": "发布 Teams 应用",
|
|
921
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
|
|
922
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
|
|
923
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
|
|
1028
924
|
"driver.teamsApp.progressBar.publishTeamsAppStep1": "检查 Teams 应用是否已提交到租户应用目录",
|
|
1029
925
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "更新已发布的 Teams 应用",
|
|
1030
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "
|
|
926
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
1031
927
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID 为 %s 的 Teams 应用已存在,已跳过创建新的 Teams 应用。",
|
|
1032
928
|
"driver.teamsApp.summary.publishTeamsAppExists": "组织的应用商店中已存在 ID 为 %s 的 Teams 应用。",
|
|
1033
929
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "组织应用商店中不存在 ID 为 %s 的 Teams 应用。",
|
|
1034
930
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "已成功将 Teams 应用 %s 发布到管理门户。",
|
|
1035
931
|
"driver.teamsApp.summary.copyAppPackageSuccess": "已将 Teams 应用 %s 成功复制到 %s。",
|
|
1036
932
|
"driver.teamsApp.summary.copyIconSuccess": "%s 个图标已在 %s 下成功更新。",
|
|
1037
|
-
"driver.teamsApp.summary.validate": "Teams
|
|
1038
|
-
"driver.teamsApp.
|
|
1039
|
-
"driver.teamsApp.
|
|
1040
|
-
"driver.teamsApp.validate.
|
|
1041
|
-
"driver.teamsApp.validate.
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
933
|
+
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
|
|
934
|
+
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
|
|
935
|
+
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
936
|
+
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
937
|
+
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
938
|
+
"driver.teamsApp.summary.validate.all": "All",
|
|
939
|
+
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
|
|
940
|
+
"driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
941
|
+
"error.teamsApp.validate.apiFailed": "由于 %s,Teams 应用包验证失败",
|
|
942
|
+
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
1044
943
|
"error.teamsApp.AppIdNotExistError": "Teams 开发人员门户中不存在 ID 为 %s 的 Teams 应用。",
|
|
1045
|
-
"error.teamsApp.InvalidAppIdError": "Teams
|
|
1046
|
-
"driver.botFramework.error.invalidParameter": "以下参数对于 %s 操作缺失或无效: %s。",
|
|
1047
|
-
"driver.botFramework.error.unhandledError": "%s 操作中发生了未经处理的错误: %s",
|
|
944
|
+
"error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
|
|
1048
945
|
"driver.botFramework.description": "在 dev.botframework.com 上创建或更新机器人注册",
|
|
1049
946
|
"driver.botFramework.summary.create": "已成功创建机器人注册(%s)。",
|
|
1050
947
|
"driver.botFramework.summary.update": "机器人注册已成功更新(%s)。",
|
|
1051
|
-
"driver.botFramework.progressBar.title": "botFramework/create",
|
|
1052
948
|
"driver.botFramework.progressBar.createOrUpdateBot": "正在创建或更新机器人注册。",
|
|
1053
|
-
"
|
|
1054
|
-
"error.yaml.
|
|
949
|
+
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
|
|
950
|
+
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
|
|
1055
951
|
"error.yaml.YamlFieldTypeError": "字段“%s”应具有 %s 类型,yaml 文件: %s",
|
|
1056
952
|
"error.yaml.YamlFieldMissingError": "缺少字段“%s”,yaml 文件: %s",
|
|
1057
953
|
"error.yaml.InvalidYmlActionNameError": "找不到操作“%s”,yaml 文件: %s",
|
|
1058
954
|
"error.yaml.LifeCycleUndefinedError": "生命周期“%s”未定义,yaml 文件: %s",
|
|
1059
|
-
"error.
|
|
955
|
+
"error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
|
|
956
|
+
"error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
|
|
957
|
+
"error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
1060
958
|
"error.common.InvalidProjectError": "此命令仅适用于 Teams 工具包创建的项目。",
|
|
1061
|
-
"error.common.
|
|
1062
|
-
"error.common.
|
|
1063
|
-
"error.common.
|
|
1064
|
-
"error.common.
|
|
1065
|
-
"error.
|
|
1066
|
-
"error.
|
|
959
|
+
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
960
|
+
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
961
|
+
"error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
|
|
962
|
+
"error.common.MissingRequiredInputError": "Missing required input: %s",
|
|
963
|
+
"error.common.InputValidationError": "Input '%s' validation failed: %s",
|
|
964
|
+
"error.common.NoEnvFilesError": "Unable to find .env files.",
|
|
965
|
+
"error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
|
|
966
|
+
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
|
|
967
|
+
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
968
|
+
"error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
|
|
969
|
+
"error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
|
|
970
|
+
"error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
|
|
971
|
+
"error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
|
|
972
|
+
"error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
|
|
973
|
+
"error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
974
|
+
"error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
975
|
+
"error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
976
|
+
"error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
977
|
+
"error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
|
|
978
|
+
"error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
|
|
979
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
|
|
980
|
+
"error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
|
|
981
|
+
"error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
|
|
982
|
+
"error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
|
|
983
|
+
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
984
|
+
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
|
|
985
|
+
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
|
|
986
|
+
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
|
|
987
|
+
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
|
|
988
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
989
|
+
"error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
990
|
+
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
991
|
+
"error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
|
|
992
|
+
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
|
|
993
|
+
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
994
|
+
"error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
|
|
995
|
+
"error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
996
|
+
"error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
997
|
+
"error.script.ScriptExecutionError": "%s",
|
|
998
|
+
"error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
999
|
+
"error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1000
|
+
"error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1001
|
+
"error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1002
|
+
"error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1003
|
+
"error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage 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.",
|
|
1004
|
+
"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.",
|
|
1005
|
+
"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.",
|
|
1006
|
+
"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.",
|
|
1007
|
+
"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."
|
|
1067
1008
|
}
|