@microsoft/teamsfx-core 2.0.7-alpha.bdb04bd16.0 → 2.0.7-alpha.c6bb96186.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 +3 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +3 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +6 -1
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/packageJsonHelper.d.ts.map +1 -1
- package/build/common/local/packageJsonHelper.js +1 -2
- package/build/common/local/packageJsonHelper.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 +13 -0
- 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/templates-config.json +1 -1
- package/build/component/coordinator/index.d.ts +8 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +56 -5
- package/build/component/coordinator/index.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 +14 -0
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/apiKey/create.js +2 -2
- package/build/component/driver/apiKey/create.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/teamsApp/clients/appStudioClient.d.ts +30 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +63 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +3 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +3 -0
- package/build/component/driver/teamsApp/constants.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/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/generator/copilotPlugin/generator.d.ts +4 -2
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +50 -18
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +5 -3
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +67 -25
- 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 +5 -0
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +27 -25
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +5 -15
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +44 -92
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.d.ts +1 -0
- package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectProperties.js +1 -0
- package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +1 -4
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.js +4 -11
- 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 +13 -7
- 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 +0 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +29 -18
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +1 -0
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +21 -12
- package/build/core/FxCore.js.map +1 -1
- package/build/error/arm.d.ts.map +1 -1
- package/build/error/arm.js +0 -2
- package/build/error/arm.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/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 +27 -2
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +428 -61
- package/build/question/create.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +18 -6
- 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 +46 -11
- package/build/question/options/CreateProjectOptions.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 +6 -6
- package/resource/package.nls.json +157 -78
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/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 -587
- 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,43 +61,43 @@
|
|
|
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": "
|
|
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
101
|
"_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
|
|
102
102
|
"plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
103
103
|
"plugins.spfx.error.import.retrieveSolutionInfo": "Failed to retrieve existing SPFx solution information. Please make sure your SPFx solution is valid.",
|
|
@@ -118,86 +118,87 @@
|
|
|
118
118
|
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version in your solution is %s, not yet installed on this machine. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). The version mismatch may cause unexpected error. Do you 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.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
|
|
201
202
|
"error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
|
|
202
203
|
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Manually update the app id and try again.",
|
|
203
204
|
"error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app. Teams app with id %s already exists in the staged apps. Manually update the app id and try again.",
|
|
@@ -207,7 +208,7 @@
|
|
|
207
208
|
"_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
208
209
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from 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
214
|
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
@@ -215,6 +216,7 @@
|
|
|
215
216
|
"error.generator.FetchSampleInfoError": "Unable to fetch sample info",
|
|
216
217
|
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
|
|
217
218
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
|
|
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
221
|
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with at most one required parameter and no auth are supported. 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.",
|
|
@@ -222,7 +224,8 @@
|
|
|
222
224
|
"core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
|
|
223
225
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
|
|
224
226
|
"core.QuestionAppName.validation.lengthWarning": "Your application name may exceed the maximum length of 30 characters because Teams Toolkit will automatically append a \"local\" suffix for the Teams application registered for local debugging purposes. You may continue, but make sure to update your application name in the \"manifest.json\" file.",
|
|
225
|
-
"core.ProgrammingLanguageQuestion.
|
|
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",
|
|
@@ -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",
|
|
@@ -286,19 +288,59 @@
|
|
|
286
288
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
287
289
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
288
290
|
"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
|
|
291
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
292
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
|
|
293
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
|
|
292
294
|
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
|
|
295
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot as your own copilot in Microsoft Teams using Teams AI Library",
|
|
296
|
+
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
|
|
297
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
298
|
+
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
293
299
|
"core.createProjectQuestion.title": "New Project",
|
|
294
300
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
295
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a
|
|
301
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
296
302
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
|
|
297
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create
|
|
303
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an API plugin with a new API from Azure Functions",
|
|
304
|
+
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
298
305
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
299
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create
|
|
306
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an API plugin from your existing API",
|
|
307
|
+
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
300
308
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
|
|
301
309
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
|
|
310
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
|
|
311
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
|
|
312
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
|
|
313
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
|
|
314
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
|
|
315
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
|
|
316
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
317
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
|
|
318
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
|
|
319
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
|
|
320
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
321
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
322
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
323
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
324
|
+
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
325
|
+
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
326
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build New",
|
|
327
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
328
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
329
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
330
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
331
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
332
|
+
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
333
|
+
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
334
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
335
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
336
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
337
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
338
|
+
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
339
|
+
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
340
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
341
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
342
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
343
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
302
344
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
303
345
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
304
346
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
@@ -311,6 +353,7 @@
|
|
|
311
353
|
"core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
|
|
312
354
|
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
313
355
|
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
356
|
+
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
314
357
|
"core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
|
|
315
358
|
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
|
|
316
359
|
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
@@ -323,6 +366,40 @@
|
|
|
323
366
|
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
324
367
|
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
325
368
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
369
|
+
"core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
|
|
370
|
+
"core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
|
|
371
|
+
"core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
|
|
372
|
+
"core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
|
|
373
|
+
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
374
|
+
"core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
|
|
375
|
+
"core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
|
|
376
|
+
"core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
|
|
377
|
+
"core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
|
|
378
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React framework",
|
|
379
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
|
|
380
|
+
"core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
|
|
381
|
+
"core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
|
|
382
|
+
"core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
|
|
383
|
+
"core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
|
|
384
|
+
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
385
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React framework",
|
|
386
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
387
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions using a Shared Runtime",
|
|
388
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
389
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions using a JavaScript-only Runtime",
|
|
390
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
391
|
+
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
|
|
392
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
393
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
394
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Create a PowerPoint add-in with Single Sign On capabilities",
|
|
395
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
|
|
396
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React framework",
|
|
397
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
|
|
398
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
|
|
399
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Taskpane",
|
|
400
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
401
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in project containing the manifest only",
|
|
402
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create a simple add-in project with a manifest file only",
|
|
326
403
|
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
327
404
|
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
328
405
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -344,8 +421,10 @@
|
|
|
344
421
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
345
422
|
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
346
423
|
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
347
|
-
"core.question.workspaceFolder.title": "Workspace
|
|
424
|
+
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
348
425
|
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
|
|
426
|
+
"core.question.appName.title": "Application Name",
|
|
427
|
+
"core.question.appName.placeholder": "Input an application name",
|
|
349
428
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
350
429
|
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
351
430
|
"core.ScratchOptionNo.label": "Start from a sample",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ On click of Visual Studio menu Project -> Teams Toolkit -> Add Authentication Co
|
|
|
5
5
|
|
|
6
6
|
Teams Toolkit helps you generate the authentication files, then you will need to link the files to your Teams application by updating authentication configurations to make sure the Single Sign-on works for your application. Please be noted that for different Teams application type like Tab or Bot, the detailed steps are slightly different.
|
|
7
7
|
|
|
8
|
-
Basically you will need take care these configurations:
|
|
8
|
+
Basically, you will need to take care of these configurations:
|
|
9
9
|
|
|
10
10
|
* In the Microsoft Entra manifest file, you need to specify URIs such as the URI to identify the Microsoft Entra authentication app and the redirect URI for returning token.
|
|
11
11
|
* In the Teams manifest file, add the SSO application to link it with Teams application.
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { OpenAPIV3 } from "openapi-types";
|
|
2
|
-
import { AdaptiveCard, ArrayElement, ImageElement, TextBlockElement } from "./interfaces";
|
|
3
|
-
export declare function generateAdaptiveCard(operationItem: OpenAPIV3.OperationObject): [AdaptiveCard, string];
|
|
4
|
-
export declare function generateCardFromResponse(schema: OpenAPIV3.SchemaObject, name: string, parentArrayName?: string): Array<TextBlockElement | ImageElement | ArrayElement>;
|
|
5
|
-
export declare function getResponseJsonPathFromSchema(schema: OpenAPIV3.SchemaObject): string;
|
|
6
|
-
export declare function isImageUrlProperty(schema: OpenAPIV3.NonArraySchemaObject, name: string, parentArrayName: string): boolean;
|
|
7
|
-
//# sourceMappingURL=adaptiveCardGenerator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adaptiveCardGenerator.d.ts","sourceRoot":"","sources":["../../../src/common/spec-parser/adaptiveCardGenerator.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EACL,YAAY,EACZ,YAAY,EAEZ,YAAY,EACZ,gBAAgB,EACjB,MAAM,cAAc,CAAC;AAItB,wBAAgB,oBAAoB,CAClC,aAAa,EAAE,SAAS,CAAC,eAAe,GACvC,CAAC,YAAY,EAAE,MAAM,CAAC,CAkDxB;AAED,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,SAAS,CAAC,YAAY,EAC9B,IAAI,EAAE,MAAM,EACZ,eAAe,SAAK,GACnB,KAAK,CAAC,gBAAgB,GAAG,YAAY,GAAG,YAAY,CAAC,CAiGvD;AAGD,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,GAAG,MAAM,CAepF;AAED,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,SAAS,CAAC,oBAAoB,EACtC,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,MAAM,GACtB,OAAO,CAQT"}
|