@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": "已成功進行 Scaffold。",
|
|
3
2
|
"core.init.successNotice": "您的專案已成功初始化,以使用 TeamsFx 操作。\n\n一些後續步驟:\nteamsfx 新增 <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 中的 Bot 應用程式,請按一下 [深入了解] 以取得文件。",
|
|
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 provision' 以建立資源。",
|
|
@@ -82,43 +71,38 @@
|
|
|
82
71
|
"core.progress.buildingBot.detail": "正在安裝相依性。",
|
|
83
72
|
"core.progress.provisionBot": "正在註冊 Bot",
|
|
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": "正在將 Tab 前端上傳到 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 Toolkit 不會予以支援。請建立新專案以試用 Teams Toolkit",
|
|
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": "[core] 您的 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": "無法取得訂用帳戶識別碼。",
|
|
152
|
-
"core.deployArmTemplates.CompileBicepFailed": "無法將 Bicep 檔案編譯為 JSON ARM 範本檔案: %s",
|
|
153
|
-
"core.deployArmTemplates.FailedToGetDeploymentError": "無法取得 %s 的部署錯誤",
|
|
154
|
-
"core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "您的專案資源部署 (%s 模組) 失敗,錯誤訊息取得失敗。如需部署錯誤,請參閱入口網站中的資源群組 %s。",
|
|
155
|
-
"core.deployArmTemplates.DeploymentFailedNotification": "您專案的資源部署 (%s) 失敗。如需詳細錯誤詳細資料,請參閱 [輸出頻道](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": "租用戶識別碼: ",
|
|
168
144
|
"core.collaboration.PermissionHasBeenGrantTo": "權限已授與 ",
|
|
169
145
|
"core.collaboration.GrantPermissionResourceId": ",資源識別碼: ",
|
|
@@ -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開始列出環境的所有 Teams 應用程式擁有者: ",
|
|
151
|
+
"core.collaboration.StartingListAllAadAppOwners": "\n開始列出環境的所有 Azure Active Directory 應用程式擁有者: ",
|
|
176
152
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 應用程式 (識別碼: ",
|
|
177
|
-
"core.collaboration.SsoAadAppId": "SSO AAD
|
|
153
|
+
"core.collaboration.SsoAadAppId": "SSO AAD 應用程式 (識別碼: ",
|
|
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": "資源識別碼: ",
|
|
183
158
|
"core.collaboration.Undefined": "未定義",
|
|
184
159
|
"core.collaboration.ResourceName": ",資源名稱: ",
|
|
@@ -194,7 +169,7 @@
|
|
|
194
169
|
"plugins.spfx.questions.packageSelect.placeholder": "選取 Scaffolding 的選項",
|
|
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": "已成功在 %s 建置 SharePoint 套件。",
|
|
@@ -205,9 +180,9 @@
|
|
|
205
180
|
"plugins.spfx.cannotFindManifest": "找不到資訊清單檔案 %s",
|
|
206
181
|
"plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取權杖",
|
|
207
182
|
"plugins.spfx.cannotGetGraphToken": "無法取得 Graph 存取權杖",
|
|
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。了解如何在 [輸出](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": "更新網頁組件資訊清單",
|
|
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": "已成功在 %s 建立 Teams 封裝。",
|
|
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 App Service 主機類型相互衝突。",
|
|
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) 的訂用帳戶識別碼",
|
|
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": "未設定本機 Bot 端點。在 \".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": "無法在開發人員入口網站中建立 Teams 應用程式,因為 %s",
|
|
416
|
-
"error.appstudio.teamsAppUpdateFailed": "無法更新識別碼為 %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": "無法發佈識別碼為 %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": "找不到識別碼為 %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": "在資訊清單尋找中找到不正確識別碼。",
|
|
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": "具有該識別碼的 Teams 應用程式已存在於貴組織的 App Store 中。請手動更新應用程式識別碼,然後再試一次。",
|
|
440
390
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "不允許目前的帳戶取得 Botframework 權杖。",
|
|
441
391
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 佈建傳回嘗試建立 Bot 註冊的禁止結果。",
|
|
442
392
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊所產生的衝突結果。",
|
|
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": "請先建立 Bot 或函數資源。",
|
|
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": "如果您使用現有的 Bot,則需要將 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": "Bot",
|
|
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": "工作流程 Bot",
|
|
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": "與 Microsoft Teams 緊密整合的自動裝載 SPFx Web 組件",
|
|
525
|
-
"core.TabSPFxOption.detailNew": "
|
|
475
|
+
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
526
476
|
"core.TabSso.description": "索引標籤的單一登入",
|
|
527
477
|
"core.TabSso.detail": "在您的 Teams 索引標籤應用程式中啟用單一登入",
|
|
528
478
|
"core.BotSso.description": "Bot 的單一登入",
|
|
529
479
|
"core.BotSso.detail": "在您的 Teams Bot 應用程式中啟用單一登入",
|
|
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 桌面,行動用戶端識別碼",
|
|
639
601
|
"core.common.TeamsWebClientName": "Teams Web 用戶端識別碼",
|
|
640
602
|
"core.common.OfficeDesktopClientName": "適用於桌面用戶端識別碼的 Microsoft 365 應用程式",
|
|
@@ -644,11 +606,11 @@
|
|
|
644
606
|
"core.common.OutlookWebClientName1": "Outlook Web 存取用戶端識別碼 1",
|
|
645
607
|
"core.common.OutlookWebClientName2": "Outlook Web 存取用戶端識別碼 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": "無效的應用程式識別碼 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 資訊清單檔中的識別碼屬性遺失或無效,您必須先執行佈建或偵錯",
|
|
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": "遺漏物件識別碼。",
|
|
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 識別碼: %s,如果您使用權限做為 resourceAccess 識別碼,請嘗試改用權限識別碼。",
|
|
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": "訂用帳戶中允許的免費 App Service 方案數目上限為 10。請刪除免費的 App Service 方案,然後再試一次。",
|
|
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/' 中產生範例程式碼和讀我檔案。如需詳細資料,請按一下 ['%s']。",
|
|
797
753
|
"core.addSsoFiles.emptyProjectPath": "Project路徑是空的",
|
|
798
|
-
"core.addSsoFiles.
|
|
799
|
-
"core.addSsoFiles.FailedToCreateAuthFiles": "無法為新增 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": "無法建立識別碼為 %s 的 Bot,其可能已由現有的 Bot 使用。請造訪 %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 的 Bot 註冊。按一下 [取得協助] 按鈕,深入了解如何檢查 Bot 註冊。",
|
|
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": "Bot 資源已存在於 %s,請略過建立 Bot 資源。",
|
|
822
773
|
"plugins.bot.WorkingDirMissing": "工作目錄遺漏。",
|
|
823
|
-
"plugins.bot.FailRetrieveAzureCredentials": "
|
|
774
|
+
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
824
775
|
"plugins.bot.CreateBotAADSuccess": "已成功建立 Bot AAD 應用程式。",
|
|
825
776
|
"plugins.bot.ProvisionBotRegistration": "佈建 Bot 註冊。",
|
|
826
777
|
"plugins.bot.ProvisionBotRegistrationSuccess": "已成功佈建 Bot 註冊。",
|
|
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": "開發人員入口網站 Bot 註冊",
|
|
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' Scaffold。",
|
|
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 才能對本機 Bot 偵錯。",
|
|
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 工具組需要 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 版本。\n\n(如果您剛安裝 Node.js (@SupportedVersions),請重新啟動 isual 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 工具組需要這些相依性。\n\n按一下 [安裝] 以安裝 @InstallPackages。",
|
|
875
818
|
"depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。手動安裝 @SupportedPackages 並重新啟動 Visual Studio Code。",
|
|
876
819
|
"depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。",
|
|
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 Toolkit 建立的新專案進行開發,執行中的佈建或偵錯會為這些環境變數登錄正確的值。",
|
|
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": "已建立物件識別碼為 %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 (具有物件識別碼 %s) 套用到 Azure Active Directory 應用程式",
|
|
910
|
-
"
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"botRegistration.ProgressBar.creatingBotAadApp": "正在建立 Bot AAD 應用程式。",
|
|
916
|
-
"botRegistration.log.startCreateBotAadApp": "正在建立 Bot AAD 應用程式。",
|
|
917
|
-
"botRegistration.log.successCreateBotAadApp": "已成功建立 Bot 和應用程式。",
|
|
918
|
-
"botRegistration.log.skipCreateBotAadApp": "已略過 Bot AAD 應用程式建立。",
|
|
919
|
-
"botRegistration.log.failCreateBotAadApp": "無法建立 Bot 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": "建立新的或重複使用現有的 Bot 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": "已建立用戶端識別碼為 %s 的 Azure Active Directory 應用程式",
|
|
925
857
|
"driver.botAadApp.log.useExistingBotAad": "已使用用戶端識別碼為 %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": "網頁組件 %s 已成功新增至專案中。",
|
|
943
876
|
"driver.spfx.add.progress.title": "Scaffolding 網頁組件",
|
|
944
877
|
"driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 產生 SPFx 網頁組件",
|
|
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": "建立或更新 JSON 檔案的應用程式設定。",
|
|
965
892
|
"driver.file.createOrUpdateJsonFile.summary": "已成功將應用程式設定產生至 %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": "新增或更新 JSON 檔案的應用程式設定。",
|
|
974
|
-
"driver.file.updateJson.summary.withTarget": "%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 App Service 需要很長的時間。請考慮參考此文件來最佳化您的部署:",
|
|
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 App Service。",
|
|
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 App Service。",
|
|
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": "具有識別碼為 %s 的 Teams 應用程式已存在,略過建立新的 Teams 應用程式。",
|
|
1032
928
|
"driver.teamsApp.summary.publishTeamsAppExists": "識別碼為 %s 的 Teams 應用程式已存在於組織的 App Store 中。",
|
|
1033
929
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "識別碼為 %s 的 Teams 應用程式不存在於組織的 App Store 中。",
|
|
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 Toolkit
|
|
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": "Teams 應用程式套件驗證失敗,因為 %s",
|
|
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 開發人員入口網站中不存在識別碼為 %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 上建立或更新 Bot 註冊",
|
|
1049
946
|
"driver.botFramework.summary.create": "已成功建立 Bot 註冊 (%s)。",
|
|
1050
947
|
"driver.botFramework.summary.update": "已成功更新 Bot 註冊 (%s)。",
|
|
1051
|
-
"driver.botFramework.progressBar.title": "botFramework/建立",
|
|
1052
948
|
"driver.botFramework.progressBar.createOrUpdateBot": "正在建立或更新 Bot 註冊。",
|
|
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
|
}
|