@microsoft/teamsfx-core 1.9.0 → 1.9.1-alpha.2cc91ae90.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/azure-hosting/azureAppServiceHosting.d.ts +16 -0
- package/build/common/azure-hosting/azureAppServiceHosting.d.ts.map +1 -0
- package/build/common/azure-hosting/azureAppServiceHosting.js +33 -0
- package/build/common/azure-hosting/azureAppServiceHosting.js.map +1 -0
- package/build/common/azure-hosting/azureFunctionHosting.d.ts +17 -0
- package/build/common/azure-hosting/azureFunctionHosting.d.ts.map +1 -0
- package/build/common/azure-hosting/azureFunctionHosting.js +36 -0
- package/build/common/azure-hosting/azureFunctionHosting.js.map +1 -0
- package/build/common/azure-hosting/azureHosting.d.ts +22 -0
- package/build/common/azure-hosting/azureHosting.d.ts.map +1 -0
- package/build/common/azure-hosting/azureHosting.js +89 -0
- package/build/common/azure-hosting/azureHosting.js.map +1 -0
- package/build/common/azure-hosting/azureOps.d.ts +16 -0
- package/build/common/azure-hosting/azureOps.d.ts.map +1 -0
- package/build/common/azure-hosting/azureOps.js +87 -0
- package/build/common/azure-hosting/azureOps.js.map +1 -0
- package/build/common/azure-hosting/botServiceHosting.d.ts +7 -0
- package/build/common/azure-hosting/botServiceHosting.d.ts.map +1 -0
- package/build/common/azure-hosting/botServiceHosting.js +16 -0
- package/build/common/azure-hosting/botServiceHosting.js.map +1 -0
- package/build/common/azure-hosting/hostingConstant.d.ts +45 -0
- package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -0
- package/build/common/azure-hosting/hostingConstant.js +85 -0
- package/build/common/azure-hosting/hostingConstant.js.map +1 -0
- package/build/common/azure-hosting/hostingError.d.ts +47 -0
- package/build/common/azure-hosting/hostingError.d.ts.map +1 -0
- package/build/common/azure-hosting/hostingError.js +83 -0
- package/build/common/azure-hosting/hostingError.js.map +1 -0
- package/build/common/azure-hosting/hostingFactory.d.ts +6 -0
- package/build/common/azure-hosting/hostingFactory.d.ts.map +1 -0
- package/build/common/azure-hosting/hostingFactory.js +24 -0
- package/build/common/azure-hosting/hostingFactory.js.map +1 -0
- package/build/common/azure-hosting/interfaces.d.ts +39 -0
- package/build/common/azure-hosting/interfaces.d.ts.map +1 -0
- package/build/common/azure-hosting/interfaces.js +12 -0
- package/build/common/azure-hosting/interfaces.js.map +1 -0
- package/build/common/azure-hosting/utils.d.ts +7 -0
- package/build/common/azure-hosting/utils.d.ts.map +1 -0
- package/build/common/azure-hosting/utils.js +86 -0
- package/build/common/azure-hosting/utils.js.map +1 -0
- package/build/common/constants.d.ts +6 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +8 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/constant/helpLink.d.ts +1 -0
- package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/common/deps-checker/constant/helpLink.js +2 -1
- package/build/common/deps-checker/constant/helpLink.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +1 -0
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +1 -0
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/depsError.d.ts +3 -0
- package/build/common/deps-checker/depsError.d.ts.map +1 -1
- package/build/common/deps-checker/depsError.js +8 -1
- package/build/common/deps-checker/depsError.js.map +1 -1
- package/build/common/deps-checker/depsManager.js +1 -1
- package/build/common/deps-checker/depsManager.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +1 -0
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +36 -0
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +7 -0
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +2 -1
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -1
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +2 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +19 -2
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/template-utils/templatesUtils.d.ts +1 -1
- package/build/common/template-utils/templatesUtils.d.ts.map +1 -1
- package/build/common/template-utils/templatesUtils.js +9 -2
- package/build/common/template-utils/templatesUtils.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +5 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +17 -1
- package/build/common/tools.js.map +1 -1
- package/build/component/bicep.d.ts +8 -0
- package/build/component/bicep.d.ts.map +1 -0
- package/build/component/bicep.js +107 -0
- package/build/component/bicep.js.map +1 -0
- package/build/component/botCode.d.ts +13 -0
- package/build/component/botCode.d.ts.map +1 -0
- package/build/component/botCode.js +138 -0
- package/build/component/botCode.js.map +1 -0
- package/build/component/connection.d.ts +8 -0
- package/build/component/connection.d.ts.map +1 -0
- package/build/component/connection.js +84 -0
- package/build/component/connection.js.map +1 -0
- package/build/component/core.d.ts +43 -0
- package/build/component/core.d.ts.map +1 -0
- package/build/component/core.js +714 -0
- package/build/component/core.js.map +1 -0
- package/build/component/debugManager.d.ts +8 -0
- package/build/component/debugManager.d.ts.map +1 -0
- package/build/component/debugManager.js +57 -0
- package/build/component/debugManager.js.map +1 -0
- package/build/component/envManager.d.ts +7 -0
- package/build/component/envManager.d.ts.map +1 -0
- package/build/component/envManager.js +140 -0
- package/build/component/envManager.js.map +1 -0
- package/build/component/projectSettingsManager.d.ts +10 -0
- package/build/component/projectSettingsManager.d.ts.map +1 -0
- package/build/component/projectSettingsManager.js +72 -0
- package/build/component/projectSettingsManager.js.map +1 -0
- package/build/component/resource/aad.d.ts +11 -0
- package/build/component/resource/aad.d.ts.map +1 -0
- package/build/component/resource/aad.js +82 -0
- package/build/component/resource/aad.js.map +1 -0
- package/build/component/resource/azureFunction.d.ts +19 -0
- package/build/component/resource/azureFunction.d.ts.map +1 -0
- package/build/component/resource/azureFunction.js +81 -0
- package/build/component/resource/azureFunction.js.map +1 -0
- package/build/component/resource/azureSql.d.ts +24 -0
- package/build/component/resource/azureSql.d.ts.map +1 -0
- package/build/component/resource/azureSql.js +101 -0
- package/build/component/resource/azureSql.js.map +1 -0
- package/build/component/resource/azureStorage.d.ts +16 -0
- package/build/component/resource/azureStorage.d.ts.map +1 -0
- package/build/component/resource/azureStorage.js +102 -0
- package/build/component/resource/azureStorage.js.map +1 -0
- package/build/component/resource/azureWebApp.d.ts +23 -0
- package/build/component/resource/azureWebApp.d.ts.map +1 -0
- package/build/component/resource/azureWebApp.js +95 -0
- package/build/component/resource/azureWebApp.js.map +1 -0
- package/build/component/resource/botService.d.ts +22 -0
- package/build/component/resource/botService.d.ts.map +1 -0
- package/build/component/resource/botService.js +208 -0
- package/build/component/resource/botService.js.map +1 -0
- package/build/component/resource/index.d.ts +17 -0
- package/build/component/resource/index.d.ts.map +1 -0
- package/build/component/resource/index.js +25 -0
- package/build/component/resource/index.js.map +1 -0
- package/build/component/resource/spfx.d.ts +9 -0
- package/build/component/resource/spfx.d.ts.map +1 -0
- package/build/component/resource/spfx.js +46 -0
- package/build/component/resource/spfx.js.map +1 -0
- package/build/component/resource/teamsManifest.d.ts +19 -0
- package/build/component/resource/teamsManifest.d.ts.map +1 -0
- package/build/component/resource/teamsManifest.js +135 -0
- package/build/component/resource/teamsManifest.js.map +1 -0
- package/build/component/utils.d.ts +18 -0
- package/build/component/utils.d.ts.map +1 -0
- package/build/component/utils.js +354 -0
- package/build/component/utils.js.map +1 -0
- package/build/component/workflow.d.ts +21 -0
- package/build/component/workflow.d.ts.map +1 -0
- package/build/component/workflow.js +440 -0
- package/build/component/workflow.js.map +1 -0
- package/build/core/FxCore.d.ts +2 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +36 -91
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +2 -1
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +65 -20
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/questionModelV3.d.ts +6 -0
- package/build/core/middleware/questionModelV3.d.ts.map +1 -0
- package/build/core/middleware/questionModelV3.js +83 -0
- package/build/core/middleware/questionModelV3.js.map +1 -0
- package/build/core/question.d.ts +6 -0
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +42 -1
- package/build/core/question.js.map +1 -1
- package/build/plugins/resource/apiconnector/index.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/index.js +3 -1
- package/build/plugins/resource/apiconnector/index.js.map +1 -1
- package/build/plugins/resource/appstudio/constants.d.ts +2 -4
- package/build/plugins/resource/appstudio/constants.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/constants.js +3 -5
- package/build/plugins/resource/appstudio/constants.js.map +1 -1
- package/build/plugins/resource/appstudio/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/index.js +27 -18
- package/build/plugins/resource/appstudio/index.js.map +1 -1
- package/build/plugins/resource/appstudio/plugin.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/plugin.js +6 -6
- package/build/plugins/resource/appstudio/plugin.js.map +1 -1
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts +4 -0
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +1 -1
- package/build/plugins/resource/bot/appStudio/appStudio.js +14 -3
- package/build/plugins/resource/bot/appStudio/appStudio.js.map +1 -1
- package/build/plugins/resource/bot/constants.d.ts +2 -70
- package/build/plugins/resource/bot/constants.d.ts.map +1 -1
- package/build/plugins/resource/bot/constants.js +9 -85
- package/build/plugins/resource/bot/constants.js.map +1 -1
- package/build/plugins/resource/bot/dotnet/constants.d.ts +5 -0
- package/build/plugins/resource/bot/dotnet/constants.d.ts.map +1 -1
- package/build/plugins/resource/bot/dotnet/constants.js +7 -1
- package/build/plugins/resource/bot/dotnet/constants.js.map +1 -1
- package/build/plugins/resource/bot/dotnet/errors.d.ts +5 -0
- package/build/plugins/resource/bot/dotnet/errors.d.ts.map +1 -0
- package/build/plugins/resource/bot/dotnet/errors.js +21 -0
- package/build/plugins/resource/bot/dotnet/errors.js.map +1 -0
- package/build/plugins/resource/bot/dotnet/plugin.d.ts +1 -0
- package/build/plugins/resource/bot/dotnet/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/dotnet/plugin.js +28 -0
- package/build/plugins/resource/bot/dotnet/plugin.js.map +1 -1
- package/build/plugins/resource/bot/errors.d.ts +5 -16
- package/build/plugins/resource/bot/errors.d.ts.map +1 -1
- package/build/plugins/resource/bot/errors.js +68 -38
- package/build/plugins/resource/bot/errors.js.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +7 -7
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js +16 -16
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/index.d.ts +1 -2
- package/build/plugins/resource/bot/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/index.js +27 -76
- package/build/plugins/resource/bot/index.js.map +1 -1
- package/build/plugins/resource/bot/languageStrategy.d.ts.map +1 -1
- package/build/plugins/resource/bot/languageStrategy.js.map +1 -1
- package/build/plugins/resource/bot/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/plugin.js +19 -24
- package/build/plugins/resource/bot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/progressBars.d.ts +1 -1
- package/build/plugins/resource/bot/progressBars.d.ts.map +1 -1
- package/build/plugins/resource/bot/progressBars.js +6 -6
- package/build/plugins/resource/bot/progressBars.js.map +1 -1
- package/build/plugins/resource/bot/question.d.ts +5 -3
- package/build/plugins/resource/bot/question.d.ts.map +1 -1
- package/build/plugins/resource/bot/question.js +33 -1
- package/build/plugins/resource/bot/question.js.map +1 -1
- package/build/plugins/resource/bot/resources/messages.d.ts +0 -14
- package/build/plugins/resource/bot/resources/messages.d.ts.map +1 -1
- package/build/plugins/resource/bot/resources/messages.js +0 -41
- package/build/plugins/resource/bot/resources/messages.js.map +1 -1
- package/build/plugins/resource/bot/resources/strings.d.ts +2 -11
- package/build/plugins/resource/bot/resources/strings.d.ts.map +1 -1
- package/build/plugins/resource/bot/resources/strings.js +2 -15
- package/build/plugins/resource/bot/resources/strings.js.map +1 -1
- package/build/plugins/resource/bot/utils/common.d.ts +10 -0
- package/build/plugins/resource/bot/utils/common.d.ts.map +1 -1
- package/build/plugins/resource/bot/utils/common.js +92 -3
- package/build/plugins/resource/bot/utils/common.js.map +1 -1
- package/build/plugins/resource/bot/v2/common.d.ts +10 -0
- package/build/plugins/resource/bot/v2/common.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/common.js +73 -0
- package/build/plugins/resource/bot/v2/common.js.map +1 -0
- package/build/plugins/resource/bot/v2/enum.d.ts +10 -0
- package/build/plugins/resource/bot/v2/enum.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/enum.js +17 -0
- package/build/plugins/resource/bot/v2/enum.js.map +1 -0
- package/build/plugins/resource/bot/v2/index.d.ts +2 -0
- package/build/plugins/resource/bot/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/v2/index.js +22 -5
- package/build/plugins/resource/bot/v2/index.js.map +1 -1
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts +10 -0
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js +5 -0
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js.map +1 -0
- package/build/plugins/resource/bot/v2/mapping.d.ts +8 -0
- package/build/plugins/resource/bot/v2/mapping.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/mapping.js +91 -0
- package/build/plugins/resource/bot/v2/mapping.js.map +1 -0
- package/build/plugins/resource/bot/v2/plugin.d.ts +48 -0
- package/build/plugins/resource/bot/v2/plugin.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/plugin.js +303 -0
- package/build/plugins/resource/bot/v2/plugin.js.map +1 -0
- package/build/plugins/resource/bot/v2/scaffold.d.ts +5 -0
- package/build/plugins/resource/bot/v2/scaffold.d.ts.map +1 -0
- package/build/plugins/resource/bot/v2/scaffold.js +48 -0
- package/build/plugins/resource/bot/v2/scaffold.js.map +1 -0
- package/build/plugins/resource/bot/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/v3/index.js +7 -11
- package/build/plugins/resource/bot/v3/index.js.map +1 -1
- package/build/plugins/resource/cicd/plugin.d.ts.map +1 -1
- package/build/plugins/resource/cicd/plugin.js +7 -1
- package/build/plugins/resource/cicd/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/constants.d.ts +1 -13
- package/build/plugins/resource/frontend/dotnet/constants.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/constants.js +4 -16
- package/build/plugins/resource/frontend/dotnet/constants.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/enum.d.ts +0 -10
- package/build/plugins/resource/frontend/dotnet/enum.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/enum.js +1 -12
- package/build/plugins/resource/frontend/dotnet/enum.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js +2 -2
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +12 -48
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts +2 -7
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js +5 -31
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js.map +1 -1
- package/build/plugins/resource/frontend/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/frontend/v2/index.js +1 -3
- package/build/plugins/resource/frontend/v2/index.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +5 -7
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/constants.d.ts +5 -2
- package/build/plugins/solution/fx-solution/constants.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/constants.js +3 -0
- package/build/plugins/solution/fx-solution/constants.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js +2 -2
- package/build/plugins/solution/fx-solution/question.d.ts +1 -0
- package/build/plugins/solution/fx-solution/question.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/question.js +7 -1
- package/build/plugins/solution/fx-solution/question.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js +2 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provision.js +29 -1
- package/build/plugins/solution/fx-solution/v2/provision.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/constants.d.ts +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/constants.js +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/userTask.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/userTask.js +5 -12
- package/build/plugins/solution/fx-solution/v3/userTask.js.map +1 -1
- package/package.json +8 -3
- package/resource/package.nls.cs.json +642 -0
- package/resource/package.nls.de.json +642 -0
- package/resource/package.nls.es.json +642 -0
- package/resource/package.nls.fr.json +642 -0
- package/resource/package.nls.it.json +642 -0
- package/resource/package.nls.ja.json +642 -0
- package/resource/package.nls.json +29 -19
- package/resource/package.nls.ko.json +642 -0
- package/resource/package.nls.pl.json +642 -0
- package/resource/package.nls.pt-BR.json +642 -0
- package/resource/package.nls.ru.json +642 -0
- package/resource/package.nls.tr.json +642 -0
- package/resource/package.nls.zh-Hans.json +642 -0
- package/resource/package.nls.zh-Hant.json +642 -0
- package/templates/bicep/azureSql.parameters.json +4 -0
- package/templates/bicep/azureSql.provisionDatabase.module.bicep +15 -0
- package/templates/bicep/azureSql.provisionDatabase.orchestration.bicep +5 -0
- package/templates/bicep/azureSql.provisionServer.module.bicep +44 -0
- package/templates/bicep/azureSql.provisionServer.orchestration.bicep +14 -0
- package/templates/bicep/azureWebApp.config.module.bicep +63 -0
- package/templates/bicep/azureWebApp.config.orchestration.bicep +12 -0
- package/templates/bicep/azureWebApp.parameters.json +4 -0
- package/templates/bicep/azureWebApp.provision.module.bicep +50 -0
- package/templates/bicep/azureWebApp.provision.orchestration.bicep +18 -0
- package/templates/bicep/botService.config.module.bicep +33 -0
- package/templates/bicep/botService.config.orchestration.bicep +8 -0
- package/templates/bicep/config.bicep +3 -0
- package/templates/bicep/main.bicep +18 -0
- package/templates/bicep/provision.bicep +2 -0
- package/templates/fallback/blazor-base.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.js.command-and-response.zip +0 -0
- package/templates/fallback/bot.js.default.zip +0 -0
- package/templates/fallback/bot.js.m365.zip +0 -0
- package/templates/fallback/bot.js.notification-function-base.zip +0 -0
- package/templates/fallback/bot.js.notification-restify.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.command-and-response.zip +0 -0
- package/templates/fallback/bot.ts.default.zip +0 -0
- package/templates/fallback/bot.ts.m365.zip +0 -0
- package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
- package/templates/fallback/bot.ts.notification-restify.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.notification.zip +0 -0
- package/templates/fallback/function-base.js.default.zip +0 -0
- package/templates/fallback/function-base.ts.default.zip +0 -0
- package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/fallback/tab.csharp.default.zip +0 -0
- package/templates/fallback/tab.js.default.zip +0 -0
- package/templates/fallback/tab.js.m365.zip +0 -0
- package/templates/fallback/tab.js.non-sso.zip +0 -0
- package/templates/fallback/tab.ts.default.zip +0 -0
- package/templates/fallback/tab.ts.m365.zip +0 -0
- package/templates/fallback/tab.ts.non-sso.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +8 -8
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +8 -8
- package/templates/plugins/resource/hosting/bicep/botFunction/botFunctionConfiguration.template.bicep +71 -0
- package/templates/plugins/resource/hosting/bicep/botFunction/botFunctionProvision.template.bicep +101 -0
- package/templates/plugins/resource/hosting/bicep/botFunction/config.template.bicep +12 -0
- package/templates/plugins/resource/hosting/bicep/botFunction/provision.template.bicep +20 -0
- package/templates/plugins/resource/hosting/bicep/botservice/botserviceProvision.template.bicep +34 -0
- package/templates/plugins/resource/hosting/bicep/botservice/parameters.json +4 -0
- package/templates/plugins/resource/hosting/bicep/botservice/provision.template.bicep +8 -0
- package/templates/plugins/resource/hosting/bicep/webapp/config.template.bicep +12 -0
- package/templates/plugins/resource/hosting/bicep/webapp/provision.template.bicep +20 -0
- package/templates/plugins/resource/hosting/bicep/webapp/webappConfiguration.template.bicep +66 -0
- package/templates/plugins/resource/hosting/bicep/webapp/webappProvision.template.bicep +63 -0
- package/build/plugins/resource/bot/azureOps.d.ts +0 -14
- package/build/plugins/resource/bot/azureOps.d.ts.map +0 -1
- package/build/plugins/resource/bot/azureOps.js +0 -140
- package/build/plugins/resource/bot/azureOps.js.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/constants.d.ts +0 -13
- package/build/plugins/resource/bot/functionsHostedBot/constants.d.ts.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/constants.js +0 -20
- package/build/plugins/resource/bot/functionsHostedBot/constants.js.map +0 -1
|
@@ -0,0 +1,642 @@
|
|
|
1
|
+
{
|
|
2
|
+
"core.create.successNotice": "[Teams 工具包] 已成功搭建基架。",
|
|
3
|
+
"core.init.successNotice": "你的项目已成功初始化以使用 TeamsFx 操作。\n\n后续步骤: \nteamsfx add <feature> 可让你添加单一登录或 Teams 通知集成等功能。\n\n专家提示: \n请在 aka.ms/teams-manifest 中阅读,详细了解如何更新清单文件以连接到现有的启动页面体验。",
|
|
4
|
+
"core.provision.confirmNotice": "Teams 工具包将使用 %s (订阅)在 %s (Azure 帐户)下预配资源并注册相应的资源提供程序。费用会根据定价计算器产生。",
|
|
5
|
+
"core.provision.confirmEnvNotice": "是否要在 %s 环境中预配资源?\n%s (Azure 帐户)和 %s (订阅)将用于预配资源。费用会根据使用情况产生。",
|
|
6
|
+
"core.provision.successAzure": "已在云中成功预配 Azure 资源。",
|
|
7
|
+
"core.provision.successNotice": "\"%s\" 已在云中成功预配。",
|
|
8
|
+
"core.provision.failNotice": "无法在云中预配 \"%s\"!",
|
|
9
|
+
"core.provision.StartNotice": "[%s] 开始预配。可能需要几分钟时间。",
|
|
10
|
+
"core.provision.configurationFinishNotice": "[%s] 配置已完成。",
|
|
11
|
+
"core.provision.ProvisionFinishNotice": "[%s] 预配已完成!",
|
|
12
|
+
"core.deploy.FailedToDeployBeforeProvision": "部署失败,因为尚未预配资源。请确保先执行预配。单击获取帮助了解有关需要预配的原因的详细信息。",
|
|
13
|
+
"core.deploy.noCapabilityFound": "找不到 %s 的功能。请单击获取帮助了解有关如何添加功能的详细信息。",
|
|
14
|
+
"core.deploy.successNotice": "\"%s\" 已成功部署到云。",
|
|
15
|
+
"core.deploy.failNotice": "无法将 \"%s\" 部署到云!",
|
|
16
|
+
"core.deploy.startNotice": "[%s] 部署开始。",
|
|
17
|
+
"core.deploy.selectedPluginsToDeployNotice": "[%s] 要部署的所选插件: %s",
|
|
18
|
+
"core.publish.startNotice": "[%s] 发布开始。",
|
|
19
|
+
"core.publish.failNotice": "无法将 \"%s\" 发布到管理门户。",
|
|
20
|
+
"core.publish.FailedToPublishBeforeProvision": "发布失败,因为尚未预配资源。请确保先执行预配。单击“获取帮助”了解有关需要预配的原因的详细信息。",
|
|
21
|
+
"core.publish.SPFxAskProvisionBeforePublish": "发布失败,因为尚未预配 Teams 应用。请先预配。单击获取帮助了解有关需要预配的原因的详细信息。",
|
|
22
|
+
"core.addCapability.onlySupportAzure": "仅 Azure 中托管的项目支持添加功能",
|
|
23
|
+
"core.addCapability.exceedMaxLimit": "应用达到选项卡、机器人、消息扩展的最大限制。",
|
|
24
|
+
"core.addCapability.addCapabilityNotice": "[Teams 工具包] 功能 %s 已成功添加到项目中。F5 以本地调试应用程序或触发“Teams: 在云中预配”,以在 Azure 订阅中创建资源以进行托管。",
|
|
25
|
+
"core.addCapability.addCapabilitiesNotice": "[Teams 工具包] 功能 %s 已成功添加到项目中。F5 以本地调试应用程序或触发“Teams: 在云中预配”,以在 Azure 订阅中创建资源以进行托管。",
|
|
26
|
+
"core.addCapability.addCapabilityNoticeForCli": "[Teams 工具包] 功能 %s 已成功添加到项目中。运行“teamsfx 预配”,以在 Azure 订阅中创建用于托管的资源。",
|
|
27
|
+
"core.addCapability.addCapabilitiesNoticeForCli": "[Teams 工具包] 功能 %s 已成功添加到项目中。运行“teamsfx 预配”,以在 Azure 订阅中创建用于托管的资源。",
|
|
28
|
+
"core.addResource.onlySupportAzure": "仅 Azure 中托管的项目支持添加资源",
|
|
29
|
+
"core.addResource.notSupportForVSProject": "csharp 项目不支持添加资源",
|
|
30
|
+
"core.addResource.addResourceNotice": "[Teams 工具包] 资源 \"%s\" 已成功为项目配置,触发“Teams: 在云中预配”将在 Azure 订阅中创建资源。",
|
|
31
|
+
"core.addResource.addResourceNoticeForCli": "[Teams 工具包] 资源 \"%s\" 已成功为项目配置,运行“teamsfx 预配”将在 Azure 订阅中创建资源。",
|
|
32
|
+
"core.addResource.addResourcesNotice": "[Teams 工具包] 资源 \"%s\" 已成功为项目配置,触发“Teams: 在云中预配”将在 Azure 订阅中创建资源。",
|
|
33
|
+
"core.addResource.addResourcesNoticeForCli": "[Teams 工具包] 资源 \"%s\" 已成功为项目配置,运行“teamsfx 预配”将在 Azure 订阅中创建资源。",
|
|
34
|
+
"core.NotProvisionedNotice": "\"%s\" 尚未在云中预配。请先预配。",
|
|
35
|
+
"core.generateArmTemplate.failNotice": "\"%s\" 无法为所需的 Azure 服务创建 ARM 模板。",
|
|
36
|
+
"core.updateArmTemplate.failNotice": "\"%s\" 无法更新所需 Azure 服务的 ARM 模板。",
|
|
37
|
+
"core.updateArmTemplate.successNotice": "Azure 资源模板根据资源和功能选择进行更新。建议使用 git init 初始化项目工作区,以跟踪所有更改。",
|
|
38
|
+
"core.localDebug.tenantConfirmNotice": "你已在另一租户 \"%s\" 中运行 Teams 应用的本地调试。可以注销 %s 并使用匹配的 M365 帐户登录,以重新使用以前的本地调试资源。如果确定要为本地调试切换租户,可以删除 %s 文件并重新运行本地调试。",
|
|
39
|
+
"core.migrationToArmAndMultiEnv.Message": "Teams 工具包将升级项目配置文件以支持最新功能。升级过程不会更改自定义代码并在需要还原时创建备份文件。\n请注意,此升级必须继续使用当前版本的 Teams 工具包。如果尚未准备好升级并想要继续使用旧版本,请在扩展中找到 Teams 工具包并安装版本 <= 2.10.0",
|
|
40
|
+
"core.migrationToArmAndMultiEnv.SuccessMessage": "升级成功。项目已升级到新的配置文件。",
|
|
41
|
+
"core.migrationToArmAndMultiEnv.ErrorMessage": "升级失败。请检查“输出”窗口中的错误消息以进行故障排除和修复。还可以单击“了解更多”查看 FAQ 以及如何手动升级。",
|
|
42
|
+
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "升级失败。\"%s\" 不存在或不是 json 格式。请修复此问题,然后通过运行命令(Teams: 升级项目)重试。\n还可以单击“了解更多”查看 FAQ。",
|
|
43
|
+
"core.deployArmTemplates.StartNotice": "[%s] 开始部署 ARM 模板。",
|
|
44
|
+
"core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] 已成功将 bicep 文件编译为 JSON。",
|
|
45
|
+
"core.deployArmTemplates.SuccessNotice": "[%s] 已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
|
|
46
|
+
"core.deployArmTemplates.FailNotice": "[%s] 未能部署 ARM 模板。资源组名称: %s。部署名称: %s",
|
|
47
|
+
"core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] 正在轮询部署状态...",
|
|
48
|
+
"core.deployArmTemplates.Progress.Title": "正在部署 ARM 模板",
|
|
49
|
+
"core.deployArmTemplates.Progress.Start": "正在准备。",
|
|
50
|
+
"core.deployArmTemplates.Progress.ExecuteDeployment": "将解决方案 ARM 模板部署到 Azure。这可能需要几分钟时间。",
|
|
51
|
+
"core.deployArmTemplates.RetryGetDeploymentStatus": "[Teams 工具包] %s -> 正在等待获取部署状态 [重试时间: %s]",
|
|
52
|
+
"core.deployArmTemplates.FailedToReadResourceGroup": "无法从项目解决方案设置获取资源组。",
|
|
53
|
+
"core.deployArmTemplates.DeploymentErrorWithHelplink": "\n错误消息: %s\n详细消息: \n%s\n从 %s 获取工具包帮助。",
|
|
54
|
+
"core.deployArmTemplates.FailedToGetEnvironmentName": "无法从解决方案上下文中获取目标环境名称。",
|
|
55
|
+
"core.deployArmTemplates.ParameterNotExist": "[Teams 工具包] %s 不存在。",
|
|
56
|
+
"core.deployArmTemplates.PluginOperationSuccess": "%s: %s 成功!",
|
|
57
|
+
"core.deployArmTemplates.PluginOperationFail": "%s: %s 失败!",
|
|
58
|
+
"core.deployArmTemplates.FailedToExpandParameter": "[Teams 工具包] 未能从 %s 获取扩展参数",
|
|
59
|
+
"core.deployArmTemplates.InvalidAzureCredential": "Azure 凭据无效。",
|
|
60
|
+
"core.deployArmTemplates.FailedToGetSubsId": "未能获取订阅 ID。",
|
|
61
|
+
"core.deployArmTemplates.CompileBicepFailed": "无法将 bicep 文件编译到 Json arm 模板文件: %s",
|
|
62
|
+
"core.deployArmTemplates.FailedToGetDeploymentError": "[Teams 工具包] 无法获取 %s 的部署错误",
|
|
63
|
+
"core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "项目资源部署(%s 模块)失败,错误消息失败。有关部署错误,请参阅门户中的资源组 %s。",
|
|
64
|
+
"core.deployArmTemplates.DeploymentFailedNotification": "项目资源部署(%s)失败。有关更多错误详细信息,请参阅输出通道。",
|
|
65
|
+
"core.generateArmTemplates.DuplicateParameter": "%s 中有一些重复的参数,为了避免冲突,请修改这些参数名称: %s",
|
|
66
|
+
"core.generateArmTemplates.InvalidParameterFile": "%s 中有一些错误,请确保此文件有效。错误消息为 %s",
|
|
67
|
+
"core.collaboration.ListCollaboratorsSuccess": "成功列出 M365 Teams 应用 %s 的所有者,你可以在 Teams 工具包输出窗口中查看它",
|
|
68
|
+
"core.collaboration.WithAadApp": "(通过 AAD 应用)",
|
|
69
|
+
"core.collaboration.FailedToListCollaborators": "未能列出 project。\nError 详细信息: \n",
|
|
70
|
+
"core.collaboration.GrantingPermission": "授予权限",
|
|
71
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "协作者的电子邮件不能为 null 或与当前用户相同",
|
|
72
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "在当前租户中找不到用户,请检查你的电子邮件地址是否正确",
|
|
73
|
+
"core.collaboration.GrantPermissionForUser": "授予用户 %s 的权限",
|
|
74
|
+
"core.collaboration.FailedToGetEnvName": "无法获取 env 名称。",
|
|
75
|
+
"core.collaboration.AccountToGrantPermission": "要授予权限的帐户: ",
|
|
76
|
+
"core.collaboration.StartingGrantPermission": "正在启动环境的授予权限: ",
|
|
77
|
+
"core.collaboration.TenantId": "租户 ID: ",
|
|
78
|
+
"core.collaboration.FailedToGrantPermission": "无法向用户授予以下资源的权限: %s。\n 资源详细信息: \n",
|
|
79
|
+
"core.collaboration.PermissionHasBeenGrantTo": "权限已授予 ",
|
|
80
|
+
"core.collaboration.GrantPermissionResourceId": ",资源 ID: ",
|
|
81
|
+
"core.collaboration.SharePointTip": "\n如果添加的用户不是 SharePoint 应用程序目录网站管理员,则需要通过 SharePoint 管理中心手动设置访问策略,请参阅此链接了解更多详细信息: ",
|
|
82
|
+
"core.collaboration.AzureTip": "\n如果添加的用户无法访问 Azure 资源,则需要通过 Azure 门户手动设置访问策略,请参阅此链接了解更多详细信息: ",
|
|
83
|
+
"core.collaboration.ListingM365Permission": "列出 M365 权限\n",
|
|
84
|
+
"core.collaboration.AccountUsedToCheck": "用于检查的帐户: ",
|
|
85
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "开始列出环境的所有团队应用所有者: ",
|
|
86
|
+
"core.collaboration.M365TeamsAppId": "M365 Teams 应用(ID: ",
|
|
87
|
+
"core.collaboration.SsoAadAppId": "),SSO AAD 应用(ID: ",
|
|
88
|
+
"core.collaboration.TeamsAppOwner": "Teams 应用所有者: ",
|
|
89
|
+
"core.collaboration.NotOwnerOfSsoAadApp": "(不是 SSO AAD 应用的所有者)",
|
|
90
|
+
"core.collaboration.FailedToConvertProfile": "转换配置文件失败 ",
|
|
91
|
+
"core.collaboration.StaringCheckPermission": "正在启动环境的检查权限: ",
|
|
92
|
+
"core.collaboration.FailedToCheckPermission": "无法检查以下资源的权限。\n 资源详细信息: \n",
|
|
93
|
+
"core.collaboration.CheckPermissionResourceId": "资源 ID: ",
|
|
94
|
+
"core.collaboration.Undefined": "未定义",
|
|
95
|
+
"core.collaboration.ResourceName": ",资源名称: ",
|
|
96
|
+
"core.collaboration.Permission": ",权限: ",
|
|
97
|
+
"plugins.spfx.buildNotice": "SharePoint 包已在 %s 成功生成。",
|
|
98
|
+
"plugins.spfx.deployNotice": "SharePoint 包 %s 已成功部署到 [%s](%s)。",
|
|
99
|
+
"plugins.spfx.deployFailedNotice": "你无权将包上传到应用目录 %s,请使用网站管理员帐户,或者你可以从 [M365 开发人员计划](https://developer.microsoft.com/en-us/microsoft-365/dev-program)获取自己的免费 Microsoft 365 租户",
|
|
100
|
+
"plugins.spfx.createAppCatalogNotice": "%s 下没有租户应用程序目录,是否要创建一个?",
|
|
101
|
+
"plugins.spfx.cannotGetAppcatalog": "创建后无法获取应用程序目录网站 URL。可能需要等待几分钟,然后重试。",
|
|
102
|
+
"plugins.spfx.cannotFindPackage": "找不到 SharePoint 包 %s",
|
|
103
|
+
"plugins.spfx.cannotFindManifest": "找不到清单文件 %s",
|
|
104
|
+
"plugins.spfx.cannotGetSPOToken": "无法获取 SPO 访问令牌",
|
|
105
|
+
"plugins.spfx.cannotGetGraphToken": "无法获取图形访问令牌",
|
|
106
|
+
"plugins.spfx.insufficientPermission": "你无权上传包并将其部署到应用程序目录 %s,请使用网站管理员帐户。",
|
|
107
|
+
"plugins.spfx.createAppcatalogFail": "无法创建租户应用目录,原因为 %s,堆栈: %s",
|
|
108
|
+
"plugins.spfx.uploadAppcatalogFail": "由于 %s,无法上传应用包",
|
|
109
|
+
"plugins.spfx.buildSharepointPackage": "生成 SharePoint 包",
|
|
110
|
+
"plugins.spfx.deploy.title": "上传和部署 SharePoint 包",
|
|
111
|
+
"plugins.spfx.deploy.createAppcatalog": "创建 Sharepoint 应用程序目录",
|
|
112
|
+
"plugins.spfx.deploy.uploadAddDeploy": "上传 SPFx 包并将其部署到租户应用目录",
|
|
113
|
+
"plugins.spfx.scaffold.title": "基架项目",
|
|
114
|
+
"plugins.spfx.GetTenantFailedError": "无法获取租户 %s %s",
|
|
115
|
+
"plugins.spfx.SPFxAlreadyExistError": "SPFx 项目不支持添加功能/资源",
|
|
116
|
+
"plugins.spfx.LoadManifestError": "未能加载清单!",
|
|
117
|
+
"plugins.frontend.checkLogTip": "有关详细信息,请查看日志。",
|
|
118
|
+
"plugins.frontend.reScaffoldTip": "再次运行“启动新项目”。",
|
|
119
|
+
"plugins.frontend.doProvisionTip": "在此命令之前运行“预配资源”。",
|
|
120
|
+
"plugins.frontend.doLoginTip": "登录 Azure。",
|
|
121
|
+
"plugins.frontend.reLoginTip": "注销并再次登录到 Azure。",
|
|
122
|
+
"plugins.frontend.reProvisionTip": "再次运行“预配资源”。",
|
|
123
|
+
"plugins.frontend.doNpmInstallTip": "在文件夹 \"%s\" 中运行 \"npm install\"。",
|
|
124
|
+
"plugins.frontend.doBuildTip": "在文件夹 \"%s\" 中运行 \"npm run build\"。",
|
|
125
|
+
"plugins.frontend.ensureBuildPathTip": "确保生成的项目存在: \"%s\"。",
|
|
126
|
+
"plugins.frontend.ensureResourceGroupTip": "确保资源组存在。",
|
|
127
|
+
"plugins.frontend.ensureAppNameValidTip": "确保应用名称仅包含字母和数字字符,且不包含商标或保留字。",
|
|
128
|
+
"plugins.frontend.deleteSameNameStorageTip": "删除其他资源组或订阅中同名的 Azure 存储帐户。",
|
|
129
|
+
"plugins.frontend.checkNetworkTip": "请检查你的网络连接。",
|
|
130
|
+
"plugins.frontend.checkFsPermissionsTip": "检查你是否对文件系统具有读/写权限。",
|
|
131
|
+
"plugins.frontend.checkStoragePermissionsTip": "检查你是否对 Azure 存储帐户具有权限。",
|
|
132
|
+
"plugins.frontend.checkSystemTimeTip": "可能会收到过期的凭据,请检查系统时间是否正确。",
|
|
133
|
+
"plugins.frontend.restoreEnvironmentTip": "如果手动更新了配置文件(在目录 .%s 下),请恢复它们。",
|
|
134
|
+
"plugins.baseErrorMessage": "%s 建议: %s",
|
|
135
|
+
"plugins.appstudio.publishTip": "Teams: 发布到 Teams",
|
|
136
|
+
"plugins.appstudio.validationFailedNotice": "清单验证失败!",
|
|
137
|
+
"plugins.appstudio.validationSucceedNotice": "清单验证成功!",
|
|
138
|
+
"plugins.appstudio.buildFailedNotice": "Teams 包生成失败!",
|
|
139
|
+
"plugins.appstudio.adminApprovalTip": "已成功在 %s 创建 %s 应用包文件。将此邮件发送给管理员以供审批。",
|
|
140
|
+
"plugins.appstudio.publishSucceedNotice": "成功: %s 已成功发布到[管理门户](%s)。批准后,你的应用将可供组织使用。",
|
|
141
|
+
"plugins.appstudio.updatePublishedAppNotice": "应用 %s 已提交到租户应用程序目录。\n状态: %s\n",
|
|
142
|
+
"plugins.appstudio.lastModifiedTip": "上次修改时间: %s\n",
|
|
143
|
+
"plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新更新?",
|
|
144
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams 应用已创建 %s",
|
|
145
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Teams 应用已更新 %s",
|
|
146
|
+
"plugins.appstudio.relativePathTip": "%s 应为相对路径,不支持 URL",
|
|
147
|
+
"plugins.appstudio.updateManifestTip": "清单文件配置已修改。是否要继续重新生成清单文件并更新到 Teams 平台?",
|
|
148
|
+
"plugins.appstudio.updateOverwriteTip": "自上次更新以来,Teams 平台上的清单文件已更改。是否要继续更新和覆盖 Teams 平台上的清单文件?",
|
|
149
|
+
"plugins.appstudio.provisionTip": "必须先运行“在云中预配”以填写清单中的某些字段。单击“获取帮助”了解有关需要预配的原因的详细信息。",
|
|
150
|
+
"plugins.appstudio.publishProgressValidate": "正在验证清单文件",
|
|
151
|
+
"plugins.appstudio.publishProgressUpdate": "正在更新 App Studio 中应用 %s 的应用定义",
|
|
152
|
+
"plugins.appstudio.publishProgressBuild": "正在 %s 中生成 Teams 应用包。",
|
|
153
|
+
"plugins.appstudio.publishProgressPublish": "正在发布 %s",
|
|
154
|
+
"plugins.appstudio.dataRequired": "所需的数据: %s",
|
|
155
|
+
"plugins.appstudio.manuallySubmitTip": "手动提交 Teams 应用包文件",
|
|
156
|
+
"plugins.appstudio.manuallySubmitDescription": "生成 Teams 应用包。你需要手动将其发送给 Teams 管理员",
|
|
157
|
+
"plugins.appstudio.autoPublishTip": "为组织安装",
|
|
158
|
+
"plugins.appstudio.autoPublishDescription": "通过 Teams 应用门户将应用发送给 Teams 管理员以供审批。",
|
|
159
|
+
"plugins.bot.questionHostTypeTrigger.title": "选择触发器",
|
|
160
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "选择触发器",
|
|
161
|
+
"plugins.bot.questionHostTypeTrigger.error.emptySelection": "必须至少选择一个触发器。",
|
|
162
|
+
"plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions 和 Azure 应用服务主机类型存在冲突。",
|
|
163
|
+
"plugins.bot.triggers.functionsTimer.label": "计时器触发器",
|
|
164
|
+
"plugins.bot.triggers.functionsTimer.cliName": "计时器",
|
|
165
|
+
"plugins.bot.triggers.functionsTimer.description": "将按指定计划运行的一个函数。",
|
|
166
|
+
"plugins.bot.triggers.functionsTimer.detail": "托管在 Azure Functions 上的函数,将按特定计划运行。",
|
|
167
|
+
"plugins.bot.triggers.functionsHttp.label": "HTTP 触发器",
|
|
168
|
+
"plugins.bot.triggers.functionsHttp.cliName": "http",
|
|
169
|
+
"plugins.bot.triggers.functionsHttp.description": "一个每当收到 HTTP 请求时运行的函数。",
|
|
170
|
+
"plugins.bot.triggers.functionsHttp.detail": "托管在 Azure Functions 上的函数,每当收到 HTTP 请求时都会运行该函数。",
|
|
171
|
+
"plugins.bot.triggers.appService.label": "HTTP 触发器(Restify)",
|
|
172
|
+
"plugins.bot.triggers.appService.cliName": "http-restify",
|
|
173
|
+
"plugins.bot.triggers.appService.description": "一个每当收到 HTTP 请求时运行的 restify 服务器。",
|
|
174
|
+
"plugins.bot.triggers.appService.detail": "托管在 Azure 应用服务 上的 restify 服务器,每当收到 HTTP 请求时都会运行该服务器。",
|
|
175
|
+
"plugins.function.recoverTeamsFxConfigFilesTip": "如果手动更新了配置文件(在目录 .%s 下),请恢复它们。",
|
|
176
|
+
"plugins.function.recreateProject": "如果无法恢复配置文件,请创建一个新项目。",
|
|
177
|
+
"plugins.function.checkNetwork": "请检查你的网络连接。",
|
|
178
|
+
"plugins.function.retryRequest": "还原网络连接后重试该命令。",
|
|
179
|
+
"plugins.function.chooseAnotherCompose": "使用另一个模板创建项目。",
|
|
180
|
+
"plugins.function.checkDiskLock": "检查日志,查看某个进程是否锁定了文件。",
|
|
181
|
+
"plugins.function.checkPathAccess": "检查日志以查看目标路径是否存在,并且你对它具有写入访问权限。",
|
|
182
|
+
"plugins.function.checkSubscriptionId": "检查是否选择正确的 Azure 订阅。",
|
|
183
|
+
"plugins.function.checkCredit": "检查 Azure 订阅。",
|
|
184
|
+
"plugins.function.checkLog": "有关详细信息,请阅读日志。",
|
|
185
|
+
"plugins.function.recreateStorageAccount": "删除 Azure 存储帐户实例并重新运行预配。",
|
|
186
|
+
"plugins.function.checkPackageJson": "检查 package.json 是否有效。",
|
|
187
|
+
"plugins.function.checkCredential": "检查是否已使用正确的帐户登录到 Azure。",
|
|
188
|
+
"plugins.function.doFullDeploy": "删除文件夹 %s。",
|
|
189
|
+
"plugins.function.doProvision": "运行“预配”。",
|
|
190
|
+
"plugins.function.retryRequestForZip": "如果模板 zip 文件已损坏,请重试该命令以下载新文件。",
|
|
191
|
+
"plugins.function.checkFunctionExtVersion": "检查函数扩展版本和 %s。",
|
|
192
|
+
"plugins.dotnet.restoreEnvironment": "如果手动更新了配置文件(在目录 %s 下),请恢复它们。",
|
|
193
|
+
"plugins.dotnet.checkFsPermissions": "检查你是否对文件系统具有读/写权限。",
|
|
194
|
+
"plugins.dotnet.checkNetwork": "请检查你的网络连接。",
|
|
195
|
+
"plugins.dotnet.reDeploy": "再次运行“部署”命令。",
|
|
196
|
+
"plugins.dotnet.reProvision": "再次运行“预配”命令。",
|
|
197
|
+
"plugins.dotnet.doProvision": "在此命令之前运行“预配资源”。",
|
|
198
|
+
"plugins.dotnet.checkLog": "有关详细信息,请查看日志。",
|
|
199
|
+
"plugins.sql.getQuestionAdminName.title": "SQL 的管理员名称",
|
|
200
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "SQL 管理员用户名不能为空",
|
|
201
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "SQL 管理员用户名不能为空",
|
|
202
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "SQL 管理员用户名不能包含非字母数字字符",
|
|
203
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "SQL 管理员用户名不能以数字开头",
|
|
204
|
+
"plugins.sql.getQuestionAdminPassword.title": "SQL 的管理员密码",
|
|
205
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "SQL 管理员密码不能为空",
|
|
206
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "SQL 管理员密码长度必须为至少 8 个字符",
|
|
207
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "SQL 管理员密码长度不能超过 128 个字符",
|
|
208
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "密码必须包含以下类别中的三类字符: 英语大写字母、英语小写字母、数字(0-9)以及非字母数字字符(!、$、#、% 等)。",
|
|
209
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "密码不能包含部分或全部用户名",
|
|
210
|
+
"plugins.sql.getQuestionConfirmPassword.title": "确认 SQL 的管理员密码",
|
|
211
|
+
"plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "密码和确认密码必须一致",
|
|
212
|
+
"plugins.sql.errorMessage.GetDetail": "获取输出中的详细错误消息。",
|
|
213
|
+
"plugins.sql.errorMessage.LinkHelpMessage": "可以按照 %s 进行处理。",
|
|
214
|
+
"plugins.sql.errorMessage.SqlInputError": "SQL 管理员名称或密码为空",
|
|
215
|
+
"plugins.sql.errorMessage.SqlAskInputError": "未能获取 SQL 问题的答案",
|
|
216
|
+
"plugins.sql.errorMessage.SqlEndpointError": "SQL Server %s 无效。",
|
|
217
|
+
"plugins.sql.errorMessage.DatabaseUserCreateError": "未能在数据库 %s 中创建用户 \"%s\"",
|
|
218
|
+
"plugins.sql.errorMessage.SqlAddAdminError": "未能添加 AAD 管理员 \"%s\"。%s",
|
|
219
|
+
"plugins.sql.errorMessage.SqlLocalFirwallError": "无法为 \"%s\" 添加本地防火墙。%s",
|
|
220
|
+
"plugins.sql.errorMessage.SqlDeleteLocalFirwallError": "未能删除 \"%s\" 的本地防火墙。请手动删除 \"%s\"。%s",
|
|
221
|
+
"plugins.sql.errorMessage.SqlUserInfoError": "无法获取登录用户信息。",
|
|
222
|
+
"plugins.sql.errorMessage.SqlGetConfigError": "无法从 \"%s\" 获取 \"%s\" 的配置值。",
|
|
223
|
+
"plugins.sql.errorMessage.SqlInvalidConfigError": "\"%s\" 的配置值对于 %s 无效。",
|
|
224
|
+
"plugins.sql.errorMessage.SqlCheckError": "无法检查 SQL Server\" %s\"。%s",
|
|
225
|
+
"plugins.sql.errorMessage.SqlCheckAdminError": "无法检查 AAD 管理员 \"%s\"。%s",
|
|
226
|
+
"plugins.sql.errorMessage.IdentityCredentialUndefine": "无法访问数据库以添加托管标识用户 %s。请手动添加数据库 %s 的用户",
|
|
227
|
+
"plugins.sql.errorMessage.ServicePrincipalWarning": "Azure SQL 中的服务主体管理员无法添加数据库用户 <%s>。你可以手动添加 %s 的用户",
|
|
228
|
+
"plugins.sql.errorMessage.DomainError": "条件访问策略需要符合要求的设备,而设备不合规。%s",
|
|
229
|
+
"plugins.sql.errorMessage.GuestAdminError": "SQL 管理员没有足够的权限来添加数据库用户。%s",
|
|
230
|
+
"error.ProjectFolderExistError": "路径 %s 已存在。选择其他文件夹。",
|
|
231
|
+
"error.PathNotExistError": "路径不存在: %s",
|
|
232
|
+
"error.ProjectFolderInvalidError": "路径 %s 无效,请在用户设置中设置有效的根文件夹(使用以 \\${homeDir} 开头的绝对目录或相对目录)。",
|
|
233
|
+
"error.NoProjectOpenedError": "未打开任何项目,可以创建新项目或打开现有项目。",
|
|
234
|
+
"error.InvalidProjectError": "该命令仅适用于 Teams 工具包创建的项目。%s",
|
|
235
|
+
"error.InvalidProjectSettingsFileError": "projectSettings.json 文件无效: %s。",
|
|
236
|
+
"error.FetchSampleError": "无法从 %s 的远程存储库获取数据。",
|
|
237
|
+
"error.ProjectEnvNotExistError": "找不到环境 %s。请确保 config.%s.json 文件存在。",
|
|
238
|
+
"error.InvalidEnvNameError": "环境名称只能包含字母、数字、_、-。",
|
|
239
|
+
"error.UpgradeCanceledError": "如果不想升级项目,请安装另一个版本的 Teams 工具包(版本 <= 2.10.0)。",
|
|
240
|
+
"error.OperationNotPermittedError": "不允许操作: %s",
|
|
241
|
+
"error.InvalidInputError": "未能更新上下文: %s",
|
|
242
|
+
"error.ContextUpgradeError": "输入无效: %s",
|
|
243
|
+
"error.InvalidStateError": "插件 %s 的状态(%s)无效",
|
|
244
|
+
"error.ProjectSettingsUndefinedError": "项目设置未定义",
|
|
245
|
+
"error.MultipleEnvNotEnabledError": "未启用 MultipleEnv 功能",
|
|
246
|
+
"error.PluginHasNoTaskImpl": "插件 %s 尚未实现方法: %s",
|
|
247
|
+
"error.FunctionRouterError": "无法路由函数调用: %s",
|
|
248
|
+
"error.ProjectEnvAlreadyExistError": "项目环境 %s 已存在。",
|
|
249
|
+
"error.TaskNotSupportError": "不支持操作: %s。",
|
|
250
|
+
"error.InvalidEnvConfigError": "配置 %s 无效,详细信息: %s。",
|
|
251
|
+
"error.NonExistEnvNameError": "无法找到环境 %s。",
|
|
252
|
+
"error.ModifiedSecretError": "机密文件已更改。",
|
|
253
|
+
"error.LoadSolutionError": "无法加载解决方案",
|
|
254
|
+
"error.NotImplementedError": "未实现的方法: %s",
|
|
255
|
+
"error.ObjectIsUndefinedError": "对象 %s 未定义,这在预期之外",
|
|
256
|
+
"error.LoadPluginError": "未能加载插件",
|
|
257
|
+
"error.SPFxConfigError": "加载 SPFx 配置 %s 失败。",
|
|
258
|
+
"error.ProjectSettingError": "加载项目设置失败。",
|
|
259
|
+
"error.SolutionConfigError": "加载解决方案上下文失败。",
|
|
260
|
+
"error.FailedToParseResourceIdError": "无法从资源 ID: \"%s\" 获取 \"%s\"",
|
|
261
|
+
"error.MissingStep": "步骤 \"%s\" 在 %s 之前是必需的。请先运行所需的步骤。",
|
|
262
|
+
"error.NoSubscriptionFound": "用户已取消。若要使 Teams 信任工具包使用的自签名 SSL 证书,必须将自签名证书添加到证书存储中。",
|
|
263
|
+
"error.TrustCertificateCancelError": "找不到订阅。",
|
|
264
|
+
"error.ResourceGroupNotFound1": "资源组 \"%s\" 不存在,请指定现有资源组。",
|
|
265
|
+
"error.ResourceGroupNotFound2": "资源组 \"%s\" 不存在,请检查你的 \"%s\" 文件。",
|
|
266
|
+
"error.NoTeamsAppTenantId": "找不到 Teams 应用租户 ID",
|
|
267
|
+
"error.FailedToCreateResourceGroup": "无法创建资源组 \"%s\": 资源组存在",
|
|
268
|
+
"error.FailedToCreateResourceGroup2": "未能创建资源组 \"%s\",原因为 %s",
|
|
269
|
+
"error.FailedToCreateResourceGroup3": "未能创建资源组 \"%s\"",
|
|
270
|
+
"error.FailedToListResourceGroupLocation": "未能列出资源组位置",
|
|
271
|
+
"error.UnsupportedPlatformVS": "VS 发布不应在平台 %s 上运行",
|
|
272
|
+
"error.BicepGenerationError": "无法生成 bicep 文件 %s。原因: %s",
|
|
273
|
+
"error.LocalBotEndpointNotConfigured": "未配置本地机器人终结点。请在 \".fx/default.user.data\" 中设置 \"fx-resource-local-debug.localBotEndpoint\" 然后重试。",
|
|
274
|
+
"error.InvalidLocalBotEndpointFormat": "本地机器人终结点格式无效: %s。",
|
|
275
|
+
"error.NgrokTunnelNotConnected": "Ngrok 隧道未连接。请检查网络设置,然后重试。",
|
|
276
|
+
"error.frontend.UnauthenticatedError": "无法获取用户登录信息。",
|
|
277
|
+
"error.frontend.InvalidConfigError": "获取无效的 %s。",
|
|
278
|
+
"error.frontend.CheckResourceGroupError": "无法检查资源组是否存在。",
|
|
279
|
+
"error.frontend.NoResourceGroupError": "找不到资源组。",
|
|
280
|
+
"error.frontend.CheckStorageError": "无法检查 Azure 存储帐户可用性。",
|
|
281
|
+
"error.frontend.StaticWebsiteDisabledError": "已为 Azure 存储帐户禁用静态网站托管功能。",
|
|
282
|
+
"error.frontend.InvalidStorageNameError": "Azure 存储名称无效。",
|
|
283
|
+
"error.frontend.EnableStaticWebsiteError": "无法为 Azure 存储帐户启用静态网站功能。",
|
|
284
|
+
"error.frontend.ClearStorageError": "无法清除 Azure 存储帐户。",
|
|
285
|
+
"error.frontend.UploadToStorageError": "无法将本地路径 %s 上传到 Azure 存储帐户。",
|
|
286
|
+
"error.frontend.GetContainerError": "无法从 Azure 存储帐户获取容器 %s。",
|
|
287
|
+
"error.frontend.UnknownScaffoldError": "未能搭建项目基架会导致未知原因。",
|
|
288
|
+
"error.frontend.TemplateZipFallbackError": "无法下载 zip 包并打开本地 zip 包。",
|
|
289
|
+
"error.frontend.UnzipTemplateError": "无法解压缩模板包。",
|
|
290
|
+
"error.frontend.NoBuildPathError": "找不到 \"%s\" 文件夹。",
|
|
291
|
+
"error.frontend.BuildError": "无法生成 Tab 应用。",
|
|
292
|
+
"error.frontend.NpmInstallError": "无法为 Tab 应用运行 \"npm install\"。",
|
|
293
|
+
"error.frontend.InvalidTabLanguageError": "选项卡尚不支持所选编程语言。",
|
|
294
|
+
"error.frontend.NotImplemented": "未实现。",
|
|
295
|
+
"error.frontend.UnhandledError": "未处理的错误。",
|
|
296
|
+
"error.frontend.FailedSaveEnv": "无法将环境变量保存到 %s。你的应用可能无法正常工作。",
|
|
297
|
+
"error.frontend.FailedLoadEnv": "未能从 %s 加载环境变量。你的应用可能无法正常工作。",
|
|
298
|
+
"error.appstudio.executeUserTaskRouteFailed": "无法路由函数调用: %s}",
|
|
299
|
+
"error.appstudio.fileNotFoundError": "未找到文件 %s。",
|
|
300
|
+
"error.appstudio.notADirectoryError": "%s 不是目录。",
|
|
301
|
+
"error.appstudio.remoteTeamsAppCreateFailed": "由于 %s、%s,无法在 App Studio 中创建远程团队应用",
|
|
302
|
+
"error.appstudio.remoteTeamsAppUpdateFailed": "由于 %s、%s,无法更新 App Studio 中的远程团队应用",
|
|
303
|
+
"error.appstudio.localTeamsAppCreateFailed": "由于 %s、%s,无法在 app Studio 中创建本地调试团队应用",
|
|
304
|
+
"error.appstudio.localTeamsAppUpdateFailed": "由于 %s、%s,无法更新 App Studio 中的本地调试团队应用",
|
|
305
|
+
"error.appstudio.teamsAppCreateFailed": "由于 %s、%s,无法在 App Studio 中创建 Teams 应用",
|
|
306
|
+
"error.appstudio.teamsAppUpdateFailed": "无法更新 ID 为 %s 的 Teams 应用。",
|
|
307
|
+
"error.appstudio.teamsAppNotFound": "找不到 ID 为 %s 的团队应用",
|
|
308
|
+
"error.appstudio.noAppStudioToken": "无法获取 App Studio 令牌。",
|
|
309
|
+
"error.appstudio.invalidManifest": "无法分析清单字符串,错误: %s。这可能是由无效配置导致的。%s",
|
|
310
|
+
"error.appstudio.loadManifest": "未能读取清单文件,错误: %s",
|
|
311
|
+
"error.appstudio.getLocalConfigFailed": "缺少清单的配置数据。可能需要先运行“本地调试”。%s",
|
|
312
|
+
"error.appstudio.getRemoteConfigFailed": "缺少清单的配置数据。%s",
|
|
313
|
+
"error.appstudio.publishFailed": "未能发布 ID 为 %s 的 Teams 应用。",
|
|
314
|
+
"error.appstudio.publishCancelled": "已取消名为 %s 的 Teams 应用的发布。",
|
|
315
|
+
"error.appstudio.buildError": "Teams 包生成失败!",
|
|
316
|
+
"error.appstudio.scaffoldFailed": "Teams 应用基架失败!",
|
|
317
|
+
"error.appstudio.checkPermissionFailed": "检查权限失败。原因: %s",
|
|
318
|
+
"error.appstudio.grantPermissionFailed": "授予权限失败。原因: %s",
|
|
319
|
+
"error.appstudio.listCollaboratorFailed": "列表协作者失败。原因: %s",
|
|
320
|
+
"error.appstudio.updateManifestCancelled": "已取消使用应用 %s 更新清单。",
|
|
321
|
+
"error.appstudio.updateManifestInvalidApp": "找不到 ID 为 %s 的团队应用。在将清单更新到 Teams 平台之前,必须先运行本地调试或预配。",
|
|
322
|
+
"error.appstudio.updateManifestFailed": "更新清单失败",
|
|
323
|
+
"error.appstudio.invalidCapability": "功能无效: %s",
|
|
324
|
+
"error.appstudio.capabilityExceedLimit": "无法添加功能 %s,它达到了上限。",
|
|
325
|
+
"error.appstudio.staticTabNotExist": "找不到实体 ID 为 %s 的静态选项卡,无法更新。",
|
|
326
|
+
"error.appstudio.capabilityNotExist": "功能 %s 在清单中不存在,无法更新。",
|
|
327
|
+
"error.appstudio.noEnvInfo": "无法从插件上下文中获取目标环境名称。",
|
|
328
|
+
"error.appstudio.validateFetchSchemaFailed": "无法从 %s 获取架构,消息: %s",
|
|
329
|
+
"error.appstudio.validateSchemaNotDefined": "未定义清单架构",
|
|
330
|
+
"error.function.FunctionNameConflictError": "函数已存在,请选择其他名称。",
|
|
331
|
+
"error.function.FetchConfigError": "无法从配置中找到 %s。",
|
|
332
|
+
"error.function.ValidationError": "无效 %s。",
|
|
333
|
+
"error.function.TemplateZipNetworkError": "无法从 %s 下载 zip 包。",
|
|
334
|
+
"error.function.TemplateZipFallbackError": "无法下载 zip 包并打开本地 zip 包。",
|
|
335
|
+
"error.function.UnzipError": "无法解压缩模板并写入磁盘。",
|
|
336
|
+
"error.function.ConfigFunctionAppError": "无法检索或更新函数应用设置。",
|
|
337
|
+
"error.function.FunctionAppOpError": "无法在函数应用上执行 \"%s\"。",
|
|
338
|
+
"error.function.InstallTeamsFxBindingError": "无法安装 Azure Functions 绑定。",
|
|
339
|
+
"error.function.InstallNpmPackageError": "无法安装 NPM 包。",
|
|
340
|
+
"error.function.InitAzureSDKError": "未能初始化 Azure SDK 客户端。",
|
|
341
|
+
"error.function.ZipError": "无法生成 zip 包。",
|
|
342
|
+
"error.function.PublishCredentialError": "无法检索发布凭据。",
|
|
343
|
+
"error.function.FindAppError": "找不到函数应用。",
|
|
344
|
+
"error.function.UploadZipError": "无法上传 zip 包。",
|
|
345
|
+
"error.function.UnknownFallbackError": "由未知原因导致的触发器回退。",
|
|
346
|
+
"error.dotnet.FileIOError": "无法读取/写入 %s。",
|
|
347
|
+
"error.dotnet.UploadZipError": "无法上传 zip 包。",
|
|
348
|
+
"error.dotnet.PublishCredentialError": "无法检索发布凭据。",
|
|
349
|
+
"error.dotnet.ZipError": "无法生成 zip 包。",
|
|
350
|
+
"error.dotnet.BuildError": "无法生成 Dotnet 项目。",
|
|
351
|
+
"error.dotnet.ProjectPathError": "找不到目标项目 %s。",
|
|
352
|
+
"error.dotnet.FetchConfigError": "未能从配置中找到 %s",
|
|
353
|
+
"error.dotnet.NoProjectSettingError": "未能加载项目设置",
|
|
354
|
+
"error.dotnet.UnhandledError": "未处理的错误。",
|
|
355
|
+
"core.QuestionAppName.validation.pattern": "应用程序名称必须以字母开头,并且只能包含字母和数字。",
|
|
356
|
+
"core.QuestionAppName.validation.pathExist": "路径存在: %s。选择其他应用程序名称。",
|
|
357
|
+
"core.ProgrammingLanguageQuestion.title": "编程语言",
|
|
358
|
+
"core.ProgrammingLanguageQuestion.placeholder": "选择编程语言。",
|
|
359
|
+
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx 目前仅支持 TypeScript。",
|
|
360
|
+
"core.TabOption.description": "基于 UI 的应用",
|
|
361
|
+
"core.TabOption.detail": "Microsoft Teams 中嵌入的 Teams 感知网页",
|
|
362
|
+
"core.BotOption.description": "对话代理",
|
|
363
|
+
"core.BotOption.detail": "通过对话运行简单且重复的自动化任务",
|
|
364
|
+
"core.MessageExtensionOption.description": "用户在 Teams 中撰写邮件时的自定义 UI",
|
|
365
|
+
"core.MessageExtensionOption.detail": "插入应用内容或在不离开对话的情况下对消息执行操作",
|
|
366
|
+
"core.NotificationOption.description": "通知",
|
|
367
|
+
"core.NotificationOption.detail": "发送消息以答复非来自用户的刺激",
|
|
368
|
+
"core.TabSPFxOption.description": "具有 SPFx 框架的 UI 基础应用",
|
|
369
|
+
"core.TabSPFxOption.detail": "Microsoft Teams 中嵌入了 SPFx 框架的 Teams 感知网页",
|
|
370
|
+
"core.Sso.description": "单一登录",
|
|
371
|
+
"core.Sso.detail": "在 Teams 应用中启用单一登录",
|
|
372
|
+
"core.createCapabilityQuestion.title": "选择功能",
|
|
373
|
+
"core.createCapabilityQuestion.placeholder": "至少选择 1 个功能",
|
|
374
|
+
"core.createCapabilityQuestion.validation1": "Teams 工具包仅在具有 Visual Studio Code 和 SharePoint 框架的 Teams 应用中提供 Tab 功能。机器人和消息传递扩展功能不可用",
|
|
375
|
+
"core.createCapabilityQuestion.validation2": "机器人和通知功能发生冲突",
|
|
376
|
+
"core.createCapabilityQuestion.validation3": "消息传递扩展和通知功能发生冲突",
|
|
377
|
+
"core.QuestionSelectTargetEnvironment.title": "选择环境",
|
|
378
|
+
"core.getQuestionNewTargetEnvironmentName.title": "新环境名称",
|
|
379
|
+
"core.getQuestionNewTargetEnvironmentName.placeholder": "新环境名称",
|
|
380
|
+
"core.getQuestionNewTargetEnvironmentName.validation1": "环境名称只能包含字母、数字、_、-。",
|
|
381
|
+
"core.getQuestionNewTargetEnvironmentName.validation2": "环境配置路径的长度将超出 Windows 的限制。",
|
|
382
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "无法创建环境 \"%s\"",
|
|
383
|
+
"core.getQuestionNewTargetEnvironmentName.validation4": "未能列出 env 配置",
|
|
384
|
+
"core.getQuestionNewTargetEnvironmentName.validation5": "项目环境 %s 已存在。",
|
|
385
|
+
"core.QuestionSelectSourceEnvironment.title": "选择要创建副本的环境",
|
|
386
|
+
"core.QuestionSelectResourceGroup.title": "选择资源组",
|
|
387
|
+
"core.QuestionNewResourceGroupName.placeholder": "新资源组名称",
|
|
388
|
+
"core.QuestionNewResourceGroupName.title": "新资源组名称",
|
|
389
|
+
"core.QuestionNewResourceGroupName.validation": "名称只能包含字母数字字符或符号 ._-()",
|
|
390
|
+
"core.QuestionNewResourceGroupLocation.title": "新资源组的位置",
|
|
391
|
+
"core.ScratchOptionYesVSC.label": "创建新 Teams 应用",
|
|
392
|
+
"core.ScratchOptionYesVSC.detail": "使用 Teams 工具包创建新应用程序。",
|
|
393
|
+
"core.ScratchOptionYes.label": "创建新 Teams 应用",
|
|
394
|
+
"core.ScratchOptionYes.detail": "使用 Teams 工具包创建新应用程序。",
|
|
395
|
+
"core.ScratchOptionNoVSC.label": "从示例开始",
|
|
396
|
+
"core.ScratchOptionNoVSC.detail": "使用现有示例作为新应用程序的起点。",
|
|
397
|
+
"core.ScratchOptionNo.label": "从示例开始",
|
|
398
|
+
"core.ScratchOptionNo.detail": "使用现有示例作为新应用程序的起点。",
|
|
399
|
+
"core.getCreateNewOrFromSampleQuestion.title": "Teams 工具包: 创建新的 Teams 应用",
|
|
400
|
+
"core.getCreateNewOrFromSampleQuestion.placeholder": "选择一个选项",
|
|
401
|
+
"core.SampleSelect.title": "从示例开始",
|
|
402
|
+
"core.SampleSelect.placeholder": "选择示例",
|
|
403
|
+
"core.HostTypeOptionAzure.label": "Azure",
|
|
404
|
+
"core.HostTypeOptionSPFx.label": "SharePoint 框架(SPFx)",
|
|
405
|
+
"core.AzureResourceSQL.label": "Azure SQL 数据库",
|
|
406
|
+
"core.AzureResourceSQL.description": "还将选择 Azure Function App 来访问 Azure SQL 数据库",
|
|
407
|
+
"core.AzureResourceFunction.label": "Azure 函数应用",
|
|
408
|
+
"core.AzureResourceApim.label": "在 Azure API Management 中注册 API",
|
|
409
|
+
"core.AzureResourceApim.description": "还将选择 Azure Function App 并作为 API 发布",
|
|
410
|
+
"core.AzureResourceKeyVault.label": "Azure 密钥保管库",
|
|
411
|
+
"core.AzureResourceKeyVault.description": "使用 Azure 密钥保管库保护运行时应用程序机密",
|
|
412
|
+
"core.getUserEmailQuestion.title": "将所有者添加到同一 M365 租户下的帐户的 Teams/AAD 应用(电子邮件)",
|
|
413
|
+
"core.getUserEmailQuestion.validation1": "电子邮件地址不能为 null 或为空",
|
|
414
|
+
"core.getUserEmailQuestion.validation2": "请将 [UserName] 更改为实际用户名",
|
|
415
|
+
"error.aad.GetAppError": "无法获取租户 \"%s\" 中对象 ID 为 \"%s\" 的 AAD 应用。请确保对象 ID 有效,或在 %s 中删除 %s 下的 \"objectId\",然后重试。",
|
|
416
|
+
"error.aad.GetAppConfigError": "无法从 Azure AD 应用设置获取 %s。请确保已正确配置 Azure AD 应用,或在 %s 中删除 %s 下的 \"objectId\",然后重试。",
|
|
417
|
+
"error.aad.GetSkipAppConfigError": "无法获取所有必要的信息。你需要在 %s 中 %s 下设置 %s、%s、%s、%s。",
|
|
418
|
+
"error.aad.CreateAppError": "未能在 Azure Active Directory 中创建应用。",
|
|
419
|
+
"error.aad.CreateSecretError": "`无法在 Azure Active Directory 中创建应用程序机密。`",
|
|
420
|
+
"error.aad.UpdateRedirectUriError": "无法更新 Azure Active Directory 中的应用程序重定向 URI。",
|
|
421
|
+
"error.aad.UpdateAppIdUriError": "无法更新 Azure Active Directory 中的应用程序 ID URI。%s",
|
|
422
|
+
"error.aad.UpdatePermissionError": "无法在 Azure Active Directory 中更新应用程序权限。",
|
|
423
|
+
"error.aad.AppIdUriInvalidError": "应用程序 ID URI 无效。在继续操作之前预配应用程序。",
|
|
424
|
+
"error.aad.InvalidSelectedPlugins": "所选插件无效。%s",
|
|
425
|
+
"error.aad.ParsePermissionError": "无法分析权限请求。",
|
|
426
|
+
"error.aad.UnhandledError": "未处理的错误。",
|
|
427
|
+
"error.aad.UnknownPermissionName": "找不到资源: %s。%s",
|
|
428
|
+
"error.aad.UnknownPermissionRole": "找不到资源 \"%s\" 的角色 \"%s\" 。%s",
|
|
429
|
+
"error.aad.UnknownPermissionScope": "找不到资源 \"%s\" 的范围 \"%s\" 。%s",
|
|
430
|
+
"error.aad.GetTokenError": "无法获取 %s 的用户登录信息。",
|
|
431
|
+
"error.aad.TenantNotExistError": "无法从用户登录名获取租户信息。",
|
|
432
|
+
"error.aad.MissingPermissionsRequestProvider": "插件上下文中缺少 permissionRequestProvider",
|
|
433
|
+
"error.aad.CheckPermissionError": "权限检查失败。",
|
|
434
|
+
"error.aad.GrantPermissionError": "%s: %s。无法授予权限。",
|
|
435
|
+
"error.aad.ListCollaboratorError": "未能列出协作者。",
|
|
436
|
+
"error.aad.GetDisplayNameError": "无法获取显示名称。",
|
|
437
|
+
"error.aad.GetConfigError": "未能获取 %s 的配置值 \"%s\"。",
|
|
438
|
+
"error.aad.FormatError": "%s 的格式无效。值: %s。",
|
|
439
|
+
"error.aad.client.CreateFailed": "无法在 Azure Active Directory 中创建应用程序注册。",
|
|
440
|
+
"error.aad.client.UpdateFailed": "无法在 Azure Active Directory 中更新应用程序注册。",
|
|
441
|
+
"error.aad.client.CreateSecretFailed": "无法在 Azure Active Directory 中创建应用程序机密。",
|
|
442
|
+
"error.aad.client.GetFailed": "无法检索 Azure Active Directory 应用程序注册。",
|
|
443
|
+
"error.aad.client.CheckPermissionFailed": "无法在 Azure Active Directory 中检查权限。",
|
|
444
|
+
"error.aad.client.GrantPermissionFailed": "未能在 Azure Active Directory 中授予权限。",
|
|
445
|
+
"error.aad.client.AppDefinitionIsNull": "缺少应用程序定义。",
|
|
446
|
+
"error.aad.client.AppObjectIdIsNull": "缺少对象 ID。",
|
|
447
|
+
"error.aad.client.EmptyResponse": "缺少响应。",
|
|
448
|
+
"error.aad.client.ReachRetryLimit": "超出了重试限制。",
|
|
449
|
+
"plugins.aad.NoSelection": "找不到 Azure AD 应用。不会更新权限。需要先运行预配或本地调试。",
|
|
450
|
+
"plugins.aad.UserCancelled": "用户已取消选择。",
|
|
451
|
+
"plugins.aad.UpdatePermissionSuccessMessage": "已成功更新 Azure AD 应用的权限。可以转到 Azure 门户来检查权限或授予管理员同意。",
|
|
452
|
+
"plugins.aad.SkipProvision": "已跳过 Azure AD 应用预配。需要手动预配和配置 Azure AD 应用。",
|
|
453
|
+
"plugins.aad.OwnerAlreadyAdded": "用户 %s 已被添加为 Azure AD 应用 %s 的所有者。",
|
|
454
|
+
"plugins.aad.StepFailedAndSkipped": "步骤失败: %s。需要转到 Azure 门户并手动为提供的 Azure AD 应用使用 %s。",
|
|
455
|
+
"plugins.aad.UpdatePermissionHelpMessage": "更新“API 权限”下的权限",
|
|
456
|
+
"plugins.aad.UpdateAppIdUriHelpMessage": "在“公开 API”下设置 \"%s\" 为“应用程序 ID URI”",
|
|
457
|
+
"plugins.aad.UpdateRedirectUriHelpMessage": "在“身份验证”下设置 \"%s\" 为“重定向 URI”",
|
|
458
|
+
"plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "选择“打开 API 文档”。",
|
|
459
|
+
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "输入 API 名称前缀。",
|
|
460
|
+
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "API 的唯一名称将是 \"{api-prefix}-{resource-suffix}-{api-version}\"。",
|
|
461
|
+
"plugins.apim.QuestionConstants.VSCode.ApiVersion.description": "选择 API 版本。",
|
|
462
|
+
"plugins.apim.QuestionConstants.VSCode.ApiVersion.createNewApiVersionOption": "+ 创建新的 API 版本",
|
|
463
|
+
"plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "输入 API 版本。",
|
|
464
|
+
"plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "打开 API 文档文件路径。",
|
|
465
|
+
"plugins.apim.QuestionConstants.CLI.ApiPrefix.description": "API 名称前缀。API 的默认唯一名称将是 \"{api-prefix}-{resource-suffix}-{api-version}\"。",
|
|
466
|
+
"plugins.apim.QuestionConstants.CLI.ApiId.description": "要更新的 API 的唯一名称。",
|
|
467
|
+
"plugins.apim.QuestionConstants.CLI.ApiVersion.description": "API 版本。",
|
|
468
|
+
"plugins.apim.ValidationConstants.resourceIdValidPattern.message": "值在数字或字母前后时只能包含数字、字母、连字符。",
|
|
469
|
+
"plugins.apim.ValidationConstants.defaultValidPattern.message": "值不能包含 \"*#&+:<>?\" 中的任何字符。",
|
|
470
|
+
"plugins.apim.ValidationConstants.guidValidPattern.message": "此值应为一个 GUID。",
|
|
471
|
+
"plugins.apim.ValidationConstants.CLI.invalidOptionMessage": "选项 '--%s' 的值无效。",
|
|
472
|
+
"plugins.apim.ValidationConstants.CLI.emptyOptionMessage": "选项 \"--%s\" 是必需的。请设置 \"--%s\" 的值",
|
|
473
|
+
"plugins.apim.ValidationConstants.CLI.overrideOptionMessage": "无法重写选项 \"--%s\"。请删除选项 \"--%s\"",
|
|
474
|
+
"plugins.apim.RetryOperation.Create": "创建新项目",
|
|
475
|
+
"plugins.apim.RetryOperation.Update": "添加 API Management 资源",
|
|
476
|
+
"plugins.apim.RetryOperation.Provision": "在云中预配",
|
|
477
|
+
"plugins.apim.RetryOperation.Deploy": "部署到云",
|
|
478
|
+
"plugins.apim.RetryOperation.Login": "登录到 Azure 并选择订阅",
|
|
479
|
+
"plugins.apim.ProgressMessages.Scaffold.Scaffold": "搭建 OpenAPI 文档的基架",
|
|
480
|
+
"plugins.apim.ProgressMessages.Provision.CreateApim": "创建 Azure API 管理服务",
|
|
481
|
+
"plugins.apim.ProgressMessages.Provision.CreateAad": "创建客户端 AAD 应用注册",
|
|
482
|
+
"plugins.apim.ProgressMessages.PostProvision.ConfigClientAad": "配置客户端 AAD 应用注册",
|
|
483
|
+
"plugins.apim.ProgressMessages.PostProvision.ConfigAppAad": "更新 Teams 应用的 AAD 应用",
|
|
484
|
+
"plugins.apim.ProgressMessages.Deploy.ImportApi": "将 API 导入 API 管理",
|
|
485
|
+
"plugins.apim.error.NoValidOpenApiDocument": "当前工作区中没有有效的 OpenApi 文档。",
|
|
486
|
+
"plugins.apim.error.InvalidOpenApiDocument": "文件 \"%s\" 不是有效的 OpenApi 文档。",
|
|
487
|
+
"plugins.apim.error.EmptyTitleInOpenApiDocument": "OpenApi 文档 \"%s\" 中的属性 \"title\" 不能为空。",
|
|
488
|
+
"plugins.apim.error.EmptyVersionInOpenApiDocument": "OpenApi 文档 \"%s\" 中的属性 \"version\" 不能为空。",
|
|
489
|
+
"plugins.apim.error.InvalidAadObjectId": "找不到对象 ID 为 \"%s\" 的 Azure Active Directory 应用程序。",
|
|
490
|
+
"plugins.apim.error.EmptyConfigValue": "\"%s\" 中缺失 \"%s\" 的项目配置 \"%s\"。请重试 %s 或手动设置值。",
|
|
491
|
+
"plugins.apim.error.NoPluginConfig": "找不到 %s 配置。请重试 %s。",
|
|
492
|
+
"plugins.apim.error.InvalidConfigValue": "\"%s\" 的项目配置 \"%s\" 无效。%s",
|
|
493
|
+
"plugins.apim.error.ApimOperationError": "未能 %s %s。",
|
|
494
|
+
"plugins.apim.error.AadOperationError": "未能 %s %s。",
|
|
495
|
+
"plugins.apim.error.InvalidCliOptionError": "选项无效。%s",
|
|
496
|
+
"plugins.apim.error.NotImplemented": "未实现。",
|
|
497
|
+
"plugins.apim.error.InvalidFunctionEndpoint": "函数终结点方案应为 \"http\" 或 \"https\"。",
|
|
498
|
+
"plugins.apim.error.EmptyProperty": "属性 \"%s\" 为空。",
|
|
499
|
+
"plugins.apim.error.InvalidPropertyType": "属性 \"%s\" 不是 \"%s\" 类型。",
|
|
500
|
+
"plugins.apim.error.ShortenToEmpty": "值 \"%s\" 不能缩短为空。",
|
|
501
|
+
"plugins.apim.error.UnhandledError": "未处理的错误。",
|
|
502
|
+
"plugins.apim.error.FailedToParseResourceIdError": "无法从资源 ID: \"%s\" 获取 \"%s\"。",
|
|
503
|
+
"error.sa.NoConfigError": "无法从 \"%s\" 获取 \"%s\" 的配置值。",
|
|
504
|
+
"error.sa.UnauthenticatedError": "无法获取用户登录信息。",
|
|
505
|
+
"error.sa.CreateAppServicePlanError": "未能创建应用服务计划: %s",
|
|
506
|
+
"error.sa.FreeServerFarmsQuotaError": "未能创建应用服务计划: %s",
|
|
507
|
+
"error.sa.MissingSubscriptionRegistrationError": "未能创建应用服务计划",
|
|
508
|
+
"error.sa.CreateWebAppError": "未能创建 Web 应用: %s",
|
|
509
|
+
"error.sa.ZipDeployError": "未能部署简单身份验证位: %s",
|
|
510
|
+
"error.sa.UpdateApplicationSettingsError": "无法更新应用程序设置: %s",
|
|
511
|
+
"error.sa.UnhandledError": "未处理的错误: %s",
|
|
512
|
+
"error.sa.EndpointInvalidError": "验证终结点失败: %s。原因: %s",
|
|
513
|
+
"error.sa.ZipDownloadError": "未能下载简单身份验证位: %s",
|
|
514
|
+
"error.sa.VersionFileNotExist": "无法从 %s 加载版本文件",
|
|
515
|
+
"plugins.sa.RegisterRersourceProviderFailed": "无法为简单身份验证注册所需的资源提供程序。原因: %s。手动注册所需的资源提供程序 %s。",
|
|
516
|
+
"plugins.sa.FreeServerFarmsQuotaErrorToUser": "订阅中允许的最大免费应用服务计划数为 10。请删除免费的应用服务计划,然后重试。",
|
|
517
|
+
"core.getUserEmailQuestion.validation3": "电子邮件地址无效",
|
|
518
|
+
"plugins.bot.DetailedError": "错误详细信息: %s。",
|
|
519
|
+
"plugins.bot.DetailedErrorReason": "原因: %s",
|
|
520
|
+
"plugins.bot.UnhandledError": "收到未处理的错误: %s",
|
|
521
|
+
"plugins.bot.ErrorSuggestions": "建议: %s",
|
|
522
|
+
"plugins.bot.InvalidValue": "%s 无效,值为: %s",
|
|
523
|
+
"plugins.bot.TemplateZipFallbackError": "无法下载 zip 包并打开本地 zip 包。",
|
|
524
|
+
"plugins.bot.UnzipError": "无法解压缩模板并写入磁盘。",
|
|
525
|
+
"plugins.bot.RegisterResourceProviderError": "无法为应用注册所需的资源提供程序。",
|
|
526
|
+
"plugins.bot.SelectValidValues": "请为 %s 选择有效值",
|
|
527
|
+
"plugins.bot.SomethingIsMissing": "缺少 %s。",
|
|
528
|
+
"plugins.bot.SomethingNotFound": "找不到 {0}。",
|
|
529
|
+
"plugins.bot.SomethingNotExisting": "%s 不存在。",
|
|
530
|
+
"plugins.bot.FailedToCreate": "未能创建 %s",
|
|
531
|
+
"plugins.bot.FailedToProvision": "无法预配 %s。",
|
|
532
|
+
"plugins.bot.FailedToUpdateConfigs": "未能更新 %s 的配置",
|
|
533
|
+
"plugins.bot.FailedListPublishingCredentials": "未能列出发布凭据。",
|
|
534
|
+
"plugins.bot.FailedDeployZipFile": "无法部署 zip 文件。",
|
|
535
|
+
"plugins.bot.FailedUpdateMessageEndpoint": "无法使用 %s 更新消息终结点",
|
|
536
|
+
"plugins.bot.DownloadFail": "未能从 %s 下载。",
|
|
537
|
+
"plugins.bot.ClickGetHelp": "有关更多详细信息,请单击“获取帮助”按钮。",
|
|
538
|
+
"plugins.bot.FailToRun": "未能启动 %s",
|
|
539
|
+
"plugins.bot.PerformCommand": "在 %s 之前执行命令 %s。",
|
|
540
|
+
"plugins.bot.FailToCallAppStudioApi": "无法调用 App Studio 的 API 来检查 AAD 应用程序是否存在。",
|
|
541
|
+
"plugins.bot.SuccessfullyRetrievedZip": "已成功从 %s 检索 zip 包",
|
|
542
|
+
"plugins.bot.FallingUseLocalTemplate": "回退以使用本地模板 zip。",
|
|
543
|
+
"plugins.bot.ResourceProvider": "资源提供程序 %s 已存在,无需注册。",
|
|
544
|
+
"plugins.bot.BotResourceExists": "%s 上已存在机器人资源,请跳过机器人资源创建。",
|
|
545
|
+
"plugins.bot.WorkingDirMissing": "缺少工作目录。",
|
|
546
|
+
"plugins.bot.FailRetrieveAzureCredentials": "无法检索 Azure 凭据。",
|
|
547
|
+
"plugins.bot.LoginToAzure": "登录 Azure。",
|
|
548
|
+
"plugins.bot.SkipDeployment": "正在跳过部署: 未找到更新。",
|
|
549
|
+
"plugins.bot.ScaffoldingBot": "正在搭建机器人的基架。",
|
|
550
|
+
"plugins.bot.ScaffoldingBotSuccess": "已成功搭建机器人基架。",
|
|
551
|
+
"plugins.bot.PreProvisionBot": "正在预配机器人。",
|
|
552
|
+
"plugins.bot.ProvisionBot": "正在预配机器人。",
|
|
553
|
+
"plugins.bot.PreDeployingBot": "预部署机器人。",
|
|
554
|
+
"plugins.bot.DeployingBot": "正在部署机器人。",
|
|
555
|
+
"plugins.bot.DeployingBotSuccess": "已成功部署机器人。",
|
|
556
|
+
"plugins.bot.GeneratingBotARMTemplates": "正在生成机器人的 ARM 模板。",
|
|
557
|
+
"plugins.bot.GeneratingARMTemplatesSuccess": "已成功生成机器人的 ARM 模板。",
|
|
558
|
+
"plugins.bot.UpdateBotARMTemplates": "正在更新机器人的 ARM 模板。",
|
|
559
|
+
"plugins.bot.UpdateBotARMTemplatesSuccess": "已成功更新机器人的 ARM 模板。",
|
|
560
|
+
"plugins.bot.GetBotAADSuccess": "已成功获取现有的机器人 AAD 应用凭据。",
|
|
561
|
+
"plugins.bot.CreateBotAADSuccess": "已成功创建机器人 AAD 应用。",
|
|
562
|
+
"plugins.bot.UpdateAzureWebAppSetting": "正在更新 Azure Web 应用的应用设置。",
|
|
563
|
+
"plugins.bot.ProvisionBotRegistration": "正在预配机器人注册。",
|
|
564
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "已成功预配机器人注册。",
|
|
565
|
+
"plugins.bot.SubscriptionNoRegister": "订阅未注册使用命名空间 \"Microsoft.BotService\"。",
|
|
566
|
+
"plugins.bot.RetryCurrent": "请重试当前步骤。",
|
|
567
|
+
"plugins.bot.RegisterSubscription": "请注册订阅以使用命名空间 \"Microsoft.BotService\"。",
|
|
568
|
+
"plugins.bot.RecoverConfig": "请恢复配置值。",
|
|
569
|
+
"plugins.bot.RecreateProject": "请重新创建项目。",
|
|
570
|
+
"plugins.bot.CheckCommandOutput": "请检查命令输出并尝试修复它。",
|
|
571
|
+
"plugins.bot.DeleteExistsAzureBotChannelRegistrations": "请删除现有的 Azure 机器人通道注册。",
|
|
572
|
+
"plugins.bot.DelAzureBotChannel": "如果 Azure 帐户已切换,请不要忘记删除上一个帐户下的 Azure 机器人通道注册。",
|
|
573
|
+
"plugins.bot.CheckLogAndFix": "请检查登录输出通道并尝试解决此问题。",
|
|
574
|
+
"plugins.bot.RegisterResourceProviderManually": "手动为订阅注册 %s 资源提供程序。",
|
|
575
|
+
"plugins.bot.CheckPathWriteAccess": "请检查路径 %s 是否存在,并且你对它具有写入访问权限。如果没有,请将项目移动到有效路径。",
|
|
576
|
+
"plugins.bot.AzureWebApp": "Azure Web 应用",
|
|
577
|
+
"plugins.bot.AzureBotServiceChannelRegistration": "Azure 机器人服务频道注册",
|
|
578
|
+
"plugins.bot.TeamsChannel": "Teams 频道",
|
|
579
|
+
"plugins.bot.AadApp": "AAD 应用",
|
|
580
|
+
"plugins.bot.AadClientSecret": "AAD 客户端密码",
|
|
581
|
+
"plugins.bot.AppStudioBotRegistration": "App Studio 机器人注册",
|
|
582
|
+
"plugins.function.askNodeVersion": "选择函数应用的节点版本。",
|
|
583
|
+
"plugins.function.askFunctionName": "提供函数名称。",
|
|
584
|
+
"plugins.function.checkDotNetVersion": "检查 .NET Core 版本。",
|
|
585
|
+
"plugins.function.buildFunctionComponent": "生成 API 项目。",
|
|
586
|
+
"plugins.function.dotNetVersionUnexpected": "安装的 .NET Core 版本为 \"${current}\"。建议使用版本 \"%s\"。",
|
|
587
|
+
"plugins.function.installFunctionExtensions": "正在安装 Azure Functions 绑定。",
|
|
588
|
+
"plugins.function.noChange": "自上次部署以来未检测到任何更改。",
|
|
589
|
+
"plugins.function.skipDeployment": "跳过函数项目的部署,因为未检测到任何更改。若要完全重新部署函数项目,请删除 \"%s\" 文件夹并重新运行该命令。",
|
|
590
|
+
"plugins.function.failedToInstallDotnet": "无法安装 .NET SDK,错误 = \"%s\"",
|
|
591
|
+
"plugins.function.getTemplateFrom": "正在从 \"%s\" 检索模板。",
|
|
592
|
+
"plugins.function.getTemplateFromLocal": "未能从 github 获取最新模板,请尝试使用本地模板。",
|
|
593
|
+
"plugins.function.projectScaffoldAt": "项目基架位于 \"%s\"。",
|
|
594
|
+
"plugins.function.generateStorageAccountName": "使用 Azure 存储帐户名称: %s。",
|
|
595
|
+
"plugins.function.generateAppServicePlanName": "使用 Azure 应用服务计划名称: %s。",
|
|
596
|
+
"plugins.function.generateFunctionAppName": "使用函数应用名称: %s。",
|
|
597
|
+
"plugins.function.ensureResourceProviders": "正在为订阅 ${subscriptionId} 注册所需的资源提供程序 %s...",
|
|
598
|
+
"plugins.function.checkResource": "在资源组 \"%s\" 下检查名称为 \"%s\" 的资源 \"%s\"。",
|
|
599
|
+
"plugins.function.resourceCreating": "资源不存在。正在创建...",
|
|
600
|
+
"plugins.function.resourceExists": "资源存在。正在跳过",
|
|
601
|
+
"plugins.function.functionAppConfigIsEmpty": "函数应用配置为空。",
|
|
602
|
+
"plugins.function.functionAppSettingsUpdated": "函数应用设置已更新。",
|
|
603
|
+
"plugins.function.functionAppAuthSettingsUpdated": "函数应用身份验证设置已更新。",
|
|
604
|
+
"plugins.function.dependPluginDetected": "找到了从属插件 \"%s\"; 正在更新函数应用设置。",
|
|
605
|
+
"plugins.function.dotnetVersion": "找到 .NET SDK 版本 %s。",
|
|
606
|
+
"plugins.function.uploadZipSize": "上传 zip 包(%sB)。",
|
|
607
|
+
"plugins.function.succeedWithRetry": "已成功完成 \"%s\"。重试计数为 %s。",
|
|
608
|
+
"plugins.function.reuseZipNotice": "已找到 %s。如果部署后出现错误,请删除此文件,然后重试。",
|
|
609
|
+
"plugins.function.invalidFunctionName": "函数名称无效。函数名称只能包含字母数字字符。最大长度为 127 个字符。",
|
|
610
|
+
"plugins.function.functionAlreadyExists": "函数已存在。",
|
|
611
|
+
"plugins.function.noFunctionNameGiven": "未指定任何函数名称。",
|
|
612
|
+
"plugins.function.failToGetConnectionString": "无法检索 Azure 存储帐户连接字符串。",
|
|
613
|
+
"plugins.function.failToGetAppServicePlanId": "无法检索 Azure 应用服务计划 ID。",
|
|
614
|
+
"plugins.function.failToGetFunctionAppEndpoint": "无法检索函数应用终结点。",
|
|
615
|
+
"plugins.function.failToFindFunctionApp": "找不到函数应用。",
|
|
616
|
+
"plugins.function.failToQueryPublishCred": "找不到发布凭据。",
|
|
617
|
+
"error.depChecker.DefaultErrorMessage": "手动安装所需的依赖项。",
|
|
618
|
+
"depChecker.learnMoreButtonText": "了解更多",
|
|
619
|
+
"depChecker.startInstallFunctionCoreTool": "下载并安装 @NameVersion。",
|
|
620
|
+
"depChecker.finishInstallFunctionCoreTool": "已成功安装 @NameVersion。",
|
|
621
|
+
"depChecker.needReplaceWithFuncCoreToolV3": "必须更新为 @NameVersion 才能调试本地函数。",
|
|
622
|
+
"depChecker.needInstallFuncCoreTool": "必须安装 @NameVersion 才能调试本地函数。",
|
|
623
|
+
"depChecker.failToInstallFuncCoreTool": "无法安装 @NameVersion。手动安装 @NameVersion。",
|
|
624
|
+
"depChecker.failToValidateFuncCoreTool": "安装后验证 @NameVersion 失败。",
|
|
625
|
+
"depChecker.startInstallNgrok": "下载并安装 @NameVersion。",
|
|
626
|
+
"depChecker.finishInstallNgrok": "已成功安装 @NameVersion。",
|
|
627
|
+
"depChecker.needInstallNgrok": "必须安装 @NameVersion 才能调试本地机器人。",
|
|
628
|
+
"depChecker.failToInstallNgrok": "无法安装 @NameVersion。手动安装 @NameVersion。",
|
|
629
|
+
"depChecker.failToValidateNgrok": "安装后验证 @NameVersion 失败。",
|
|
630
|
+
"depChecker.downloadDotnet": "下载并安装可移植版本的 @NameVersion,该版本将安装到 @InstallDir,不会影响环境。",
|
|
631
|
+
"depChecker.finishInstallDotnet": "已成功安装 @NameVersion。",
|
|
632
|
+
"depChecker.useGlobalDotnet": "使用 PATH 中的 dotnet:",
|
|
633
|
+
"depChecker.dotnetInstallStderr": "dotnet-install 命令失败,没有错误退出代码,但出现非空标准错误。",
|
|
634
|
+
"depChecker.dotnetInstallErrorCode": "dotnet-install 命令失败。",
|
|
635
|
+
"depChecker.failToInstallDotnet": "无法安装 @NameVersion。手动安装 @NameVersion 并重启Visual Studio Code。",
|
|
636
|
+
"depChecker.NodeNotFound": "找不到 Node.js。\n\nTeams Toolkit 需要 Node.js,建议的版本为 v14。\n\n单击“了解详细信息”了解如何安装 Node.js。\n\n(如果刚刚安装 Node.js,请重启 Visual Studio Code 以使更改生效。)",
|
|
637
|
+
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion)不在支持的版本列表(@SupportedVersions)中。\n\n单击“了解详细信息”以详细了解支持的 Node.js versions。\n\n(如果刚刚安装 Node.js(@SupportedVersions),请重启 Visual Studio Code 以使更改生效。)",
|
|
638
|
+
"depChecker.dotnetNotFound": "找不到 @NameVersion。有关需要 .NET SDK 的详细信息,请参阅 @HelpLink",
|
|
639
|
+
"depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。\n\n单击“安装”以安装 @InstallPackages。",
|
|
640
|
+
"depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。\n\n(如果刚刚安装 @SupportedPackages,请重启 Visual Studio Code 以使更改生效。)",
|
|
641
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。"
|
|
642
|
+
}
|