@microsoft/teamsfx-core 2.0.7 → 2.0.8-alpha.2f5decfcc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/build/common/constants.d.ts +7 -1
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +7 -1
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/featureFlags.d.ts +6 -0
  6. package/build/common/featureFlags.d.ts.map +1 -1
  7. package/build/common/featureFlags.js +28 -2
  8. package/build/common/featureFlags.js.map +1 -1
  9. package/build/common/m365/packageService.d.ts +1 -0
  10. package/build/common/m365/packageService.d.ts.map +1 -1
  11. package/build/common/m365/packageService.js +15 -2
  12. package/build/common/m365/packageService.js.map +1 -1
  13. package/build/common/projectSettingsHelper.d.ts +3 -0
  14. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  15. package/build/common/projectSettingsHelper.js +29 -1
  16. package/build/common/projectSettingsHelper.js.map +1 -1
  17. package/build/common/projectTypeChecker.d.ts.map +1 -1
  18. package/build/common/projectTypeChecker.js +1 -2
  19. package/build/common/projectTypeChecker.js.map +1 -1
  20. package/build/common/samples.d.ts +3 -2
  21. package/build/common/samples.d.ts.map +1 -1
  22. package/build/common/samples.js +84 -40
  23. package/build/common/samples.js.map +1 -1
  24. package/build/common/telemetry.d.ts +3 -1
  25. package/build/common/telemetry.d.ts.map +1 -1
  26. package/build/common/telemetry.js +2 -0
  27. package/build/common/telemetry.js.map +1 -1
  28. package/build/common/templates-config.json +3 -2
  29. package/build/common/wrappedAxiosClient.d.ts +59 -0
  30. package/build/common/wrappedAxiosClient.d.ts.map +1 -0
  31. package/build/common/wrappedAxiosClient.js +247 -0
  32. package/build/common/wrappedAxiosClient.js.map +1 -0
  33. package/build/component/constant/commonConstant.d.ts +5 -0
  34. package/build/component/constant/commonConstant.d.ts.map +1 -1
  35. package/build/component/constant/commonConstant.js +7 -1
  36. package/build/component/constant/commonConstant.js.map +1 -1
  37. package/build/component/coordinator/index.d.ts +10 -1
  38. package/build/component/coordinator/index.d.ts.map +1 -1
  39. package/build/component/coordinator/index.js +77 -10
  40. package/build/component/coordinator/index.js.map +1 -1
  41. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  42. package/build/component/developerPortalScaffoldUtils.js +0 -2
  43. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  44. package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -0
  45. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  46. package/build/component/driver/aad/utility/aadAppClient.js +9 -0
  47. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  48. package/build/component/driver/aad/utility/aadManifestHelper.js +2 -1
  49. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  50. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  51. package/build/component/driver/apiKey/create.js +11 -10
  52. package/build/component/driver/apiKey/create.js.map +1 -1
  53. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  54. package/build/component/driver/botFramework/createOrUpdateBot.js +0 -2
  55. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  56. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  57. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +5 -5
  58. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  59. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  60. package/build/component/driver/deploy/spfx/utility/spoClient.js +3 -1
  61. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  62. package/build/component/driver/index.d.ts +1 -0
  63. package/build/component/driver/index.d.ts.map +1 -1
  64. package/build/component/driver/index.js +1 -0
  65. package/build/component/driver/index.js.map +1 -1
  66. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  67. package/build/component/driver/teamsApp/appStudio.js +0 -2
  68. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  69. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +31 -9
  70. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  71. package/build/component/driver/teamsApp/clients/appStudioClient.js +86 -111
  72. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  73. package/build/component/driver/teamsApp/clients/authSvcClient.d.ts.map +1 -1
  74. package/build/component/driver/teamsApp/clients/authSvcClient.js +3 -24
  75. package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
  76. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  77. package/build/component/driver/teamsApp/configure.js +0 -2
  78. package/build/component/driver/teamsApp/configure.js.map +1 -1
  79. package/build/component/driver/teamsApp/constants.d.ts +4 -0
  80. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  81. package/build/component/driver/teamsApp/constants.js +6 -1
  82. package/build/component/driver/teamsApp/constants.js.map +1 -1
  83. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  84. package/build/component/driver/teamsApp/create.js +0 -2
  85. package/build/component/driver/teamsApp/create.js.map +1 -1
  86. package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -0
  87. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  88. package/build/component/driver/teamsApp/createAppPackage.js +61 -14
  89. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  90. package/build/component/driver/teamsApp/errors.d.ts +4 -0
  91. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  92. package/build/component/driver/teamsApp/errors.js +7 -0
  93. package/build/component/driver/teamsApp/errors.js.map +1 -1
  94. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts +21 -0
  95. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts.map +1 -0
  96. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js +5 -0
  97. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js.map +1 -0
  98. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts +17 -0
  99. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts.map +1 -0
  100. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +16 -0
  101. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -0
  102. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts +41 -0
  103. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts.map +1 -0
  104. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js +5 -0
  105. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js.map +1 -0
  106. package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.d.ts +17 -0
  107. package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.d.ts.map +1 -0
  108. package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.js +5 -0
  109. package/build/component/driver/teamsApp/interfaces/ValidateWithTestCasesArgs.js.map +1 -0
  110. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  111. package/build/component/driver/teamsApp/publishAppPackage.js +3 -5
  112. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  113. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  114. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  115. package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -0
  116. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  117. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +8 -0
  118. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -0
  119. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +63 -0
  120. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -0
  121. package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -31
  122. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  123. package/build/component/driver/teamsApp/utils/telemetry.js +1 -53
  124. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  125. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  126. package/build/component/driver/teamsApp/validate.js +0 -1
  127. package/build/component/driver/teamsApp/validate.js.map +1 -1
  128. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  129. package/build/component/driver/teamsApp/validateAppPackage.js +0 -1
  130. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  131. package/build/component/driver/teamsApp/validateTestCases.d.ts +22 -0
  132. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -0
  133. package/build/component/driver/teamsApp/validateTestCases.js +156 -0
  134. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -0
  135. package/build/component/feature/collaboration.d.ts +1 -1
  136. package/build/component/feature/collaboration.d.ts.map +1 -1
  137. package/build/component/feature/collaboration.js +2 -4
  138. package/build/component/feature/collaboration.js.map +1 -1
  139. package/build/component/generator/copilotPlugin/generator.d.ts +5 -2
  140. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  141. package/build/component/generator/copilotPlugin/generator.js +101 -26
  142. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  143. package/build/component/generator/copilotPlugin/helper.d.ts +8 -3
  144. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  145. package/build/component/generator/copilotPlugin/helper.js +278 -30
  146. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  147. package/build/component/generator/error.d.ts +1 -1
  148. package/build/component/generator/error.d.ts.map +1 -1
  149. package/build/component/generator/error.js +4 -4
  150. package/build/component/generator/error.js.map +1 -1
  151. package/build/component/generator/generator.d.ts +6 -1
  152. package/build/component/generator/generator.d.ts.map +1 -1
  153. package/build/component/generator/generator.js +32 -26
  154. package/build/component/generator/generator.js.map +1 -1
  155. package/build/component/generator/generatorAction.d.ts +5 -16
  156. package/build/component/generator/generatorAction.d.ts.map +1 -1
  157. package/build/component/generator/generatorAction.js +46 -87
  158. package/build/component/generator/generatorAction.js.map +1 -1
  159. package/build/component/generator/officeAddin/config/projectProperties.d.ts +32 -1
  160. package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
  161. package/build/component/generator/officeAddin/config/projectProperties.js +33 -2
  162. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  163. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +7 -1
  164. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
  165. package/build/component/generator/officeAddin/config/projectsJsonData.js +54 -4
  166. package/build/component/generator/officeAddin/config/projectsJsonData.js.map +1 -1
  167. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  168. package/build/component/generator/officeAddin/generator.js +31 -10
  169. package/build/component/generator/officeAddin/generator.js.map +1 -1
  170. package/build/component/generator/officeAddin/helperMethods.d.ts +2 -1
  171. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  172. package/build/component/generator/officeAddin/helperMethods.js +21 -10
  173. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  174. package/build/component/generator/officeXMLAddin/generator.d.ts +9 -0
  175. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -0
  176. package/build/component/generator/officeXMLAddin/generator.js +90 -0
  177. package/build/component/generator/officeXMLAddin/generator.js.map +1 -0
  178. package/build/component/generator/officeXMLAddin/projectConfig.d.ts +36 -0
  179. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -0
  180. package/build/component/generator/officeXMLAddin/projectConfig.js +127 -0
  181. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -0
  182. package/build/component/generator/utils.d.ts +2 -1
  183. package/build/component/generator/utils.d.ts.map +1 -1
  184. package/build/component/generator/utils.js +35 -16
  185. package/build/component/generator/utils.js.map +1 -1
  186. package/build/component/middleware/envMW.d.ts.map +1 -1
  187. package/build/component/middleware/envMW.js +1 -0
  188. package/build/component/middleware/envMW.js.map +1 -1
  189. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  190. package/build/component/resource/botService/appStudio/appStudioClient.js +11 -39
  191. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  192. package/build/component/utils/envUtil.d.ts +2 -0
  193. package/build/component/utils/envUtil.d.ts.map +1 -1
  194. package/build/component/utils/envUtil.js +23 -0
  195. package/build/component/utils/envUtil.js.map +1 -1
  196. package/build/component/utils/pathUtils.d.ts.map +1 -1
  197. package/build/component/utils/pathUtils.js +2 -0
  198. package/build/component/utils/pathUtils.js.map +1 -1
  199. package/build/core/FxCore.d.ts +2 -0
  200. package/build/core/FxCore.d.ts.map +1 -1
  201. package/build/core/FxCore.js +94 -18
  202. package/build/core/FxCore.js.map +1 -1
  203. package/build/core/collaborator.js +3 -3
  204. package/build/core/collaborator.js.map +1 -1
  205. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  206. package/build/core/middleware/projectMigratorV3.js +6 -1
  207. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  208. package/build/error/common.d.ts.map +1 -1
  209. package/build/error/common.js +1 -1
  210. package/build/error/common.js.map +1 -1
  211. package/build/error/deploy.d.ts.map +1 -1
  212. package/build/error/deploy.js +17 -6
  213. package/build/error/deploy.js.map +1 -1
  214. package/build/index.d.ts +0 -1
  215. package/build/index.d.ts.map +1 -1
  216. package/build/index.js +1 -3
  217. package/build/index.js.map +1 -1
  218. package/build/question/constants.d.ts +1 -0
  219. package/build/question/constants.d.ts.map +1 -1
  220. package/build/question/constants.js +2 -1
  221. package/build/question/constants.js.map +1 -1
  222. package/build/question/create.d.ts +35 -2
  223. package/build/question/create.d.ts.map +1 -1
  224. package/build/question/create.js +578 -79
  225. package/build/question/create.js.map +1 -1
  226. package/build/question/inputs/CreateProjectInputs.d.ts +22 -8
  227. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  228. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  229. package/build/question/options/CreateProjectOptions.js +58 -12
  230. package/build/question/options/CreateProjectOptions.js.map +1 -1
  231. package/build/question/other.d.ts +1 -0
  232. package/build/question/other.d.ts.map +1 -1
  233. package/build/question/other.js +17 -1
  234. package/build/question/other.js.map +1 -1
  235. package/build/question/questionNames.d.ts +10 -1
  236. package/build/question/questionNames.d.ts.map +1 -1
  237. package/build/question/questionNames.js +9 -0
  238. package/build/question/questionNames.js.map +1 -1
  239. package/package.json +4 -4
  240. package/resource/package.nls.json +208 -116
  241. package/templates/fallback/common.zip +0 -0
  242. package/templates/fallback/csharp.zip +0 -0
  243. package/templates/fallback/js.zip +0 -0
  244. package/templates/fallback/python.zip +0 -0
  245. package/templates/fallback/ts.zip +0 -0
  246. package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +1 -1
  247. package/build/common/spec-parser/adaptiveCardGenerator.d.ts +0 -7
  248. package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +0 -1
  249. package/build/common/spec-parser/adaptiveCardGenerator.js +0 -168
  250. package/build/common/spec-parser/adaptiveCardGenerator.js.map +0 -1
  251. package/build/common/spec-parser/adaptiveCardWrapper.d.ts +0 -15
  252. package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +0 -1
  253. package/build/common/spec-parser/adaptiveCardWrapper.js +0 -98
  254. package/build/common/spec-parser/adaptiveCardWrapper.js.map +0 -1
  255. package/build/common/spec-parser/constants.d.ts +0 -41
  256. package/build/common/spec-parser/constants.d.ts.map +0 -1
  257. package/build/common/spec-parser/constants.js +0 -95
  258. package/build/common/spec-parser/constants.js.map +0 -1
  259. package/build/common/spec-parser/index.browser.d.ts +0 -6
  260. package/build/common/spec-parser/index.browser.d.ts.map +0 -1
  261. package/build/common/spec-parser/index.browser.js +0 -16
  262. package/build/common/spec-parser/index.browser.js.map +0 -1
  263. package/build/common/spec-parser/index.d.ts +0 -5
  264. package/build/common/spec-parser/index.d.ts.map +0 -1
  265. package/build/common/spec-parser/index.js +0 -16
  266. package/build/common/spec-parser/index.js.map +0 -1
  267. package/build/common/spec-parser/interfaces.d.ts +0 -180
  268. package/build/common/spec-parser/interfaces.d.ts.map +0 -1
  269. package/build/common/spec-parser/interfaces.js +0 -51
  270. package/build/common/spec-parser/interfaces.js.map +0 -1
  271. package/build/common/spec-parser/manifestUpdater.d.ts +0 -7
  272. package/build/common/spec-parser/manifestUpdater.d.ts.map +0 -1
  273. package/build/common/spec-parser/manifestUpdater.js +0 -98
  274. package/build/common/spec-parser/manifestUpdater.js.map +0 -1
  275. package/build/common/spec-parser/specFilter.d.ts +0 -3
  276. package/build/common/spec-parser/specFilter.d.ts.map +0 -1
  277. package/build/common/spec-parser/specFilter.js +0 -40
  278. package/build/common/spec-parser/specFilter.js.map +0 -1
  279. package/build/common/spec-parser/specParser.browser.d.ts +0 -46
  280. package/build/common/spec-parser/specParser.browser.d.ts.map +0 -1
  281. package/build/common/spec-parser/specParser.browser.js +0 -139
  282. package/build/common/spec-parser/specParser.browser.js.map +0 -1
  283. package/build/common/spec-parser/specParser.d.ts +0 -46
  284. package/build/common/spec-parser/specParser.d.ts.map +0 -1
  285. package/build/common/spec-parser/specParser.js +0 -244
  286. package/build/common/spec-parser/specParser.js.map +0 -1
  287. package/build/common/spec-parser/specParserError.d.ts +0 -6
  288. package/build/common/spec-parser/specParserError.d.ts.map +0 -1
  289. package/build/common/spec-parser/specParserError.js +0 -13
  290. package/build/common/spec-parser/specParserError.js.map +0 -1
  291. package/build/common/spec-parser/utils.d.ts +0 -43
  292. package/build/common/spec-parser/utils.d.ts.map +0 -1
  293. package/build/common/spec-parser/utils.js +0 -595
  294. 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,189 +61,192 @@
61
61
  "core.collaboration.Undefined": "undefined",
62
62
  "core.collaboration.ResourceName": ", Resource Name: ",
63
63
  "core.collaboration.Permission": ", Permission: ",
64
- "core.developerPortal.scaffold.CannotFindManifest": "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.",
101
- "_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
102
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
- "plugins.spfx.error.import.retrieveSolutionInfo": "Failed to retrieve existing SPFx solution information. Please make sure your SPFx solution is valid.",
104
- "plugins.spfx.error.import.copySPFxSolution": "Failed to copy existing SPFx solution: %s",
105
- "plugins.spfx.error.import.updateSPFxTemplate": "Failed to update project templates with existing SPFx solution: %s",
106
- "plugins.spfx.error.import.common": "Failed to import existing SPFx solution to Teams Toolkit: %s",
99
+ "plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
100
+ "plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
101
+ "_plugins.spfx.error.installLatestDependencyError.comment": "The product brand names 'Microsoft Learn' and 'SharePoint' should not be localized.",
102
+ "plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
+ "plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
104
+ "plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
105
+ "plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
106
+ "plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
107
107
  "plugins.spfx.import.title": "Importing SPFx solution",
108
108
  "plugins.spfx.import.copyExistingSPFxSolution": "Copying existing SPFx solution...",
109
109
  "plugins.spfx.import.generateSPFxTemplates": "Generating templates based on solution info...",
110
110
  "plugins.spfx.import.updateTemplates": "Updating templates...",
111
- "plugins.spfx.import.success": "Your SPFx solution has been successfully imported to %s.",
112
- "plugins.spfx.import.log.success": "Teams Toolkit has imported your SPFx solution successfully. A complete log of import details can be found in %s.",
113
- "plugins.spfx.import.log.fail": "Teams Toolkit failed to import your SPFx solution. A complete log of import details can be found in %s.",
114
- "plugins.spfx.addWebPart.confirmInstall": "SPFx version in your solution is %s, not yet installed on your machine. Do you want to install SPFx %s in Teams Toolkit directory to continue adding web part?",
111
+ "plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
112
+ "plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
113
+ "plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
114
+ "plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
115
115
  "plugins.spfx.addWebPart.install": "Install",
116
- "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s, but SPFx version in your solution is %s. Do you want to upgrade SPFx version in Teams Toolkit directory to %s and add web part?",
116
+ "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
117
117
  "plugins.spfx.addWebPart.upgrade": "Upgrade",
118
- "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version in your solution 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?",
118
+ "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
119
119
  "plugins.spfx.addWebPart.versionMismatch.help": "Help",
120
120
  "plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
121
- "plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You 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.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
- "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
- "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.",
204
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
201
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
202
+ "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
203
+ "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
204
+ "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
205
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
205
206
  "_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
206
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result from attempting to create bot registration.",
207
+ "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
207
208
  "_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
208
- "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
209
+ "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
209
210
  "_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
210
- "error.generator.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
- "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
214
+ "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
214
215
  "error.generator.MissKeyError": "Unable to find key %s",
215
216
  "error.generator.FetchSampleInfoError": "Unable to fetch sample info",
216
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to 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
- "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",
217
+ "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
218
+ "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
219
+ "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
218
220
  "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
219
- "error.copilotPlugin.noExtraAPICanBeAdded": "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.",
221
+ "error.copilotPlugin.noExtraAPICanBeAdded": "Unable to add API as only GET and POST methods with at most 5 required parameter and no authentication are supported. Also, methods defined in manifest.json are not listed.",
220
222
  "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
221
- "core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
222
- "core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
223
- "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
224
- "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.",
223
+ "core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
224
+ "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
225
+ "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
226
+ "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
227
+ "core.ProgrammingLanguageQuestion.title": "Programming Language",
228
+ "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
226
229
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
227
230
  "core.option.tutorial": "Open tutorial",
228
231
  "core.option.github": "Open a GitHub guide",
229
- "core.option.inProduct": "Open a in-product guide",
232
+ "core.option.inProduct": "Open an in-product guide",
230
233
  "core.TabOption.label": "Tab",
231
- "core.generator.officeAddin.importProject.title": "Importing an existing Outlook add-in project",
232
- "core.generator.officeAddin.importProject.copyFiles": "Copying files",
233
- "core.generator.officeAddin.importProject.convertProject": "Converting project",
234
- "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest",
234
+ "core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
235
+ "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
236
+ "core.generator.officeAddin.importProject.convertProject": "Converting project...",
237
+ "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
235
238
  "core.TabOption.description": "UI-based app",
236
239
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
237
240
  "core.DashboardOption.label": "Dashboard",
238
241
  "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
239
242
  "core.BotNewUIOption.label": "Basic Bot",
240
- "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready to customize",
243
+ "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
241
244
  "core.LinkUnfurlingOption.label": "Link Unfurling",
242
- "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the compose message area",
245
+ "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
243
246
  "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
244
247
  "core.MessageExtensionOption.label": "Message Extension",
245
248
  "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
246
- "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
249
+ "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
247
250
  "core.NotificationOption.label": "Chat Notification Message",
248
251
  "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
249
252
  "core.CommandAndResponseOption.label": "Chat Command",
@@ -271,7 +274,6 @@
271
274
  "core.createCapabilityQuestion.titleNew": "Capabilities",
272
275
  "core.createCapabilityQuestion.placeholder": "Select a capability",
273
276
  "core.createProjectQuestion.option.description.preview": "Preview",
274
- "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
275
277
  "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
276
278
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
277
279
  "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook and Copilot",
@@ -284,21 +286,66 @@
284
286
  "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
285
287
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
286
288
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
289
+ "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
290
+ "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
291
+ "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
292
+ "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
293
+ "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework.",
287
294
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
288
295
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
289
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
290
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
291
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin for Copilot",
296
+ "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
297
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
298
+ "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
292
299
  "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
300
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot as your own copilot in Microsoft Teams using Teams AI Library",
301
+ "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
302
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
303
+ "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
293
304
  "core.createProjectQuestion.title": "New Project",
294
305
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
295
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a Message extension using Bot Framework",
306
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
296
307
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
297
- "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a Message extension with a new API from Azure Functions",
308
+ "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
309
+ "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
298
310
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
299
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a Message extension from your existing API",
311
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
312
+ "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
300
313
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
301
314
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
315
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
316
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
317
+ "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
318
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
319
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
320
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
321
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
322
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
323
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
324
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
325
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
326
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
327
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
328
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
329
+ "core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
330
+ "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
331
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build New",
332
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
333
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
334
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
335
+ "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
336
+ "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
337
+ "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
338
+ "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
339
+ "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
340
+ "core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
341
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
342
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
343
+ "core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
344
+ "core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
345
+ "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
346
+ "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
347
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
348
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
302
349
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
303
350
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
304
351
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
@@ -311,8 +358,9 @@
311
358
  "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
312
359
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
313
360
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
314
- "core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
315
- "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
361
+ "core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
362
+ "core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most 5 required parameter and no auth are listed",
363
+ "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
316
364
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
317
365
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
318
366
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
@@ -323,6 +371,40 @@
323
371
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
324
372
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
325
373
  "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
374
+ "core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
375
+ "core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
376
+ "core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
377
+ "core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
378
+ "core.createProjectQuestion.officeXMLAddin.create.title": "Select to create an Outlook, Word, Excel, or PowerPoint Add-in",
379
+ "core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
380
+ "core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
381
+ "core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
382
+ "core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
383
+ "core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React framework",
384
+ "core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
385
+ "core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
386
+ "core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
387
+ "core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
388
+ "core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
389
+ "core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
390
+ "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React framework",
391
+ "core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
392
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions using a Shared Runtime",
393
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
394
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions using a JavaScript-only Runtime",
395
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
396
+ "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
397
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
398
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
399
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Create a PowerPoint add-in with Single Sign On capabilities",
400
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
401
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React framework",
402
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
403
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
404
+ "core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Taskpane",
405
+ "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
406
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in project containing the manifest only",
407
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create a simple add-in project with a manifest file only",
326
408
  "core.aiAssistantBotOption.label": "AI Assistant Bot",
327
409
  "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
328
410
  "core.aiBotOption.label": "AI Chat Bot",
@@ -344,8 +426,10 @@
344
426
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
345
427
  "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
346
428
  "core.QuestionNewResourceGroupLocation.group.others": "Others",
347
- "core.question.workspaceFolder.title": "Workspace folder",
429
+ "core.question.workspaceFolder.title": "Workspace Folder",
348
430
  "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
431
+ "core.question.appName.title": "Application Name",
432
+ "core.question.appName.placeholder": "Input an application name",
349
433
  "core.ScratchOptionYes.label": "Create a new app",
350
434
  "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
351
435
  "core.ScratchOptionNo.label": "Start from a sample",
@@ -388,7 +472,9 @@
388
472
  "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
389
473
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
390
474
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
391
- "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
475
+ "core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
476
+ "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
477
+ "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
392
478
  "core.aadAppQuestion.label": "Microsoft Entra app",
393
479
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
394
480
  "core.teamsAppQuestion.label": "Teams app",
@@ -419,7 +505,7 @@
419
505
  "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
420
506
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
421
507
  "core.common.MissingOperationId": "Missing operationIds: %s.",
422
- "core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
508
+ "core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most 5 required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
423
509
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
424
510
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
425
511
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
@@ -427,6 +513,7 @@
427
513
  "core.common.ReceiveApiResponse": "Received API response: %s.",
428
514
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
429
515
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
516
+ "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
430
517
  "core.newTaskpaneAddin.label": "Taskpane",
431
518
  "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
432
519
  "core.summary.actionDescription": "Action %s%s",
@@ -606,6 +693,8 @@
606
693
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
607
694
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
608
695
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
696
+ "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
697
+ "driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
609
698
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
610
699
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
611
700
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
@@ -620,6 +709,9 @@
620
709
  "driver.teamsApp.summary.validate.failed": "%s failed",
621
710
  "driver.teamsApp.summary.validate.warning": "%s warning",
622
711
  "driver.teamsApp.summary.validate.all": "All",
712
+ "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s.",
713
+ "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. View the result from [Teams Developer Portal](%s).",
714
+ "driver.teamsApp.summary.validateWithTestCases.viewResult": "View Validation Results",
623
715
  "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
624
716
  "driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
625
717
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
Binary file
Binary file
Binary file
Binary file
Binary file