@microsoft/teamsfx-core 2.0.7 → 2.0.8-alpha.2f5decfcc.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/constants.d.ts +7 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +7 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +6 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +28 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/m365/packageService.d.ts +1 -0
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +15 -2
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +3 -0
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +29 -1
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +1 -2
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/samples.d.ts +3 -2
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +84 -40
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +3 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +2 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +3 -2
- package/build/common/wrappedAxiosClient.d.ts +59 -0
- package/build/common/wrappedAxiosClient.d.ts.map +1 -0
- package/build/common/wrappedAxiosClient.js +247 -0
- package/build/common/wrappedAxiosClient.js.map +1 -0
- package/build/component/constant/commonConstant.d.ts +5 -0
- package/build/component/constant/commonConstant.d.ts.map +1 -1
- package/build/component/constant/commonConstant.js +7 -1
- package/build/component/constant/commonConstant.js.map +1 -1
- package/build/component/coordinator/index.d.ts +10 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +77 -10
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +0 -2
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +9 -0
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +2 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +11 -10
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +0 -2
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +5 -5
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/utility/spoClient.js +3 -1
- package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +0 -2
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +31 -9
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +86 -111
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.js +3 -24
- package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +0 -2
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +4 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +6 -1
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +0 -2
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +61 -14
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/errors.d.ts +4 -0
- package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
- package/build/component/driver/teamsApp/errors.js +7 -0
- package/build/component/driver/teamsApp/errors.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts +21 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js +5 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts +17 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +16 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts +41 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js +5 -0
- package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.d.ts +17 -0
- package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.js.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +3 -5
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +8 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +63 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -31
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +1 -53
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +0 -1
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +0 -1
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +22 -0
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -0
- package/build/component/driver/teamsApp/validateTestCases.js +156 -0
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -0
- package/build/component/feature/collaboration.d.ts +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +2 -4
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts +5 -2
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +101 -26
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +8 -3
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +278 -30
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/error.d.ts +1 -1
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +4 -4
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts +6 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +32 -26
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +5 -16
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +46 -87
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.d.ts +32 -1
- package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.js +33 -2
- package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +7 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.js +54 -4
- package/build/component/generator/officeAddin/config/projectsJsonData.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +31 -10
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +2 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +21 -10
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +9 -0
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -0
- package/build/component/generator/officeXMLAddin/generator.js +90 -0
- package/build/component/generator/officeXMLAddin/generator.js.map +1 -0
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts +36 -0
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -0
- package/build/component/generator/officeXMLAddin/projectConfig.js +127 -0
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -0
- package/build/component/generator/utils.d.ts +2 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +35 -16
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/middleware/envMW.d.ts.map +1 -1
- package/build/component/middleware/envMW.js +1 -0
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +11 -39
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +2 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +23 -0
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +2 -0
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +2 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +94 -18
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.js +3 -3
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +6 -1
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +1 -1
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.d.ts.map +1 -1
- package/build/error/deploy.js +17 -6
- package/build/error/deploy.js.map +1 -1
- package/build/index.d.ts +0 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +1 -0
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +2 -1
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +35 -2
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +578 -79
- package/build/question/create.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +22 -8
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +58 -12
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +17 -1
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +10 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +9 -0
- package/build/question/questionNames.js.map +1 -1
- package/package.json +4 -4
- package/resource/package.nls.json +208 -116
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts +0 -7
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +0 -1
- package/build/common/spec-parser/adaptiveCardGenerator.js +0 -168
- package/build/common/spec-parser/adaptiveCardGenerator.js.map +0 -1
- package/build/common/spec-parser/adaptiveCardWrapper.d.ts +0 -15
- package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +0 -1
- package/build/common/spec-parser/adaptiveCardWrapper.js +0 -98
- package/build/common/spec-parser/adaptiveCardWrapper.js.map +0 -1
- package/build/common/spec-parser/constants.d.ts +0 -41
- package/build/common/spec-parser/constants.d.ts.map +0 -1
- package/build/common/spec-parser/constants.js +0 -95
- package/build/common/spec-parser/constants.js.map +0 -1
- package/build/common/spec-parser/index.browser.d.ts +0 -6
- package/build/common/spec-parser/index.browser.d.ts.map +0 -1
- package/build/common/spec-parser/index.browser.js +0 -16
- package/build/common/spec-parser/index.browser.js.map +0 -1
- package/build/common/spec-parser/index.d.ts +0 -5
- package/build/common/spec-parser/index.d.ts.map +0 -1
- package/build/common/spec-parser/index.js +0 -16
- package/build/common/spec-parser/index.js.map +0 -1
- package/build/common/spec-parser/interfaces.d.ts +0 -180
- package/build/common/spec-parser/interfaces.d.ts.map +0 -1
- package/build/common/spec-parser/interfaces.js +0 -51
- package/build/common/spec-parser/interfaces.js.map +0 -1
- package/build/common/spec-parser/manifestUpdater.d.ts +0 -7
- package/build/common/spec-parser/manifestUpdater.d.ts.map +0 -1
- package/build/common/spec-parser/manifestUpdater.js +0 -98
- package/build/common/spec-parser/manifestUpdater.js.map +0 -1
- package/build/common/spec-parser/specFilter.d.ts +0 -3
- package/build/common/spec-parser/specFilter.d.ts.map +0 -1
- package/build/common/spec-parser/specFilter.js +0 -40
- package/build/common/spec-parser/specFilter.js.map +0 -1
- package/build/common/spec-parser/specParser.browser.d.ts +0 -46
- package/build/common/spec-parser/specParser.browser.d.ts.map +0 -1
- package/build/common/spec-parser/specParser.browser.js +0 -139
- package/build/common/spec-parser/specParser.browser.js.map +0 -1
- package/build/common/spec-parser/specParser.d.ts +0 -46
- package/build/common/spec-parser/specParser.d.ts.map +0 -1
- package/build/common/spec-parser/specParser.js +0 -244
- package/build/common/spec-parser/specParser.js.map +0 -1
- package/build/common/spec-parser/specParserError.d.ts +0 -6
- package/build/common/spec-parser/specParserError.d.ts.map +0 -1
- package/build/common/spec-parser/specParserError.js +0 -13
- package/build/common/spec-parser/specParserError.js.map +0 -1
- package/build/common/spec-parser/utils.d.ts +0 -43
- package/build/common/spec-parser/utils.d.ts.map +0 -1
- package/build/common/spec-parser/utils.js +0 -595
- package/build/common/spec-parser/utils.js.map +0 -1
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"core.provision.azureAccount": "Azure account: %s",
|
|
5
5
|
"core.provision.azureSubscription": "Azure subscription: %s",
|
|
6
6
|
"core.provision.m365Account": "Microsoft 365 account: %s",
|
|
7
|
-
"core.provision.confirmEnvAndCostNotice": "
|
|
7
|
+
"core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
|
|
8
8
|
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
9
9
|
"core.provision.viewResources": "View provisioned resources",
|
|
10
|
-
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra
|
|
11
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"Learn more\"",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
|
|
12
12
|
"core.deploy.aadManifestLearnMore": "Learn more",
|
|
13
|
-
"core.deploy.botTroubleShoot": "To troubleshoot bot application in
|
|
13
|
+
"core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"Learn more\" for documentation.",
|
|
14
14
|
"core.deploy.botTroubleShoot.learnMore": "Learn more",
|
|
15
15
|
"core.option.deploy": "Deploy",
|
|
16
16
|
"core.option.confirm": "Confirm",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"core.option.upgrade": "Upgrade",
|
|
19
19
|
"core.option.moreInfo": "More Info",
|
|
20
20
|
"core.progress.create": "Create",
|
|
21
|
-
"core.progress.createFromTemplate": "
|
|
22
|
-
"core.progress.createFromSample": "
|
|
21
|
+
"core.progress.createFromTemplate": "App template download in progress...",
|
|
22
|
+
"core.progress.createFromSample": "Sample %s download in progress...",
|
|
23
23
|
"core.progress.deploy": "Deploy",
|
|
24
24
|
"core.progress.publish": "Publish",
|
|
25
25
|
"core.progress.provision": "Provision",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
39
39
|
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
|
|
40
40
|
"core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
|
|
41
|
-
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners
|
|
41
|
+
"core.collaboration.ListCollaboratorsSuccess": "'List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
|
|
42
42
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
43
|
-
"core.collaboration.EmailCannotBeEmptyOrSame": "
|
|
44
|
-
"core.collaboration.CannotFindUserInCurrentTenant": "
|
|
43
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
|
|
44
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
|
|
45
45
|
"core.collaboration.GrantPermissionForUser": "Grant permission for user %s",
|
|
46
46
|
"core.collaboration.AccountToGrantPermission": "Account to grant permission: ",
|
|
47
47
|
"core.collaboration.StartingGrantPermission": "Starting to grant permission for environment: ",
|
|
48
48
|
"core.collaboration.TenantId": "Tenant ID: ",
|
|
49
|
-
"core.collaboration.PermissionHasBeenGrantTo": "
|
|
49
|
+
"core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
|
|
50
50
|
"core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
|
|
51
51
|
"core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
|
|
52
52
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
@@ -61,189 +61,192 @@
|
|
|
61
61
|
"core.collaboration.Undefined": "undefined",
|
|
62
62
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
63
63
|
"core.collaboration.Permission": ", Permission: ",
|
|
64
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
64
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
|
|
65
65
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
66
66
|
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
67
67
|
"plugins.spfx.questions.webpartName.error.duplicate": "The folder %s already exists. Choose a different name for your component.",
|
|
68
68
|
"plugins.spfx.questions.webpartName.error.notMatch": "%s doesn't match pattern: %s",
|
|
69
69
|
"plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
|
|
70
|
-
"plugins.spfx.questions.packageSelect.placeholder": "Select
|
|
70
|
+
"plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
|
|
71
71
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
|
|
72
72
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
|
|
73
73
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
|
|
74
74
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
|
|
75
75
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
|
|
76
76
|
"plugins.spfx.questions.spfxSolution.title": "SharePoint Solution",
|
|
77
|
-
"plugins.spfx.questions.spfxSolution.createNew": "Create
|
|
78
|
-
"plugins.spfx.questions.spfxSolution.createNew.detail": "Create
|
|
79
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "Import
|
|
77
|
+
"plugins.spfx.questions.spfxSolution.createNew": "Create New SPFx Solution",
|
|
78
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
|
|
80
80
|
"plugins.spfx.questions.spfxSolution.importExisting.detail": "Expose SPFx client-side web part as Microsoft Teams tab or personal app",
|
|
81
|
-
"plugins.spfx.deployNotice": "SharePoint package %s
|
|
82
|
-
"plugins.spfx.cannotFindPackage": "
|
|
83
|
-
"plugins.spfx.cannotGetSPOToken": "
|
|
84
|
-
"plugins.spfx.cannotGetGraphToken": "
|
|
85
|
-
"plugins.spfx.insufficientPermission": "
|
|
86
|
-
"plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog
|
|
87
|
-
"plugins.spfx.uploadAppcatalogFail": "Unable to upload app package
|
|
81
|
+
"plugins.spfx.deployNotice": "SharePoint package %s deployed successfully to [%s](%s).",
|
|
82
|
+
"plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
|
|
83
|
+
"plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
|
|
84
|
+
"plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
|
|
85
|
+
"plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
|
|
86
|
+
"plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
|
|
87
|
+
"plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
|
|
88
88
|
"plugins.spfx.buildSharepointPackage": "Building SharePoint package",
|
|
89
89
|
"plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
|
|
90
90
|
"plugins.spfx.scaffold.title": "Scaffolding project",
|
|
91
91
|
"plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
|
|
92
92
|
"plugins.spfx.error.invalidDependency": "Unable to validate package %s",
|
|
93
93
|
"plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
|
|
94
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx development environment
|
|
94
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
|
|
95
95
|
"plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
|
|
96
|
-
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes
|
|
96
|
+
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
|
|
97
97
|
"plugins.spfx.scaffold.scaffoldProject": "Generate SPFx project using Yeoman CLI",
|
|
98
98
|
"plugins.spfx.scaffold.updateManifest": "Update webpart manifest",
|
|
99
|
-
"plugins.spfx.GetTenantFailedError": "
|
|
100
|
-
"plugins.spfx.error.installLatestDependencyError": "
|
|
101
|
-
"_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint'
|
|
102
|
-
"plugins.spfx.error.scaffoldError": "Project creation
|
|
103
|
-
"plugins.spfx.error.import.retrieveSolutionInfo": "
|
|
104
|
-
"plugins.spfx.error.import.copySPFxSolution": "
|
|
105
|
-
"plugins.spfx.error.import.updateSPFxTemplate": "
|
|
106
|
-
"plugins.spfx.error.import.common": "
|
|
99
|
+
"plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
|
|
100
|
+
"plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
|
|
101
|
+
"_plugins.spfx.error.installLatestDependencyError.comment": "The product brand names 'Microsoft Learn' and 'SharePoint' should not be localized.",
|
|
102
|
+
"plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
103
|
+
"plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
|
|
104
|
+
"plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
|
|
105
|
+
"plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
|
|
106
|
+
"plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
|
|
107
107
|
"plugins.spfx.import.title": "Importing SPFx solution",
|
|
108
108
|
"plugins.spfx.import.copyExistingSPFxSolution": "Copying existing SPFx solution...",
|
|
109
109
|
"plugins.spfx.import.generateSPFxTemplates": "Generating templates based on solution info...",
|
|
110
110
|
"plugins.spfx.import.updateTemplates": "Updating templates...",
|
|
111
|
-
"plugins.spfx.import.success": "Your SPFx solution
|
|
112
|
-
"plugins.spfx.import.log.success": "Teams Toolkit has imported your SPFx solution
|
|
113
|
-
"plugins.spfx.import.log.fail": "Teams Toolkit
|
|
114
|
-
"plugins.spfx.addWebPart.confirmInstall": "SPFx version in your solution
|
|
111
|
+
"plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
|
|
112
|
+
"plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
|
|
113
|
+
"plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
|
|
114
|
+
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
|
|
115
115
|
"plugins.spfx.addWebPart.install": "Install",
|
|
116
|
-
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s
|
|
116
|
+
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
|
|
117
117
|
"plugins.spfx.addWebPart.upgrade": "Upgrade",
|
|
118
|
-
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version in your solution
|
|
118
|
+
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
119
119
|
"plugins.spfx.addWebPart.versionMismatch.help": "Help",
|
|
120
120
|
"plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
|
|
121
|
-
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You
|
|
122
|
-
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You
|
|
121
|
+
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
122
|
+
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
123
123
|
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
|
|
124
|
-
"plugins.spfx.error.installDependencyError": "
|
|
124
|
+
"plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
|
|
125
125
|
"plugins.frontend.checkNetworkTip": "Check your network connection.",
|
|
126
126
|
"plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
|
|
127
127
|
"plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
|
|
128
|
-
"plugins.frontend.checkSystemTimeTip": "
|
|
128
|
+
"plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
|
|
129
129
|
"suggestions.retryTheCurrentStep": "Retry the current step.",
|
|
130
130
|
"plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
|
|
131
131
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
|
|
132
132
|
"plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
|
|
133
|
-
"plugins.appstudio.validationFailedNotice": "Manifest Validation
|
|
133
|
+
"plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
|
|
134
134
|
"plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
|
|
135
135
|
"plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
|
|
136
136
|
"plugins.appstudio.adminPortal": "Go to admin portal",
|
|
137
|
-
"plugins.appstudio.publishSucceedNotice.cli": "[%s]
|
|
137
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Learn more from %s.",
|
|
138
138
|
"plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
|
|
139
|
-
"plugins.appstudio.teamsAppCreatedNotice": "Teams app created
|
|
140
|
-
"plugins.appstudio.teamsAppUpdatedLog": "Teams app updated
|
|
141
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "Your Teams
|
|
142
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams
|
|
143
|
-
"plugins.appstudio.updateManifestTip": "The manifest file configurations
|
|
144
|
-
"plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform
|
|
145
|
-
"plugins.appstudio.pubWarn": "The app %s
|
|
139
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
|
|
140
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
|
|
141
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
|
|
142
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
|
|
143
|
+
"plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
|
|
144
|
+
"plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
|
|
145
|
+
"plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
|
|
146
146
|
"plugins.appstudio.lastModified": "Last Modified: %s\n",
|
|
147
147
|
"plugins.appstudio.previewOnly": "Preview only",
|
|
148
148
|
"plugins.appstudio.previewAndUpdate": "Preview and update",
|
|
149
149
|
"plugins.appstudio.overwriteAndUpdate": "Overwrite and update",
|
|
150
|
-
"plugins.appstudio.emptyAppPackage": "
|
|
151
|
-
"plugins.appstudio.unprocessedFile": "
|
|
150
|
+
"plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
|
|
151
|
+
"plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
|
|
152
152
|
"plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
|
|
153
|
-
"plugins.bot.questionHostTypeTrigger.title": "
|
|
154
|
-
"plugins.bot.questionHostTypeTrigger.placeholder": "
|
|
153
|
+
"plugins.bot.questionHostTypeTrigger.title": "Select triggers",
|
|
154
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
|
|
155
155
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
156
|
-
"plugins.bot.triggers.http-functions.detail": "A
|
|
156
|
+
"plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
|
|
157
157
|
"plugins.bot.triggers.http-functions.label": "HTTP Trigger",
|
|
158
158
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
159
|
-
"plugins.bot.triggers.http-and-timer-functions.detail": "A
|
|
159
|
+
"plugins.bot.triggers.http-and-timer-functions.detail": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
|
|
160
160
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP and Timer Trigger",
|
|
161
161
|
"plugins.bot.triggers.http-restify.description": "Restify Server",
|
|
162
|
-
"plugins.bot.triggers.http-restify.detail": "A
|
|
162
|
+
"plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
|
|
163
163
|
"plugins.bot.triggers.http-restify.label": "HTTP Trigger",
|
|
164
164
|
"plugins.bot.triggers.http-webapi.description": "Web API Server",
|
|
165
|
-
"plugins.bot.triggers.http-webapi.detail": "A
|
|
165
|
+
"plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
|
|
166
166
|
"plugins.bot.triggers.http-webapi.label": "HTTP Trigger",
|
|
167
167
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
168
|
-
"plugins.bot.triggers.timer-functions.detail": "A
|
|
168
|
+
"plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
|
|
169
169
|
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
170
|
-
"error.NoProjectOpenedError": "No project
|
|
170
|
+
"error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
|
|
171
171
|
"error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
|
|
172
|
-
"error.UpgradeV3CanceledError": "
|
|
172
|
+
"error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
|
|
173
173
|
"error.InvalidInputError": "Invalid inputs: %s",
|
|
174
174
|
"error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
|
|
175
175
|
"error.NotImplementedError": "Method not implemented: %s",
|
|
176
176
|
"error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
|
|
177
177
|
"error.NoSubscriptionFound": "Unable to find a subscription.",
|
|
178
|
-
"error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit,
|
|
179
|
-
"error.VideoFilterAppNotRemoteSupported": "
|
|
180
|
-
"error.appstudio.
|
|
181
|
-
"error.appstudio.
|
|
182
|
-
"error.appstudio.
|
|
178
|
+
"error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
|
|
179
|
+
"error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
180
|
+
"error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
|
|
181
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
|
|
182
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
|
|
183
|
+
"error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
183
184
|
"_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
|
|
184
|
-
"error.appstudio.apiFailed.telemetry": "API call to Developer Portal
|
|
185
|
-
"_error.appstudio.apiFailed.telemetry.comment": "
|
|
186
|
-
"error.appstudio.authServiceApiFailed": "API call to Developer Portal
|
|
185
|
+
"error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
|
|
186
|
+
"_error.appstudio.apiFailed.telemetry.comment": "This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
187
|
+
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
187
188
|
"error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
|
|
188
|
-
"error.appstudio.buildError": "Teams Package
|
|
189
|
-
"error.appstudio.checkPermissionFailed": "
|
|
190
|
-
"error.appstudio.grantPermissionFailed": "
|
|
191
|
-
"error.appstudio.listCollaboratorFailed": "
|
|
192
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
189
|
+
"error.appstudio.buildError": "Unable to build Teams Package!",
|
|
190
|
+
"error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
|
|
191
|
+
"error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
|
|
192
|
+
"error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
|
|
193
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
193
194
|
"error.appstudio.invalidCapability": "Invalid capability: %s",
|
|
194
|
-
"error.appstudio.capabilityExceedLimit": "
|
|
195
|
-
"error.appstudio.staticTabNotExist": "
|
|
196
|
-
"error.appstudio.capabilityNotExist": "
|
|
197
|
-
"error.appstudio.noManifestId": "Invalid
|
|
195
|
+
"error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
|
|
196
|
+
"error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
|
|
197
|
+
"error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
|
|
198
|
+
"error.appstudio.noManifestId": "Invalid ID found in manifest find.",
|
|
198
199
|
"error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
|
|
199
200
|
"error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
|
|
200
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "
|
|
201
|
-
"error.appstudio.teamsAppCreateConflict": "Unable to create Teams app
|
|
202
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
203
|
-
"error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app
|
|
204
|
-
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "
|
|
201
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
|
|
202
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
203
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
204
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
205
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
205
206
|
"_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
|
|
206
|
-
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result
|
|
207
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
207
208
|
"_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
208
|
-
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result
|
|
209
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
|
|
209
210
|
"_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
210
|
-
"error.generator.
|
|
211
|
+
"error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
|
|
211
212
|
"error.generator.TemplateNotFoundError": "Unable to find template: %s.",
|
|
212
213
|
"error.generator.SampleNotFoundError": "Unable to find sample: %s.",
|
|
213
|
-
"error.generator.UnzipError": "Unable to
|
|
214
|
+
"error.generator.UnzipError": "Unable to extract templates and save them to disk.",
|
|
214
215
|
"error.generator.MissKeyError": "Unable to find key %s",
|
|
215
216
|
"error.generator.FetchSampleInfoError": "Unable to fetch sample info",
|
|
216
|
-
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to
|
|
217
|
-
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and
|
|
217
|
+
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
|
|
218
|
+
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
|
|
219
|
+
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
|
|
218
220
|
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
219
|
-
"error.copilotPlugin.noExtraAPICanBeAdded": "
|
|
221
|
+
"error.copilotPlugin.noExtraAPICanBeAdded": "Unable to add API as only GET and POST methods with at most 5 required parameter and no authentication are supported. Also, methods defined in manifest.json are not listed.",
|
|
220
222
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
221
|
-
"core.QuestionAppName.validation.pattern": "
|
|
222
|
-
"core.QuestionAppName.validation.maxlength": "
|
|
223
|
-
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different
|
|
224
|
-
"core.QuestionAppName.validation.lengthWarning": "Your
|
|
225
|
-
"core.ProgrammingLanguageQuestion.
|
|
223
|
+
"core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
|
|
224
|
+
"core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
|
|
225
|
+
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
|
|
226
|
+
"core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
|
|
227
|
+
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
228
|
+
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
226
229
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
|
|
227
230
|
"core.option.tutorial": "Open tutorial",
|
|
228
231
|
"core.option.github": "Open a GitHub guide",
|
|
229
|
-
"core.option.inProduct": "Open
|
|
232
|
+
"core.option.inProduct": "Open an in-product guide",
|
|
230
233
|
"core.TabOption.label": "Tab",
|
|
231
|
-
"core.generator.officeAddin.importProject.title": "Importing
|
|
232
|
-
"core.generator.officeAddin.importProject.copyFiles": "Copying files",
|
|
233
|
-
"core.generator.officeAddin.importProject.convertProject": "Converting project",
|
|
234
|
-
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest",
|
|
234
|
+
"core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
|
|
235
|
+
"core.generator.officeAddin.importProject.copyFiles": "Copying files...",
|
|
236
|
+
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
237
|
+
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
|
|
235
238
|
"core.TabOption.description": "UI-based app",
|
|
236
239
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
237
240
|
"core.DashboardOption.label": "Dashboard",
|
|
238
241
|
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
239
242
|
"core.BotNewUIOption.label": "Basic Bot",
|
|
240
|
-
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready
|
|
243
|
+
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
|
|
241
244
|
"core.LinkUnfurlingOption.label": "Link Unfurling",
|
|
242
|
-
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the
|
|
245
|
+
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
|
|
243
246
|
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
244
247
|
"core.MessageExtensionOption.label": "Message Extension",
|
|
245
248
|
"core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
|
|
246
|
-
"core.MessageExtensionOption.detail": "
|
|
249
|
+
"core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
|
|
247
250
|
"core.NotificationOption.label": "Chat Notification Message",
|
|
248
251
|
"core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
|
|
249
252
|
"core.CommandAndResponseOption.label": "Chat Command",
|
|
@@ -271,7 +274,6 @@
|
|
|
271
274
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
272
275
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
273
276
|
"core.createProjectQuestion.option.description.preview": "Preview",
|
|
274
|
-
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
275
277
|
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
276
278
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
|
|
277
279
|
"core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook and Copilot",
|
|
@@ -284,21 +286,66 @@
|
|
|
284
286
|
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
285
287
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
286
288
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
289
|
+
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
|
|
290
|
+
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
291
|
+
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
292
|
+
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
293
|
+
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework.",
|
|
287
294
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
288
295
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
289
|
-
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365
|
|
290
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
|
|
291
|
-
"core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin
|
|
296
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
297
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
|
|
298
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
|
|
292
299
|
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
|
|
300
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot as your own copilot in Microsoft Teams using Teams AI Library",
|
|
301
|
+
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
|
|
302
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
303
|
+
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
293
304
|
"core.createProjectQuestion.title": "New Project",
|
|
294
305
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
295
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a
|
|
306
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
296
307
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
|
|
297
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a
|
|
308
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
|
|
309
|
+
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
298
310
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
299
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a
|
|
311
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
|
|
312
|
+
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
300
313
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
|
|
301
314
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
|
|
315
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
|
|
316
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
|
|
317
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
|
|
318
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
|
|
319
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
|
|
320
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
|
|
321
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
322
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
|
|
323
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
|
|
324
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
|
|
325
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
326
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
327
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
328
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
329
|
+
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
330
|
+
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
331
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build New",
|
|
332
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
333
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
334
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
335
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
336
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
337
|
+
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
338
|
+
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
339
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
340
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
341
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
342
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
343
|
+
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
344
|
+
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
345
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
346
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
347
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
348
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
302
349
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
303
350
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
304
351
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
@@ -311,8 +358,9 @@
|
|
|
311
358
|
"core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
|
|
312
359
|
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
313
360
|
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
314
|
-
"core.createProjectQuestion.apiSpec.
|
|
315
|
-
"core.createProjectQuestion.apiSpec.operation.
|
|
361
|
+
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
362
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most 5 required parameter and no auth are listed",
|
|
363
|
+
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
316
364
|
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
317
365
|
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
318
366
|
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
@@ -323,6 +371,40 @@
|
|
|
323
371
|
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
324
372
|
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
325
373
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
374
|
+
"core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
|
|
375
|
+
"core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
|
|
376
|
+
"core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
|
|
377
|
+
"core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
|
|
378
|
+
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
379
|
+
"core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
|
|
380
|
+
"core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
|
|
381
|
+
"core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
|
|
382
|
+
"core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
|
|
383
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React framework",
|
|
384
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
|
|
385
|
+
"core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
|
|
386
|
+
"core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
|
|
387
|
+
"core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
|
|
388
|
+
"core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
|
|
389
|
+
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
390
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React framework",
|
|
391
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
392
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions using a Shared Runtime",
|
|
393
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
394
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions using a JavaScript-only Runtime",
|
|
395
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
396
|
+
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
|
|
397
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
398
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
399
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Create a PowerPoint add-in with Single Sign On capabilities",
|
|
400
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
|
|
401
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React framework",
|
|
402
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
|
|
403
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
|
|
404
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Taskpane",
|
|
405
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
406
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in project containing the manifest only",
|
|
407
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create a simple add-in project with a manifest file only",
|
|
326
408
|
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
327
409
|
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
328
410
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -344,8 +426,10 @@
|
|
|
344
426
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
345
427
|
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
346
428
|
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
347
|
-
"core.question.workspaceFolder.title": "Workspace
|
|
429
|
+
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
348
430
|
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
|
|
431
|
+
"core.question.appName.title": "Application Name",
|
|
432
|
+
"core.question.appName.placeholder": "Input an application name",
|
|
349
433
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
350
434
|
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
351
435
|
"core.ScratchOptionNo.label": "Start from a sample",
|
|
@@ -388,7 +472,9 @@
|
|
|
388
472
|
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
|
|
389
473
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
390
474
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
|
|
391
|
-
"core.
|
|
475
|
+
"core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
|
|
476
|
+
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
|
|
477
|
+
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
392
478
|
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
393
479
|
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
394
480
|
"core.teamsAppQuestion.label": "Teams app",
|
|
@@ -419,7 +505,7 @@
|
|
|
419
505
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
420
506
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
421
507
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
422
|
-
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most
|
|
508
|
+
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most 5 required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
|
|
423
509
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
424
510
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
425
511
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
@@ -427,6 +513,7 @@
|
|
|
427
513
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
428
514
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
429
515
|
"core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
|
|
516
|
+
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
430
517
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
431
518
|
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
432
519
|
"core.summary.actionDescription": "Action %s%s",
|
|
@@ -606,6 +693,8 @@
|
|
|
606
693
|
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
|
|
607
694
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
|
|
608
695
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
696
|
+
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
697
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
|
|
609
698
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
|
|
610
699
|
"driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
|
|
611
700
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
|
|
@@ -620,6 +709,9 @@
|
|
|
620
709
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
621
710
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
622
711
|
"driver.teamsApp.summary.validate.all": "All",
|
|
712
|
+
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s.",
|
|
713
|
+
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. View the result from [Teams Developer Portal](%s).",
|
|
714
|
+
"driver.teamsApp.summary.validateWithTestCases.viewResult": "View Validation Results",
|
|
623
715
|
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
|
|
624
716
|
"driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
625
717
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|