@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.
Files changed (210) hide show
  1. package/build/common/constants.d.ts +3 -1
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +3 -1
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/featureFlags.d.ts +1 -0
  6. package/build/common/featureFlags.d.ts.map +1 -1
  7. package/build/common/featureFlags.js +6 -1
  8. package/build/common/featureFlags.js.map +1 -1
  9. package/build/common/local/packageJsonHelper.d.ts.map +1 -1
  10. package/build/common/local/packageJsonHelper.js +1 -2
  11. package/build/common/local/packageJsonHelper.js.map +1 -1
  12. package/build/common/m365/packageService.d.ts +1 -0
  13. package/build/common/m365/packageService.d.ts.map +1 -1
  14. package/build/common/m365/packageService.js +13 -0
  15. package/build/common/m365/packageService.js.map +1 -1
  16. package/build/common/projectSettingsHelper.d.ts +3 -0
  17. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  18. package/build/common/projectSettingsHelper.js +29 -1
  19. package/build/common/projectSettingsHelper.js.map +1 -1
  20. package/build/common/projectTypeChecker.d.ts.map +1 -1
  21. package/build/common/projectTypeChecker.js +1 -2
  22. package/build/common/projectTypeChecker.js.map +1 -1
  23. package/build/common/samples.d.ts +3 -2
  24. package/build/common/samples.d.ts.map +1 -1
  25. package/build/common/samples.js +84 -40
  26. package/build/common/samples.js.map +1 -1
  27. package/build/common/templates-config.json +1 -1
  28. package/build/component/coordinator/index.d.ts +8 -1
  29. package/build/component/coordinator/index.d.ts.map +1 -1
  30. package/build/component/coordinator/index.js +56 -5
  31. package/build/component/coordinator/index.js.map +1 -1
  32. package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -0
  33. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  34. package/build/component/driver/aad/utility/aadAppClient.js +14 -0
  35. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  36. package/build/component/driver/apiKey/create.js +2 -2
  37. package/build/component/driver/apiKey/create.js.map +1 -1
  38. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  39. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +5 -5
  40. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  41. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +30 -0
  42. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  43. package/build/component/driver/teamsApp/clients/appStudioClient.js +63 -0
  44. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  45. package/build/component/driver/teamsApp/constants.d.ts +3 -0
  46. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/constants.js +3 -0
  48. package/build/component/driver/teamsApp/constants.js.map +1 -1
  49. package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -0
  50. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  51. package/build/component/driver/teamsApp/createAppPackage.js +61 -14
  52. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  53. package/build/component/driver/teamsApp/errors.d.ts +4 -0
  54. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  55. package/build/component/driver/teamsApp/errors.js +7 -0
  56. package/build/component/driver/teamsApp/errors.js.map +1 -1
  57. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts +21 -0
  58. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts.map +1 -0
  59. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js +5 -0
  60. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js.map +1 -0
  61. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts +17 -0
  62. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts.map +1 -0
  63. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +16 -0
  64. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -0
  65. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts +41 -0
  66. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts.map +1 -0
  67. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js +5 -0
  68. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js.map +1 -0
  69. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  70. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  71. package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -0
  72. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  73. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +8 -0
  74. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -0
  75. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +63 -0
  76. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -0
  77. package/build/component/generator/copilotPlugin/generator.d.ts +4 -2
  78. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  79. package/build/component/generator/copilotPlugin/generator.js +50 -18
  80. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  81. package/build/component/generator/copilotPlugin/helper.d.ts +5 -3
  82. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  83. package/build/component/generator/copilotPlugin/helper.js +67 -25
  84. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  85. package/build/component/generator/error.d.ts +1 -1
  86. package/build/component/generator/error.d.ts.map +1 -1
  87. package/build/component/generator/error.js +4 -4
  88. package/build/component/generator/error.js.map +1 -1
  89. package/build/component/generator/generator.d.ts +5 -0
  90. package/build/component/generator/generator.d.ts.map +1 -1
  91. package/build/component/generator/generator.js +27 -25
  92. package/build/component/generator/generator.js.map +1 -1
  93. package/build/component/generator/generatorAction.d.ts +5 -15
  94. package/build/component/generator/generatorAction.d.ts.map +1 -1
  95. package/build/component/generator/generatorAction.js +44 -92
  96. package/build/component/generator/generatorAction.js.map +1 -1
  97. package/build/component/generator/officeAddin/config/projectProperties.d.ts +1 -0
  98. package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
  99. package/build/component/generator/officeAddin/config/projectProperties.js +1 -0
  100. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  101. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +1 -4
  102. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
  103. package/build/component/generator/officeAddin/config/projectsJsonData.js +4 -11
  104. package/build/component/generator/officeAddin/config/projectsJsonData.js.map +1 -1
  105. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  106. package/build/component/generator/officeAddin/generator.js +13 -7
  107. package/build/component/generator/officeAddin/generator.js.map +1 -1
  108. package/build/component/generator/officeAddin/helperMethods.d.ts +2 -1
  109. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  110. package/build/component/generator/officeAddin/helperMethods.js +21 -10
  111. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  112. package/build/component/generator/officeXMLAddin/generator.d.ts +9 -0
  113. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -0
  114. package/build/component/generator/officeXMLAddin/generator.js +90 -0
  115. package/build/component/generator/officeXMLAddin/generator.js.map +1 -0
  116. package/build/component/generator/officeXMLAddin/projectConfig.d.ts +36 -0
  117. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -0
  118. package/build/component/generator/officeXMLAddin/projectConfig.js +127 -0
  119. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -0
  120. package/build/component/generator/utils.d.ts +0 -1
  121. package/build/component/generator/utils.d.ts.map +1 -1
  122. package/build/component/generator/utils.js +29 -18
  123. package/build/component/generator/utils.js.map +1 -1
  124. package/build/component/utils/envUtil.d.ts.map +1 -1
  125. package/build/component/utils/envUtil.js +1 -0
  126. package/build/component/utils/envUtil.js.map +1 -1
  127. package/build/core/FxCore.d.ts.map +1 -1
  128. package/build/core/FxCore.js +21 -12
  129. package/build/core/FxCore.js.map +1 -1
  130. package/build/error/arm.d.ts.map +1 -1
  131. package/build/error/arm.js +0 -2
  132. package/build/error/arm.js.map +1 -1
  133. package/build/error/common.d.ts.map +1 -1
  134. package/build/error/common.js +1 -1
  135. package/build/error/common.js.map +1 -1
  136. package/build/error/deploy.d.ts.map +1 -1
  137. package/build/error/deploy.js +17 -6
  138. package/build/error/deploy.js.map +1 -1
  139. package/build/question/constants.d.ts +1 -0
  140. package/build/question/constants.d.ts.map +1 -1
  141. package/build/question/constants.js +2 -1
  142. package/build/question/constants.js.map +1 -1
  143. package/build/question/create.d.ts +27 -2
  144. package/build/question/create.d.ts.map +1 -1
  145. package/build/question/create.js +428 -61
  146. package/build/question/create.js.map +1 -1
  147. package/build/question/inputs/CreateProjectInputs.d.ts +18 -6
  148. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  149. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  150. package/build/question/options/CreateProjectOptions.js +46 -11
  151. package/build/question/options/CreateProjectOptions.js.map +1 -1
  152. package/build/question/questionNames.d.ts +10 -1
  153. package/build/question/questionNames.d.ts.map +1 -1
  154. package/build/question/questionNames.js +9 -0
  155. package/build/question/questionNames.js.map +1 -1
  156. package/package.json +6 -6
  157. package/resource/package.nls.json +157 -78
  158. package/templates/fallback/common.zip +0 -0
  159. package/templates/fallback/csharp.zip +0 -0
  160. package/templates/fallback/js.zip +0 -0
  161. package/templates/fallback/ts.zip +0 -0
  162. package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +1 -1
  163. package/build/common/spec-parser/adaptiveCardGenerator.d.ts +0 -7
  164. package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +0 -1
  165. package/build/common/spec-parser/adaptiveCardGenerator.js +0 -168
  166. package/build/common/spec-parser/adaptiveCardGenerator.js.map +0 -1
  167. package/build/common/spec-parser/adaptiveCardWrapper.d.ts +0 -15
  168. package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +0 -1
  169. package/build/common/spec-parser/adaptiveCardWrapper.js +0 -98
  170. package/build/common/spec-parser/adaptiveCardWrapper.js.map +0 -1
  171. package/build/common/spec-parser/constants.d.ts +0 -41
  172. package/build/common/spec-parser/constants.d.ts.map +0 -1
  173. package/build/common/spec-parser/constants.js +0 -95
  174. package/build/common/spec-parser/constants.js.map +0 -1
  175. package/build/common/spec-parser/index.browser.d.ts +0 -6
  176. package/build/common/spec-parser/index.browser.d.ts.map +0 -1
  177. package/build/common/spec-parser/index.browser.js +0 -16
  178. package/build/common/spec-parser/index.browser.js.map +0 -1
  179. package/build/common/spec-parser/index.d.ts +0 -5
  180. package/build/common/spec-parser/index.d.ts.map +0 -1
  181. package/build/common/spec-parser/index.js +0 -16
  182. package/build/common/spec-parser/index.js.map +0 -1
  183. package/build/common/spec-parser/interfaces.d.ts +0 -180
  184. package/build/common/spec-parser/interfaces.d.ts.map +0 -1
  185. package/build/common/spec-parser/interfaces.js +0 -51
  186. package/build/common/spec-parser/interfaces.js.map +0 -1
  187. package/build/common/spec-parser/manifestUpdater.d.ts +0 -7
  188. package/build/common/spec-parser/manifestUpdater.d.ts.map +0 -1
  189. package/build/common/spec-parser/manifestUpdater.js +0 -98
  190. package/build/common/spec-parser/manifestUpdater.js.map +0 -1
  191. package/build/common/spec-parser/specFilter.d.ts +0 -3
  192. package/build/common/spec-parser/specFilter.d.ts.map +0 -1
  193. package/build/common/spec-parser/specFilter.js +0 -40
  194. package/build/common/spec-parser/specFilter.js.map +0 -1
  195. package/build/common/spec-parser/specParser.browser.d.ts +0 -46
  196. package/build/common/spec-parser/specParser.browser.d.ts.map +0 -1
  197. package/build/common/spec-parser/specParser.browser.js +0 -139
  198. package/build/common/spec-parser/specParser.browser.js.map +0 -1
  199. package/build/common/spec-parser/specParser.d.ts +0 -46
  200. package/build/common/spec-parser/specParser.d.ts.map +0 -1
  201. package/build/common/spec-parser/specParser.js +0 -244
  202. package/build/common/spec-parser/specParser.js.map +0 -1
  203. package/build/common/spec-parser/specParserError.d.ts +0 -6
  204. package/build/common/spec-parser/specParserError.d.ts.map +0 -1
  205. package/build/common/spec-parser/specParserError.js +0 -13
  206. package/build/common/spec-parser/specParserError.js.map +0 -1
  207. package/build/common/spec-parser/utils.d.ts +0 -43
  208. package/build/common/spec-parser/utils.d.ts.map +0 -1
  209. package/build/common/spec-parser/utils.js +0 -587
  210. 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": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
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 application has been successfully deployed. Click \"Learn more\" to check how to view your Microsoft Entra application.",
11
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra application has been successfully updated.",
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 azure, please click learn more for documentation.",
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": "Downloading app template.",
22
- "core.progress.createFromSample": "Downloading sample %s",
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' succeeded, you can view it in [Output panel](%s).",
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": "Collaborator's email cannot be null or same as current user",
44
- "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
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": "permission has been granted to ",
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": "Could not find manifest from the downloaded package for teams app %s.",
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 an option for scaffolding",
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 a New SPFx Solution",
78
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Create a Teams Tab application using SPFx web parts",
79
- "plugins.spfx.questions.spfxSolution.importExisting": "Import an Existing SPFx Solution",
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 has been successfully deployed to [%s](%s).",
82
- "plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
83
- "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
84
- "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
85
- "plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
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",
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 has not been set up correctly. You can click \"Get Help\" to follow the guide to set up right 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 to finish.",
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": "Cannot get tenant %s %s",
100
- "plugins.spfx.error.installLatestDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. Follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s) to set up global SPFx environment.",
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 have %s installed globally and %s installed in Teams Toolkit directory. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). 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 have %s installed in Teams Toolkit directory. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
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": "Encountered unknown issues when setting up SPFx environment in %s folder. Follow %s to install %s to set up global SPFx environment.",
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": "You may get expired credentials, check if your system time is correct.",
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 failed!",
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] has been successfully published to the Admin Portal (%s). Once approved, your app will be available for your organization. Learn more from %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 %s",
140
- "plugins.appstudio.teamsAppUpdatedLog": "Teams app updated %s",
141
- "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams application manifest has been successfully deployed. Click \"View in Developer Portal\" to view your application in Teams Developer Portal.",
142
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams application manifest has been successfully deployed to ",
143
- "plugins.appstudio.updateManifestTip": "The manifest file configurations has been modified already. Do you want to continue to regenerate the manifest file and update to Teams platform?",
144
- "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform has been changed since your last update. Do you want to continue to update and overwrite the manifest file on Teams platform?",
145
- "plugins.appstudio.pubWarn": "The app %s has already been submitted to tenant App Catalog.\nStatus: %s\n",
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": "Could not find any files in the package of app %s.",
151
- "plugins.appstudio.unprocessedFile": "%s was not processed by Teams Toolkit.",
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": "Choose triggers",
154
- "plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
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 running function hosted on Azure Functions can listen to HTTP requests.",
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 running function hosted on Azure Functions can listen to HTTP requests and respond based on a specific schedule.",
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 running restify server hosted on Azure App Service can listen to HTTP requests.",
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 running Web API server hosted on Azure App Service can listen to HTTP requests.",
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 running function hosted on Azure Functions can respond based on a specific schedule.",
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 opened, you can create a new project or open an existing one.",
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": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
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, a self-signed certificate must be added to your certificate store.",
179
- "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
180
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal, due to %s",
181
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal, due to %s",
182
- "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
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 failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
185
- "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
186
- "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
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 built failed!",
189
- "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
190
- "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
191
- "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
192
- "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
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": "Cannot add capability %s, it reaches the limit.",
195
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
196
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
197
- "error.appstudio.noManifestId": "Invalid id found in manifest find.",
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": "Please try to generate package from \"Zip Teams app package\" and try again.",
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.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
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.placeholder": "Select a programming language.",
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 Copilot using your APIs",
290
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
291
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin for Copilot",
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 Message extension using Bot Framework",
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 a Message extension with a new API from Azure Functions",
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 a Message extension from your existing API",
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 folder",
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"}