@microsoft/teamsfx-core 1.11.0 → 1.11.1-alpha.10d9b00a6.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/local/index.d.ts +1 -0
- package/build/common/local/index.d.ts.map +1 -1
- package/build/common/local/index.js +1 -0
- package/build/common/local/index.js.map +1 -1
- package/build/common/local/localCertificateManager.d.ts +1 -0
- package/build/common/local/localCertificateManager.d.ts.map +1 -1
- package/build/common/local/localCertificateManager.js +2 -0
- package/build/common/local/localCertificateManager.js.map +1 -1
- package/build/common/local/localTelemetryReporter.d.ts +69 -0
- package/build/common/local/localTelemetryReporter.d.ts.map +1 -0
- package/build/common/local/localTelemetryReporter.js +118 -0
- package/build/common/local/localTelemetryReporter.js.map +1 -0
- package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/local/projectSettingsHelper.js +20 -4
- package/build/common/local/projectSettingsHelper.js.map +1 -1
- package/build/common/projectSettingsHelperV3.d.ts +6 -0
- package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
- package/build/common/projectSettingsHelperV3.js +33 -1
- package/build/common/projectSettingsHelperV3.js.map +1 -1
- package/build/common/telemetry.d.ts +2 -1
- 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/templates-config.json +2 -2
- package/build/common/tools.d.ts +2 -5
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +17 -9
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +1 -0
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +11 -2
- package/build/common/utils.js.map +1 -1
- package/build/component/bicep.d.ts.map +1 -1
- package/build/component/bicep.js +0 -8
- package/build/component/bicep.js.map +1 -1
- package/build/component/code/botCode.d.ts +7 -2
- package/build/component/code/botCode.d.ts.map +1 -1
- package/build/component/code/botCode.js +94 -40
- package/build/component/code/botCode.js.map +1 -1
- package/build/component/code/tabCode.d.ts +10 -0
- package/build/component/code/tabCode.d.ts.map +1 -1
- package/build/component/code/tabCode.js +121 -0
- package/build/component/code/tabCode.js.map +1 -1
- package/build/component/connection/azureFunctionConfig.d.ts +10 -0
- package/build/component/connection/azureFunctionConfig.d.ts.map +1 -1
- package/build/component/connection/azureFunctionConfig.js +33 -0
- package/build/component/connection/azureFunctionConfig.js.map +1 -1
- package/build/component/connection/azureResourceConfig.d.ts +11 -0
- package/build/component/connection/azureResourceConfig.d.ts.map +1 -0
- package/build/component/connection/azureResourceConfig.js +77 -0
- package/build/component/connection/azureResourceConfig.js.map +1 -0
- package/build/component/connection/azureWebAppConfig.d.ts +4 -1
- package/build/component/connection/azureWebAppConfig.d.ts.map +1 -1
- package/build/component/connection/azureWebAppConfig.js +14 -63
- package/build/component/connection/azureWebAppConfig.js.map +1 -1
- package/build/component/constants.d.ts +60 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +62 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/core.d.ts +2 -1
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +68 -126
- package/build/component/core.js.map +1 -1
- package/build/component/debug.d.ts +4 -2
- package/build/component/debug.d.ts.map +1 -1
- package/build/component/debug.js +133 -16
- package/build/component/debug.js.map +1 -1
- package/build/component/envManager.d.ts +0 -2
- package/build/component/envManager.d.ts.map +1 -1
- package/build/component/envManager.js +84 -63
- package/build/component/envManager.js.map +1 -1
- package/build/component/feature/apiConnector.d.ts +17 -0
- package/build/component/feature/apiConnector.d.ts.map +1 -0
- package/build/component/feature/apiConnector.js +40 -0
- package/build/component/feature/apiConnector.js.map +1 -0
- package/build/component/feature/bot.d.ts +1 -0
- package/build/component/feature/bot.d.ts.map +1 -1
- package/build/component/feature/bot.js +29 -8
- package/build/component/feature/bot.js.map +1 -1
- package/build/component/feature/cicd.d.ts +15 -0
- package/build/component/feature/cicd.d.ts.map +1 -0
- package/build/component/feature/cicd.js +121 -0
- package/build/component/feature/cicd.js.map +1 -0
- package/build/component/feature/sql.d.ts +4 -2
- package/build/component/feature/sql.d.ts.map +1 -1
- package/build/component/feature/sql.js +25 -2
- package/build/component/feature/sql.js.map +1 -1
- package/build/component/feature/tab.d.ts.map +1 -1
- package/build/component/feature/tab.js +59 -57
- package/build/component/feature/tab.js.map +1 -1
- package/build/component/fx/preDeployAction.d.ts +7 -0
- package/build/component/fx/preDeployAction.d.ts.map +1 -0
- package/build/component/fx/preDeployAction.js +32 -0
- package/build/component/fx/preDeployAction.js.map +1 -0
- package/build/component/fx/preProvisionAction.d.ts +7 -0
- package/build/component/fx/preProvisionAction.d.ts.map +1 -0
- package/build/component/fx/preProvisionAction.js +63 -0
- package/build/component/fx/preProvisionAction.js.map +1 -0
- package/build/component/middleware/logger.d.ts +20 -0
- package/build/component/middleware/logger.d.ts.map +1 -0
- package/build/component/middleware/logger.js +50 -0
- package/build/component/middleware/logger.js.map +1 -0
- package/build/component/middleware/progressbar.d.ts +3 -0
- package/build/component/middleware/progressbar.d.ts.map +1 -0
- package/build/component/middleware/progressbar.js +22 -0
- package/build/component/middleware/progressbar.js.map +1 -0
- package/build/component/middleware/runWithCatchError.d.ts +6 -0
- package/build/component/middleware/runWithCatchError.d.ts.map +1 -0
- package/build/component/middleware/runWithCatchError.js +43 -0
- package/build/component/middleware/runWithCatchError.js.map +1 -0
- package/build/component/middleware/telemetry.d.ts +37 -0
- package/build/component/middleware/telemetry.d.ts.map +1 -0
- package/build/component/middleware/telemetry.js +70 -0
- package/build/component/middleware/telemetry.js.map +1 -0
- package/build/component/middleware/types.d.ts +25 -0
- package/build/component/middleware/types.d.ts.map +1 -0
- package/build/component/middleware/types.js +5 -0
- package/build/component/middleware/types.js.map +1 -0
- package/build/component/projectSettingsManager.d.ts +1 -1
- package/build/component/projectSettingsManager.d.ts.map +1 -1
- package/build/component/projectSettingsManager.js +7 -3
- package/build/component/projectSettingsManager.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts +2 -1
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +141 -107
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.d.ts +10 -3
- package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +136 -53
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/manifestProvider.d.ts +8 -0
- package/build/component/resource/appManifest/manifestProvider.d.ts.map +1 -0
- package/build/component/resource/appManifest/manifestProvider.js +27 -0
- package/build/component/resource/appManifest/manifestProvider.js.map +1 -0
- package/build/component/resource/azureFunction.d.ts +5 -3
- package/build/component/resource/azureFunction.d.ts.map +1 -1
- package/build/component/resource/azureFunction.js +55 -19
- package/build/component/resource/azureFunction.js.map +1 -1
- package/build/component/resource/azureResource.d.ts +12 -0
- package/build/component/resource/azureResource.d.ts.map +1 -0
- package/build/component/resource/azureResource.js +62 -0
- package/build/component/resource/azureResource.js.map +1 -0
- package/build/component/resource/azureSql/actions/configure.d.ts +27 -0
- package/build/component/resource/azureSql/actions/configure.d.ts.map +1 -0
- package/build/component/resource/azureSql/actions/configure.js +181 -0
- package/build/component/resource/azureSql/actions/configure.js.map +1 -0
- package/build/component/resource/azureSql/actions/generateBicep.d.ts +3 -0
- package/build/component/resource/azureSql/actions/generateBicep.d.ts.map +1 -0
- package/build/component/resource/azureSql/actions/generateBicep.js +59 -0
- package/build/component/resource/azureSql/actions/generateBicep.js.map +1 -0
- package/build/component/resource/azureSql/actions/provision.d.ts +11 -0
- package/build/component/resource/azureSql/actions/provision.d.ts.map +1 -0
- package/build/component/resource/azureSql/actions/provision.js +76 -0
- package/build/component/resource/azureSql/actions/provision.js.map +1 -0
- package/build/component/resource/{azureSql.d.ts → azureSql/azureSql.d.ts} +3 -4
- package/build/component/resource/azureSql/azureSql.d.ts.map +1 -0
- package/build/component/resource/azureSql/azureSql.js +34 -0
- package/build/component/resource/azureSql/azureSql.js.map +1 -0
- package/build/component/resource/azureSql/clients/management.d.ts +18 -0
- package/build/component/resource/azureSql/clients/management.d.ts.map +1 -0
- package/build/component/resource/azureSql/clients/management.js +111 -0
- package/build/component/resource/azureSql/clients/management.js.map +1 -0
- package/build/component/resource/azureSql/clients/sql.d.ts +13 -0
- package/build/component/resource/azureSql/clients/sql.d.ts.map +1 -0
- package/build/component/resource/azureSql/clients/sql.js +153 -0
- package/build/component/resource/azureSql/clients/sql.js.map +1 -0
- package/build/component/resource/azureSql/config.d.ts +7 -0
- package/build/component/resource/azureSql/config.d.ts.map +1 -0
- package/build/component/resource/azureSql/config.js +77 -0
- package/build/component/resource/azureSql/config.js.map +1 -0
- package/build/component/resource/azureSql/constants.d.ts +85 -0
- package/build/component/resource/azureSql/constants.d.ts.map +1 -0
- package/build/component/resource/azureSql/constants.js +95 -0
- package/build/component/resource/azureSql/constants.js.map +1 -0
- package/build/component/resource/azureSql/errors.d.ts +63 -0
- package/build/component/resource/azureSql/errors.d.ts.map +1 -0
- package/build/component/resource/azureSql/errors.js +107 -0
- package/build/component/resource/azureSql/errors.js.map +1 -0
- package/build/component/resource/azureSql/index.d.ts +2 -0
- package/build/component/resource/azureSql/index.d.ts.map +1 -0
- package/build/component/resource/azureSql/index.js +7 -0
- package/build/component/resource/azureSql/index.js.map +1 -0
- package/build/component/resource/azureSql/questions.d.ts +5 -0
- package/build/component/resource/azureSql/questions.d.ts.map +1 -0
- package/build/component/resource/azureSql/questions.js +48 -0
- package/build/component/resource/azureSql/questions.js.map +1 -0
- package/build/component/resource/azureSql/results.d.ts +10 -0
- package/build/component/resource/azureSql/results.d.ts.map +1 -0
- package/build/component/resource/azureSql/results.js +34 -0
- package/build/component/resource/azureSql/results.js.map +1 -0
- package/build/component/resource/azureSql/types.d.ts +12 -0
- package/build/component/resource/azureSql/types.d.ts.map +1 -0
- package/build/component/resource/azureSql/types.js +5 -0
- package/build/component/resource/azureSql/types.js.map +1 -0
- package/build/component/resource/azureSql/utils/checkInput.d.ts +10 -0
- package/build/component/resource/azureSql/utils/checkInput.d.ts.map +1 -0
- package/build/component/resource/azureSql/utils/checkInput.js +89 -0
- package/build/component/resource/azureSql/utils/checkInput.js.map +1 -0
- package/build/component/resource/azureSql/utils/common.d.ts +12 -0
- package/build/component/resource/azureSql/utils/common.d.ts.map +1 -0
- package/build/component/resource/azureSql/utils/common.js +51 -0
- package/build/component/resource/azureSql/utils/common.js.map +1 -0
- package/build/component/resource/azureStorage.d.ts +16 -3
- package/build/component/resource/azureStorage.d.ts.map +1 -1
- package/build/component/resource/azureStorage.js +51 -28
- package/build/component/resource/azureStorage.js.map +1 -1
- package/build/component/resource/azureWebApp.d.ts +8 -3
- package/build/component/resource/azureWebApp.d.ts.map +1 -1
- package/build/component/resource/azureWebApp.js +39 -35
- package/build/component/resource/azureWebApp.js.map +1 -1
- package/build/component/resource/botService.d.ts.map +1 -1
- package/build/component/resource/botService.js +26 -13
- package/build/component/resource/botService.js.map +1 -1
- package/build/component/resource/identity.d.ts +22 -0
- package/build/component/resource/identity.d.ts.map +1 -0
- package/build/component/resource/identity.js +24 -0
- package/build/component/resource/identity.js.map +1 -0
- package/build/component/utils.d.ts +5 -4
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +31 -15
- package/build/component/utils.js.map +1 -1
- package/build/component/workflow.d.ts.map +1 -1
- package/build/component/workflow.js +25 -15
- package/build/component/workflow.js.map +1 -1
- package/build/core/FxCore.d.ts +1 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +67 -47
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +14 -8
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +9 -5
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/questionModel.js +1 -1
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/questionModelV3.d.ts.map +1 -1
- package/build/core/middleware/questionModelV3.js +125 -5
- package/build/core/middleware/questionModelV3.js.map +1 -1
- package/build/core/question.d.ts +3 -2
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +3 -2
- package/build/core/question.js.map +1 -1
- package/build/plugins/resource/aad/aadAppClient.d.ts +3 -3
- package/build/plugins/resource/aad/aadAppClient.d.ts.map +1 -1
- package/build/plugins/resource/aad/aadAppClient.js +4 -4
- package/build/plugins/resource/aad/aadAppClient.js.map +1 -1
- package/build/plugins/resource/aad/plugin.d.ts.map +1 -1
- package/build/plugins/resource/aad/plugin.js +11 -11
- package/build/plugins/resource/aad/plugin.js.map +1 -1
- package/build/plugins/resource/aad/utils/configs.d.ts +3 -2
- package/build/plugins/resource/aad/utils/configs.d.ts.map +1 -1
- package/build/plugins/resource/aad/utils/configs.js +16 -23
- package/build/plugins/resource/aad/utils/configs.js.map +1 -1
- package/build/plugins/resource/aad/utils/tokenProvider.d.ts +2 -3
- package/build/plugins/resource/aad/utils/tokenProvider.d.ts.map +1 -1
- package/build/plugins/resource/aad/utils/tokenProvider.js +9 -4
- package/build/plugins/resource/aad/utils/tokenProvider.js.map +1 -1
- package/build/plugins/resource/aad/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/v3/index.js +6 -8
- package/build/plugins/resource/aad/v3/index.js.map +1 -1
- package/build/plugins/resource/apiconnector/plugin.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/plugin.js +40 -18
- package/build/plugins/resource/apiconnector/plugin.js.map +1 -1
- package/build/plugins/resource/apim/factory.d.ts +4 -4
- package/build/plugins/resource/apim/factory.d.ts.map +1 -1
- package/build/plugins/resource/apim/factory.js +10 -7
- package/build/plugins/resource/apim/factory.js.map +1 -1
- package/build/plugins/resource/apim/index.js +6 -4
- package/build/plugins/resource/apim/index.js.map +1 -1
- package/build/plugins/resource/apim/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/apim/v3/index.js +5 -4
- package/build/plugins/resource/apim/v3/index.js.map +1 -1
- package/build/plugins/resource/appstudio/appStudio.d.ts +0 -4
- package/build/plugins/resource/appstudio/appStudio.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/appStudio.js +41 -64
- package/build/plugins/resource/appstudio/appStudio.js.map +1 -1
- package/build/plugins/resource/appstudio/constants.d.ts +4 -4
- package/build/plugins/resource/appstudio/constants.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/constants.js +25 -25
- package/build/plugins/resource/appstudio/constants.js.map +1 -1
- package/build/plugins/resource/appstudio/errors.d.ts +1 -1
- package/build/plugins/resource/appstudio/errors.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/errors.js +3 -1
- package/build/plugins/resource/appstudio/errors.js.map +1 -1
- package/build/plugins/resource/appstudio/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/index.js +16 -7
- package/build/plugins/resource/appstudio/index.js.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js +12 -11
- package/build/plugins/resource/appstudio/manifestTemplate.js.map +1 -1
- package/build/plugins/resource/appstudio/plugin.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/plugin.js +98 -42
- package/build/plugins/resource/appstudio/plugin.js.map +1 -1
- package/build/plugins/resource/appstudio/utils/utils.d.ts +4 -0
- package/build/plugins/resource/appstudio/utils/utils.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/utils/utils.js +34 -1
- package/build/plugins/resource/appstudio/utils/utils.js.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.d.ts +2 -2
- package/build/plugins/resource/appstudio/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.js +1 -1
- package/build/plugins/resource/appstudio/v2/index.js.map +1 -1
- package/build/plugins/resource/appstudio/v3/index.d.ts +5 -5
- package/build/plugins/resource/appstudio/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v3/index.js +10 -6
- package/build/plugins/resource/appstudio/v3/index.js.map +1 -1
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +1 -1
- package/build/plugins/resource/bot/appStudio/appStudio.js +15 -2
- package/build/plugins/resource/bot/appStudio/appStudio.js.map +1 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +2 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +1 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.js +7 -7
- package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js +2 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/index.js +19 -47
- 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 +2 -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 +30 -9
- package/build/plugins/resource/bot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/question.d.ts +8 -6
- package/build/plugins/resource/bot/question.d.ts.map +1 -1
- package/build/plugins/resource/bot/question.js +42 -61
- package/build/plugins/resource/bot/question.js.map +1 -1
- package/build/plugins/resource/bot/resources/strings.d.ts +0 -5
- package/build/plugins/resource/bot/resources/strings.d.ts.map +1 -1
- package/build/plugins/resource/bot/resources/strings.js +1 -5
- package/build/plugins/resource/bot/resources/strings.js.map +1 -1
- package/build/plugins/resource/bot/utils/retryHandler.d.ts +1 -1
- package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +1 -1
- package/build/plugins/resource/bot/utils/retryHandler.js +1 -3
- package/build/plugins/resource/bot/utils/retryHandler.js.map +1 -1
- package/build/plugins/resource/bot/v2/common.d.ts +3 -1
- package/build/plugins/resource/bot/v2/common.d.ts.map +1 -1
- package/build/plugins/resource/bot/v2/common.js +23 -9
- package/build/plugins/resource/bot/v2/common.js.map +1 -1
- package/build/plugins/resource/bot/v2/enum.d.ts +5 -1
- package/build/plugins/resource/bot/v2/enum.d.ts.map +1 -1
- package/build/plugins/resource/bot/v2/enum.js +7 -2
- package/build/plugins/resource/bot/v2/enum.js.map +1 -1
- package/build/plugins/resource/bot/v2/mapping.d.ts +2 -0
- package/build/plugins/resource/bot/v2/mapping.d.ts.map +1 -1
- package/build/plugins/resource/bot/v2/mapping.js +27 -10
- package/build/plugins/resource/bot/v2/mapping.js.map +1 -1
- package/build/plugins/resource/bot/v2/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/v2/plugin.js +2 -0
- package/build/plugins/resource/bot/v2/plugin.js.map +1 -1
- package/build/plugins/resource/bot/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/v3/index.js +16 -5
- package/build/plugins/resource/bot/v3/index.js.map +1 -1
- package/build/plugins/resource/cicd/index.d.ts.map +1 -1
- package/build/plugins/resource/cicd/index.js +9 -67
- package/build/plugins/resource/cicd/index.js.map +1 -1
- package/build/plugins/resource/cicd/plugin.d.ts +1 -2
- package/build/plugins/resource/cicd/plugin.d.ts.map +1 -1
- package/build/plugins/resource/cicd/plugin.js +3 -8
- package/build/plugins/resource/cicd/plugin.js.map +1 -1
- package/build/plugins/resource/cicd/providers/provider.d.ts +2 -2
- package/build/plugins/resource/cicd/providers/provider.d.ts.map +1 -1
- package/build/plugins/resource/cicd/providers/provider.js +28 -10
- package/build/plugins/resource/cicd/providers/provider.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +6 -3
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
- package/build/plugins/resource/function/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/function/v3/index.js +2 -1
- package/build/plugins/resource/function/v3/index.js.map +1 -1
- package/build/plugins/resource/simpleauth/plugin.js +1 -1
- package/build/plugins/resource/simpleauth/plugin.js.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts +0 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js +0 -14
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts +0 -2
- package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js +1 -43
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/plugins/resource/spfx/error.d.ts +2 -0
- package/build/plugins/resource/spfx/error.d.ts.map +1 -1
- package/build/plugins/resource/spfx/error.js +9 -1
- package/build/plugins/resource/spfx/error.js.map +1 -1
- package/build/plugins/resource/spfx/index.d.ts.map +1 -1
- package/build/plugins/resource/spfx/index.js +4 -2
- package/build/plugins/resource/spfx/index.js.map +1 -1
- package/build/plugins/resource/spfx/plugin.d.ts.map +1 -1
- package/build/plugins/resource/spfx/plugin.js +15 -13
- package/build/plugins/resource/spfx/plugin.js.map +1 -1
- package/build/plugins/resource/spfx/utils/constants.d.ts +3 -0
- package/build/plugins/resource/spfx/utils/constants.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/constants.js +3 -0
- package/build/plugins/resource/spfx/utils/constants.js.map +1 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts +3 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/questions.js +28 -2
- package/build/plugins/resource/spfx/utils/questions.js.map +1 -1
- package/build/plugins/resource/spfx/utils/utils.d.ts +4 -0
- package/build/plugins/resource/spfx/utils/utils.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/utils.js +37 -0
- package/build/plugins/resource/spfx/utils/utils.js.map +1 -1
- package/build/plugins/resource/spfx/v3/plugin.d.ts.map +1 -1
- package/build/plugins/resource/spfx/v3/plugin.js +18 -13
- package/build/plugins/resource/spfx/v3/plugin.js.map +1 -1
- package/build/plugins/resource/utils4v2.d.ts.map +1 -1
- package/build/plugins/resource/utils4v2.js +9 -19
- package/build/plugins/resource/utils4v2.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +2 -5
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +5 -21
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/constants.d.ts +3 -1
- package/build/plugins/solution/fx-solution/constants.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/constants.js +2 -0
- package/build/plugins/solution/fx-solution/constants.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +2 -0
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +3 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.js +1 -2
- package/build/plugins/solution/fx-solution/debug/util/tasks.js.map +1 -1
- 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 +4 -2
- package/build/plugins/solution/fx-solution/question.js.map +1 -1
- package/build/plugins/solution/fx-solution/solution.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/solution.js +89 -69
- package/build/plugins/solution/fx-solution/solution.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +2 -3
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.js +3 -6
- package/build/plugins/solution/fx-solution/v2/adaptor.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/checkPermission.js +6 -6
- package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts +3 -3
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js +7 -5
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/deploy.js +10 -3
- package/build/plugins/solution/fx-solution/v2/deploy.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js +7 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.js +4 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/grantPermission.js +7 -7
- package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js +6 -6
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provision.js +7 -2
- package/build/plugins/solution/fx-solution/v2/provision.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js +12 -3
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/publish.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/publish.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/solution.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v2/solution.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +9 -3
- package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/addFeature.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v3/provision.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.js +13 -8
- package/build/plugins/solution/fx-solution/v3/provision.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/publish.d.ts +3 -3
- package/build/plugins/solution/fx-solution/v3/publish.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/publish.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/solution.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v3/solution.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/solution.js.map +1 -1
- package/build/plugins/solution/spfx-solution/addFeature.d.ts +2 -2
- package/build/plugins/solution/spfx-solution/addFeature.d.ts.map +1 -1
- package/build/plugins/solution/spfx-solution/addFeature.js.map +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +884 -641
- package/resource/package.nls.de.json +884 -641
- package/resource/package.nls.es.json +884 -641
- package/resource/package.nls.fr.json +884 -641
- package/resource/package.nls.it.json +884 -641
- package/resource/package.nls.ja.json +884 -641
- package/resource/package.nls.json +11 -2
- package/resource/package.nls.ko.json +884 -641
- package/resource/package.nls.pl.json +884 -641
- package/resource/package.nls.pt-BR.json +884 -641
- package/resource/package.nls.ru.json +884 -641
- package/resource/package.nls.tr.json +884 -641
- package/resource/package.nls.zh-Hans.json +884 -641
- package/resource/package.nls.zh-Hant.json +884 -641
- package/templates/bicep/azureFunction.config.module.bicep +62 -0
- package/templates/bicep/azureFunction.config.orchestration.bicep +12 -0
- package/templates/bicep/azureFunction.parameters.json +4 -0
- package/templates/bicep/azureFunction.provision.module.bicep +97 -0
- package/templates/bicep/azureFunction.provision.orchestration.bicep +17 -0
- package/templates/bicep/azureSql.provisionDatabase.orchestration.bicep +1 -1
- package/templates/bicep/azureStorage.provision.module.bicep +25 -0
- package/templates/bicep/azureStorage.provision.orchestration.bicep +15 -0
- package/templates/bicep/azureWebApp.provision.module.bicep +12 -5
- package/templates/bicep/identity.provision.module.bicep +15 -0
- package/templates/bicep/identity.provision.orchestration.bicep +14 -0
- package/templates/bicep/main.bicep +1 -1
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.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/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/hosting/bicep/function/functionProvision.template.bicep +12 -6
- package/build/component/resource/azureSql.d.ts.map +0 -1
- package/build/component/resource/azureSql.js +0 -119
- package/build/component/resource/azureSql.js.map +0 -1
- package/templates/fallback/blazor-base.csharp.default.zip +0 -0
- package/templates/fallback/bot.ts.notification.zip +0 -0
|
@@ -1,642 +1,885 @@
|
|
|
1
|
-
{
|
|
2
|
-
"core.create.successNotice": "
|
|
3
|
-
"core.init.successNotice": "您的專案已成功初始化,以使用 TeamsFx 操作。\n\n一些後續步驟:\nteamsfx 新增 <feature> 可讓您新增單一登入或 Teams 通知整合等功能。\n\n專業提示:\n閱讀 aka.ms/teams-manifest 以深入了解如何更新資訊清單檔案,以連線到您現有的啟動頁面體驗。",
|
|
4
|
-
"core.provision.confirmNotice": "Teams
|
|
5
|
-
"core.provision.confirmEnvNotice": "
|
|
6
|
-
"core.
|
|
7
|
-
"core.provision.
|
|
8
|
-
"core.provision.
|
|
9
|
-
"core.provision.
|
|
10
|
-
"core.provision.
|
|
11
|
-
"core.provision.
|
|
12
|
-
"core.
|
|
13
|
-
"core.deploy.
|
|
14
|
-
"core.deploy.
|
|
15
|
-
"core.deploy.
|
|
16
|
-
"core.deploy.
|
|
17
|
-
"core.deploy.
|
|
18
|
-
"core.
|
|
19
|
-
"core.
|
|
20
|
-
"core.
|
|
21
|
-
"core.
|
|
22
|
-
"core.
|
|
23
|
-
"core.
|
|
24
|
-
"core.
|
|
25
|
-
"core.
|
|
26
|
-
"core.
|
|
27
|
-
"core.addCapability.
|
|
28
|
-
"core.
|
|
29
|
-
"core.
|
|
30
|
-
"core.
|
|
31
|
-
"core.
|
|
32
|
-
"core.
|
|
33
|
-
"core.
|
|
34
|
-
"core.
|
|
35
|
-
"core.
|
|
36
|
-
"core.
|
|
37
|
-
"core.
|
|
38
|
-
"core.
|
|
39
|
-
"core.
|
|
40
|
-
"core.
|
|
41
|
-
"core.
|
|
42
|
-
"core.
|
|
43
|
-
"core.
|
|
44
|
-
"core.
|
|
45
|
-
"core.
|
|
46
|
-
"core.
|
|
47
|
-
"core.
|
|
48
|
-
"core.
|
|
49
|
-
"core.
|
|
50
|
-
"core.
|
|
51
|
-
"core.
|
|
52
|
-
"core.
|
|
53
|
-
"core.
|
|
54
|
-
"core.
|
|
55
|
-
"core.
|
|
56
|
-
"core.
|
|
57
|
-
"core.
|
|
58
|
-
"core.
|
|
59
|
-
"core.
|
|
60
|
-
"core.
|
|
61
|
-
"core.
|
|
62
|
-
"core.
|
|
63
|
-
"core.
|
|
64
|
-
"core.deployArmTemplates.
|
|
65
|
-
"core.
|
|
66
|
-
"core.
|
|
67
|
-
"core.
|
|
68
|
-
"core.
|
|
69
|
-
"core.
|
|
70
|
-
"core.
|
|
71
|
-
"core.
|
|
72
|
-
"core.
|
|
73
|
-
"core.
|
|
74
|
-
"core.
|
|
75
|
-
"core.
|
|
76
|
-
"core.
|
|
77
|
-
"core.
|
|
78
|
-
"core.
|
|
79
|
-
"core.
|
|
80
|
-
"core.
|
|
81
|
-
"core.
|
|
82
|
-
"core.
|
|
83
|
-
"core.
|
|
84
|
-
"core.
|
|
85
|
-
"core.
|
|
86
|
-
"core.
|
|
87
|
-
"core.
|
|
88
|
-
"core.collaboration.
|
|
89
|
-
"core.collaboration.
|
|
90
|
-
"core.collaboration.
|
|
91
|
-
"core.collaboration.
|
|
92
|
-
"core.collaboration.
|
|
93
|
-
"core.collaboration.
|
|
94
|
-
"core.collaboration.
|
|
95
|
-
"core.collaboration.
|
|
96
|
-
"core.collaboration.
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"plugins.
|
|
119
|
-
"plugins.
|
|
120
|
-
"plugins.
|
|
121
|
-
"plugins.
|
|
122
|
-
"plugins.
|
|
123
|
-
"plugins.
|
|
124
|
-
"plugins.
|
|
125
|
-
"plugins.
|
|
126
|
-
"plugins.
|
|
127
|
-
"plugins.
|
|
128
|
-
"plugins.
|
|
129
|
-
"plugins.
|
|
130
|
-
"plugins.
|
|
131
|
-
"plugins.
|
|
132
|
-
"plugins.
|
|
133
|
-
"plugins.
|
|
134
|
-
"plugins.
|
|
135
|
-
"plugins.
|
|
136
|
-
"plugins.
|
|
137
|
-
"plugins.
|
|
138
|
-
"plugins.
|
|
139
|
-
"plugins.
|
|
140
|
-
"plugins.
|
|
141
|
-
"plugins.
|
|
142
|
-
"plugins.
|
|
143
|
-
"plugins.
|
|
144
|
-
"plugins.
|
|
145
|
-
"plugins.
|
|
146
|
-
"plugins.
|
|
147
|
-
"plugins.
|
|
148
|
-
"plugins.
|
|
149
|
-
"plugins.
|
|
150
|
-
"plugins.
|
|
151
|
-
"plugins.
|
|
152
|
-
"plugins.
|
|
153
|
-
"plugins.
|
|
154
|
-
"plugins.
|
|
155
|
-
"plugins.
|
|
156
|
-
"plugins.
|
|
157
|
-
"plugins.
|
|
158
|
-
"plugins.
|
|
159
|
-
"plugins.
|
|
160
|
-
"plugins.
|
|
161
|
-
"plugins.
|
|
162
|
-
"plugins.
|
|
163
|
-
"plugins.
|
|
164
|
-
"plugins.
|
|
165
|
-
"plugins.
|
|
166
|
-
"plugins.
|
|
167
|
-
"plugins.
|
|
168
|
-
"
|
|
169
|
-
"plugins.
|
|
170
|
-
"plugins.
|
|
171
|
-
"plugins.
|
|
172
|
-
"plugins.
|
|
173
|
-
"plugins.
|
|
174
|
-
"plugins.
|
|
175
|
-
"plugins.
|
|
176
|
-
"plugins.
|
|
177
|
-
"plugins.
|
|
178
|
-
"plugins.
|
|
179
|
-
"plugins.
|
|
180
|
-
"plugins.
|
|
181
|
-
"plugins.
|
|
182
|
-
"plugins.
|
|
183
|
-
"plugins.
|
|
184
|
-
"plugins.
|
|
185
|
-
"plugins.
|
|
186
|
-
"plugins.
|
|
187
|
-
"plugins.
|
|
188
|
-
"plugins.
|
|
189
|
-
"plugins.
|
|
190
|
-
"plugins.
|
|
191
|
-
"plugins.
|
|
192
|
-
"plugins.
|
|
193
|
-
"plugins.
|
|
194
|
-
"plugins.
|
|
195
|
-
"plugins.
|
|
196
|
-
"plugins.
|
|
197
|
-
"plugins.
|
|
198
|
-
"plugins.
|
|
199
|
-
"plugins.
|
|
200
|
-
"plugins.
|
|
201
|
-
"plugins.
|
|
202
|
-
"plugins.
|
|
203
|
-
"plugins.
|
|
204
|
-
"plugins.
|
|
205
|
-
"plugins.
|
|
206
|
-
"plugins.
|
|
207
|
-
"plugins.
|
|
208
|
-
"plugins.
|
|
209
|
-
"plugins.
|
|
210
|
-
"plugins.
|
|
211
|
-
"plugins.
|
|
212
|
-
"plugins.
|
|
213
|
-
"plugins.
|
|
214
|
-
"plugins.
|
|
215
|
-
"plugins.
|
|
216
|
-
"plugins.
|
|
217
|
-
"plugins.
|
|
218
|
-
"plugins.
|
|
219
|
-
"plugins.
|
|
220
|
-
"plugins.
|
|
221
|
-
"plugins.
|
|
222
|
-
"plugins.
|
|
223
|
-
"plugins.
|
|
224
|
-
"plugins.
|
|
225
|
-
"plugins.
|
|
226
|
-
"plugins.
|
|
227
|
-
"plugins.
|
|
228
|
-
"plugins.
|
|
229
|
-
"plugins.
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"error.
|
|
274
|
-
"error.
|
|
275
|
-
"error.
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"error.
|
|
324
|
-
"error.
|
|
325
|
-
"error.
|
|
326
|
-
"error.
|
|
327
|
-
"error.
|
|
328
|
-
"error.
|
|
329
|
-
"error.
|
|
330
|
-
"error.
|
|
331
|
-
"error.
|
|
332
|
-
"error.
|
|
333
|
-
"error.
|
|
334
|
-
"error.
|
|
335
|
-
"error.
|
|
336
|
-
"error.
|
|
337
|
-
"error.
|
|
338
|
-
"error.
|
|
339
|
-
"error.
|
|
340
|
-
"error.
|
|
341
|
-
"error.
|
|
342
|
-
"error.
|
|
343
|
-
"error.
|
|
344
|
-
"error.
|
|
345
|
-
"error.
|
|
346
|
-
"error.
|
|
347
|
-
"error.
|
|
348
|
-
"error.
|
|
349
|
-
"error.
|
|
350
|
-
"error.
|
|
351
|
-
"error.
|
|
352
|
-
"error.
|
|
353
|
-
"error.
|
|
354
|
-
"error.
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"error.
|
|
416
|
-
"error.
|
|
417
|
-
"error.
|
|
418
|
-
"error.
|
|
419
|
-
"error.
|
|
420
|
-
"error.
|
|
421
|
-
"error.
|
|
422
|
-
"error.
|
|
423
|
-
"error.
|
|
424
|
-
"error.
|
|
425
|
-
"error.
|
|
426
|
-
"error.
|
|
427
|
-
"error.
|
|
428
|
-
"error.
|
|
429
|
-
"error.
|
|
430
|
-
"error.
|
|
431
|
-
"error.
|
|
432
|
-
"error.
|
|
433
|
-
"error.
|
|
434
|
-
"error.
|
|
435
|
-
"error.
|
|
436
|
-
"error.
|
|
437
|
-
"error.
|
|
438
|
-
"error.
|
|
439
|
-
"error.
|
|
440
|
-
"error.
|
|
441
|
-
"error.
|
|
442
|
-
"error.
|
|
443
|
-
"error.
|
|
444
|
-
"error.
|
|
445
|
-
"error.
|
|
446
|
-
"error.
|
|
447
|
-
"error.
|
|
448
|
-
"error.
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"core.
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
562
|
-
"
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"
|
|
587
|
-
"
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
"error.
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
"
|
|
628
|
-
"
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
1
|
+
{
|
|
2
|
+
"core.create.successNotice": "已成功進行 Scaffold。",
|
|
3
|
+
"core.init.successNotice": "您的專案已成功初始化,以使用 TeamsFx 操作。\n\n一些後續步驟:\nteamsfx 新增 <feature> 可讓您新增單一登入或 Teams 通知整合等功能。\n\n專業提示:\n閱讀 aka.ms/teams-manifest 以深入了解如何更新資訊清單檔案,以連線到您現有的啟動頁面體驗。",
|
|
4
|
+
"core.provision.confirmNotice": "Teams 工具組會於具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 下佈建資源並註冊對應的資源提供者。根據價格計算機可能會產生成本。",
|
|
5
|
+
"core.provision.confirmEnvNotice": "是否要在 %s 環境中佈建資源?\n會使用具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 來佈建資源。根據使用量可能會產生費用。",
|
|
6
|
+
"core.deploy.confirmEnvNotice": "是否要在 %s 環境中部署資源?\n會使用具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 來進行部署。",
|
|
7
|
+
"core.provision.successAzure": "Azure 資源已成功在雲端中佈建。",
|
|
8
|
+
"core.provision.successNotice": "'%s'已成功在雲端中佈建。",
|
|
9
|
+
"core.provision.failNotice": "無法在雲端中佈建 '%s'!",
|
|
10
|
+
"core.provision.StartNotice": "[%s] 開始佈建。這可能需要幾分鐘的時間。",
|
|
11
|
+
"core.provision.configurationFinishNotice": "[%s] 已設定完成。",
|
|
12
|
+
"core.provision.ProvisionFinishNotice": "[%s] 已佈建完成!",
|
|
13
|
+
"core.deploy.FailedToDeployBeforeProvision": "無法部署,因為尚未佈建資源。請確定您先執行佈建。按一下 [取得協助] 以深入了解您需要佈建的原因。",
|
|
14
|
+
"core.deploy.noCapabilityFound": "找不到 %s 的功能。按一下 [取得協助] 以深入了解如何新增功能。",
|
|
15
|
+
"core.deploy.successNotice": "'%s' 已成功部署到雲端。",
|
|
16
|
+
"core.deploy.aadManifestSuccessNotice": "已成功部署您的 Azure Active Directory 應用程式。請按一下 [深入了解] 以查看如何檢視您的 Azure Active Directory 應用程式。",
|
|
17
|
+
"core.deploy.aadManifestLearnMore": "深入了解",
|
|
18
|
+
"core.deploy.failNotice": "無法將 '%s' 部署到雲端!",
|
|
19
|
+
"core.deploy.botTroubleShoot": "若要疑難排解 Azure 中的 Bot 應用程式,請按一下 [深入了解] 以取得文件。",
|
|
20
|
+
"core.deploy.botTroubleShoot.learnMore": "深入了解",
|
|
21
|
+
"core.deploy.startNotice": "[%s] 部署開始。",
|
|
22
|
+
"core.deploy.selectedPluginsToDeployNotice": "[%s] 選取要部署的外掛程式: %s",
|
|
23
|
+
"core.publish.startNotice": "[%s] 發佈開始。",
|
|
24
|
+
"core.publish.failNotice": "無法將 '%s' 發佈到管理入口網站。",
|
|
25
|
+
"core.publish.FailedToPublishBeforeProvision": "無法發佈,因為尚未佈建資源。請確定您先執行佈建。按一下 [取得協助] 以深入了解您需要佈建的原因。",
|
|
26
|
+
"core.publish.SPFxAskProvisionBeforePublish": "無法發佈,因為尚未發佈 Teams 應用程式。請先發佈。按一下 [取得協助] 以深入了解您需要發佈的原因。",
|
|
27
|
+
"core.addCapability.onlySupportAzure": "只有裝載於 Azure 的專案才支援新增功能",
|
|
28
|
+
"core.addCapability.notSupportedForM365Project": "Microsoft 365 專案不支援新增功能",
|
|
29
|
+
"core.addCapability.exceedMaxLimit": "您的應用程式已達索引標籤、Bot 和訊息擴充功能的最大限制。",
|
|
30
|
+
"core.addCapability.addCapabilityNotice": "功能 %s 已成功新增至您的專案。按 F5 以對應用程式進行本機偵錯,或觸發 [Teams: 在雲端中佈建],以在您的 Azure 訂用帳戶中建立資源以進行裝載。",
|
|
31
|
+
"core.addCapability.addCapabilitiesNotice": "功能 %s 已成功新增至您的專案。按 F5 以對應用程式進行本機偵錯,或觸發 [Teams: 在雲端中佈建],以在您的 Azure 訂用帳戶中建立資源以進行裝載。",
|
|
32
|
+
"core.addCapability.addCapabilityNoticeForCli": "功能 %s 已成功新增至您的專案。執行 'teamsfx provision',以在您的 Azure 訂用帳戶中建立資源以進行裝載。",
|
|
33
|
+
"core.addCapability.addCapabilitiesNoticeForCli": "功能 %s 已成功新增至您的專案。執行 'teamsfx provision' 以在您的 Azure 訂用帳戶中建立資源以進行裝載。",
|
|
34
|
+
"core.addResource.onlySupportAzure": "只有裝載於 Azure 的專案才支援新增資源",
|
|
35
|
+
"core.addResource.notSupportForVSProject": "csharp 專案不支援新增資源",
|
|
36
|
+
"core.addResource.addResourceNotice": "已成功為您的專案設定資源 \"%s\",觸發 [Teams: 在雲端中佈建] 會在您的 Azure 訂用帳戶中建立資源。",
|
|
37
|
+
"core.addResource.addResourceNoticeForCli": "已成功為您的專案設定資源 \"%s\",執行 'teamsfx provision' 會在您的 Azure 訂用帳戶中建立資源。",
|
|
38
|
+
"core.addResource.addResourcesNotice": "已成功為您的專案設定資源 \"%s\",觸發 [Teams: 在雲端中佈建] 會在您的 Azure 訂用帳戶中建立資源。",
|
|
39
|
+
"core.addResource.addResourcesNoticeForCli": "已成功為您的專案設定資源 \"%s\",執行 'teamsfx provision' 會在您的 Azure 訂用帳戶中建立資源。",
|
|
40
|
+
"core.NotProvisionedNotice": "雲端中尚未佈建 '%s'。請先佈建。",
|
|
41
|
+
"core.NoPluginSelected": "未選取外掛程式",
|
|
42
|
+
"core.InvalidOption": "無效選項: [%s]",
|
|
43
|
+
"core.Notification.ReadMore": "閱讀更多",
|
|
44
|
+
"core.AppStudioJsonUndefined": "App Studio json 未定義",
|
|
45
|
+
"core.generateArmTemplate.failNotice": "'%s' 無法為必要的 Azure 服務建立 ARM 範本。",
|
|
46
|
+
"core.updateArmTemplate.failNotice": "'%s' 無法更新所需 Azure 服務的 ARM 範本。",
|
|
47
|
+
"core.updateArmTemplate.successNotice": "Azure 資源範本會根據您的資源和功能選項進行更新。",
|
|
48
|
+
"core.localDebug.tenantConfirmNotice": "您已在另一個租用戶 '%s' 中為 Teams 應用程式執行本機偵錯。您可以登出 %s 並使用相符的 M365 帳戶登入,以重新使用先前的本機偵錯資源。如果您真的要將租用戶切換為本機偵錯,您可以刪除 %s 本地檔案並重新執行本機偵錯。",
|
|
49
|
+
"core.migrationToArmAndMultiEnv.Message": "Teams 工具組將升級您的專案組態檔,以支援最新功能。升級程序將不會變更您的自訂程式碼並建立備份檔案,以防需要還原。\n請注意,此升級必須要繼續使用目前版本的 Teams 工具組。如果您尚未準備好升級並想要繼續使用舊版本,請在擴充功能中找到 Teams 工具組,並安裝版本 <= 2.10.0",
|
|
50
|
+
"core.migrationToArmAndMultiEnv.SuccessMessage": "升級成功。您的專案已升級至新的設定檔。",
|
|
51
|
+
"core.migrationToArmAndMultiEnv.ErrorMessage": "升級失敗。請檢查 [輸出] 視窗中的錯誤訊息,以進行疑難排解並修正。您也可以按一下 [深入了解常見問題] 及如何手動升級。",
|
|
52
|
+
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "升級失敗。'%s' 不存在或不是 JSON 格式。請執行命令 (Teams: 升級專案) 修正此問題,然後再試一次。\n您也可以按一下 [深入了解常見問題]。",
|
|
53
|
+
"core.consolidateLocalRemote.Message": "您的專案將會升級為使用最新版的 Teams 工作組。此升級只會新增 config.local.json、manifest.template.json 檔案,和備份 manifest.remote.template.json、manifest.local.template.json 檔案,並不會變更您的自訂程式碼。如果您想要略過自動升級,請安裝較舊版的 Teams 工具組 (<=3.7.0)",
|
|
54
|
+
"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)",
|
|
55
|
+
"core.consolidateLocalRemote.DifferentManifest": "因為 Teams 工具組在升級後會使用 manifest.remote.template.json 做為單一資訊清單範本檔案,如果您已自訂 manifest.local.template.json,則必須更新 manifest.template.json 以包含您的變更。",
|
|
56
|
+
"core.consolidateLocalRemote.SuccessMessage": "恭喜! 您已成功升級 Teams 應用程式專案結構。我們已為本機偵錯新增 config.local.json,為本機與遠端執行的 Teams 應用程式新增 manifest.template.json。而且我們已將 localSettings.json、manifest.local.template.json 與 manifest.remote.template.json 備份到 .backup 資料夾。",
|
|
57
|
+
"core.consolidateLocalRemoteWithAadManifest.SuccessMessage": "恭喜! 您已成功升級 Teams 應用程式專案結構。我們已為本機偵錯新增 config.local.json,為本機與遠端執行的 Teams 應用程式新增 manifest.template.json,以及為 AAD 資訊清單範本新增 aad.template.json。而且我們已將 localSettings.json、manifest.local.template.json、manifest.remote.template.json、projectSettings.json 備份到 .backup 資料夾。",
|
|
58
|
+
"core.aadManifestMigration.outputMsg": "恭喜! 已新增 AAD 資訊清單,請開始使用此檔案來自訂您的 AAD 應用程式註冊。我們已新增 aad.template.json、更新了您的 projectSettings.json,並將 projectSettings.json 備份到 .backup 資料夾。",
|
|
59
|
+
"core.aadManifestMigration.SuccessMessage": "恭喜! 已新增 AAD 資訊清單,請開始使用此檔案來自訂您的 AAD 應用程式註冊。我們已新增 aad.template.json、更新了您的 projectSettings.json,並將 projectSettings.json 備份到 .backup 資料夾。如需 AAD 資訊清單的詳細資訊,請參閱 %s",
|
|
60
|
+
"core.aadManifestMigration.ParsePermissionsFailedWarning": "移轉時無法剖析 permissions.json 檔案,如有必要,請遵循此連結來更新 aad.template.json 檔案中的權限: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
|
|
61
|
+
"core.projectVersionChecker.vscodeUseNewVersion": "您的 Teams 工具組延伸模組太舊,無法支援目前的專案,請將延伸模組更新為最新版本,然後嘗試重新開啟此專案",
|
|
62
|
+
"core.projectVersionChecker.cliUseNewVersion": "[core] 您的 TeamsFx CLI 太舊,無法支援目前的專案,請使用下列命令更新至最新版本:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
63
|
+
"core.aad.includeAadQuestionTitle": "是否要部署 AAD 資訊清單",
|
|
64
|
+
"core.deployArmTemplates.StartNotice": "[%s] 開始部署 ARM 範本。",
|
|
65
|
+
"core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] 已成功將 bicep 檔案編譯為 JSON。",
|
|
66
|
+
"core.deployArmTemplates.SuccessNotice": "[%s] 成功部署 ARM 範本。資源群組名稱: %s。部署名稱: %s",
|
|
67
|
+
"core.deployArmTemplates.FailNotice": "[%s] 無法部署 ARM 範本。資源群組名稱: %s。部署名稱: %s",
|
|
68
|
+
"core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] 正在輪詢部署狀態...",
|
|
69
|
+
"core.deployArmTemplates.Progress.Title": "正在部署 ARM 範本",
|
|
70
|
+
"core.deployArmTemplates.Progress.Start": "正在準備。",
|
|
71
|
+
"core.deployArmTemplates.Progress.ExecuteDeployment": "正在將解決方案 ARM 範本部署到 Azure。這可能需要幾分鐘的時間。",
|
|
72
|
+
"core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> 等待取得部署狀態 [重試時間: %s]",
|
|
73
|
+
"core.deployArmTemplates.FailedToReadResourceGroup": "無法從專案解決方案設定取得資源群組。",
|
|
74
|
+
"core.deployArmTemplates.DeploymentErrorWithHelplink": "\n錯誤訊息: %s\n詳細訊息: \n%s\n從 %s 取得工具組說明。",
|
|
75
|
+
"core.deployArmTemplates.FailedToGetEnvironmentName": "無法從解決方案內容取得目標環境名稱。",
|
|
76
|
+
"core.deployArmTemplates.ParameterNotExist": "%s 不存在。",
|
|
77
|
+
"core.deployArmTemplates.PluginOperationSuccess": "%s: %s 成功!",
|
|
78
|
+
"core.deployArmTemplates.PluginOperationFail": "%s: %s 失敗!",
|
|
79
|
+
"core.deployArmTemplates.FailedToExpandParameter": "無法從 %s 取得展開的參數",
|
|
80
|
+
"core.deployArmTemplates.InvalidAzureCredential": "Azure 認證無效。",
|
|
81
|
+
"core.deployArmTemplates.FailedToGetSubsId": "無法取得訂用帳戶識別碼。",
|
|
82
|
+
"core.deployArmTemplates.CompileBicepFailed": "無法將 bicep 檔案編譯為 Json arm 範本檔案: %s",
|
|
83
|
+
"core.deployArmTemplates.FailedToGetDeploymentError": "無法取得 %s 的部署錯誤",
|
|
84
|
+
"core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "您的專案資源部署 (%s 模組) 失敗,錯誤訊息取得失敗。如需部署錯誤,請參閱入口網站中的資源群組 %s。",
|
|
85
|
+
"core.deployArmTemplates.DeploymentFailedNotification": "您的專案資源部署 (%s) 失敗。請參閱輸出頻道以取得更多錯誤詳細資料。",
|
|
86
|
+
"core.generateArmTemplates.DuplicateParameter": "%s 中有一些重複的參數,為避免衝突,請修改這些參數名稱: %s",
|
|
87
|
+
"core.generateArmTemplates.InvalidParameterFile": "%s 中發生一些錯誤,請確定此檔案有效。錯誤訊息為 %s",
|
|
88
|
+
"core.collaboration.ListCollaboratorsSuccess": "成功列出 M365 Teams App%s 擁有者,您可以在 [輸出頻道](%s) 中加以檢視",
|
|
89
|
+
"core.collaboration.WithAadApp": "(使用 AAD 應用程式)",
|
|
90
|
+
"core.collaboration.FailedToListCollaborators": "無法列出專案的 Teams 應用程式擁有者。\n錯誤詳細資料: \n",
|
|
91
|
+
"core.collaboration.GrantingPermission": "正在授與權限",
|
|
92
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "共同作業者的電子郵件不可為 Null 或與目前的使用者相同",
|
|
93
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "在目前的租用戶中找不到使用者,請檢查您的電子郵件地址是否正確",
|
|
94
|
+
"core.collaboration.GrantPermissionForUser": "授與使用者 %s 權限",
|
|
95
|
+
"core.collaboration.FailedToGetEnvName": "無法取得 env 名稱。",
|
|
96
|
+
"core.collaboration.AccountToGrantPermission": "要授與權限的帳號: ",
|
|
97
|
+
"core.collaboration.StartingGrantPermission": "正在開始授與環境的權限: ",
|
|
98
|
+
"core.collaboration.TenantId": "租用戶識別碼: ",
|
|
99
|
+
"core.collaboration.FailedToGrantPermission": "無法將下列資源的權限授與使用者: %s。\n 資源詳細資料: \n",
|
|
100
|
+
"core.collaboration.PermissionHasBeenGrantTo": "權限已授與 ",
|
|
101
|
+
"core.collaboration.GrantPermissionResourceId": ",資源識別碼: ",
|
|
102
|
+
"core.collaboration.SharePointTip": "\n如果新增的使用者不是 SharePoint 應用程式目錄網站系統管理員,您必須透過 SharePoint 系統管理中心手動設定存取原則,如需詳細資料,請參閱此連結: ",
|
|
103
|
+
"core.collaboration.AzureTip": "\n如果新增的使用者無法存取 Azure 資源,您必須透過 Azure 入口網站手動設定存取原則,如需詳細資料,請參閱此連結: ",
|
|
104
|
+
"core.collaboration.ListingM365Permission": "正在列出 M365 權限\n",
|
|
105
|
+
"core.collaboration.AccountUsedToCheck": "用來檢查的帳戶: ",
|
|
106
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "正在開始列出環境的所有 Teams 應用程式擁有者: ",
|
|
107
|
+
"core.collaboration.M365TeamsAppId": "M365 Teams 應用程式(識別碼: ",
|
|
108
|
+
"core.collaboration.SsoAadAppId": "),SSO AAD 應用程式 (識別碼: ",
|
|
109
|
+
"core.collaboration.TeamsAppOwner": "Teams 應用程式擁有者: ",
|
|
110
|
+
"core.collaboration.NotOwnerOfSsoAadApp": "(不是 SSO AAD 應用程式的擁有者)",
|
|
111
|
+
"core.collaboration.FailedToConvertProfile": "無法轉換設定檔 ",
|
|
112
|
+
"core.collaboration.StaringCheckPermission": "正在開始檢查環境的權限: ",
|
|
113
|
+
"core.collaboration.FailedToCheckPermission": "無法檢查下列資源的權限。\n 資源詳細資料: \n",
|
|
114
|
+
"core.collaboration.CheckPermissionResourceId": "資源識別碼: ",
|
|
115
|
+
"core.collaboration.Undefined": "未定義",
|
|
116
|
+
"core.collaboration.ResourceName": ",資源名稱: ",
|
|
117
|
+
"core.collaboration.Permission": ",權限: ",
|
|
118
|
+
"plugins.spfx.questions.framework.title": "Framework",
|
|
119
|
+
"plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
|
|
120
|
+
"plugins.spfx.buildNotice": "已成功在 %s 建置 SharePoint 套件。",
|
|
121
|
+
"plugins.spfx.deployNotice": "SharePoint 套件 %s 已成功部署至 [%s](%s)。",
|
|
122
|
+
"plugins.spfx.deployFailedNotice": "您沒有將套件上傳並部署到應用程式目錄 %s 的權限,請使用網站系統管理員帳戶,或可從 [M365 開發人員計畫](https://developer.microsoft.com/en-us/microsoft-365/dev-program) 取得自己的免費 Microsoft 365 租用戶",
|
|
123
|
+
"plugins.spfx.createAppCatalogNotice": "%s 下沒有租用戶應用程式目錄,是否要建立一個?",
|
|
124
|
+
"plugins.spfx.cannotGetAppcatalog": "建立後無法取得應用程式目錄網站 URL。您可能需要等候數分鐘,然後再試一次。",
|
|
125
|
+
"plugins.spfx.cannotFindPackage": "找不到 SharePoint 套件 %s",
|
|
126
|
+
"plugins.spfx.cannotFindManifest": "找不到資訊清單檔案 %s",
|
|
127
|
+
"plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取權杖",
|
|
128
|
+
"plugins.spfx.cannotGetGraphToken": "無法取得 Graph 存取權杖",
|
|
129
|
+
"plugins.spfx.insufficientPermission": "您沒有將套件上傳並部署到應用程式目錄 %s 的權限,請使用網站系統管理員帳戶。",
|
|
130
|
+
"plugins.spfx.createAppcatalogFail": "無法建立租用戶應用程式目錄,因為 %s,堆疊: %s",
|
|
131
|
+
"plugins.spfx.uploadAppcatalogFail": "無法上傳應用程式套件,因為 %s",
|
|
132
|
+
"plugins.spfx.buildSharepointPackage": "建置 SharePoint 套件",
|
|
133
|
+
"plugins.spfx.deploy.title": "上傳並部署 SharePoint 套件",
|
|
134
|
+
"plugins.spfx.deploy.createAppcatalog": "建立 SharePoint 應用程式目錄",
|
|
135
|
+
"plugins.spfx.deploy.uploadAddDeploy": "將 SPFx 套件上傳並將其部署到您的租用戶應用程式目錄",
|
|
136
|
+
"plugins.spfx.scaffold.title": "Scaffolding 專案",
|
|
137
|
+
"plugins.spfx.error.npmNotFound": "NPM not found on your machine. Check aka.ms/teamsfx-spfx-help to install the supported version.",
|
|
138
|
+
"plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
|
|
139
|
+
"plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
|
|
140
|
+
"plugins.spfx.error.npmInstallFailed": "無法執行 'npm install',因為 %s",
|
|
141
|
+
"plugins.spfx.error.invalidDependency": "無法驗證封裝 %s",
|
|
142
|
+
"plugins.spfx.error.installDependency": "無法安裝封裝 %s。了解如何在 [輸出](command:fx-extension.showOutputChannel) 中進行補救。",
|
|
143
|
+
"plugins.spfx.scaffold.dependencyCheck": "正在檢查相依性...",
|
|
144
|
+
"plugins.spfx.scaffold.dependencyInstall": "正在安裝相依性。可能需要 5 分鐘以上的時間才能完成。",
|
|
145
|
+
"plugins.spfx.scaffold.scaffoldProject": "使用 Yeoman CLI 產生 SPFx 專案",
|
|
146
|
+
"plugins.spfx.scaffold.updateManifest": "更新網頁組件資訊清單",
|
|
147
|
+
"plugins.spfx.GetTenantFailedError": "無法取得租用戶 %s %s",
|
|
148
|
+
"plugins.spfx.SPFxAlreadyExistError": "SPFx 專案不支援新增功能/資源",
|
|
149
|
+
"plugins.spfx.LoadManifestError": "無法載入資訊清單!",
|
|
150
|
+
"plugins.frontend.checkLogTip": "如需詳細資訊,請查看記錄。",
|
|
151
|
+
"plugins.frontend.reScaffoldTip": "再次執行 [啟動新專案]。",
|
|
152
|
+
"plugins.frontend.doProvisionTip": "在此命令之前執行 [佈建資源]。",
|
|
153
|
+
"plugins.frontend.doLoginTip": "登入 Azure。",
|
|
154
|
+
"plugins.frontend.reLoginTip": "登出並再次登入 Azure。",
|
|
155
|
+
"plugins.frontend.reProvisionTip": "再次執行 [佈建資源]。",
|
|
156
|
+
"plugins.frontend.doNpmInstallTip": "在以下資料夾中執行 [npm 安裝]: '%s'。",
|
|
157
|
+
"plugins.frontend.doBuildTip": "在以下資料夾中執行 [npm 執行組建]: '%s'。",
|
|
158
|
+
"plugins.frontend.ensureBuildPathTip": "請確認您的建置專案存在: '%s'。",
|
|
159
|
+
"plugins.frontend.ensureResourceGroupTip": "請確認您的資源群組存在。",
|
|
160
|
+
"plugins.frontend.ensureAppNameValidTip": "請確認您的應用程式名稱只包含字母及數字字元,且不包含商標或保留字。",
|
|
161
|
+
"plugins.frontend.deleteSameNameStorageTip": "刪除在另一個資源群組或訂用帳戶中有相同名稱的 Azure 儲存體帳戶。",
|
|
162
|
+
"plugins.frontend.checkNetworkTip": "請檢查您的網路連線。",
|
|
163
|
+
"plugins.frontend.checkFsPermissionsTip": "檢查您是否有檔案系統的讀取/寫入權限。",
|
|
164
|
+
"plugins.frontend.checkStoragePermissionsTip": "檢查您是否有 Azure 儲存體帳戶的權限。",
|
|
165
|
+
"plugins.frontend.checkSystemTimeTip": "您可能取得過期的認證,請檢查您的系統時間是否正確。",
|
|
166
|
+
"plugins.frontend.restoreEnvironmentTip": "如果您已手動更新設定檔案 (目錄 .%s 下),請將它們復原。",
|
|
167
|
+
"plugins.baseErrorMessage": "%s 建議: %s",
|
|
168
|
+
"suggestions.retryTheCurrentStep": "請重試目前的步驟。",
|
|
169
|
+
"plugins.appstudio.buildSucceedNotice": "已成功在 [本機位址](%s) 建立 Teams 封裝。",
|
|
170
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "已成功在 %s 建立 Teams 封裝。",
|
|
171
|
+
"plugins.appstudio.publishTip": "Teams: 發佈至 Teams",
|
|
172
|
+
"plugins.appstudio.whetherToDeployManifest": "是否要將應用程式資訊清單部署到 Teams 平台",
|
|
173
|
+
"plugins.appstudio.validationFailedNotice": "資訊清單驗證失敗!",
|
|
174
|
+
"plugins.appstudio.validationSucceedNotice": "資訊清單驗證成功!",
|
|
175
|
+
"plugins.appstudio.buildFailedNotice": "Teams 套件建置失敗!",
|
|
176
|
+
"plugins.appstudio.adminApprovalTip": "已成功在 %s 建立 %s 應用程式套件檔案。請將此傳送給您的系統管理員以供核准。",
|
|
177
|
+
"plugins.appstudio.adminPortal": "移至管理入口網站",
|
|
178
|
+
"plugins.appstudio.publishSucceedNotice": "已成功將 [%s] 發佈至管理員入口網站。核准後,貴組織即可使用您的應用程式。[深入了解](%s)",
|
|
179
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s] 已成功發佈至管理員入口網站(%s)。核准後,貴組織即可使用您的應用程式。於 %s 深入了解。",
|
|
180
|
+
"plugins.appstudio.updatePublishedAppNotice": "已將應用程式 %s 提交至租用戶應用程式目錄。\n狀態s: %s\n",
|
|
181
|
+
"plugins.appstudio.lastModifiedTip": "上次修改時間: %s\n",
|
|
182
|
+
"plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新的更新?",
|
|
183
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams 應用程式已建立 %s",
|
|
184
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams 應用程式已更新 %s",
|
|
185
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "已成功部署您的 Teams 應用程式資訊清單。按一下 [在開發人員入口網站中檢視] 以在 Teams 開發人員入口網站中檢視您的應用程式。",
|
|
186
|
+
"plugins.appstudio.relativePathTip": "%s 應為相對路徑,不支援 URL",
|
|
187
|
+
"plugins.appstudio.updateManifestTip": "資訊清單檔案設定已修改。是否要繼續重新產生資訊清單檔案並更新至 Teams 平台?",
|
|
188
|
+
"plugins.appstudio.updateOverwriteTip": "自您上次更新後,Teams 平台上的資訊清單檔案已變更。是否要繼續更新及覆寫 Teams 平台上的資訊清單檔案?",
|
|
189
|
+
"plugins.appstudio.provisionTip": "您必須先執行 [在雲端中提供] 以填寫資訊清單中的特定欄位。按一下 [取得說明] 以深入了解需要佈建的原因。",
|
|
190
|
+
"plugins.appstudio.provisionTitle": "佈建 Teams 應用程式",
|
|
191
|
+
"plugins.appstudio.provisionProgress": "正在註冊 Teams 應用程式 %s...",
|
|
192
|
+
"plugins.appstudio.postProvisionProgress": "正在更新 Teams 應用程式 %s...",
|
|
193
|
+
"plugins.appstudio.publishProgressValidate": "正在驗證資訊清單檔案",
|
|
194
|
+
"plugins.appstudio.publishProgressUpdate": "正在更新 App Studio 中應用程式 %s 的應用程式定義",
|
|
195
|
+
"plugins.appstudio.publishProgressBuild": "正在 %s 中建置 Teams 應用程式套件。",
|
|
196
|
+
"plugins.appstudio.publishProgressPublish": "發佈 %s",
|
|
197
|
+
"plugins.appstudio.dataRequired": "需要的資料: %s",
|
|
198
|
+
"plugins.appstudio.manuallySubmitTip": "手動提交 Teams 應用程式套件檔案",
|
|
199
|
+
"plugins.appstudio.manuallySubmitDescription": "建置 Teams 應用程式套件。您必須手動將它傳送給您的 Teams 系統管理員",
|
|
200
|
+
"plugins.appstudio.autoPublishTip": "為貴組織安裝",
|
|
201
|
+
"plugins.appstudio.autoPublishDescription": "透過 Teams 應用程式入口網站,將您的應用程式傳送至 Teams 系統管理員以供核准。",
|
|
202
|
+
"plugins.bot.questionHostTypeTrigger.title": "選擇觸發程序",
|
|
203
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "選擇觸發程序",
|
|
204
|
+
"plugins.bot.questionHostTypeTrigger.error.emptySelection": "您至少必須選取一項觸發程序。",
|
|
205
|
+
"plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions 與 Azure App Service 主機類型相互衝突。",
|
|
206
|
+
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
207
|
+
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
208
|
+
"plugins.bot.triggers.http-functions.detail": "裝載於 Azure Functions 上的執行中函數可以接聽 HTTP 要求。",
|
|
209
|
+
"plugins.bot.triggers.http-functions.label": "HTTP 觸發程序",
|
|
210
|
+
"plugins.bot.triggers.http-restify.cliName": "http-restify",
|
|
211
|
+
"plugins.bot.triggers.http-restify.description": "Restify 伺服器",
|
|
212
|
+
"plugins.bot.triggers.http-restify.detail": "裝載於 Azure App Service 上的執行中 restify 伺服器可以接聽 HTTP 要求。",
|
|
213
|
+
"plugins.bot.triggers.http-restify.label": "HTTP 觸發程序",
|
|
214
|
+
"plugins.bot.triggers.http-webapi.cliName": "http-webapi",
|
|
215
|
+
"plugins.bot.triggers.http-webapi.description": "Web API 伺服器",
|
|
216
|
+
"plugins.bot.triggers.http-webapi.detail": "裝載於 Azure App Service 上的執行中 Web API 伺服器可以接聽 HTTP 要求。",
|
|
217
|
+
"plugins.bot.triggers.http-webapi.label": "HTTP 觸發程序",
|
|
218
|
+
"plugins.bot.triggers.timer-functions.cliName": "timer-functions",
|
|
219
|
+
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
220
|
+
"plugins.bot.triggers.timer-functions.detail": "裝載於 Azure Functions 的執行中函數可以根據特定排程回應。",
|
|
221
|
+
"plugins.bot.triggers.timer-functions.label": "計時器觸發程序",
|
|
222
|
+
"plugins.function.recoverTeamsFxConfigFilesTip": "如果您已手動更新設定檔案 (目錄 .%s 下),請將它們復原。",
|
|
223
|
+
"plugins.function.recreateProject": "如果您無法復原設定檔案,請建立新的專案。",
|
|
224
|
+
"plugins.function.checkNetwork": "請檢查您的網路連線。",
|
|
225
|
+
"plugins.function.retryRequest": "請在網路連線還原後重試命令。",
|
|
226
|
+
"plugins.function.chooseAnotherCompose": "使用另一個範本建立專案。",
|
|
227
|
+
"plugins.function.checkDiskLock": "請檢查記錄以查看是否有由某些程序鎖定的檔案。",
|
|
228
|
+
"plugins.function.checkPathAccess": "檢查記錄檔查看目標路徑是否存在,以及您是否有其寫入存取權。",
|
|
229
|
+
"plugins.function.checkSubscriptionId": "檢查您是否選擇正確的 Azure 訂用帳戶。",
|
|
230
|
+
"plugins.function.checkCredit": "檢查 Azure 訂用帳戶點數。",
|
|
231
|
+
"plugins.function.checkLog": "如需詳細資訊,請閱讀記錄。",
|
|
232
|
+
"plugins.function.recreateStorageAccount": "移除您的 Azure 儲存體帳戶執行個體並重新執行佈建。",
|
|
233
|
+
"plugins.function.checkPackageJson": "請檢查 package.json 是否有效。",
|
|
234
|
+
"plugins.function.checkCredential": "請確認您已使用正確的帳戶登入 Azure。",
|
|
235
|
+
"plugins.function.doFullDeploy": "移除資料夾 %s。",
|
|
236
|
+
"plugins.function.doProvision": "執行 [佈建]。",
|
|
237
|
+
"plugins.function.retryRequestForZip": "如果範本 zip 檔案已損毀,請重試命令以下載新的檔案。",
|
|
238
|
+
"plugins.function.checkFunctionExtVersion": "請檢查函數延伸版本和 %s。",
|
|
239
|
+
"plugins.dotnet.restoreEnvironment": "如果您已手動更新設定檔案 (目錄 %s 下),請將它們復原。",
|
|
240
|
+
"plugins.dotnet.checkFsPermissions": "檢查您是否有檔案系統的讀取/寫入權限。",
|
|
241
|
+
"plugins.dotnet.checkNetwork": "請檢查您的網路連線。",
|
|
242
|
+
"plugins.dotnet.reDeploy": "再次執行 [部署] 命令。",
|
|
243
|
+
"plugins.dotnet.reProvision": "再次執行 [佈建] 命令。",
|
|
244
|
+
"plugins.dotnet.doProvision": "在此命令之前執行 [佈建資源]。",
|
|
245
|
+
"plugins.dotnet.checkLog": "如需詳細資訊,請查看記錄。",
|
|
246
|
+
"plugins.sql.getQuestionAdminName.title": "SQL 的系統管理員名稱",
|
|
247
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "SQL 系統管理員使用者名稱不可為空白",
|
|
248
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "SQL 系統管理員使用者名稱不可為空白",
|
|
249
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "SQL 系統管理員使用者名稱不可包含非英數字元",
|
|
250
|
+
"plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "SQL 系統管理員使用者名稱不能以數字開頭",
|
|
251
|
+
"plugins.sql.getQuestionAdminPassword.title": "SQL 的系統管理員密碼",
|
|
252
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "SQL 系統管理員密碼不可為空白",
|
|
253
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "SQL 系統管理員的密碼長度至少必須為 8 個字元。",
|
|
254
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "SQL 系統管理員密碼長度不能超過 128 個字元",
|
|
255
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "您的密碼必須包含下列三個類別的字元 - 英文大寫字母、英文小寫字母、數字 (0-9) 和非英數字元 (!、$、#、% 等)",
|
|
256
|
+
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "您的密碼不能包含使用者名稱的部分或全部",
|
|
257
|
+
"plugins.sql.getQuestionConfirmPassword.title": "確認 SQL 的系統管理員密碼",
|
|
258
|
+
"plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "密碼和密碼確認必須相符",
|
|
259
|
+
"plugins.cicd.ciOption.detail": "協助簽出程式碼、建置及執行測試。",
|
|
260
|
+
"plugins.cicd.cdOption.detail": "協助簽出程式碼、建置、測試及部署到雲端。",
|
|
261
|
+
"plugins.cicd.provisionOption.detail": "協助在雲端與 Teams 應用程式註冊中建立/更新資源。",
|
|
262
|
+
"plugins.cicd.publishOption.detail": "協助將 Teams 應用程式發佈至租用戶。",
|
|
263
|
+
"plugins.cicd.whichProvider.title": "選取 CI/CD 提供者",
|
|
264
|
+
"plugins.cicd.whichTemplate.title": "選取範本",
|
|
265
|
+
"plugins.cicd.whichEnvironment.title": "選取環境",
|
|
266
|
+
"plugins.cicd.ProgressBar.scaffold.title": "Scaffolding 工作流程自動化檔案",
|
|
267
|
+
"plugins.cicd.ProgressBar.scaffold.detail": "為 %s. 的 Scaffolding 工作流程檔案。",
|
|
268
|
+
"plugins.cicd.result.scaffold.created": "工作流程自動化 (包含為 %s 環境使用 %s 的 %s) 已成功新增至您的專案。請遵循 [讀我檔案](%s) 中的指示來設定您的工作流程。",
|
|
269
|
+
"plugins.cicd.result.scaffold.created.cli": "工作流程自動化 (包含為 %s 環境使用 %s 的 %s) 已成功新增至您的專案。請遵循讀我檔案中的指示來設定您的工作流程。",
|
|
270
|
+
"plugins.cicd.result.scaffold.skipped": "您已為 %s 環境使用 %s 建立範本 %s,請加以自訂或移除以建立新的範本。",
|
|
271
|
+
"plugins.cicd.suggestions.checkPermission": "請檢查您是否有足夠的權限。",
|
|
272
|
+
"plugins.cicd.suggestions.createProjectOrOpenExisting": "您可以建立新專案或開啟現有的專案。",
|
|
273
|
+
"error.cicd.FailedToListMultiEnv": "無法列出多 env: %s。",
|
|
274
|
+
"error.cicd.PreconditionNotMet": "不符合某些輸入的先決條件。",
|
|
275
|
+
"error.cicd.NoProjectOpened.details": "未開啟任何專案。",
|
|
276
|
+
"plugins.apiConnector.getQuestionApiName.title": "為 API 輸入易記名稱。",
|
|
277
|
+
"plugins.apiConnector.getQuestionApiName.placeholder": "會使用 API 別名來產生應用程式設定名稱。",
|
|
278
|
+
"plugins.apiConnector.getQuestionEndpoint.title": "輸入用於本機偵錯的 API 端點。",
|
|
279
|
+
"plugins.apiConnector.getQuestionEndpoint.placeholder": "API 端點將新增至本機應用程式設定。",
|
|
280
|
+
"plugins.apiConnector.getQuestion.basicAuth.userName.title": "輸入基本驗證的使用者名稱。",
|
|
281
|
+
"plugins.apiConnector.getQuestion.basicAuth.userName.placeholder": "使用者名稱會新增至本機應用程式設定。",
|
|
282
|
+
"plugins.apiConnector.getQuestion.appType.title": "選取您要使用的 AAD 應用程式註冊。",
|
|
283
|
+
"plugins.apiConnector.getQuestion.apiKeyLocation.title": "選取要求中的 API 金鑰位置。",
|
|
284
|
+
"plugins.apiConnector.getQuestion.apiKeyName.title": "輸入 API 金鑰名稱。",
|
|
285
|
+
"plugins.apiConnector.getQuestion.apiKeyName.placeholder": "我們會將金鑰名稱新增至產生的檔案。",
|
|
286
|
+
"plugins.apiConnector.whichService.title": "選取元件以叫用 API。",
|
|
287
|
+
"plugins.apiConnector.whichService.placeholder": "我們將匯入封裝並新增應用程式設定。",
|
|
288
|
+
"plugins.apiConnector.whichAuthType.title": "選取 API 驗證類型。",
|
|
289
|
+
"plugins.apiConnector.whichAuthType.placeholder": "我們會根據您的選取項目產生範例程式碼。",
|
|
290
|
+
"plugins.apiConnector.reuseAppOption.title": "在目前的 Teams 應用程式中重複使用應用程式註冊",
|
|
291
|
+
"plugins.apiConnector.reuseAppOption.placeholder": "使用為目前 Teams 應用程式建立的 AAD 應用程式註冊。",
|
|
292
|
+
"plugins.apiConnector.anotherAppOption.title": "使用另一個應用程式註冊",
|
|
293
|
+
"plugins.apiConnector.anotherAppOption.placeholder": "提供 AAD 應用程式註冊的資訊。",
|
|
294
|
+
"plugins.apiConnector.requestHeaderOption.title": "要求標頭",
|
|
295
|
+
"plugins.apiConnector.queryParamsOption.title": "查詢參數",
|
|
296
|
+
"plugins.apiConnector.appTenantId.title": "輸入 AAD 租用戶識別碼。",
|
|
297
|
+
"plugins.apiConnector.appTenantId.placeholder": "AAD 租用戶識別碼會新增至本機應用程式設定。",
|
|
298
|
+
"plugins.apiConnector.appId.title": "輸入 AAD 應用程式識別碼 (用戶端識別碼)。",
|
|
299
|
+
"plugins.apiConnector.appId.placeholder": "AAD 應用程式識別碼 (用戶端識別碼) 會新增至本機應用程式設定。",
|
|
300
|
+
"plugins.apiConnector.botOption.title": "通知/ 命令與回應",
|
|
301
|
+
"plugins.apiConnector.functionOption.title": "Azure Function 應用程式",
|
|
302
|
+
"plugins.apiConnector.BasicAuthOption.detail": "使用使用者名稱和密碼來驗證要求",
|
|
303
|
+
"plugins.apiConnector.CertAuthOption.detail": "使用憑證來驗證要求",
|
|
304
|
+
"plugins.apiConnector.AADAuthOption.detail": "使用 Azure Active Directory 核發的存取權杖來驗證要求",
|
|
305
|
+
"plugins.apiConnector.APIKeyOption.detail": "使用 API 金鑰來驗證要求",
|
|
306
|
+
"plugins.apiConnector.ImplementMyselfOption.detail": "使用自訂邏輯來驗證要求",
|
|
307
|
+
"plugins.apiConnector.errorMessage.ApiConnectorPathNotExistError": "路徑 %s 不存在。選取有效的資料夾。",
|
|
308
|
+
"plugins.apiConnector.errorMessage.ApiConnectorCreateFileFail": "無法建立 %s",
|
|
309
|
+
"plugins.apiConnector.errorMessage.NoActivePluginsExistError": "請先建立作用中的資源。",
|
|
310
|
+
"plugins.apiConnector.errorMessage.NoBotOrFunctionExistError": "請先建立 Bot 或函數資源。",
|
|
311
|
+
"plugins.apiConnector.errorMessage.InvalidProjectError": "請選取有效的 TeamsFx 專案",
|
|
312
|
+
"plugins.apiConnector.errorMessage.ApiConnectorFunctionRouteError": "無法路由函式呼叫: %s",
|
|
313
|
+
"plugins.apiConnector.questionComponentSelect.emptySelection": "您至少必須選取一項元件。",
|
|
314
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "請提供不同的 API 名稱,以避免與現有的檔案 %s 發生衝突",
|
|
315
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "請提供不同的 API 名稱 (僅包含英數位元)",
|
|
316
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameNumberPrefix": "請提供不同的 API 名稱 (開頭不是數字)",
|
|
317
|
+
"plugins.apiConnector.Question.validation.EmptyValue": "此值不得為空白",
|
|
318
|
+
"plugins.apiConnector.Question.validation.NotGuid": "值應為 GUID",
|
|
319
|
+
"plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "API 端點應為有效的 http(s) url",
|
|
320
|
+
"plugins.apiConnector.Notification.GenerateFiles": "我們已產生範例程式碼,以在 %s 呼叫您的 API。請開啟檔案並遵循其中的指示開始叫用您的 API。",
|
|
321
|
+
"plugins.apiConnector.Notification.LinkNotification": "您可以瀏覽 %s 以了解如何使用 TeamsFx SDK 呼叫您的 API。",
|
|
322
|
+
"plugins.apiConnector.Log.CommandSuccess": "我們已成功將您的專案更新為呼叫目標 API。以下是已建立/已更新檔案的清單:\n\n%s",
|
|
323
|
+
"error.ProjectFolderExistError": "路徑 %s 已存在。請選取其他資料夾。",
|
|
324
|
+
"error.PathNotExistError": "路徑不存在: %s",
|
|
325
|
+
"error.ProjectFolderInvalidError": "路徑 %s 無效,請在使用者設定中設定有效的根資料夾 (使用絕對目錄或以 \\${homeDir} 開頭的相對目錄)。",
|
|
326
|
+
"error.NoProjectOpenedError": "未開啟任何專案,您可以建立新專案或開啟現有的專案。",
|
|
327
|
+
"error.InitializedFileExistError": "初始化的檔案 %s 已存在,請清除後再試一次。",
|
|
328
|
+
"error.InvalidProjectError": "此命令僅適用於 Teams 工具組所建立的專案。%s",
|
|
329
|
+
"error.InvalidProjectSettingsFileError": "projectSettings.json 檔案無效: %s。",
|
|
330
|
+
"error.FetchSampleError": "無法從遠端存放庫取得 %s 的資料。",
|
|
331
|
+
"error.ProjectEnvNotExistError": "找不到環境 %s。請確定 config.%s.json 檔案存在。",
|
|
332
|
+
"error.InvalidEnvNameError": "環境名稱只能包含字母、數字、_ 和 -。",
|
|
333
|
+
"error.UpgradeCanceledError": "如果您不想升級專案,請安裝另一個版本的 Teams 工具組 (版本 <= 2.10.0)。",
|
|
334
|
+
"error.ConsolidateCanceledError": "如果您不想升級專案,請安裝另一個版本的 Teams 工具組 (版本 <= 3.7.0)。",
|
|
335
|
+
"error.OperationNotSupportedForExistingAppError": "現有應用程式不支援此作業: %s。",
|
|
336
|
+
"error.OperationNotPermittedError": "不允許作業: %s",
|
|
337
|
+
"error.InvalidInputError": "無法更新內容: %s",
|
|
338
|
+
"error.ContextUpgradeError": "輸入無效: %s",
|
|
339
|
+
"error.InvalidStateError": "外掛程式 %s 的狀態 (%s) 無效",
|
|
340
|
+
"error.ProjectSettingsUndefinedError": "未定義專案設定",
|
|
341
|
+
"error.MultipleEnvNotEnabledError": "MultipleEnv 功能未啟用",
|
|
342
|
+
"error.PluginHasNoTaskImpl": "外掛程式 %s 尚未實作方法: %s",
|
|
343
|
+
"error.FunctionRouterError": "無法路由函式呼叫: %s",
|
|
344
|
+
"error.ProjectEnvAlreadyExistError": "專案環境 %s 已存在。",
|
|
345
|
+
"error.TaskNotSupportError": "不支援作業: %s。",
|
|
346
|
+
"error.InvalidEnvConfigError": "設定 %s 無效,詳細資料: %s。",
|
|
347
|
+
"error.NonExistEnvNameError": "找不到環境 %s。",
|
|
348
|
+
"error.ModifiedSecretError": "秘密檔案已變更。",
|
|
349
|
+
"error.LoadSolutionError": "無法載入解決方案。",
|
|
350
|
+
"error.NotImplementedError": "未實作方法: %s",
|
|
351
|
+
"error.ObjectIsUndefinedError": "未定義物件 %s,這是非預期的狀況",
|
|
352
|
+
"error.LoadPluginError": "無法載入外掛程式。",
|
|
353
|
+
"error.SPFxConfigError": "載入 SPFx 設定 %s 失敗。",
|
|
354
|
+
"error.ProjectSettingError": "載入專案設定失敗。",
|
|
355
|
+
"error.SolutionConfigError": "載入解決方案內容失敗。",
|
|
356
|
+
"error.FailedToParseResourceIdError": "無法從以下資源識別碼取得 '%s': '%s'",
|
|
357
|
+
"error.M365AccountNotMatch": "已登入的 M365 帳戶與 '%s'環境設定檔中的 M365 租用戶不相符。請登出並使用正確的 M365 帳戶登入。",
|
|
358
|
+
"error.MissingStep": "%s 之前需要步驟 \"%s\"。請先執行必要的步驟。",
|
|
359
|
+
"error.NoSubscriptionFound": "使用者已取消。如需 Teams 信任工具組所使用的自我簽署 SSL 憑證,必須將自我簽署憑證新增至您的憑證存放區。",
|
|
360
|
+
"error.TrustCertificateCancelError": "找不到訂用帳戶。",
|
|
361
|
+
"error.ResourceGroupNotFound1": "資源群組 '%s'不存在,請指定現有的資源群組。",
|
|
362
|
+
"error.ResourceGroupNotFound2": "資源群組 '%s' 不存在,請檢查您的 '%s' 檔案。",
|
|
363
|
+
"error.NoTeamsAppTenantId": "找不到 Teams 應用程式租用戶識別碼",
|
|
364
|
+
"error.FailedToCreateResourceGroup": "無法建立資源群組 \"%s\": 資源群組存在",
|
|
365
|
+
"error.FailedToCreateResourceGroup2": "無法建立資源群組 \"%s\",因為 %s",
|
|
366
|
+
"error.FailedToCreateResourceGroup3": "無法建立資源群組 \"%s\"",
|
|
367
|
+
"error.FailedToListResourceGroupLocation": "無法列出資源群組位置",
|
|
368
|
+
"error.UnsupportedPlatformVS": "VS 發佈不應該在平台 %s 上執行",
|
|
369
|
+
"error.BicepGenerationError": "無法產生 bicep 檔案 %s。原因: %s",
|
|
370
|
+
"error.LocalBotEndpointNotConfigured": "未設定本機 Bot 端點。在 \".fx/configs/config.local.json\" 中設定 \"bot.siteEndpoint\",然後再試一次。",
|
|
371
|
+
"error.InvalidLocalBotEndpointFormat": "本機 Bot 端點格式無效: %s。",
|
|
372
|
+
"error.NgrokTunnelNotConnected": "Ngrok 通道未連線。請檢查您的網路設定,然後再試一次。",
|
|
373
|
+
"error.frontend.UnauthenticatedError": "無法取得使用者登入資訊。",
|
|
374
|
+
"error.frontend.InvalidConfigError": "取得無效 %s。",
|
|
375
|
+
"error.frontend.CheckResourceGroupError": "無法檢查資源群組是否存在。",
|
|
376
|
+
"error.frontend.NoResourceGroupError": "找不到資源群組。",
|
|
377
|
+
"error.frontend.CheckStorageError": "無法檢查 Azure 儲存體帳戶的可用性。",
|
|
378
|
+
"error.frontend.StaticWebsiteDisabledError": "已為 Azure 儲存體帳戶停用靜態網站裝載功能。",
|
|
379
|
+
"error.frontend.InvalidStorageNameError": "Azure 儲存體名稱無效。",
|
|
380
|
+
"error.frontend.EnableStaticWebsiteError": "無法啟用 Azure 儲存體帳戶的靜態網站功能。",
|
|
381
|
+
"error.frontend.ClearStorageError": "無法清除 Azure 儲存體帳戶。",
|
|
382
|
+
"error.frontend.UploadToStorageError": "無法將本機路徑 %s 上傳至 Azure 儲存體帳戶。",
|
|
383
|
+
"error.frontend.GetContainerError": "無法從 Azure 儲存體帳戶取得容器 %s。",
|
|
384
|
+
"error.frontend.UnknownScaffoldError": "無法 Scaffold 專案,原因不明。",
|
|
385
|
+
"error.frontend.TemplateZipFallbackError": "無法下載 zip 封裝及開啟本機 zip 封裝。",
|
|
386
|
+
"error.frontend.UnzipTemplateError": "無法解壓縮範本封裝。",
|
|
387
|
+
"error.frontend.NoBuildPathError": "找不到 '%s' 資料夾。",
|
|
388
|
+
"error.frontend.BuildError": "無法建置索引標籤應用程式。",
|
|
389
|
+
"error.frontend.NpmInstallError": "無法執行索引標籤應用程式的 [npm 安裝]。",
|
|
390
|
+
"error.frontend.InvalidTabLanguageError": "索引標籤尚未支援選取的程式設計語言。",
|
|
391
|
+
"error.frontend.NotImplemented": "未實作。",
|
|
392
|
+
"error.frontend.UnhandledError": "未處理的錯誤。",
|
|
393
|
+
"error.frontend.FailedSaveEnv": "無法儲存環境變數至 %s。您的應用程式可能無法運作。",
|
|
394
|
+
"error.frontend.FailedLoadEnv": "無法從 %s 載入環境變數。您的應用程式可能無法運作。",
|
|
395
|
+
"error.appstudio.executeUserTaskRouteFailed": "無法路由函式呼叫: %s}",
|
|
396
|
+
"error.appstudio.fileNotFoundError": "找不到檔案 '%s'。",
|
|
397
|
+
"error.appstudio.notADirectoryError": "%s 不是目錄。",
|
|
398
|
+
"error.appstudio.remoteTeamsAppCreateFailed": "無法在 App Studio 中建立遠端 Teams 應用程式,因為 %s,%s",
|
|
399
|
+
"error.appstudio.remoteTeamsAppUpdateFailed": "無法在 App Studio 中更新遠端 Teams 應用程式,因為 %s,%s",
|
|
400
|
+
"error.appstudio.localTeamsAppCreateFailed": "無法在 App Studio 中建立本機偵錯 Teams 應用程式,因為 %s,%s",
|
|
401
|
+
"error.appstudio.localTeamsAppUpdateFailed": "無法在 App Studio 中更新本機偵錯 Teams 應用程式,因為 %s,%s",
|
|
402
|
+
"error.appstudio.teamsAppCreateFailed": "無法在 App Studio 中建立 Teams 應用程式,因為 %s,%s",
|
|
403
|
+
"error.appstudio.teamsAppUpdateFailed": "無法更新識別碼為 %s 的 Teams 應用程式。",
|
|
404
|
+
"error.appstudio.teamsAppNotFound": "找不到識別碼為 %s 的 Teams 應用程式",
|
|
405
|
+
"error.appstudio.noAppStudioToken": "無法取得 App Studio 權杖。",
|
|
406
|
+
"error.appstudio.invalidManifest": "無法剖析資訊清單字串,因為錯誤: %s。這可能是因無效設定所造成。%s",
|
|
407
|
+
"error.appstudio.loadManifest": "無法讀取資訊清單檔,錯誤: %s。",
|
|
408
|
+
"error.appstudio.getLocalConfigFailed": "遺漏資訊清單的設定資料。您可能需要先執行 [本機偵錯]。%s",
|
|
409
|
+
"error.appstudio.getRemoteConfigFailed": "遺失資訊清單的設定資料。%s",
|
|
410
|
+
"error.appstudio.publishFailed": "無法發佈識別碼為 %s 的 Teams 應用程式。",
|
|
411
|
+
"error.appstudio.publishCancelled": "名稱為 %s 的 Teams 應用程式已取消發佈。",
|
|
412
|
+
"error.appstudio.buildError": "Teams 套件建置失敗!",
|
|
413
|
+
"error.appstudio.scaffoldFailed": "Teams 應用程式 Scaffold 失敗!",
|
|
414
|
+
"error.appstudio.checkPermissionFailed": "檢查權限失敗。原因: %s",
|
|
415
|
+
"error.appstudio.grantPermissionFailed": "授與權限失敗。原因: %s",
|
|
416
|
+
"error.appstudio.listCollaboratorFailed": "清單共同作業者失敗。原因: %s",
|
|
417
|
+
"error.appstudio.updateManifestCancelled": "使用應用程式%s更新資訊清單已取消。",
|
|
418
|
+
"error.appstudio.updateManifestInvalidApp": "找不到識別碼為 %s 的 Teams 應用程式。您必須先執行本機偵錯或佈建,才能將資訊清單更新至 Teams 平台。",
|
|
419
|
+
"error.appstudio.updateManifestFailed": "更新資訊清單失敗。 ",
|
|
420
|
+
"error.appstudio.invalidCapability": "無效功能: %s",
|
|
421
|
+
"error.appstudio.capabilityExceedLimit": "無法新增功能 %s,已達限制。",
|
|
422
|
+
"error.appstudio.staticTabNotExist": "找不到實體識別碼為 %s 的靜態索引標籤,無法更新。",
|
|
423
|
+
"error.appstudio.capabilityNotExist": "資訊清單中沒有功能 %s,無法更新。",
|
|
424
|
+
"error.appstudio.noEnvInfo": "無法從外掛程式內容取得目標環境名稱。",
|
|
425
|
+
"error.appstudio.validateFetchSchemaFailed": "無法從 %s 取得結構描述,訊息: %s",
|
|
426
|
+
"error.appstudio.validateSchemaNotDefined": "未定義清單結構描述",
|
|
427
|
+
"error.function.FunctionNameConflictError": "函數已存在,請選擇其他名稱。",
|
|
428
|
+
"error.function.FetchConfigError": "從設定找不到 %s。",
|
|
429
|
+
"error.function.ValidationError": "無效 %s。",
|
|
430
|
+
"error.function.TemplateZipNetworkError": "無法從 %s 下載 zip 封裝。",
|
|
431
|
+
"error.function.TemplateZipFallbackError": "無法下載 zip 封裝及開啟本機 zip 封裝。",
|
|
432
|
+
"error.function.UnzipError": "無法解壓範本並寫入磁碟。",
|
|
433
|
+
"error.function.ConfigFunctionAppError": "無法擷取或更新函數應用程式設定。",
|
|
434
|
+
"error.function.FunctionAppOpError": "無法在函數應用程式上執行 '%s'。",
|
|
435
|
+
"error.function.InstallTeamsFxBindingError": "無法安裝 Azure Functions 繫結。",
|
|
436
|
+
"error.function.InstallNpmPackageError": "無法安裝 NPM 套件。",
|
|
437
|
+
"error.function.InitAzureSDKError": "無法初始化 Azure SDK 用戶端。",
|
|
438
|
+
"error.function.ZipError": "無法產生 zip 封裝。",
|
|
439
|
+
"error.function.PublishCredentialError": "無法擷取發佈認證。",
|
|
440
|
+
"error.function.FindAppError": "找不到函數應用程式。",
|
|
441
|
+
"error.function.UploadZipError": "無法上傳 zip 封裝。",
|
|
442
|
+
"error.function.UnknownFallbackError": "導致觸發後援的原因不明。",
|
|
443
|
+
"error.sql.GetDetail": "取得輸出中的詳細錯誤訊息。",
|
|
444
|
+
"error.sql.LinkHelpMessage": "您可以按照 %s 加以處理。",
|
|
445
|
+
"error.sql.SqlInputError": "SQL 系統管理員名稱或密碼是空的",
|
|
446
|
+
"error.sql.SqlAskInputError": "無法取得 SQL 問題的解答",
|
|
447
|
+
"error.sql.SqlEndpointError": "SQL Server %s 無效。",
|
|
448
|
+
"error.sql.DatabaseUserCreateError": "無法在資料庫 %s 中建立使用者 '%s'",
|
|
449
|
+
"error.sql.SqlAddAdminError": "無法新增 AAD 系統管理員 '%s'。%s",
|
|
450
|
+
"error.sql.SqlLocalFirwallError": "無法為 '%s' 新增本機防火牆。%s",
|
|
451
|
+
"error.sql.SqlDeleteLocalFirwallError": "無法刪除 '%s' 的本機防火牆。手動刪除 '%s'。%s",
|
|
452
|
+
"error.sql.SqlUserInfoError": "無法取得登入使用者資訊。",
|
|
453
|
+
"error.sql.SqlGetConfigError": "無法從 '%s' 取得 '%s' 的設定值。",
|
|
454
|
+
"error.sql.SqlInvalidConfigError": "'%s' 的設定值對 %s 無效。",
|
|
455
|
+
"error.sql.SqlCheckError": "無法檢查 SQL Server '%s'。%s",
|
|
456
|
+
"error.sql.SqlCheckAdminError": "無法檢查 AAD 系統管理員 '%s'。%s",
|
|
457
|
+
"error.sql.IdentityCredentialUndefine": "無法存取資料庫以新增受控識別使用者 %s。請手動為資料庫 %s 新增使用者",
|
|
458
|
+
"error.sql.ServicePrincipalWarning": "Azure SQL 中的服務主體系統管理員無法新增資料庫使用者 <%s>。您可為 %s 手動新增使用者",
|
|
459
|
+
"error.sql.DomainError": "條件式存取原則需要符合規範的裝置,但裝置不符合規範。%s",
|
|
460
|
+
"error.sql.GuestAdminError": "SQL 系統管理員沒有足夠的權限以新增資料庫使用者。%s",
|
|
461
|
+
"error.dotnet.FileIOError": "無法讀取/寫入 %s。",
|
|
462
|
+
"error.dotnet.UploadZipError": "無法上傳 zip 封裝。",
|
|
463
|
+
"error.dotnet.PublishCredentialError": "無法擷取發佈認證。",
|
|
464
|
+
"error.dotnet.ZipError": "無法產生 zip 封裝。",
|
|
465
|
+
"error.dotnet.BuildError": "無法建置 Dotnet 專案。",
|
|
466
|
+
"error.dotnet.ProjectPathError": "找不到目標專案 %s。",
|
|
467
|
+
"error.dotnet.FetchConfigError": "從設定找不到 %s",
|
|
468
|
+
"error.dotnet.NoProjectSettingError": "無法載入專案設定",
|
|
469
|
+
"error.dotnet.UnhandledError": "未處理的錯誤。",
|
|
470
|
+
"error.apiConnector.SampleCodeCreateFailError": "無法 Scaffold API 連線範例。原因: %s",
|
|
471
|
+
"error.apiConnector.ScaffoldApiFilesError": "無法 Scaffold 連線 API 檔案,原因: %s",
|
|
472
|
+
"error.apiConnector.ApiConnectorInputError": "API 連接器輸入 %s 無效",
|
|
473
|
+
"error.apiConnector.ApiConnectorPathNotExistError": "路徑 %s 不存在。選取有效的資料夾。",
|
|
474
|
+
"error.apiConnector.ApiConnectorCreateFileFail": "無法建立 %s",
|
|
475
|
+
"error.apiConnector.NoActivePluginsExistError": "請先建立作用中的資源。",
|
|
476
|
+
"error.apiConnector.NoBotOrFunctionExistError": "請先建立 Bot 或函數資源。",
|
|
477
|
+
"error.apiConnector.InvalidProjectError": "請選取有效的 TeamsFx 專案",
|
|
478
|
+
"error.apiConnector.ApiConnectorFunctionRouteError": "無法路由函式呼叫: %s",
|
|
479
|
+
"error.apiConnector.SDKVersionImcompatibleError": "在 %s 專案中,@microsoft/teamsfx version %s 不相容。請將您的封裝版本升級為 %s",
|
|
480
|
+
"error.apiConnector.pkgFileNotExistError": "在 %s 專案中未存在 package.json",
|
|
481
|
+
"error.apiConnector.componentNotExistError": "元件 %s 不存在,請先新增",
|
|
482
|
+
"error.apiConnector.envVarExistError": "請提供不同的 API 名稱,以避免與 .env.teamsfx.local 中現有 env 變數 %s 發生衝突",
|
|
483
|
+
"core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
|
|
484
|
+
"core.QuestionAppName.validation.maxlength": "應用程式名稱超過長度 30 的上限。",
|
|
485
|
+
"core.QuestionAppName.validation.pathExist": "路徑存在: %s。選取不同的應用程式名稱。",
|
|
486
|
+
"core.ProgrammingLanguageQuestion.title": "程式設計語言",
|
|
487
|
+
"core.ProgrammingLanguageQuestion.placeholder": "選取程式設計語言。",
|
|
488
|
+
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx 目前僅支援 TypeScript。",
|
|
489
|
+
"core.option.tutorial": "開啟教學課程",
|
|
490
|
+
"core.TabOption.label": "索引標籤",
|
|
491
|
+
"core.TabOption.labelNew": "已啟用 SSO 的索引標籤",
|
|
492
|
+
"core.TabOption.description": "UI 型應用程式",
|
|
493
|
+
"core.TabOption.detail": "內嵌在 Microsoft Teams 中的 Teams 感知網頁",
|
|
494
|
+
"core.TabOption.detailNew": "內嵌在 Microsoft Teams 中的 Teams 身分識別感知網頁",
|
|
495
|
+
"core.BotOption.description": "交談代理程式",
|
|
496
|
+
"core.BotOption.detail": "透過交談執行簡單且重複的自動化工作",
|
|
497
|
+
"core.BotNewUIOption.label": "Bot",
|
|
498
|
+
"core.BotNewUIOption.detail": "執行簡單與重複性工作的 Hello World 聊天機器人",
|
|
499
|
+
"core.MessageExtensionOption.labelNew": "訊息延伸模組",
|
|
500
|
+
"core.MessageExtensionOption.label": "訊息延伸模組",
|
|
501
|
+
"core.MessageExtensionOption.description": "使用者在 Teams 中撰寫訊息時自訂 UI",
|
|
502
|
+
"core.MessageExtensionOption.detail": "Hello World 訊息延伸模組允許透過按鈕和表單進行互動",
|
|
503
|
+
"core.NotificationOption.label": "通知 Bot",
|
|
504
|
+
"core.NotificationOption.detail": "透過各種觸發將通知傳送至 Microsoft Teams",
|
|
505
|
+
"core.Option.recommend": "建議",
|
|
506
|
+
"core.CommandAndResponseOption.label": "命令 Bot",
|
|
507
|
+
"core.CommandAndResponseOption.detail": "在 Microsoft Teams 聊天回應簡單的命令",
|
|
508
|
+
"core.ExistingTabOption.label": "內嵌現有的 Web 應用程式",
|
|
509
|
+
"core.ExistingTabOption.detail": "帶入您自己的靜態網頁並內嵌於 Microsoft Teams",
|
|
510
|
+
"core.ExistingTabEndpointQuestion.placeholder": "輸入您的縣有索引標籤端點",
|
|
511
|
+
"core.ExistingTabEndpointQuestion.title": "輸入您 Web 應用程式的本機端點",
|
|
512
|
+
"core.ExistingTabEndpointQuestion.validation": "請輸入以 https:// 為開頭的有效 URL",
|
|
513
|
+
"core.TabSPFxOption.label": "索引標籤 (SPFx)",
|
|
514
|
+
"core.TabSPFxOption.labelNew": "SPFx 索引標籤",
|
|
515
|
+
"core.TabSPFxOption.description": "具有 SharePoint 架構的用戶端應用程式",
|
|
516
|
+
"core.TabSPFxOption.detail": "與 Microsoft Teams 緊密整合的自動裝載 SPFx Web 組件",
|
|
517
|
+
"core.TabSPFxOption.detailNew": "內嵌在 Microsoft Teams 中 SharePoint 架構的 Teams 感知網頁",
|
|
518
|
+
"core.TabSso.description": "索引標籤的單一登入",
|
|
519
|
+
"core.TabSso.detail": "在您的 Teams 索引標籤應用程式中啟用單一登入",
|
|
520
|
+
"core.BotSso.description": "Bot 的單一登入",
|
|
521
|
+
"core.BotSso.detail": "在您的 Teams Bot 應用程式中啟用單一登入",
|
|
522
|
+
"core.TabNonSso.label": "索引標籤",
|
|
523
|
+
"core.TabNonSso.detail": "內嵌在 Microsoft Teams 中的 Hello World 網頁",
|
|
524
|
+
"core.addCapabilityQuestion.title": "選擇功能",
|
|
525
|
+
"core.addCapabilityQuestion.titleNew": "功能",
|
|
526
|
+
"core.addCapabilityQuestion.notificationCommandAndResponseConflict": "通知和命令與回應功能發生衝突",
|
|
527
|
+
"core.addFeatureQuestion.title": "新增功能",
|
|
528
|
+
"core.createCapabilityQuestion.title": "選取功能",
|
|
529
|
+
"core.createCapabilityQuestion.titleNew": "功能",
|
|
530
|
+
"core.createCapabilityQuestion.placeholder": "選取至少 1 個功能",
|
|
531
|
+
"core.createCapabilityQuestion.single.title": "功能",
|
|
532
|
+
"core.createCapabilityQuestion.single.placeholder": "選取選項",
|
|
533
|
+
"core.capability.validation": "無效的功能組合: %s,選項組: %s 互斥",
|
|
534
|
+
"core.capability.validation.spfx": "只有最基本的應用程式才允許新增 SPFx 索引標籤",
|
|
535
|
+
"core.createCapabilityQuestion.validation1": "Teams 工具組僅在具有 Visual Studio Code 和 SharePoint 架構的 Teams 應用程式中提供索引標籤功能。Bot 和訊息延伸模組無法使用",
|
|
536
|
+
"core.createCapabilityQuestion.botNotificationConflict": "Bot 與通知功能發生衝突",
|
|
537
|
+
"core.createCapabilityQuestion.botCommandAndResponseConflict": "Bot 和命令與回應功能發生衝突",
|
|
538
|
+
"core.createCapabilityQuestion.notificationCommandAndResponseConflict": "通知和命令與回應功能發生衝突",
|
|
539
|
+
"core.createCapabilityQuestion.meNotificationConflict": "訊息延伸模組與通知功能發生衝突",
|
|
540
|
+
"core.createCapabilityQuestion.meCommandAndResponseConflict": "訊息延伸模組和命令與回應功能發生衝突",
|
|
541
|
+
"core.QuestionSelectTargetEnvironment.title": "選取環境",
|
|
542
|
+
"core.getQuestionNewTargetEnvironmentName.title": "新增環境名稱",
|
|
543
|
+
"core.getQuestionNewTargetEnvironmentName.placeholder": "新增環境名稱",
|
|
544
|
+
"core.getQuestionNewTargetEnvironmentName.validation1": "環境名稱只能包含字母、數字、_ 和 -。",
|
|
545
|
+
"core.getQuestionNewTargetEnvironmentName.validation2": "環境設定路徑的長度會超過 Windows 的限制。",
|
|
546
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "無法建立環境 '%s'",
|
|
547
|
+
"core.getQuestionNewTargetEnvironmentName.validation4": "無法列出 env 設定",
|
|
548
|
+
"core.getQuestionNewTargetEnvironmentName.validation5": "專案環境 %s 已存在。",
|
|
549
|
+
"core.QuestionSelectSourceEnvironment.title": "選取要建立複本的環境",
|
|
550
|
+
"core.QuestionSelectResourceGroup.title": "選取資源群組",
|
|
551
|
+
"core.QuestionNewResourceGroupName.placeholder": "新增資源群組名稱",
|
|
552
|
+
"core.QuestionNewResourceGroupName.title": "新增資源群組名稱",
|
|
553
|
+
"core.QuestionNewResourceGroupName.validation": "名稱只可包含英數字元或符號 ._-()",
|
|
554
|
+
"core.QuestionNewResourceGroupLocation.title": "新資源群組的位置",
|
|
555
|
+
"core.ScratchOptionYesVSC.label": "建立新的 Teams 應用程式",
|
|
556
|
+
"core.ScratchOptionYesVSC.detail": "使用 Teams 工具組來建立新的 Teams 應用程式。",
|
|
557
|
+
"core.ScratchOptionYes.label": "建立新的 Teams 應用程式",
|
|
558
|
+
"core.ScratchOptionYes.detail": "使用 Teams 工具組來建立新的 Teams 應用程式。",
|
|
559
|
+
"core.ScratchOptionNoVSC.label": "從範本開始",
|
|
560
|
+
"core.ScratchOptionNoVSC.detail": "使用現有範例作為新應用程式的起點。",
|
|
561
|
+
"core.ScratchOptionNo.label": "從範本開始",
|
|
562
|
+
"core.ScratchOptionNo.detail": "使用現有範例作為新應用程式的起點。",
|
|
563
|
+
"core.RuntimeOptionNodeJS.detail": "快速 JavaScript 伺服器執行階段",
|
|
564
|
+
"core.RuntimeOptionDotNet.detail": "免費。跨平台。開放原始碼。",
|
|
565
|
+
"core.getCreateNewOrFromSampleQuestion.title": "Teams 工具組: 建立新的 Teams 應用程式",
|
|
566
|
+
"core.getRuntimeQuestion.title": "Teams 工具組: 為您的應用程式選取執行階段",
|
|
567
|
+
"core.getCreateNewOrFromSampleQuestion.placeholder": "選取一個選項",
|
|
568
|
+
"core.getRuntimeQuestion.placeholder": "選取執行階段",
|
|
569
|
+
"core.SampleSelect.title": "從範本開始",
|
|
570
|
+
"core.SampleSelect.placeholder": "選取範例",
|
|
571
|
+
"core.SampleSelect.buttons.viewSamples": "檢視範例",
|
|
572
|
+
"core.HostTypeOptionAzure.label": "Azure",
|
|
573
|
+
"core.HostTypeOptionSPFx.label": "SharePoint 架構 (SPFx)",
|
|
574
|
+
"core.AzureResourceSQL.label": "Azure SQL Database",
|
|
575
|
+
"core.AzureResourceSQL.description": "也會選取 Azure 函數應用程式以存取 Azure SQL Database",
|
|
576
|
+
"core.AzureResourceSQLNewUI.label": "Azure SQL Database",
|
|
577
|
+
"core.AzureResourceSQLNewUI.detail": "為雲端建置之永遠維持最新狀態的關聯式資料庫服務",
|
|
578
|
+
"core.AzureResourceFunction.label": "Azure 函數應用程式",
|
|
579
|
+
"core.AzureResourceFunctionNewUI.label": "Azure Functions",
|
|
580
|
+
"core.AzureResourceFunctionNewUI.detail": "可讓您撰寫較少程式碼之無伺服器的事件驅動計算解決方案",
|
|
581
|
+
"core.AzureResourceApim.label": "在 Azure API 管理中註冊 API",
|
|
582
|
+
"core.AzureResourceApim.description": "也會選取 Azure 函數應用程式作為 API 進行發佈",
|
|
583
|
+
"core.AzureResourceApimNewUI.label": "Azure API 管理",
|
|
584
|
+
"core.AzureResourceApimNewUI.detail": "跨所有環境適用於 API 的混合式多重雲端管理平台",
|
|
585
|
+
"core.AzureResourceKeyVault.label": "Azure Key Vault",
|
|
586
|
+
"core.AzureResourceKeyVault.description": "使用 Azure Key Vault 保護執行階段應用程式秘密",
|
|
587
|
+
"core.AzureResourceKeyVaultNewUI.label": "Azure Key Vault",
|
|
588
|
+
"core.AzureResourceKeyVaultNewUI.detail": "可安全地儲存及存取秘密的雲端服務",
|
|
589
|
+
"core.SingleSignOnOption.label": "單一登入",
|
|
590
|
+
"core.SingleSignOnOption.detail": "為 Teams 啟動頁面和 Bot 功能開發單一登入功能",
|
|
591
|
+
"core.ApiConnectionOption.label": "API 連線",
|
|
592
|
+
"core.ApiConnectionOption.detail": "使用 TeamsFx SDK 連線到具有驗證證支援的 API",
|
|
593
|
+
"core.cicdWorkflowOption.label": "CI/CD 工作流程",
|
|
594
|
+
"core.cicdWorkflowOption.detail": "為 GitHub、Azure DevOps 或 Jenkins 新增 CI/CD 工作流程",
|
|
595
|
+
"core.getUserEmailQuestion.title": "將相同 M365 租用戶下之帳戶的擁有者新增至 Teams/AAD 應用程式 (電子郵件)",
|
|
596
|
+
"core.getUserEmailQuestion.validation1": "電子郵件地址不可為 Null 或空白",
|
|
597
|
+
"core.getUserEmailQuestion.validation2": "請將 [UserName] 變更為實際使用者名稱",
|
|
598
|
+
"core.M365SsoLaunchPageOptionItem.label": "已啟用 SSO 的個人索引標籤",
|
|
599
|
+
"core.M365SsoLaunchPageOptionItem.detail": "內嵌在 Microsoft Teams、Outlook 和 Office.com 中的識別身分感知網頁",
|
|
600
|
+
"core.M365SearchAppOptionItem.label": "搜尋式訊息延伸模組",
|
|
601
|
+
"core.M365SearchAppOptionItem.detail": "當使用者在 Microsoft Teams 中撰寫訊息或在 Outlook 中寫電子郵件時,插入搜尋結果",
|
|
602
|
+
"core.options.separator.scenario": "案例式 Teams 應用程式",
|
|
603
|
+
"core.options.separator.basic": "基本 Teams 應用程式",
|
|
604
|
+
"core.options.separator.resource": "新增資源",
|
|
605
|
+
"core.options.separator.additional": "其他功能",
|
|
606
|
+
"core.options.separator.m365": "跨 Microsoft 365 的擴充 Teams 應用程式",
|
|
607
|
+
"core.common.TeamsMobileDesktopClientName": "Teams 桌面,行動用戶端識別碼",
|
|
608
|
+
"core.common.TeamsWebClientName": "Teams Web 用戶端識別碼",
|
|
609
|
+
"core.common.OfficeDesktopClientName": "Office 桌面用戶端識別碼",
|
|
610
|
+
"core.common.OfficeWebClientName1": "Office.com 用戶端識別碼 1",
|
|
611
|
+
"core.common.OfficeWebClientName2": "Office.com 用戶端識別碼 2",
|
|
612
|
+
"core.common.OutlookDesktopClientName": "Outlook 桌面用戶端識別碼",
|
|
613
|
+
"core.common.OutlookWebClientName1": "Outlook Web 存取用戶端識別碼 1",
|
|
614
|
+
"core.common.OutlookWebClientName2": "Outlook Web 存取用戶端識別碼 2",
|
|
615
|
+
"error.aad.GetAppError": "無法在租用戶 \"%s\" 中取得物件識別碼為 \"%s\" 的 AAD 應用程式。請確定物件識別碼有效,或刪除 %s 中 %s 下的 'objectId',然後再試一次。",
|
|
616
|
+
"error.aad.GetAppConfigError": "無法從 Azure AD 應用程式設定取得 %s。請確定已正確設定 Azure AD 應用程式,或刪除 %s 中 %s 下的 'objectId',然後再試一次。",
|
|
617
|
+
"error.aad.GetSkipAppConfigError": "無法取得所有必要的資訊。您必須在 %s 中 %s 下設定 %s、%s、%s、%s。",
|
|
618
|
+
"error.aad.CreateAppError": "無法在 Azure Active Directory 中建立應用程式。",
|
|
619
|
+
"error.aad.CreateSecretError": "`無法在 Azure Active Directory 中建立應用程式祕密。`",
|
|
620
|
+
"error.aad.UpdateRedirectUriError": "無法更新 Azure Active Directory 中的應用程式重新導向 URI。",
|
|
621
|
+
"error.aad.UpdateAppIdUriError": "無法在 Azure Active Directory 中更新應用程式識別碼 URI。",
|
|
622
|
+
"error.aad.UpdatePermissionError": "無法在 Azure Active Directory 中更新應用程式權限。",
|
|
623
|
+
"error.aad.AppIdUriInvalidError": "無效的應用程式識別碼 URI。請先佈建您的應用程式再繼續。",
|
|
624
|
+
"error.aad.CannotGenerateIdentifierUris": "無法產生 identifierUris,因為找不到 botId 或前端網域,您必須在設定檔中至少指定其中一項",
|
|
625
|
+
"error.aad.InvalidSelectedPlugins": "選取的外掛程式無效。%s",
|
|
626
|
+
"error.aad.ParsePermissionError": "無法剖析權限要求。",
|
|
627
|
+
"error.aad.UnhandledError": "未處理的錯誤。 ",
|
|
628
|
+
"error.aad.UnknownPermissionName": "找不到資源: %s。%s",
|
|
629
|
+
"error.aad.UnknownPermissionRole": "找不到資源 \"%s\" 的角色 \"%s\"。%s",
|
|
630
|
+
"error.aad.UnknownPermissionScope": "找不到資源 \"%s\" 的範圍 \"%s\"。%s",
|
|
631
|
+
"error.aad.GetTokenError": "無法取得 %s 的使用者登入資訊。",
|
|
632
|
+
"error.aad.TenantNotExistError": "無法從使用者登入取得租用戶資訊。",
|
|
633
|
+
"error.aad.MissingPermissionsRequestProvider": "外掛程式內容中遺漏 permissionRequestProvider",
|
|
634
|
+
"error.aad.CheckPermissionError": "無法檢查權限。",
|
|
635
|
+
"error.aad.GrantPermissionError": "%s: %s。無法授與權限。",
|
|
636
|
+
"error.aad.ListCollaboratorError": "無法列出共同作業者。",
|
|
637
|
+
"error.aad.AadManifestLoadError": "無法從 %s 載入資訊清單檔,因為 %s",
|
|
638
|
+
"error.aad.AadManifestMissingName": "AAD 資訊清單檔中的名稱屬性是空的或無效",
|
|
639
|
+
"error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions 屬性遺漏值應為 access_as_user 的項目",
|
|
640
|
+
"error.aad.AadManifestMissingObjectId": "AAD 資訊清單檔中的識別碼屬性遺失或無效,您必須先執行佈建或本機偵錯",
|
|
641
|
+
"error.aad.AadManifestMissingReplyUrlsWithType": "AAD 資訊清單檔中的 replyUrlsWithType 屬性遺失或無效,您必須先執行佈建或本機偵錯",
|
|
642
|
+
"error.aad.AadManifestMissingIdentifierUris": "AAD 資訊清單檔中的 identifierUris 屬性遺失或無效,您必須先執行佈建或本機偵錯",
|
|
643
|
+
"error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or local debug first. Click Get Help to learn more about why you need to provision or local debug.",
|
|
644
|
+
"error.aad.UpdateAadAppError": "無法在 Azure Active Directory 中更新應用程式: %s",
|
|
645
|
+
"error.aad.AadManifestNotFoundError": "找不到 Aad 資訊清單檔",
|
|
646
|
+
"error.aad.GetDisplayNameError": "無法取得顯示名稱。",
|
|
647
|
+
"error.aad.GetConfigError": "無法取得 %s 的設定值 \"%s\"。",
|
|
648
|
+
"error.aad.FormatError": "%s 的格式無效。值: %s。",
|
|
649
|
+
"error.aad.client.CreateFailed": "無法在 Azure Active Directory 中建立應用程式註冊。",
|
|
650
|
+
"error.aad.client.UpdateFailed": "無法在 Azure Active Directory 中更新應用程式註冊。",
|
|
651
|
+
"error.aad.client.CreateSecretFailed": "無法在 Azure Active Directory 中建立應用程式密碼。",
|
|
652
|
+
"error.aad.client.GetFailed": "無法擷取 Azure Active Directory 應用程式註冊。",
|
|
653
|
+
"error.aad.client.CheckPermissionFailed": "無法檢查 Azure Active Directory 中的權限。",
|
|
654
|
+
"error.aad.client.GrantPermissionFailed": "無法在 Azure Active Directory 中授與權限。",
|
|
655
|
+
"error.aad.client.AppDefinitionIsNull": "遺漏應用程式定義。",
|
|
656
|
+
"error.aad.client.AppObjectIdIsNull": "遺漏物件識別碼。",
|
|
657
|
+
"error.aad.client.EmptyResponse": "遺漏回應。",
|
|
658
|
+
"error.aad.client.ReachRetryLimit": "已超過重試限制。",
|
|
659
|
+
"error.aad.manifest.NameIsMissing": "遺漏名稱\n",
|
|
660
|
+
"error.aad.manifest.SignInAudienceIsMissing": "signInAudience 遺失\n",
|
|
661
|
+
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess 遺失\n",
|
|
662
|
+
"error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions 遺失\n",
|
|
663
|
+
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications 遺失\n",
|
|
664
|
+
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 為 1\n",
|
|
665
|
+
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims 遺失\n",
|
|
666
|
+
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 存取權杖未包含 idtyp 宣告\n",
|
|
667
|
+
"error.aad.manifest.AADManifestIssues": "AAD 資訊清單發生下列問題,可能會中斷 Teams 應用程式:\n",
|
|
668
|
+
"error.aad.manifest.UnknownResourceAppId": "未知的 resourceAppId %s",
|
|
669
|
+
"error.aad.manifest.UnknownResourceAccessType": "未知的 resourceAccess: %s",
|
|
670
|
+
"error.aad.manifest.UnknownResourceAccessId": "未知的 resourceAccess 識別碼: %s",
|
|
671
|
+
"plugins.aad.NoSelection": "找不到 Azure AD 應用程式。將不會更新權限。您必須先執行佈建或本機偵錯。",
|
|
672
|
+
"plugins.aad.UserCancelled": "使用者已取消選取項目。",
|
|
673
|
+
"plugins.aad.UpdatePermissionSuccessMessage": "已成功更新 Azure AD 應用程式的權限。您可以前往 Azure 入口網站以檢查權限或授與管理員同意。",
|
|
674
|
+
"plugins.aad.SkipProvision": "已略過 Azure AD 應用程式佈建。您需要手動佈建並設定 Azure AD 應用程式。",
|
|
675
|
+
"plugins.aad.OwnerAlreadyAdded": "使用者 %s 已新增為 Azure AD 應用程式 %s 的擁有者。",
|
|
676
|
+
"plugins.aad.StepFailedAndSkipped": "步驟失敗: %s。您必須前往 Azure 入口網站,並為提供的 Azure AD 應用程式手動 %s。",
|
|
677
|
+
"plugins.aad.UpdatePermissionHelpMessage": "更新 [API 權限] 下的權限",
|
|
678
|
+
"plugins.aad.UpdateAppIdUriHelpMessage": "在 [公開 API] 下將 \"%s\"設為 [應用程式識別碼 URI]",
|
|
679
|
+
"plugins.aad.UpdateRedirectUriHelpMessage": "將 \"%s\" 設為 [驗證] 下的 [重新導向 URI]",
|
|
680
|
+
"plugins.aad.UpdateAadHelpMessage": "更新 Azure AD 應用程式資訊清單",
|
|
681
|
+
"plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "選取 [開啟 API 文件]。",
|
|
682
|
+
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "輸入 API 名稱前置詞。",
|
|
683
|
+
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "API 的唯一名稱將為 '{api-prefix}-{resource-suffix}-{api-version}'。",
|
|
684
|
+
"plugins.apim.QuestionConstants.VSCode.ApiVersion.description": "選取 API 版本。",
|
|
685
|
+
"plugins.apim.QuestionConstants.VSCode.ApiVersion.createNewApiVersionOption": "+ 建立新的 API 版本",
|
|
686
|
+
"plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "輸入 API 版本。",
|
|
687
|
+
"plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "開啟的 API 文件檔案路徑。",
|
|
688
|
+
"plugins.apim.QuestionConstants.CLI.ApiPrefix.description": "API 名稱前置詞。預設 API 的唯一名稱將為 '{api-prefix}-{resource-suffix}-{api-version}'。",
|
|
689
|
+
"plugins.apim.QuestionConstants.CLI.ApiId.description": "要更新之 API 的唯一名稱。",
|
|
690
|
+
"plugins.apim.QuestionConstants.CLI.ApiVersion.description": "API 版本。",
|
|
691
|
+
"plugins.apim.ValidationConstants.resourceIdValidPattern.message": "若值前後是數字或字母,則只能包含數字、字母及連字號。",
|
|
692
|
+
"plugins.apim.ValidationConstants.defaultValidPattern.message": "值不能包含 '*#&+:<>?' 的任何字元。",
|
|
693
|
+
"plugins.apim.ValidationConstants.guidValidPattern.message": "值應為 GUID。",
|
|
694
|
+
"plugins.apim.ValidationConstants.CLI.invalidOptionMessage": "選項 '--%s' 的值無效。",
|
|
695
|
+
"plugins.apim.ValidationConstants.CLI.emptyOptionMessage": "需要選項 '--%s'。設定 '--%s' 的值",
|
|
696
|
+
"plugins.apim.ValidationConstants.CLI.overrideOptionMessage": "無法覆寫選項 '--%s'。移除選項 '--%s'",
|
|
697
|
+
"plugins.apim.RetryOperation.Create": "建立新專案",
|
|
698
|
+
"plugins.apim.RetryOperation.Update": "新增 APIM 資源",
|
|
699
|
+
"plugins.apim.RetryOperation.Provision": "在雲端中佈建",
|
|
700
|
+
"plugins.apim.RetryOperation.Deploy": "部署至雲端",
|
|
701
|
+
"plugins.apim.RetryOperation.Login": "登入 Azure 並選擇訂用帳戶",
|
|
702
|
+
"plugins.apim.ProgressMessages.Scaffold.Scaffold": "Scaffold OpenAPI 文件",
|
|
703
|
+
"plugins.apim.ProgressMessages.Provision.CreateApim": "建立 APIM 服務",
|
|
704
|
+
"plugins.apim.ProgressMessages.Provision.CreateAad": "建立用戶端 AAD 應用程式註冊",
|
|
705
|
+
"plugins.apim.ProgressMessages.PostProvision.ConfigClientAad": "設定用戶端 AAD 應用程式註冊",
|
|
706
|
+
"plugins.apim.ProgressMessages.PostProvision.ConfigAppAad": "更新 Teams 應用程式的 AAD 應用程式",
|
|
707
|
+
"plugins.apim.ProgressMessages.Deploy.ImportApi": "將 API 匯入 API 管理",
|
|
708
|
+
"plugins.apim.error.NoValidOpenApiDocument": "目前的工作區中沒有有效的 OpenApi 文件。",
|
|
709
|
+
"plugins.apim.error.InvalidOpenApiDocument": "檔案 '%s' 不是有效的 OpenApi 文件。",
|
|
710
|
+
"plugins.apim.error.EmptyTitleInOpenApiDocument": "OpenApi 文件 '%s' 中的屬性 [標題] 不可為空白。",
|
|
711
|
+
"plugins.apim.error.EmptyVersionInOpenApiDocument": "OpenApi 文件 '%s' 中的屬性 [版本] 不可為空白。",
|
|
712
|
+
"plugins.apim.error.InvalidAadObjectId": "找不到物件識別碼為 '%s' 的 Azure Active Directory 應用程式。",
|
|
713
|
+
"plugins.apim.error.EmptyConfigValue": "專案設定 '%s' 的 '%s' 在 '%s' 中遺失。請重試 %s 或手動設定值。",
|
|
714
|
+
"plugins.apim.error.NoPluginConfig": "找不到 %s 設定。請重試 %s。",
|
|
715
|
+
"plugins.apim.error.InvalidConfigValue": "專案設定 '%s' 的 '%s' 為無效。%s",
|
|
716
|
+
"plugins.apim.error.ApimOperationError": "無法 %s %s。",
|
|
717
|
+
"plugins.apim.error.AadOperationError": "無法 %s %s。",
|
|
718
|
+
"plugins.apim.error.InvalidCliOptionError": "選項無效。%s",
|
|
719
|
+
"plugins.apim.error.NotImplemented": "未實作。",
|
|
720
|
+
"plugins.apim.error.InvalidFunctionEndpoint": "函數端點配置應為 'HTTP' 或 'HTTPs'。",
|
|
721
|
+
"plugins.apim.error.EmptyProperty": "屬性 '%s' 是空的。",
|
|
722
|
+
"plugins.apim.error.InvalidPropertyType": "屬性 '%s' 不是類型 '%s'。",
|
|
723
|
+
"plugins.apim.error.ShortenToEmpty": "值 '%s' 不可縮短為空白。",
|
|
724
|
+
"plugins.apim.error.UnhandledError": "未處理的錯誤。",
|
|
725
|
+
"plugins.apim.error.FailedToParseResourceIdError": "無法從以下資源識別碼取得 '%s': '%s'。",
|
|
726
|
+
"error.sa.NoConfigError": "無法從 '%s' 取得 '%s' 的設定值。",
|
|
727
|
+
"error.sa.UnauthenticatedError": "無法取得使用者登入資訊。",
|
|
728
|
+
"error.sa.CreateAppServicePlanError": "無法建立 App Service 方案: %s",
|
|
729
|
+
"error.sa.FreeServerFarmsQuotaError": "無法建立 App Service 方案: %s",
|
|
730
|
+
"error.sa.MissingSubscriptionRegistrationError": "無法建立 App Service 方案: ${message}",
|
|
731
|
+
"error.sa.CreateWebAppError": "無法建立 Web 應用程式: %s",
|
|
732
|
+
"error.sa.ZipDeployError": "無法部署簡單驗證位 BITS: %s",
|
|
733
|
+
"error.sa.UpdateApplicationSettingsError": "無法更新應用程式設定: %s",
|
|
734
|
+
"error.sa.UnhandledError": "未處理的錯誤: %s",
|
|
735
|
+
"error.sa.EndpointInvalidError": "無法驗證端點: %s。原因: %s",
|
|
736
|
+
"error.sa.ZipDownloadError": "無法下載簡單驗證位 BITS: %s",
|
|
737
|
+
"error.sa.VersionFileNotExist": "'無法從 %s 載入版本檔案",
|
|
738
|
+
"plugins.sa.RegisterRersourceProviderFailed": "無法註冊 [簡單驗證] 所需的資源提供者。原因: %s。手動註冊必要的資源提供者 %s。",
|
|
739
|
+
"plugins.sa.FreeServerFarmsQuotaErrorToUser": "訂用帳戶中允許的免費 App Service 方案數目上限為 10。請刪除免費的 App Service 方案,然後再試一次。",
|
|
740
|
+
"core.addSso.onlySupportAzure": "只有裝載於 Azure 的專案才支援新增 SSO",
|
|
741
|
+
"core.addSso.onlyMeNotSupport": "僅訊息延伸模組的專案不支援新增 SSO",
|
|
742
|
+
"core.addSso.needCapability": "只有具有索引標籤、Bot 和/或訊息延伸模組的專案才支援新增 SSO。您必須先執行 'add component'",
|
|
743
|
+
"core.addSso.functionNotSupport": "Azure 函數上裝載的 Bot 不支援新增 SSO",
|
|
744
|
+
"core.addSso.needEnableFeatureFlag": "需要在 Env 中設定 'TEAMSFX_AAD_MANIFEST' 以使用新增 SSO 功能",
|
|
745
|
+
"core.addSso.ssoEnabled": "SSO 已啟用",
|
|
746
|
+
"core.addSso.invalidSsoProject": "無效專案。您可能已修改 '.fx/projectSettings.json' 檔案。",
|
|
747
|
+
"core.addSso.learnMore": "已成功將 SSO 新增在您的專案中。我們已在 'auth/' 中產生範例程式碼和讀我檔案。如需詳細資料,請按一下 ['%s']。",
|
|
748
|
+
"core.addSsoFiles.emptyProjectPath": "Project路徑是空的",
|
|
749
|
+
"core.addSsoFiles.projectPathNotExists": "專案路徑不存在",
|
|
750
|
+
"core.addSsoFiles.canNotAddNonSsoTabWhenSsoEnabled": "無法新增非 SSO 索引標籤。此專案已啟用 SSO",
|
|
751
|
+
"core.addSsoFiles.canNotAddTabWhenSsoNotEnabled": "無法新增索引標籤。您必須先執行 'add SSO'",
|
|
752
|
+
"core.addSsoFiles.FailedToCreateAuthFiles": "無法為新增 sso 建立檔案。詳細錯誤: %s。",
|
|
753
|
+
"core.addSsoFiles.invalidLanguage": "語言無效。請確定未修改 '.fx/projectSettings.json',然後再試一次。",
|
|
754
|
+
"core.getUserEmailQuestion.validation3": "電子郵件地址不正確",
|
|
755
|
+
"plugins.bot.DetailedError": "詳細錯誤: %s。",
|
|
756
|
+
"plugins.bot.DetailedErrorReason": "原因: %s",
|
|
757
|
+
"plugins.bot.UnhandledError": "取得未處理的錯誤: %s",
|
|
758
|
+
"plugins.bot.ErrorSuggestions": "建議: %s",
|
|
759
|
+
"plugins.bot.InvalidValue": "%s 無效,值: %s",
|
|
760
|
+
"plugins.bot.TemplateZipFallbackError": "無法下載 zip 封裝及開啟本機 zip 封裝。",
|
|
761
|
+
"plugins.bot.UnzipError": "無法解壓範本並寫入磁碟。",
|
|
762
|
+
"plugins.bot.RegisterResourceProviderError": "無法為您的應用程式註冊必要的資源提供者。",
|
|
763
|
+
"plugins.bot.SelectValidValues": "請為 %s 選取有效值",
|
|
764
|
+
"plugins.bot.SomethingIsMissing": "遺漏 %s。",
|
|
765
|
+
"plugins.bot.SomethingNotFound": "找不到 %s。",
|
|
766
|
+
"plugins.bot.SomethingNotExisting": "%s 不存在。",
|
|
767
|
+
"plugins.bot.FailedToCreate": "無法建立 %s",
|
|
768
|
+
"plugins.bot.FailedToProvision": "無法佈建 %s。",
|
|
769
|
+
"plugins.bot.FailedToUpdateConfigs": "無法更新 %s 的設定",
|
|
770
|
+
"plugins.bot.FailedListPublishingCredentials": "無法列出發佈認證。",
|
|
771
|
+
"plugins.bot.FailedDeployZipFile": "無法部署 zip 檔案。",
|
|
772
|
+
"plugins.bot.FailedCheckDeployStatus": "無法檢查部署狀態。",
|
|
773
|
+
"plugins.bot.CheckDeployStatusTimeout": "部署狀態逾時。",
|
|
774
|
+
"plugins.bot.FailedRestartWebApp": "無法重新啟動 Web 應用程式。",
|
|
775
|
+
"plugins.bot.FailedUpdateMessageEndpoint": "無法更新具有 %s 的訊息端點",
|
|
776
|
+
"plugins.bot.DownloadFail": "無法從 %s 下載",
|
|
777
|
+
"plugins.bot.ClickGetHelp": "如需詳細資料,請按一下 [取得協助] 按鈕。",
|
|
778
|
+
"plugins.bot.FailToRun": "無法執行 %s。",
|
|
779
|
+
"plugins.bot.PerformCommand": "在 %s 前先執行命令 %s。",
|
|
780
|
+
"plugins.bot.FailToCallAppStudioApi": "無法呼叫 App Studio 的 API 以檢查 AAD 應用程式是否存在。",
|
|
781
|
+
"plugins.bot.SuccessfullyRetrievedZip": "已成功從 %s 擷取 zip 封裝",
|
|
782
|
+
"plugins.bot.FallingUseLocalTemplate": "回復為使用本機範本 zip。",
|
|
783
|
+
"plugins.bot.ResourceProvider": "資源提供者 %s 已存在,不需要註冊。",
|
|
784
|
+
"plugins.bot.BotResourceExists": "Bot 資源已存在於 %s,請略過建立 Bot 資源。",
|
|
785
|
+
"plugins.bot.WorkingDirMissing": "工作目錄遺漏。",
|
|
786
|
+
"plugins.bot.FailRetrieveAzureCredentials": "無法擷取 Azure 認證。",
|
|
787
|
+
"plugins.bot.LoginToAzure": "登入 Azure。",
|
|
788
|
+
"plugins.bot.SkipDeployment": "略過部署: 找不到更新。",
|
|
789
|
+
"plugins.bot.ScaffoldingBot": "Scaffolding Bot。",
|
|
790
|
+
"plugins.bot.ScaffoldingBotSuccess": "已成功 Scaffold Bot。",
|
|
791
|
+
"plugins.bot.PreProvisionBot": "預先佈建 BOT。",
|
|
792
|
+
"plugins.bot.ProvisionBot": "佈建 BOT。",
|
|
793
|
+
"plugins.bot.PreDeployingBot": "預先部署 Bot。",
|
|
794
|
+
"plugins.bot.DeployingBot": "部署 Bot。",
|
|
795
|
+
"plugins.bot.DeployingBotSuccess": "已成功部署 BOT。",
|
|
796
|
+
"plugins.bot.GeneratingBotARMTemplates": "產生 BOT 的 ARM 範本。",
|
|
797
|
+
"plugins.bot.GeneratingARMTemplatesSuccess": "成功產生 Bot 的 ARM 範本。",
|
|
798
|
+
"plugins.bot.UpdateBotARMTemplates": "更新 BOT 的 ARM 範本。",
|
|
799
|
+
"plugins.bot.UpdateBotARMTemplatesSuccess": "成功更新 Bot 的 ARM 範本。",
|
|
800
|
+
"plugins.bot.GetBotAADSuccess": "成功取得現有的 Bot AAD 應用程式認證。",
|
|
801
|
+
"plugins.bot.CreateBotAADSuccess": "已成功建立 Bot AAD 應用程式。",
|
|
802
|
+
"plugins.bot.UpdateAzureWebAppSetting": "更新 Azure Web 應用程式的應用程式設定。",
|
|
803
|
+
"plugins.bot.ProvisionBotRegistration": "佈建 Bot 註冊。",
|
|
804
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "已成功佈建 Bot 註冊。",
|
|
805
|
+
"plugins.bot.SubscriptionNoRegister": "訂用帳戶未註冊使用命名空間 'Microsoft.BotService'。",
|
|
806
|
+
"plugins.bot.RetryCurrent": "請重試目前的步驟。",
|
|
807
|
+
"plugins.bot.RegisterSubscription": "請註冊您的訂用帳戶以使用命名空間 'Microsoft.BotService'。",
|
|
808
|
+
"plugins.bot.RecoverConfig": "請復原設定值。",
|
|
809
|
+
"plugins.bot.RecreateProject": "請重新建立專案。",
|
|
810
|
+
"plugins.bot.CheckCommandOutput": "請檢查命令輸出並嘗試修正。",
|
|
811
|
+
"plugins.bot.RunFailedCommand": "請在資料夾: '%s' 執行失敗的命令 '%s'。",
|
|
812
|
+
"plugins.bot.DeleteExistsAzureBotChannelRegistrations": "請刪除現有的 Azure Bot 頻道註冊。",
|
|
813
|
+
"plugins.bot.DelAzureBotChannel": "若切換 Azure 帳戶,請別忘了刪除先前帳戶下的 Azure Bot 頻道註冊。",
|
|
814
|
+
"plugins.bot.CheckLogAndFix": "請檢查登入輸出通道,並嘗試修正此問題。",
|
|
815
|
+
"plugins.bot.RegisterResourceProviderManually": "為您的訂用帳戶手動註冊 %s 資源提供者。",
|
|
816
|
+
"plugins.bot.CheckPathWriteAccess": "請檢查路徑 %s 是否存在且您是否已有其寫入存取權。若沒有,請將專案移至有效的路徑。",
|
|
817
|
+
"plugins.bot.AzureWebApp": "Azure Web 應用程式",
|
|
818
|
+
"plugins.bot.AzureBotServiceChannelRegistration": "Azure Bot Service 通道註冊",
|
|
819
|
+
"plugins.bot.TeamsChannel": "Teams 頻道",
|
|
820
|
+
"plugins.bot.AadApp": "AAD 應用程式",
|
|
821
|
+
"plugins.bot.AadClientSecret": "AAD 用戶端密碼",
|
|
822
|
+
"plugins.bot.AppStudioBotRegistration": "App Studio Bot 註冊",
|
|
823
|
+
"plugins.function.askNodeVersion": "選取函數應用程式的節點版本。",
|
|
824
|
+
"plugins.function.askFunctionName": "提供函數名稱。",
|
|
825
|
+
"plugins.function.checkDotNetVersion": "檢查您的 .NET Core 版本。",
|
|
826
|
+
"plugins.function.buildFunctionComponent": "建置 API 專案。",
|
|
827
|
+
"plugins.function.dotNetVersionUnexpected": "安裝的 .NET Core 版本為 '${current}'。建議您使用版本 '%s'。",
|
|
828
|
+
"plugins.function.installFunctionExtensions": "安裝 Azure Functions 繫結。",
|
|
829
|
+
"plugins.function.noChange": "自上次部署後未偵測到任何變更。",
|
|
830
|
+
"plugins.function.skipDeployment": "因為未偵測到任何變更,所以略過函數專案的部署。若要完全重新部署函數專案,請移除 '%s' 資料夾,然後重新執行命令。",
|
|
831
|
+
"plugins.function.failedToInstallDotnet": "無法安裝 .NET SDK,錯誤 = '%s'",
|
|
832
|
+
"plugins.function.getTemplateFrom": "從 '%s' 擷取範本。",
|
|
833
|
+
"plugins.function.getTemplateFromLocal": "無法從 Github 取得最新的範本,正在嘗試使用本機範本。",
|
|
834
|
+
"plugins.function.projectScaffoldAt": "專案已於 '%s' Scaffold。",
|
|
835
|
+
"plugins.function.generateStorageAccountName": "使用 Azure 儲存體帳戶名稱: %s。",
|
|
836
|
+
"plugins.function.generateAppServicePlanName": "使用 Azure App Service 方案名稱: %s。",
|
|
837
|
+
"plugins.function.generateFunctionAppName": "使用函數應用程式名稱: %s。",
|
|
838
|
+
"plugins.function.ensureResourceProviders": "正在註冊訂用帳戶 ${subscriptionId} 的必要資源提供者 %s...",
|
|
839
|
+
"plugins.function.checkResource": "請檢查資源群組 '%s' 下具有名稱 '%s' 的資源 '%s'。",
|
|
840
|
+
"plugins.function.resourceCreating": "資源不存在。正在建立中...",
|
|
841
|
+
"plugins.function.resourceExists": "資源存在。正在略過...",
|
|
842
|
+
"plugins.function.functionAppConfigIsEmpty": "函數應用程式設定是空的。",
|
|
843
|
+
"plugins.function.functionAppSettingsUpdated": "函數應用程式設定已更新。",
|
|
844
|
+
"plugins.function.functionAppAuthSettingsUpdated": "函數應用程式驗證設定已更新。",
|
|
845
|
+
"plugins.function.dependPluginDetected": "找到從屬參照的外掛程式 '%s'; 正在更新函數應用程式設定。",
|
|
846
|
+
"plugins.function.dotnetVersion": "找到 .NET SDK 版本 %s。",
|
|
847
|
+
"plugins.function.uploadZipSize": "更新 zip 封裝 (%sB)。",
|
|
848
|
+
"plugins.function.succeedWithRetry": "已成功完成 '%s'。重試計數為 %s。",
|
|
849
|
+
"plugins.function.reuseZipNotice": "找到 %s。如果部署後發生錯誤,請刪除此檔案,然後再試一次。",
|
|
850
|
+
"plugins.function.invalidFunctionName": "無效的函數名稱。函數名稱只能包含英數字元。最大長度為 127 個字元。",
|
|
851
|
+
"plugins.function.functionAlreadyExists": "函數已經存在。",
|
|
852
|
+
"plugins.function.noFunctionNameGiven": "未指定函數名稱。",
|
|
853
|
+
"plugins.function.failToGetConnectionString": "無法擷取 Azure 儲存體帳戶連接字串。",
|
|
854
|
+
"plugins.function.failToGetAppServicePlanId": "無法擷取 Azure App Service 方案識別碼。",
|
|
855
|
+
"plugins.function.failToGetFunctionAppEndpoint": "無法擷取函數應用程式端點。",
|
|
856
|
+
"plugins.function.failToFindFunctionApp": "找不到函數應用程式。",
|
|
857
|
+
"plugins.function.failToQueryPublishCred": "找不到發佈認證。",
|
|
858
|
+
"error.depChecker.DefaultErrorMessage": "手動安裝必要的相依性。",
|
|
859
|
+
"depChecker.learnMoreButtonText": "深入了解",
|
|
860
|
+
"depChecker.startInstallFunctionCoreTool": "正在下載並安裝 @NameVersion。",
|
|
861
|
+
"depChecker.finishInstallFunctionCoreTool": "已成功安裝 @NameVersion。",
|
|
862
|
+
"depChecker.needReplaceWithFuncCoreToolV3": "您必須更新至 @NameVersion,才能對本機功能偵錯。",
|
|
863
|
+
"depChecker.needInstallFuncCoreTool": "您必須安裝 @NameVersion 才能對本機函式進行偵錯。",
|
|
864
|
+
"depChecker.failToInstallFuncCoreTool": "無法安裝 @NameVersion。手動安裝 @NameVersion。",
|
|
865
|
+
"depChecker.failToValidateFuncCoreTool": "安裝後無法驗證 @NameVersion。",
|
|
866
|
+
"depChecker.funcNodeNotMatched": "您自己的 Node.js(@NodeVersion) 與自己的 Azure Functions Core Tools(@FuncVersion) 不相容。",
|
|
867
|
+
"depChecker.startInstallNgrok": "正在下載並安裝 @NameVersion。",
|
|
868
|
+
"depChecker.finishInstallNgrok": "已成功安裝 @NameVersion。",
|
|
869
|
+
"depChecker.needInstallNgrok": "您必須安裝 @NameVersion 才能對本機 Bot 偵錯。",
|
|
870
|
+
"depChecker.failToInstallNgrok": "無法安裝 @NameVersion。手動安裝 @NameVersion。",
|
|
871
|
+
"depChecker.failToValidateNgrok": "安裝後無法驗證 @NameVersion。",
|
|
872
|
+
"depChecker.downloadDotnet": "正在下載並安裝可攜式版本的 @NameVersion,此版本將會安裝到 @InstallDir,不會影響您的環境。",
|
|
873
|
+
"depChecker.finishInstallDotnet": "已成功安裝 @NameVersion。",
|
|
874
|
+
"depChecker.useGlobalDotnet": "從 PATH 使用 dotnet:",
|
|
875
|
+
"depChecker.dotnetInstallStderr": "dotnet-install 命令失敗,沒有錯誤結束代碼,但發生非空白的標準錯誤。",
|
|
876
|
+
"depChecker.dotnetInstallErrorCode": "dotnet-install 命令失敗。",
|
|
877
|
+
"depChecker.failToInstallDotnet": "無法安裝 @NameVersion。手動安裝 @NameVersion,然後重新啟動 Visual Studio Code。",
|
|
878
|
+
"depChecker.NodeNotFound": "找不到 Node.js。\n\nTeams 工具組需要 Node.js; 建議的版本為 @NodeVersion。\n\n按一下 [深入了解] 以了解如何安裝 Node.js。\n\n(如果您剛安裝 Node.js,請重新啟動 Visual Studio Code 讓變更生效。)",
|
|
879
|
+
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion) 不在支援的版本清單(@SupportedVersions)。\n\n按一下 [深入了解] 以深入了解支援的 Node.js 版本。\n\n(如果您剛安裝 Node.js (@SupportedVersions),請重新啟動 isual Studio Code 讓變更生效。)",
|
|
880
|
+
"depChecker.dotnetNotFound": "找不到 @NameVersion。有關為何需要 .NET SDK 的詳細資料,請參閱 @HelpLink",
|
|
881
|
+
"depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。\n\n按一下 [安裝] 以安裝 @InstallPackages。",
|
|
882
|
+
"depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。手動安裝 @SupportedPackages 並重新啟動 Visual Studio Code。",
|
|
883
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。",
|
|
884
|
+
"error.ActionNotExist": "動作不存在: %s"
|
|
642
885
|
}
|