@microsoft/teamsfx-core 3.0.13 → 3.0.14-alpha.1673f8d0ac.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 (314) hide show
  1. package/build/client/teamsGraphClient.d.ts +3 -0
  2. package/build/client/teamsGraphClient.d.ts.map +1 -1
  3. package/build/client/teamsGraphClient.js +17 -0
  4. package/build/client/teamsGraphClient.js.map +1 -1
  5. package/build/common/featureFlags.d.ts +12 -2
  6. package/build/common/featureFlags.d.ts.map +1 -1
  7. package/build/common/featureFlags.js +15 -3
  8. package/build/common/featureFlags.js.map +1 -1
  9. package/build/common/projectSettingsHelper.d.ts +0 -2
  10. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  11. package/build/common/projectSettingsHelper.js +1 -56
  12. package/build/common/projectSettingsHelper.js.map +1 -1
  13. package/build/common/telemetry.d.ts +4 -15
  14. package/build/common/telemetry.d.ts.map +1 -1
  15. package/build/common/telemetry.js +5 -18
  16. package/build/common/telemetry.js.map +1 -1
  17. package/build/common/templates-config.json +9 -2
  18. package/build/component/configManager/validator.d.ts.map +1 -1
  19. package/build/component/configManager/validator.js +2 -0
  20. package/build/component/configManager/validator.js.map +1 -1
  21. package/build/component/coordinator/index.d.ts.map +1 -1
  22. package/build/component/coordinator/index.js +5 -1
  23. package/build/component/coordinator/index.js.map +1 -1
  24. package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts +14 -0
  25. package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts.map +1 -0
  26. package/build/component/driver/copilotAgent/interfaces/PublishArgs.js +5 -0
  27. package/build/component/driver/copilotAgent/interfaces/PublishArgs.js.map +1 -0
  28. package/build/component/driver/copilotAgent/publish.d.ts +16 -0
  29. package/build/component/driver/copilotAgent/publish.d.ts.map +1 -0
  30. package/build/component/driver/copilotAgent/publish.js +175 -0
  31. package/build/component/driver/copilotAgent/publish.js.map +1 -0
  32. package/build/component/driver/dcr/create.d.ts +10 -0
  33. package/build/component/driver/dcr/create.d.ts.map +1 -0
  34. package/build/component/driver/dcr/create.js +142 -0
  35. package/build/component/driver/dcr/create.js.map +1 -0
  36. package/build/component/driver/dcr/error/dcrNameTooLong.d.ts +5 -0
  37. package/build/component/driver/dcr/error/dcrNameTooLong.d.ts.map +1 -0
  38. package/build/component/driver/dcr/error/dcrNameTooLong.js +21 -0
  39. package/build/component/driver/dcr/error/dcrNameTooLong.js.map +1 -0
  40. package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts +5 -0
  41. package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts.map +1 -0
  42. package/build/component/driver/dcr/error/dcrWellKnownInvalid.js +21 -0
  43. package/build/component/driver/dcr/error/dcrWellKnownInvalid.js.map +1 -0
  44. package/build/component/driver/dcr/interface/createDcrArgs.d.ts +9 -0
  45. package/build/component/driver/dcr/interface/createDcrArgs.d.ts.map +1 -0
  46. package/build/component/driver/dcr/interface/createDcrArgs.js +5 -0
  47. package/build/component/driver/dcr/interface/createDcrArgs.js.map +1 -0
  48. package/build/component/driver/dcr/interface/createDcrOutputs.d.ts +7 -0
  49. package/build/component/driver/dcr/interface/createDcrOutputs.d.ts.map +1 -0
  50. package/build/component/driver/dcr/interface/createDcrOutputs.js +10 -0
  51. package/build/component/driver/dcr/interface/createDcrOutputs.js.map +1 -0
  52. package/build/component/driver/dcr/utility/constants.d.ts +7 -0
  53. package/build/component/driver/dcr/utility/constants.d.ts.map +1 -0
  54. package/build/component/driver/dcr/utility/constants.js +12 -0
  55. package/build/component/driver/dcr/utility/constants.js.map +1 -0
  56. package/build/component/driver/index.d.ts +2 -0
  57. package/build/component/driver/index.d.ts.map +1 -1
  58. package/build/component/driver/index.js +2 -0
  59. package/build/component/driver/index.js.map +1 -1
  60. package/build/component/driver/share/utils.d.ts.map +1 -1
  61. package/build/component/driver/share/utils.js +9 -7
  62. package/build/component/driver/share/utils.js.map +1 -1
  63. package/build/component/driver/teamsApp/constants.d.ts +1 -0
  64. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  65. package/build/component/driver/teamsApp/constants.js +1 -0
  66. package/build/component/driver/teamsApp/constants.js.map +1 -1
  67. package/build/component/driver/teamsApp/createAppPackage.d.ts +2 -0
  68. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  69. package/build/component/driver/teamsApp/createAppPackage.js +74 -10
  70. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  71. package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts +10 -0
  72. package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts.map +1 -0
  73. package/build/component/driver/teamsApp/interfaces/DcrRegistration.js +5 -0
  74. package/build/component/driver/teamsApp/interfaces/DcrRegistration.js.map +1 -0
  75. package/build/component/driver/teamsApp/publishAppPackage.d.ts +0 -2
  76. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  77. package/build/component/driver/teamsApp/publishAppPackage.js +2 -51
  78. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  79. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -1
  80. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  81. package/build/component/driver/teamsApp/utils/ManifestUtils.js +10 -2
  82. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  83. package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts +13 -0
  84. package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts.map +1 -0
  85. package/build/component/driver/teamsApp/utils/McpCertVerification.js +65 -0
  86. package/build/component/driver/teamsApp/utils/McpCertVerification.js.map +1 -0
  87. package/build/component/driver/teamsApp/validate.js +1 -1
  88. package/build/component/driver/teamsApp/validate.js.map +1 -1
  89. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  90. package/build/component/generator/declarativeAgent/generator.js +1 -2
  91. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  92. package/build/component/generator/defaultGenerator.d.ts.map +1 -1
  93. package/build/component/generator/defaultGenerator.js +14 -1
  94. package/build/component/generator/defaultGenerator.js.map +1 -1
  95. package/build/component/generator/error.d.ts +3 -0
  96. package/build/component/generator/error.d.ts.map +1 -1
  97. package/build/component/generator/error.js +7 -1
  98. package/build/component/generator/error.js.map +1 -1
  99. package/build/component/generator/officeAddin/generator.d.ts +8 -0
  100. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  101. package/build/component/generator/officeAddin/generator.js +47 -0
  102. package/build/component/generator/officeAddin/generator.js.map +1 -1
  103. package/build/component/generator/openPlugin/authorParser.d.ts +8 -0
  104. package/build/component/generator/openPlugin/authorParser.d.ts.map +1 -0
  105. package/build/component/generator/openPlugin/authorParser.js +49 -0
  106. package/build/component/generator/openPlugin/authorParser.js.map +1 -0
  107. package/build/component/generator/openPlugin/deterministicId.d.ts +6 -0
  108. package/build/component/generator/openPlugin/deterministicId.d.ts.map +1 -0
  109. package/build/component/generator/openPlugin/deterministicId.js +31 -0
  110. package/build/component/generator/openPlugin/deterministicId.js.map +1 -0
  111. package/build/component/generator/openPlugin/exporter.d.ts +18 -0
  112. package/build/component/generator/openPlugin/exporter.d.ts.map +1 -0
  113. package/build/component/generator/openPlugin/exporter.js +233 -0
  114. package/build/component/generator/openPlugin/exporter.js.map +1 -0
  115. package/build/component/generator/openPlugin/iconStrategy.d.ts +8 -0
  116. package/build/component/generator/openPlugin/iconStrategy.d.ts.map +1 -0
  117. package/build/component/generator/openPlugin/iconStrategy.js +62 -0
  118. package/build/component/generator/openPlugin/iconStrategy.js.map +1 -0
  119. package/build/component/generator/openPlugin/importer.d.ts +25 -0
  120. package/build/component/generator/openPlugin/importer.d.ts.map +1 -0
  121. package/build/component/generator/openPlugin/importer.js +140 -0
  122. package/build/component/generator/openPlugin/importer.js.map +1 -0
  123. package/build/component/generator/openPlugin/mapper.d.ts +6 -0
  124. package/build/component/generator/openPlugin/mapper.d.ts.map +1 -0
  125. package/build/component/generator/openPlugin/mapper.js +141 -0
  126. package/build/component/generator/openPlugin/mapper.js.map +1 -0
  127. package/build/component/generator/openPlugin/parser.d.ts +3 -0
  128. package/build/component/generator/openPlugin/parser.d.ts.map +1 -0
  129. package/build/component/generator/openPlugin/parser.js +153 -0
  130. package/build/component/generator/openPlugin/parser.js.map +1 -0
  131. package/build/component/generator/openPlugin/placeholderPng.d.ts +6 -0
  132. package/build/component/generator/openPlugin/placeholderPng.d.ts.map +1 -0
  133. package/build/component/generator/openPlugin/placeholderPng.js +71 -0
  134. package/build/component/generator/openPlugin/placeholderPng.js.map +1 -0
  135. package/build/component/generator/openPlugin/textUtils.d.ts +12 -0
  136. package/build/component/generator/openPlugin/textUtils.d.ts.map +1 -0
  137. package/build/component/generator/openPlugin/textUtils.js +43 -0
  138. package/build/component/generator/openPlugin/textUtils.js.map +1 -0
  139. package/build/component/generator/openPlugin/types.d.ts +128 -0
  140. package/build/component/generator/openPlugin/types.d.ts.map +1 -0
  141. package/build/component/generator/openPlugin/types.js.map +1 -0
  142. package/build/component/generator/templateHelper.d.ts +15 -0
  143. package/build/component/generator/templateHelper.d.ts.map +1 -1
  144. package/build/component/generator/templateHelper.js +28 -0
  145. package/build/component/generator/templateHelper.js.map +1 -1
  146. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  147. package/build/component/generator/templates/metadata/index.js +9 -2
  148. package/build/component/generator/templates/metadata/index.js.map +1 -1
  149. package/build/component/generator/templates/templateNames.d.ts +2 -1
  150. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  151. package/build/component/generator/templates/templateNames.js +2 -0
  152. package/build/component/generator/templates/templateNames.js.map +1 -1
  153. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  154. package/build/component/generator/templates/templateReplaceMap.js +4 -1
  155. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  156. package/build/component/generator/v4MetadataSource.d.ts +23 -0
  157. package/build/component/generator/v4MetadataSource.d.ts.map +1 -0
  158. package/build/component/generator/v4MetadataSource.js +42 -0
  159. package/build/component/generator/v4MetadataSource.js.map +1 -0
  160. package/build/component/generator/v4TemplateBridge.d.ts +29 -0
  161. package/build/component/generator/v4TemplateBridge.d.ts.map +1 -0
  162. package/build/component/generator/v4TemplateBridge.js +114 -0
  163. package/build/component/generator/v4TemplateBridge.js.map +1 -0
  164. package/build/component/m365/packageService.d.ts +5 -0
  165. package/build/component/m365/packageService.d.ts.map +1 -1
  166. package/build/component/m365/packageService.js +23 -1
  167. package/build/component/m365/packageService.js.map +1 -1
  168. package/build/core/FxCore.d.ts +2 -4
  169. package/build/core/FxCore.d.ts.map +1 -1
  170. package/build/core/FxCore.js +53 -78
  171. package/build/core/FxCore.js.map +1 -1
  172. package/build/core/FxCore.openPlugin.d.ts +23 -0
  173. package/build/core/FxCore.openPlugin.d.ts.map +1 -0
  174. package/build/core/FxCore.openPlugin.js +131 -0
  175. package/build/core/FxCore.openPlugin.js.map +1 -0
  176. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  177. package/build/core/middleware/concurrentLocker.js +0 -3
  178. package/build/core/middleware/concurrentLocker.js.map +1 -1
  179. package/build/core/middleware/errorHandler.d.ts.map +1 -1
  180. package/build/core/middleware/errorHandler.js +9 -0
  181. package/build/core/middleware/errorHandler.js.map +1 -1
  182. package/build/core/middleware/utils/v3MigrationUtils.d.ts +1 -34
  183. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  184. package/build/core/middleware/utils/v3MigrationUtils.js +6 -245
  185. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  186. package/build/question/constants.d.ts.map +1 -1
  187. package/build/question/constants.js +1 -6
  188. package/build/question/constants.js.map +1 -1
  189. package/build/question/inputs/ExportOpenPluginInputs.d.ts +10 -0
  190. package/build/question/inputs/ExportOpenPluginInputs.d.ts.map +1 -0
  191. package/build/question/inputs/ExportOpenPluginInputs.js +5 -0
  192. package/build/question/inputs/ExportOpenPluginInputs.js.map +1 -0
  193. package/build/question/inputs/ImportOpenPluginInputs.d.ts +28 -0
  194. package/build/question/inputs/ImportOpenPluginInputs.d.ts.map +1 -0
  195. package/build/question/inputs/ImportOpenPluginInputs.js +5 -0
  196. package/build/question/inputs/ImportOpenPluginInputs.js.map +1 -0
  197. package/build/question/inputs/index.d.ts +2 -0
  198. package/build/question/inputs/index.d.ts.map +1 -1
  199. package/build/question/inputs/index.js +2 -0
  200. package/build/question/inputs/index.js.map +1 -1
  201. package/build/question/options/ExportOpenPluginOptions.d.ts +4 -0
  202. package/build/question/options/ExportOpenPluginOptions.d.ts.map +1 -0
  203. package/build/question/options/ExportOpenPluginOptions.js +29 -0
  204. package/build/question/options/ExportOpenPluginOptions.js.map +1 -0
  205. package/build/question/options/ImportOpenPluginOptions.d.ts +4 -0
  206. package/build/question/options/ImportOpenPluginOptions.d.ts.map +1 -0
  207. package/build/question/options/ImportOpenPluginOptions.js +54 -0
  208. package/build/question/options/ImportOpenPluginOptions.js.map +1 -0
  209. package/build/question/options/index.d.ts +2 -0
  210. package/build/question/options/index.d.ts.map +1 -1
  211. package/build/question/options/index.js +2 -0
  212. package/build/question/options/index.js.map +1 -1
  213. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  214. package/build/question/scaffold/vsc/daProjectTypeNode.js +1 -3
  215. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  216. package/build/question/scaffold/vsc/rootNode.d.ts.map +1 -1
  217. package/build/question/scaffold/vsc/rootNode.js +1 -1
  218. package/build/question/scaffold/vsc/rootNode.js.map +1 -1
  219. package/build/v4/distribution/bundledFloor.d.ts +12 -0
  220. package/build/v4/distribution/bundledFloor.d.ts.map +1 -0
  221. package/build/v4/distribution/bundledFloor.js +80 -0
  222. package/build/v4/distribution/bundledFloor.js.map +1 -0
  223. package/build/v4/distribution/templateConfig.d.ts +53 -0
  224. package/build/v4/distribution/templateConfig.d.ts.map +1 -0
  225. package/build/v4/distribution/templateConfig.js +43 -0
  226. package/build/v4/distribution/templateConfig.js.map +1 -0
  227. package/build/v4/distribution/templatePackage.d.ts +29 -0
  228. package/build/v4/distribution/templatePackage.d.ts.map +1 -0
  229. package/build/v4/distribution/templatePackage.js +82 -0
  230. package/build/v4/distribution/templatePackage.js.map +1 -0
  231. package/build/v4/distribution/templateSource.d.ts +67 -0
  232. package/build/v4/distribution/templateSource.d.ts.map +1 -0
  233. package/build/v4/distribution/templateSource.js +220 -0
  234. package/build/v4/distribution/templateSource.js.map +1 -0
  235. package/build/v4/distribution/templateSourcePort.d.ts +50 -0
  236. package/build/v4/distribution/templateSourcePort.d.ts.map +1 -0
  237. package/build/v4/distribution/templateSourcePort.js +207 -0
  238. package/build/v4/distribution/templateSourcePort.js.map +1 -0
  239. package/build/v4/index.d.ts +13 -0
  240. package/build/v4/index.d.ts.map +1 -0
  241. package/build/v4/index.js +18 -0
  242. package/build/v4/index.js.map +1 -0
  243. package/package.json +4 -4
  244. package/resource/package.nls.cs.json +12 -14
  245. package/resource/package.nls.de.json +13 -15
  246. package/resource/package.nls.es.json +12 -14
  247. package/resource/package.nls.fr.json +12 -14
  248. package/resource/package.nls.it.json +13 -15
  249. package/resource/package.nls.ja.json +12 -14
  250. package/resource/package.nls.json +10 -13
  251. package/resource/package.nls.ko.json +12 -14
  252. package/resource/package.nls.pl.json +13 -15
  253. package/resource/package.nls.pt-BR.json +12 -14
  254. package/resource/package.nls.ru.json +13 -15
  255. package/resource/package.nls.tr.json +14 -16
  256. package/resource/package.nls.zh-Hans.json +12 -14
  257. package/resource/package.nls.zh-Hant.json +24 -26
  258. package/resource/yaml-schema/v1.12/yaml.schema.json +2132 -0
  259. package/resource/yaml-schema/v1.13/yaml.schema.json +2193 -0
  260. package/resource/yaml-schema/yaml.schema.json +124 -2
  261. package/templates/fallback/common.zip +0 -0
  262. package/templates/fallback/csharp.zip +0 -0
  263. package/templates/fallback/js.zip +0 -0
  264. package/templates/fallback/python.zip +0 -0
  265. package/templates/fallback/ts.zip +0 -0
  266. package/templates/metadata.zip +0 -0
  267. package/templates/ui/tdpNode.json +1 -2
  268. package/templates/ui/wizardNode.json +1 -2
  269. package/templates/v4/floor.json +3 -0
  270. package/templates/v4/templates.zip +0 -0
  271. package/build/core/middleware/projectMigratorV3.d.ts +0 -39
  272. package/build/core/middleware/projectMigratorV3.d.ts.map +0 -1
  273. package/build/core/middleware/projectMigratorV3.js +0 -694
  274. package/build/core/middleware/projectMigratorV3.js.map +0 -1
  275. package/build/core/middleware/projectVersionChecker.d.ts +0 -3
  276. package/build/core/middleware/projectVersionChecker.d.ts.map +0 -1
  277. package/build/core/middleware/projectVersionChecker.js +0 -60
  278. package/build/core/middleware/projectVersionChecker.js.map +0 -1
  279. package/build/core/middleware/types.d.ts +0 -9
  280. package/build/core/middleware/types.d.ts.map +0 -1
  281. package/build/core/middleware/types.js.map +0 -1
  282. package/build/core/middleware/utils/MigrationUtils.d.ts +0 -13
  283. package/build/core/middleware/utils/MigrationUtils.d.ts.map +0 -1
  284. package/build/core/middleware/utils/MigrationUtils.js +0 -212
  285. package/build/core/middleware/utils/MigrationUtils.js.map +0 -1
  286. package/build/core/middleware/utils/appYmlGenerator.d.ts +0 -34
  287. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +0 -1
  288. package/build/core/middleware/utils/appYmlGenerator.js +0 -158
  289. package/build/core/middleware/utils/appYmlGenerator.js.map +0 -1
  290. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +0 -65
  291. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +0 -1
  292. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +0 -61
  293. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +0 -1
  294. package/build/core/middleware/utils/debug/constants.d.ts +0 -20
  295. package/build/core/middleware/utils/debug/constants.d.ts.map +0 -1
  296. package/build/core/middleware/utils/debug/constants.js +0 -28
  297. package/build/core/middleware/utils/debug/constants.js.map +0 -1
  298. package/build/core/middleware/utils/debug/debugMigrationContext.d.ts +0 -14
  299. package/build/core/middleware/utils/debug/debugMigrationContext.d.ts.map +0 -1
  300. package/build/core/middleware/utils/debug/debugMigrationContext.js +0 -23
  301. package/build/core/middleware/utils/debug/debugMigrationContext.js.map +0 -1
  302. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +0 -37
  303. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +0 -1
  304. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +0 -291
  305. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +0 -1
  306. package/build/core/middleware/utils/debug/taskMigrator.d.ts +0 -22
  307. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +0 -1
  308. package/build/core/middleware/utils/debug/taskMigrator.js +0 -935
  309. package/build/core/middleware/utils/debug/taskMigrator.js.map +0 -1
  310. package/build/core/middleware/utils/migrationContext.d.ts +0 -32
  311. package/build/core/middleware/utils/migrationContext.d.ts.map +0 -1
  312. package/build/core/middleware/utils/migrationContext.js +0 -104
  313. package/build/core/middleware/utils/migrationContext.js.map +0 -1
  314. /package/build/{core/middleware → component/generator/openPlugin}/types.js +0 -0
@@ -26,8 +26,6 @@
26
26
  "core.option.deploy": "部署",
27
27
  "core.option.confirm": "確認",
28
28
  "core.option.learnMore": "更多資訊",
29
- "core.option.upgrade": "升級",
30
- "core.option.moreInfo": "更多資訊",
31
29
  "core.progress.create": "建立",
32
30
  "core.progress.createFromTemplate": "下載應用程式樣本...",
33
31
  "core.progress.createFromSample": "範例 %s 下載進行中...",
@@ -38,17 +36,8 @@
38
36
  "core.progress.configureAzureStorage": "正在設定 Azure 儲存體,啟用靜態網站設定。",
39
37
  "core.progress.runCommand": "在 %s 執行命令 %s",
40
38
  "core.progress.deployToAzure": "正在將 %s 部署至 %s。",
41
- "core.migrationV3.confirmOnly.Message": "請確認升級",
42
- "core.migrationV3.Message": "升級您的 Microsoft 365 代理程式工具組專案,以與最新版本保持相容。備份目錄會隨著升級摘要建立。",
43
- "core.migrationV3.VS.Message": "升級您的解決方案,以與最新版本的 Microsoft 365 代理程式工具組保持相容。將產生備份目錄,其中會包含升級報告。",
44
- "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json 不存在。您可能正嘗試升級由適用於 Visual Studio Code v3.x 的 Microsoft 365 代理程式工具組 / Microsoft 365 代理程式工具組 CLI v0.x / 適用於 Visual Studio v17.3 的 Microsoft 365 代理程式工具組建立的專案。請安裝適用於 Visual Studio Code v4.x 的 Microsoft 365 代理程式工具組 / Microsoft 365 代理程式工具組 CLI v1.x / 適用於 Visual Studio v17.4 的 Microsoft 365 代理程式工具組,並先執行升級。",
45
- "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json 不存在。您可能正嘗試升級由適用於 Visual Studio Code v3.x 的 Microsoft 365 代理程式工具組 / Microsoft 365 代理程式工具組 CLI v0.x / 適用於 Visual Studio v17.3 的 Microsoft 365 代理程式工具組建立的專案。請安裝適用於 Visual Studio Code v4.x 的 Microsoft 365 代理程式工具組 / Microsoft 365 代理程式工具組 CLI v1.x / 適用於 Visual Studio v17.4 的 Microsoft 365 代理程式工具組,並先執行升級。",
46
- "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json 無效。",
47
- "core.migrationV3.abandonedProject": "此專案僅供預覽,且 Microsoft 365 代理程式工具組不會予以支援。請建立新專案以試用 Microsoft 365 代理程式工具組",
48
- "core.migrationV3.notAllowedMigration": "Microsoft 365 代理程式工具組的發行前版本支援新的專案設定,而且與舊版不相容。請建立新專案以加以試用,或執行「teamsapp 升級」以先升級您的專案。",
49
- "core.projectVersionChecker.cliUseNewVersion": "現有的 Microsoft 365 Agents 工具組 CLI 版本不支援目前的專案。使用下列命令升級至最新版本:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
50
- "core.projectVersionChecker.incompatibleProject": "目前的專案與已安裝的 Microsoft 365 代理程式工具組版本不相容。",
51
- "core.projectVersionChecker.vs.incompatibleProject": "解決方案中的專案是使用 Microsoft 365 Agents 工具組預覽功能建立 - 應用程式組設定改進。您可以開啟預覽功能以繼續。",
39
+ "core.migrationV3.abandonedProject": "This project version is not supported and cannot be upgraded. Please create a new project with Microsoft 365 Agents Toolkit.",
40
+ "core.migrationV3.notAllowedMigration": "This project can be upgraded. Please use Microsoft 365 Agents Toolkit for VS Code v6.10 or Microsoft 365 Agents Toolkit CLI v1.1.11 to upgrade your project.",
52
41
  "core.deployArmTemplates.ActionSuccess": "已成功部署ARM範本。資源組名: %s。部署名稱: %s",
53
42
  "core.collaboration.ListCollaboratorsSuccess": "應用程式擁有者清單已成功列出,您可以在[輸出面板](%s)中檢視。",
54
43
  "core.collaboration.GrantingPermission": "正在授與權限",
@@ -97,8 +86,8 @@
97
86
  "plugins.spfx.questions.spfxSolution.importExisting.detail": "以 Microsoft Teams 索引標籤或個人應用程式公開 SPFx 用戶端網頁組件",
98
87
  "plugins.spfx.deployNotice": "SharePoint 套件 %s 已成功部署至 [%s](%s)。",
99
88
  "plugins.spfx.cannotFindPackage": "找不到 SharePoint 套件 %s",
100
- "plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取令牌",
101
- "plugins.spfx.cannotGetGraphToken": "無法取得圖表存取令牌",
89
+ "plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取權杖",
90
+ "plugins.spfx.cannotGetGraphToken": "無法取得圖表存取權杖",
102
91
  "plugins.spfx.insufficientPermission": "若要將套件上傳並部署至應用程式目錄 %s,您需要組織的 Microsoft 365 租用戶系統管理員權限。透過 [Microsoft 365 開發人員計畫](%s) 取得免費的 Microsoft 365 租用戶,供測試使用。",
103
92
  "plugins.spfx.createAppcatalogFail": "無法建立租用戶應用程式目錄,原因 %s,堆疊: %s",
104
93
  "plugins.spfx.uploadAppcatalogFail": "無法上傳應用程式套件,原因 %s",
@@ -198,6 +187,7 @@
198
187
  "error.appstudio.teamsAppUpdateFailed": "無法在開發人員入口網站中更新識別碼為 %s 的應用程式,原因是 %s",
199
188
  "error.appstudio.apiFailed": "無法對開發人員入口網站進行 API 呼叫。如需詳細數據,請查看 [Output panel](command:fx-extension.showOutputChannel)。",
200
189
  "error.appstudio.apiFailed.telemetry": "無法對開發人員入口網站進行 API 呼叫: %s、%s、API 名稱: %s、X-Correlation-ID: %s。",
190
+ "error.teamsGraph.apiFailed": "無法對 Teams Graph 執行 API 呼叫。請查看[輸出面板](command:fx-extension.showOutputChannel)以尋找詳細資料。",
201
191
  "error.appstudio.apiFailed.reason.common": "這可能是暫時性服務錯誤所造成。請在幾分鐘后再試一次。",
202
192
  "error.appstudio.apiFailed.name.common": "API 失敗",
203
193
  "error.appstudio.authServiceApiFailed": "無法對開發人員入口網站進行 API 呼叫: %s、%s、要求路徑: %s",
@@ -221,14 +211,14 @@
221
211
  "error.appstudio.teamsAppCreateConflict": "無法建立應用程式,這可能是因為您的應用程式識別碼與租用戶中其他應用程式的識別碼相衝突。按一下 [取得協助] 以解決此問題。",
222
212
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "具有該相同識別碼的應用程式已存在於您的組織的 App Store 中。更新應用程式,然後再試一次。",
223
213
  "error.appstudio.teamsAppPublishConflict": "無法發佈應用程式,因為具有此識別碼的應用程式已存在於暫存應用程式中。更新應用程式識別碼,然後再試一次。",
224
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "此帳戶無法取得 Botframework 令牌。",
214
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "此帳戶無法取得 Botframework Token。",
225
215
  "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊時的禁止結果。",
226
216
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊時產生的衝突結果。",
227
217
  "error.appstudio.localizationFile.pathNotDefined": "找不到本地化檔案。路徑: %s。",
228
218
  "error.appstudio.localizationFile.validationException": "因為發生錯誤,所以無法驗證本地化檔案。檔案: %s。錯誤: %s",
229
219
  "error.graphAPI.apiFailed.message": "無法呼叫圖形 APII。API: %s。錯誤: %s",
230
- "error.listSensitivityLabel.tokenFailed": "無法取得清單敏感度標籤 API 的權杖。錯誤: %s",
231
- "error.listSensitivityLabel.tokenUndefined": "無法取得清單敏感度標籤 API 的權杖。權杖未定義。",
220
+ "error.listSensitivityLabel.tokenFailed": "無法取得清單敏感度標籤 API Token。錯誤: %s",
221
+ "error.listSensitivityLabel.tokenUndefined": "無法取得清單敏感度標籤 API 的 Token。Token 未定義。",
232
222
  "error.readDeclarativeAgentManifest.failed": "無法讀取宣告式代理程式資訊清單檔。錯誤: %s",
233
223
  "error.writeDeclarativeAgentManifest.failed": "無法寫入宣告式代理程式資訊清單檔。錯誤: %s",
234
224
  "error.setGeneralSensitivityLabel.failed": "無法設定一般敏感度標籤。錯誤: %s",
@@ -236,10 +226,11 @@
236
226
  "error.generator.TemplateNotFoundError": "找不到範本: %s。",
237
227
  "error.generator.SampleNotFoundError": "找不到範例: %s。",
238
228
  "error.generator.UnzipError": "無法擷取範本並將它們儲存到磁碟。",
229
+ "error.generator.TemplateOutputPathError": "Template entry %s resolves outside the destination directory.",
239
230
  "error.generator.MissKeyError": "找不到金鑰 %s",
240
231
  "error.generator.FileConflictError": "%s 發生檔案衝突",
241
232
  "error.generator.FetchSampleInfoError": "無法擷取範例資訊",
242
- "error.generator.DownloadSampleApiLimitError": "由於速率限制,無法下載樣本。請在速率限制重設后一小時后再試一次,或者您可以從 %s 手動複製存放庫。",
233
+ "error.generator.DownloadSampleApiLimitError": "由於有要求率的限制,所以無法下載樣本。請於重設要求率上限一小時之後,再試一次;抑或是以手動方式複製 %s 中的存放庫。",
243
234
  "error.generator.DownloadSampleNetworkError": "由於網路錯誤,無法下載範例。檢查您的網路連線,然後再試一次,或者您可以手動從 %s 複製存放庫",
244
235
  "error.generator.UnknownPolicy": "未知的驗證原則: %s",
245
236
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "外掛程式中未使用 \"%s\"。",
@@ -268,6 +259,7 @@
268
259
  "core.generator.officeAddin.importProject.convertProject": "正在轉換專案...",
269
260
  "core.generator.officeAddin.importProject.updateManifest": "正在修改資訊清單...",
270
261
  "core.generator.officeAddin.importOfficeProject.title": "正在匯入現有的 Office 載入巨集專案",
262
+ "core.generator.officeAddin.importProject.manifestOnlyNotSupported": "位於 '%s' 的所選 Office 增益集專案似乎是僅限資訊清單的專案 (找不到 'package.json')。無法匯入僅限資訊清單的專案。請選取包含 'package.json' 和 'webpack.config.js' 的完整 Office 增益集專案。",
271
263
  "core.TabOption.description": "UI 型應用程式",
272
264
  "core.TabOption.detail": "內嵌在 Microsoft Teams 中的 Teams 感知網頁",
273
265
  "core.DashboardOption.label": "儀表板",
@@ -290,7 +282,7 @@
290
282
  "core.TabNonSso.label": "索引標籤",
291
283
  "core.TabNonSso.detail": "簡易實作準備好自訂的 Web 應用程式",
292
284
  "core.copilotPlugin.api.noAuth": "無驗證",
293
- "core.copilotPlugin.api.apiKeyAuth": "API 金鑰驗證(持有人令牌驗證)",
285
+ "core.copilotPlugin.api.apiKeyAuth": "API 金鑰驗證(持有人權杖驗證)",
294
286
  "core.copilotPlugin.api.apiKeyWithHeaderOrQuery": "API 金鑰驗證(標頭或查詢)",
295
287
  "core.copilotPlugin.api.oauth": "OAuth(授權碼流程)",
296
288
  "core.copilotPlugin.api.notSupportedAuth": "不支援的授權類型",
@@ -820,11 +812,11 @@
820
812
  "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` 已部署至 Azure Functions。",
821
813
  "driver.deploy.azureStorageDeployDetailSummary": "`%s` 已部署至 Azure 儲存體。",
822
814
  "driver.deploy.enableStaticWebsiteSummary": "Azure 儲存體啟用靜態網站。",
823
- "driver.deploy.getSWADeploymentTokenSummary": "取得 Azure Static Web Apps 的部署令牌。",
815
+ "driver.deploy.getSWADeploymentTokenSummary": "取得 Azure Static Web Apps 的部署 Token。",
824
816
  "driver.deploy.deployToAzureAppServiceDescription": "將專案部署到 Azure App Service。",
825
817
  "driver.deploy.deployToAzureFunctionsDescription": "將專案部署到 Azure Functions。",
826
818
  "driver.deploy.deployToAzureStorageDescription": "將專案部署到 Azure 儲存體。",
827
- "driver.deploy.getSWADeploymentToken": "從 Azure Static Web Apps 取得部署令牌。",
819
+ "driver.deploy.getSWADeploymentToken": "從 Azure Static Web Apps 取得部署 Token。",
828
820
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "在 Azure 儲存體中啟用靜態網站設定。",
829
821
  "driver.common.suggestion.retryLater": "請再試一次。",
830
822
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "由於遠端服務錯誤,因此無法擷取 Azure 認證。",
@@ -849,7 +841,7 @@
849
841
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "正在發佈應用程式...",
850
842
  "driver.teamsApp.warning.unsupportedCloud": "正在略過 %s,因為必要的開發人員入口網站 API 尚未在 GCC H 和 DoD 中提供。",
851
843
  "driver.teamsApp.warning.publishUnsupportedCloud": "正在略過 %s,因為必要的開發人員入口網站 API 尚未在 GCC H 和 DoD 中提供。請手動上傳至 Teams 系統管理中心。",
852
- "driver.teamsApp.warning.createUnsupportedCloud": "正在略過 %s,因為必要的開發人員入口網站 API 尚未在 GCC H 和 DoD 中提供。稍後將在本機產生應用程式識別碼。",
844
+ "driver.teamsApp.warning.createUnsupportedCloud": "正在略過 %s,因為必要的開發人員入口網站 API 尚未在 GCC H 和 DoD 中提供。將在本機產生 App ID。",
853
845
  "driver.teamsApp.progressBar.validateWithTestCases": "正在提交驗證要求...",
854
846
  "driver.teamsApp.progressBar.validateWithTestCases.step": "已提交驗證要求,狀態: %s。當結果準備好時會通知您,或者您可以在[開發人員入口網站](%s)中檢查所有驗證記錄。",
855
847
  "driver.teamsApp.progressBar.validateWithTestCases.conflict": "驗證正在進行中,請稍後再提交。您可以在[開發人員入口網站](%s) 中找到這個現有的驗證。",
@@ -941,8 +933,8 @@
941
933
  "error.azure.ListResourceGroupsError": "無法取得訂用帳戶 '%s' 中的資源群組 '%s' ,因為發生錯誤: %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
942
934
  "error.azure.GetResourceGroupError": "無法取得訂閱 '%s' 中資源群組 '%s' 的資訊,因為發生錯誤: %s。\n如果錯誤訊息指定了原因,請修正錯誤,然後再試一次。",
943
935
  "error.azure.ListResourceGroupLocationsError": "無法取得訂用帳戶 '%s' 的可用資源群組位置。",
944
- "error.m365.M365TokenJSONNotFoundError": "無法取得 Microsoft 365 權杖的 JSON 物件。請確定您的帳戶已獲授權可存取租用戶,且權杖 JSON 物件有效。",
945
- "error.m365.M365TenantIdNotFoundInTokenError": "無法取得權杖 JSON 物件中的 Microsoft 365 租用戶識別碼。請確定您的帳戶已獲授權可存取租用戶,且權杖 JSON 物件有效。",
936
+ "error.m365.M365TokenJSONNotFoundError": "無法取得 Microsoft 365 Token JSON 物件。請確定您的帳戶已獲授權可存取租用戶,且 Token JSON 物件有效。",
937
+ "error.m365.M365TenantIdNotFoundInTokenError": "無法取得 Token JSON 物件中的 Microsoft 365 租用戶識別碼。請確定您的帳戶已獲授權可存取租用戶,且 Token JSON 物件有效。",
946
938
  "error.m365.M365TenantIdNotMatchError": "驗證失敗。您目前已登入 Microsoft 365 租用戶 '%s',其與 .env 檔案中指定的租用戶 (TEAMS_APP_TENANT_ID='%s') 不同。若要解決此問題並切換到您目前已登入的租用戶,請從 .env 檔案移除 '%s' 的值,然後再試一次。",
947
939
  "error.arm.CompileBicepError": "無法編譯位於 JSON ARM 範本 '%s' 路徑中的 Bicep 檔案。傳回的錯誤訊息是: %s。請檢查 Bicep 檔案是否有任何語法或設定錯誤,然後再試一次。",
948
940
  "error.arm.DownloadBicepCliError": "無法從 '%s' 下載 Bicep cli。錯誤訊息是: %s。請修正錯誤,然後再試一次。或移除設定檔 m365agents.yml 中的 bicepCliVersion 設定,Microsoft 365 代理程式工具組將在 [路徑] 中使用 bicep CLI",
@@ -1028,7 +1020,7 @@
1028
1020
  "core.addEmbeddedKnowledgeFilesQuestion.placeholder": "選取檔案",
1029
1021
  "core.addEmbeddedKnowledge.success": "已成功將內嵌知識檔案新增至專案。",
1030
1022
  "core.addAuthActionQuestion.OAuthAuthorizationUrl.title": "輸入 OAuth 授權 URL",
1031
- "core.addAuthActionQuestion.OAuthTokenUrl.title": "輸入 OAuth 權杖 URL",
1023
+ "core.addAuthActionQuestion.OAuthTokenUrl.title": "輸入 OAuth Token URL",
1032
1024
  "core.addAuthActionQuestion.OAuthRefreshUrl.title": "輸入 OAuth 重新整理 URL",
1033
1025
  "core.addAuthActionQuestion.OAuthScope.title": "輸入 OAuth 範圍。範例: scope1: scope1 的描述; scope2: scope2 的描述",
1034
1026
  "core.addAuthActionQuestion.authName.title": "輸入驗證設定的名稱",
@@ -1044,6 +1036,12 @@
1044
1036
  "core.oauthScopeQuestion.validation.scope": "無效的範圍格式。請輸入有效分數。範例: scope1: scope1 的描述; scope2: scope2 的描述",
1045
1037
  "core.authNameQuestion.validation.empty": "驗證名稱不能為空白。",
1046
1038
  "driver.oauth.microsoftEntraWarning": "如果您使用自己的 Microsoft Entra 應用程式,請: 1.將 Microsoft Entra 應用程式的應用程式識別碼 uri 更新到 %s,2.新增 %s 以重新導向您的 Microsoft Entra 應用程式 URI。",
1039
+ "driver.dcr.description.create": "在開發人員入口網站上建立動態用戶端註冊 (DCR) 設定,以用於 MCP 伺服器驗證。",
1040
+ "driver.dcr.title.create": "正在建立 DCR 設定...",
1041
+ "driver.dcr.log.skipCreateDcr": "環境變數 %s 已存在。正在略過建立 DCR 設定。",
1042
+ "driver.dcr.log.successCreateDcr": "已成功建立具有識別碼 '%s' 的 DCR 設定!",
1043
+ "driver.dcr.error.nameTooLong": "DCR 設定名稱太長。字元長度上限為 128。",
1044
+ "driver.dcr.error.wellKnownInvalid": "wellKnownAuthorizationServer URL 無效。請提供授權伺服器 RFC 8414 中繼資料文件的有效 HTTPS URL。",
1047
1045
  "core.addKnowledgeQuestion.webContent.title": "網頁內容",
1048
1046
  "core.addKnowledgeQuestion.webContent.placeholder": "輸入要搜尋內容之網站的絕對 URL。",
1049
1047
  "core.addKnowledgeQuestion.invalidWebContent.message": "無效的網頁內容。請提供有效的 URL。",