@microsoft/teamsfx-core 2.0.0-alpha.452817ef2.0 → 2.0.0-alpha.47735d95f.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 (401) hide show
  1. package/build/common/deps-checker/constant/helpLink.d.ts +6 -6
  2. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  3. package/build/common/deps-checker/constant/helpLink.js +14 -7
  4. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  5. package/build/common/deps-checker/constant/message.d.ts +6 -5
  6. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  7. package/build/common/deps-checker/constant/message.js +13 -9
  8. package/build/common/deps-checker/constant/message.js.map +1 -1
  9. package/build/common/deps-checker/constant/telemetry.d.ts +12 -1
  10. package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
  11. package/build/common/deps-checker/constant/telemetry.js +11 -0
  12. package/build/common/deps-checker/constant/telemetry.js.map +1 -1
  13. package/build/common/deps-checker/depsChecker.d.ts +6 -1
  14. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  15. package/build/common/deps-checker/depsChecker.js.map +1 -1
  16. package/build/common/deps-checker/internal/funcToolChecker.d.ts +20 -40
  17. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  18. package/build/common/deps-checker/internal/funcToolChecker.js +208 -295
  19. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  20. package/build/common/deps-checker/internal/nodeChecker.d.ts +3 -3
  21. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  22. package/build/common/deps-checker/internal/nodeChecker.js +4 -6
  23. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  24. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +0 -1
  25. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
  26. package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -21
  27. package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  28. package/build/common/deps-checker/util/fileHelper.d.ts +4 -0
  29. package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -0
  30. package/build/common/deps-checker/util/fileHelper.js +45 -0
  31. package/build/common/deps-checker/util/fileHelper.js.map +1 -0
  32. package/build/common/local/constants.d.ts +7 -0
  33. package/build/common/local/constants.d.ts.map +1 -1
  34. package/build/common/local/constants.js +7 -0
  35. package/build/common/local/constants.js.map +1 -1
  36. package/build/common/local/localEnvManager.d.ts.map +1 -1
  37. package/build/common/local/localEnvManager.js +2 -3
  38. package/build/common/local/localEnvManager.js.map +1 -1
  39. package/build/common/m365/errors.d.ts +1 -1
  40. package/build/common/m365/errors.d.ts.map +1 -1
  41. package/build/common/m365/errors.js +7 -7
  42. package/build/common/m365/errors.js.map +1 -1
  43. package/build/common/m365/launchHelper.js +2 -2
  44. package/build/common/m365/launchHelper.js.map +1 -1
  45. package/build/common/samples-config-v3.json +23 -0
  46. package/build/common/samples.js +1 -1
  47. package/build/common/samples.js.map +1 -1
  48. package/build/common/telemetry.d.ts +1 -0
  49. package/build/common/telemetry.d.ts.map +1 -1
  50. package/build/common/telemetry.js +1 -0
  51. package/build/common/telemetry.js.map +1 -1
  52. package/build/common/tools.d.ts +1 -0
  53. package/build/common/tools.d.ts.map +1 -1
  54. package/build/common/tools.js +6 -2
  55. package/build/common/tools.js.map +1 -1
  56. package/build/common/versionMetadata.d.ts +5 -0
  57. package/build/common/versionMetadata.d.ts.map +1 -1
  58. package/build/common/versionMetadata.js +11 -0
  59. package/build/common/versionMetadata.js.map +1 -1
  60. package/build/component/configManager/diagnostic.d.ts +9 -0
  61. package/build/component/configManager/diagnostic.d.ts.map +1 -0
  62. package/build/component/configManager/diagnostic.js +47 -0
  63. package/build/component/configManager/diagnostic.js.map +1 -0
  64. package/build/component/configManager/parser.d.ts.map +1 -1
  65. package/build/component/configManager/parser.js +10 -4
  66. package/build/component/configManager/parser.js.map +1 -1
  67. package/build/component/constants.d.ts +4 -0
  68. package/build/component/constants.d.ts.map +1 -1
  69. package/build/component/constants.js +49 -26
  70. package/build/component/constants.js.map +1 -1
  71. package/build/component/coordinator/index.d.ts +2 -2
  72. package/build/component/coordinator/index.d.ts.map +1 -1
  73. package/build/component/coordinator/index.js +57 -72
  74. package/build/component/coordinator/index.js.map +1 -1
  75. package/build/component/debugHandler/appManifest.js +2 -1
  76. package/build/component/debugHandler/appManifest.js.map +1 -1
  77. package/build/component/debugHandler/error.d.ts +0 -1
  78. package/build/component/debugHandler/error.d.ts.map +1 -1
  79. package/build/component/debugHandler/error.js +1 -5
  80. package/build/component/debugHandler/error.js.map +1 -1
  81. package/build/component/developerPortalScaffoldUtils.d.ts +4 -1
  82. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  83. package/build/component/developerPortalScaffoldUtils.js +5 -5
  84. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  85. package/build/component/driver/aad/create.d.ts.map +1 -1
  86. package/build/component/driver/aad/create.js +5 -14
  87. package/build/component/driver/aad/create.js.map +1 -1
  88. package/build/component/driver/aad/update.d.ts.map +1 -1
  89. package/build/component/driver/aad/update.js +21 -8
  90. package/build/component/driver/aad/update.js.map +1 -1
  91. package/build/component/driver/aad/utility/buildAadManifest.js +1 -1
  92. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  93. package/build/component/driver/add/utility/constants.d.ts +1 -1
  94. package/build/component/driver/add/utility/constants.d.ts.map +1 -1
  95. package/build/component/driver/add/utility/constants.js +1 -1
  96. package/build/component/driver/add/utility/constants.js.map +1 -1
  97. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  98. package/build/component/driver/arm/deployImpl.js +4 -1
  99. package/build/component/driver/arm/deployImpl.js.map +1 -1
  100. package/build/component/driver/arm/validator.d.ts.map +1 -1
  101. package/build/component/driver/arm/validator.js +0 -15
  102. package/build/component/driver/arm/validator.js.map +1 -1
  103. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  104. package/build/component/driver/botAadApp/create.js +5 -6
  105. package/build/component/driver/botAadApp/create.js.map +1 -1
  106. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  107. package/build/component/driver/botFramework/createOrUpdateBot.js +1 -2
  108. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  109. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
  110. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +10 -17
  111. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  112. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  113. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +3 -3
  114. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  115. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +1 -1
  116. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  117. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +7 -7
  118. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  119. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +1 -1
  120. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
  121. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +41 -8
  122. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  123. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
  124. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  125. package/build/component/driver/devTool/constant.d.ts.map +1 -0
  126. package/build/component/driver/devTool/constant.js.map +1 -0
  127. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -0
  128. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -0
  129. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -0
  130. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -0
  131. package/build/component/driver/{prerequisite → devTool}/installDriver.d.ts +1 -1
  132. package/build/component/driver/devTool/installDriver.d.ts.map +1 -0
  133. package/build/component/driver/{prerequisite → devTool}/installDriver.js +44 -15
  134. package/build/component/driver/devTool/installDriver.js.map +1 -0
  135. package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.d.ts +5 -1
  136. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -0
  137. package/build/component/driver/devTool/interfaces/InstallToolArgs.js.map +1 -0
  138. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
  139. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
  140. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
  141. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
  142. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  143. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +1 -2
  144. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  145. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  146. package/build/component/driver/file/createOrUpdateJsonFile.js +1 -2
  147. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  148. package/build/component/driver/index.d.ts +1 -1
  149. package/build/component/driver/index.d.ts.map +1 -1
  150. package/build/component/driver/index.js +1 -1
  151. package/build/component/driver/index.js.map +1 -1
  152. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  153. package/build/component/driver/m365/acquire.js +5 -6
  154. package/build/component/driver/m365/acquire.js.map +1 -1
  155. package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
  156. package/build/component/driver/middleware/addStartAndEndTelemetry.js +3 -1
  157. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  158. package/build/component/driver/script/scriptDriver.js +4 -2
  159. package/build/component/driver/script/scriptDriver.js.map +1 -1
  160. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +5 -0
  161. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -1
  162. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  163. package/build/component/driver/teamsApp/validate.js +31 -13
  164. package/build/component/driver/teamsApp/validate.js.map +1 -1
  165. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  166. package/build/component/driver/teamsApp/validateAppPackage.js +76 -26
  167. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  168. package/build/component/driver/util/wrapUtil.js +1 -1
  169. package/build/component/driver/util/wrapUtil.js.map +1 -1
  170. package/build/component/error/deployError.d.ts +0 -10
  171. package/build/component/error/deployError.d.ts.map +1 -1
  172. package/build/component/error/deployError.js +0 -58
  173. package/build/component/error/deployError.js.map +1 -1
  174. package/build/component/feature/apiconnector/errors.d.ts +0 -4
  175. package/build/component/feature/apiconnector/errors.d.ts.map +1 -1
  176. package/build/component/feature/apiconnector/errors.js +12 -16
  177. package/build/component/feature/apiconnector/errors.js.map +1 -1
  178. package/build/component/feature/bot/bot.js +8 -8
  179. package/build/component/feature/bot/bot.js.map +1 -1
  180. package/build/component/feature/bot/question.d.ts +6 -6
  181. package/build/component/feature/bot/question.d.ts.map +1 -1
  182. package/build/component/feature/bot/question.js +69 -38
  183. package/build/component/feature/bot/question.js.map +1 -1
  184. package/build/component/generator/constant.d.ts +2 -0
  185. package/build/component/generator/constant.d.ts.map +1 -1
  186. package/build/component/generator/constant.js +3 -1
  187. package/build/component/generator/constant.js.map +1 -1
  188. package/build/component/generator/error.d.ts +9 -0
  189. package/build/component/generator/error.d.ts.map +1 -1
  190. package/build/component/generator/error.js +19 -1
  191. package/build/component/generator/error.js.map +1 -1
  192. package/build/component/generator/generator.d.ts +1 -1
  193. package/build/component/generator/generator.d.ts.map +1 -1
  194. package/build/component/generator/generator.js +25 -8
  195. package/build/component/generator/generator.js.map +1 -1
  196. package/build/component/generator/generatorAction.d.ts +5 -2
  197. package/build/component/generator/generatorAction.d.ts.map +1 -1
  198. package/build/component/generator/generatorAction.js +20 -10
  199. package/build/component/generator/generatorAction.js.map +1 -1
  200. package/build/component/generator/officeAddin/question.d.ts.map +1 -1
  201. package/build/component/generator/officeAddin/question.js +3 -3
  202. package/build/component/generator/officeAddin/question.js.map +1 -1
  203. package/build/component/generator/utils.d.ts +2 -0
  204. package/build/component/generator/utils.d.ts.map +1 -1
  205. package/build/component/generator/utils.js +64 -2
  206. package/build/component/generator/utils.js.map +1 -1
  207. package/build/component/messages.d.ts +3 -2
  208. package/build/component/messages.d.ts.map +1 -1
  209. package/build/component/messages.js +3 -2
  210. package/build/component/messages.js.map +1 -1
  211. package/build/component/question.d.ts.map +1 -1
  212. package/build/component/question.js +1 -10
  213. package/build/component/question.js.map +1 -1
  214. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  215. package/build/component/resource/appManifest/appManifest.js +3 -4
  216. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  217. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  218. package/build/component/resource/appManifest/appStudio.js +7 -11
  219. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  220. package/build/component/resource/appManifest/constants.d.ts +1 -0
  221. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  222. package/build/component/resource/appManifest/constants.js +1 -0
  223. package/build/component/resource/appManifest/constants.js.map +1 -1
  224. package/build/component/resource/appManifest/errors.d.ts +0 -4
  225. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  226. package/build/component/resource/appManifest/errors.js +0 -7
  227. package/build/component/resource/appManifest/errors.js.map +1 -1
  228. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -0
  229. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  230. package/build/component/resource/appManifest/utils/ManifestUtils.js +8 -5
  231. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  232. package/build/component/resource/appManifest/utils/telemetry.d.ts +2 -0
  233. package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -1
  234. package/build/component/resource/appManifest/utils/telemetry.js +2 -0
  235. package/build/component/resource/appManifest/utils/telemetry.js.map +1 -1
  236. package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
  237. package/build/component/resource/appManifest/utils/utils.js +5 -1
  238. package/build/component/resource/appManifest/utils/utils.js.map +1 -1
  239. package/build/component/resource/azureSql/errors.js +28 -28
  240. package/build/component/resource/azureSql/errors.js.map +1 -1
  241. package/build/component/resource/azureStorage/configs.d.ts +1 -1
  242. package/build/component/resource/spfx/utils/question-helper.js +1 -1
  243. package/build/component/resource/spfx/utils/question-helper.js.map +1 -1
  244. package/build/component/utils/ResourceGroupHelper.d.ts +1 -6
  245. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  246. package/build/component/utils/ResourceGroupHelper.js +65 -131
  247. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  248. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
  249. package/build/component/utils/depsChecker/bicepChecker.js +4 -7
  250. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
  251. package/build/component/utils/envUtil.d.ts.map +1 -1
  252. package/build/component/utils/envUtil.js +5 -8
  253. package/build/component/utils/envUtil.js.map +1 -1
  254. package/build/core/FxCore.d.ts +89 -7
  255. package/build/core/FxCore.d.ts.map +1 -1
  256. package/build/core/FxCore.js +91 -29
  257. package/build/core/FxCore.js.map +1 -1
  258. package/build/core/FxCoreImplementV3.d.ts +11 -1
  259. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  260. package/build/core/FxCoreImplementV3.js +72 -26
  261. package/build/core/FxCoreImplementV3.js.map +1 -1
  262. package/build/core/environment.d.ts.map +1 -1
  263. package/build/core/environment.js +2 -13
  264. package/build/core/environment.js.map +1 -1
  265. package/build/core/error.d.ts +1 -13
  266. package/build/core/error.d.ts.map +1 -1
  267. package/build/core/error.js +1 -57
  268. package/build/core/error.js.map +1 -1
  269. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  270. package/build/core/middleware/concurrentLocker.js +3 -10
  271. package/build/core/middleware/concurrentLocker.js.map +1 -1
  272. package/build/core/middleware/projectMigratorV3.d.ts +3 -1
  273. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  274. package/build/core/middleware/projectMigratorV3.js +81 -35
  275. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  276. package/build/core/middleware/questionModel.d.ts +0 -1
  277. package/build/core/middleware/questionModel.d.ts.map +1 -1
  278. package/build/core/middleware/questionModel.js +110 -34
  279. package/build/core/middleware/questionModel.js.map +1 -1
  280. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  281. package/build/core/middleware/utils/MigrationUtils.js +1 -0
  282. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  283. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -1
  284. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  285. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
  286. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
  287. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +12 -8
  288. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  289. package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
  290. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  291. package/build/core/middleware/utils/debug/taskMigrator.js +134 -37
  292. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  293. package/build/core/middleware/utils/migrationContext.d.ts +1 -0
  294. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  295. package/build/core/middleware/utils/migrationContext.js +1 -0
  296. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  297. package/build/core/middleware/utils/v3MigrationUtils.d.ts +9 -1
  298. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  299. package/build/core/middleware/utils/v3MigrationUtils.js +49 -18
  300. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  301. package/build/core/question.d.ts +9 -3
  302. package/build/core/question.d.ts.map +1 -1
  303. package/build/core/question.js +180 -90
  304. package/build/core/question.js.map +1 -1
  305. package/build/error/arm.d.ts +6 -0
  306. package/build/error/arm.d.ts.map +1 -1
  307. package/build/error/arm.js +17 -1
  308. package/build/error/arm.js.map +1 -1
  309. package/build/error/azure.d.ts +30 -0
  310. package/build/error/azure.d.ts.map +1 -1
  311. package/build/error/azure.js +81 -1
  312. package/build/error/azure.js.map +1 -1
  313. package/build/error/common.d.ts +14 -2
  314. package/build/error/common.d.ts.map +1 -1
  315. package/build/error/common.js +59 -11
  316. package/build/error/common.js.map +1 -1
  317. package/build/error/deploy.d.ts +17 -1
  318. package/build/error/deploy.d.ts.map +1 -1
  319. package/build/error/deploy.js +61 -6
  320. package/build/error/deploy.js.map +1 -1
  321. package/build/error/upgrade.d.ts +5 -0
  322. package/build/error/upgrade.d.ts.map +1 -0
  323. package/build/error/upgrade.js +16 -0
  324. package/build/error/upgrade.js.map +1 -0
  325. package/package.json +12 -8
  326. package/resource/package.nls.cs.json +307 -366
  327. package/resource/package.nls.de.json +307 -366
  328. package/resource/package.nls.es.json +307 -366
  329. package/resource/package.nls.fr.json +307 -366
  330. package/resource/package.nls.it.json +307 -366
  331. package/resource/package.nls.ja.json +307 -366
  332. package/resource/package.nls.json +104 -107
  333. package/resource/package.nls.ko.json +307 -366
  334. package/resource/package.nls.pl.json +307 -366
  335. package/resource/package.nls.pt-BR.json +307 -366
  336. package/resource/package.nls.ru.json +307 -366
  337. package/resource/package.nls.tr.json +307 -366
  338. package/resource/package.nls.zh-Hans.json +307 -366
  339. package/resource/package.nls.zh-Hant.json +307 -366
  340. package/resource/yaml.schema.json +33 -12
  341. package/templates/core/v3Migration/csharp.app.local.yml +12 -19
  342. package/templates/core/v3Migration/csharp.app.yml +19 -8
  343. package/templates/core/v3Migration/js.ts.app.local.yml +103 -50
  344. package/templates/core/v3Migration/js.ts.app.yml +143 -56
  345. package/templates/core/v3Migration/spfx.app.yml +55 -16
  346. package/templates/core/v3Migration/upgradeReport.md +4 -2
  347. package/templates/fallback/common.zip +0 -0
  348. package/templates/fallback/csharp.zip +0 -0
  349. package/templates/fallback/js.zip +0 -0
  350. package/templates/fallback/ts.zip +0 -0
  351. package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +23 -8
  352. package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +2 -1
  353. package/build/component/driver/aad/error/invalidParameterUserError.d.ts +0 -5
  354. package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +0 -1
  355. package/build/component/driver/aad/error/invalidParameterUserError.js +0 -29
  356. package/build/component/driver/aad/error/invalidParameterUserError.js.map +0 -1
  357. package/build/component/driver/aad/error/unhandledError.d.ts +0 -8
  358. package/build/component/driver/aad/error/unhandledError.d.ts.map +0 -1
  359. package/build/component/driver/aad/error/unhandledError.js +0 -33
  360. package/build/component/driver/aad/error/unhandledError.js.map +0 -1
  361. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts +0 -5
  362. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +0 -1
  363. package/build/component/driver/botAadApp/error/invalidParameterUserError.js +0 -30
  364. package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +0 -1
  365. package/build/component/driver/botAadApp/error/unhandledError.d.ts +0 -8
  366. package/build/component/driver/botAadApp/error/unhandledError.d.ts.map +0 -1
  367. package/build/component/driver/botAadApp/error/unhandledError.js +0 -33
  368. package/build/component/driver/botAadApp/error/unhandledError.js.map +0 -1
  369. package/build/component/driver/botFramework/error/unhandledError.d.ts +0 -5
  370. package/build/component/driver/botFramework/error/unhandledError.d.ts.map +0 -1
  371. package/build/component/driver/botFramework/error/unhandledError.js +0 -25
  372. package/build/component/driver/botFramework/error/unhandledError.js.map +0 -1
  373. package/build/component/driver/file/error/unhandledError.d.ts +0 -5
  374. package/build/component/driver/file/error/unhandledError.d.ts.map +0 -1
  375. package/build/component/driver/file/error/unhandledError.js +0 -25
  376. package/build/component/driver/file/error/unhandledError.js.map +0 -1
  377. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +0 -5
  378. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +0 -1
  379. package/build/component/driver/m365/error/FileNotFoundUserError.js +0 -22
  380. package/build/component/driver/m365/error/FileNotFoundUserError.js.map +0 -1
  381. package/build/component/driver/m365/error/unhandledError.d.ts +0 -5
  382. package/build/component/driver/m365/error/unhandledError.d.ts.map +0 -1
  383. package/build/component/driver/m365/error/unhandledError.js +0 -25
  384. package/build/component/driver/m365/error/unhandledError.js.map +0 -1
  385. package/build/component/driver/prerequisite/constant.d.ts.map +0 -1
  386. package/build/component/driver/prerequisite/constant.js.map +0 -1
  387. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts.map +0 -1
  388. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.js.map +0 -1
  389. package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts.map +0 -1
  390. package/build/component/driver/prerequisite/error/funcInstallationUserError.js.map +0 -1
  391. package/build/component/driver/prerequisite/installDriver.d.ts.map +0 -1
  392. package/build/component/driver/prerequisite/installDriver.js.map +0 -1
  393. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.d.ts.map +0 -1
  394. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.js.map +0 -1
  395. /package/build/component/driver/{prerequisite → devTool}/constant.d.ts +0 -0
  396. /package/build/component/driver/{prerequisite → devTool}/constant.js +0 -0
  397. /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.d.ts +0 -0
  398. /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.js +0 -0
  399. /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.d.ts +0 -0
  400. /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.js +0 -0
  401. /package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.js +0 -0
@@ -1,5 +1,4 @@
1
1
  {
2
- "core.create.successNotice": "스캐폴드했습니다.",
3
2
  "core.init.successNotice": "프로젝트가 TeamsFx로 작동하도록 초기화되었습니다.\n\n다음 단계:\nteamsfx <feature> 추가를 사용하면 Single Sign On 또는 Teams 알림 통합과 같은 기능을 추가할 수 있습니다.\n\n전문가용 팁:\n기존 시작 페이지 환경에 연결하기 위해 매니페스트 파일을 업데이트하는 방법에 대해 자세히 알아보려면 aka.ms/teams-manifest를 읽어보세요.",
4
3
  "core.provision.provision": "프로비전",
5
4
  "core.provision.learnMore": "자세한 정보",
@@ -18,23 +17,13 @@
18
17
  "core.provision.configurationFinishNotice": "[%s] 구성이 완료되었습니다.",
19
18
  "core.provision.ProvisionFinishNotice": "[%s] 프로비저닝이 완료되었습니다.",
20
19
  "core.provision.viewResources": "프로비전된 리소스 보기",
21
- "core.provision.subscription.NotFoundParam": "'%s' 환경에 대한 구독 '%s'을(를) 현재 계정에서 찾을 없습니다. 올바른 Azure 계정을 사용하거나 구독 매개 변수를 확인하세요.",
22
- "core.provision.subscription.NotFoundConfig": "'%s' 환경에 대한 구독 '%s'을(를) 현재 계정에서 찾을 수 없습니다. 올바른 Azure 계정을 사용하거나 '%s' 파일을 확인하세요.",
23
- "core.provision.subscription.NotFoundState": "'%s' 환경에 대한 구독 '%s'을(를) 현재 계정에서 찾을 수 없습니다. 올바른 Azure 계정을 사용하세요.",
24
- "core.provision.subscription.NotFound": "구독 '%s'을(를) 현재 계정에서 찾을 수 없습니다. 올바른 Azure 계정을 사용하세요.",
25
- "core.provision.subscription.failToSelect": "구독을 선택하지 못했음",
26
- "core.error.notLoginToAzure": "Azure 계정 확장을 사용하여 Azure에 로그인",
27
- "core.error.FailedToCreateResourceGroup.exist": "리소스 그룹 \"%s\"을(를) 만들지 못했습니다. 해당 리소스 그룹이 있습니다.",
28
- "core.error.NoEnvFilesError": ".env 파일을 찾지 못했습니다.",
29
- "core.error.resourceGroupNotFound": "리소스 그룹 '%s'이(가) 없습니다. 기존 리소스 그룹을 지정하세요.",
30
- "core.error.resourceGroupNotFound2": "리소스 그룹 '%s'이(가) 존재하지 않습니다. '%s' 파일을 확인하세요.",
31
- "core.error.unresolvedPlaceholders": "선택한 yml 파일 %s에 해결되지 않은 자리 표시자 '%s'이(가) 있습니다.",
32
- "core.deploy.FailedToDeployBeforeProvision": "리소스가 아직 프로비저닝되지 않았으므로 배포하지 못했습니다. 먼저 프로비저닝을 수행해야 합니다. 프로비저닝해야 하는 이유에 대해 자세히 알아보려면 도움말 보기를 클릭합니다.",
20
+ "core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
33
21
  "core.deploy.noCapabilityFound": "%s에 대한 기능을 찾을 수 없습니다. 기능을 추가하는 방법에 대해 자세히 알아보려면 도움말 보기를 클릭하세요.",
34
22
  "core.deploy.successNotice": "'%s'이(가) 배포되었습니다.",
35
23
  "core.deploy.aadManifestSuccessNotice": "Azure Active Directory 애플리케이션이 배포되었습니다. Azure Active Directory 애플리케이션을 보는 방법을 확인하려면 \"자세한 정보\"를 클릭하세요.",
24
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
36
25
  "core.deploy.aadManifestLearnMore": "자세한 정보",
37
- "core.deploy.failNotice": "'%s'을(를) 배포하지 못했습니다.",
26
+ "core.deploy.failNotice": "Unable to deploy '%s'!",
38
27
  "core.deploy.botTroubleShoot": "Azure에서 봇 애플리케이션 문제를 해결하려면 [자세한 정보]를 클릭하여 설명서를 참조하세요.",
39
28
  "core.deploy.botTroubleShoot.learnMore": "자세한 정보",
40
29
  "core.deploy.startNotice": "[%s] 배포 시작.",
@@ -44,7 +33,7 @@
44
33
  "core.option.cancel": "취소",
45
34
  "core.option.learnMore": "자세한 정보",
46
35
  "core.option.upgrade": "업그레이드",
47
- "core.option.moreInfo": "More Info",
36
+ "core.option.moreInfo": "추가 정보",
48
37
  "core.addCapability.addCapabilityNotice": "기능 %s이(가) 프로젝트에 추가되었습니다. F5 키를 눌러 애플리케이션을 디버그하거나 'Teams: 클라우드에서 프로비전'을 트리거하여 리소스를 생성합니다.",
49
38
  "core.addCapability.addCapabilitiesNotice": "기능 %s이(가) 프로젝트에 추가되었습니다. F5 키를 눌러 애플리케이션을 디버그하거나 'Teams: 클라우드에서 프로비전'을 트리거하여 리소스를 생성합니다.",
50
39
  "core.addCapability.addCapabilityNoticeForCli": "기능 %s이(가) 프로젝트에 추가되었습니다. 'teamsfx 프로비전'을 실행하여 리소스를 생성합니다.",
@@ -82,43 +71,38 @@
82
71
  "core.progress.buildingBot.detail": "종속성을 설치하는 중입니다.",
83
72
  "core.progress.provisionBot": "봇 등록",
84
73
  "core.progress.generateTemplate": "템플릿 생성",
85
- "core.progress.generateTemplate.detail": "템플릿 다운로드 및 압축 풀기",
74
+ "core.progress.generateTemplate.detail": "Downloading Template %s",
86
75
  "core.progress.generateSample": "샘플 생성",
87
- "core.progress.generateSample.detail": "샘플 다운로드 및 압축 풀기",
76
+ "core.progress.generateSample.detail": "Downloading Sample %s",
88
77
  "core.progress.configureStorage": "탭 구성",
89
78
  "core.progress.packingCode": "애플리케이션 패키지를 만드는 중입니다.",
79
+ "core.progress.deploy": "Deploy",
80
+ "core.progress.publish": "Publish",
81
+ "core.progress.provision": "Provision",
90
82
  "core.progress.enableStaticWebsite": "Azure Storage 계정 정적 웹 사이트를 활성화하는 중입니다.",
91
83
  "core.progress.getDeploymentSrcAndDest": "배포 원본 및 대상을 검색하는 중입니다.",
92
84
  "core.progress.clearStorageAccount": "Azure Storage 계정을 정리하는 중입니다.",
93
85
  "core.progress.uploadTabToStorage": "Azure Storage 계정에 탭 프런트 엔드를 업로드하는 중입니다.",
94
- "core.progress.getAzureAccountInfoForDeploy": "Azure 계정 정보를 검색하는 중입니다.",
95
- "core.progress.getAzureUploadEndpoint": "Azure 업로드 엔드포인트를 검색하는 중입니다.",
96
- "core.progress.uploadZipFileToAzure": "Azure에 애플리케이션 패키지를 업로드하는 중입니다.",
97
- "core.progress.checkAzureDeployStatus": "Azure 배포가 완료되기를 기다리는 중입니다.",
98
- "core.progress.restartAzureFunctionApp": "Azure Functions 앱을 다시 시작하는 중입니다.",
99
86
  "core.progress.configureAzureStorage": "Azure Storage를 구성하고 정적 웹 사이트 설정을 활성화합니다.",
100
- "core.progress.checkAzureStorageStaticWebsite": "Azure Storage 정적 사이트 상태 설정을 확인합니다.",
101
- "core.progress.azureStorageStaticWebsiteEnabled": "Azure Storage 정적 웹 사이트 설정이 이미 활성화되었습니다.",
102
- "core.progress.enableAzureStorageStaticWebsite": "Azure Storage 정적 웹 사이트 설정을 활성화합니다.",
103
- "core.progress.getAzureStorageDeployCredential": "Azure Storage 계정 배포 자격 증명을 검색하는 중입니다.",
104
- "core.progress.clearStorageExistsBlobs": "Azure Storage $web 컨테이너의 모든 파일을 삭제합니다.",
105
- "core.progress.uploadFilesToStorage": "Azure Storage 계정에 파일을 업로드하는 중입니다.",
87
+ "core.progress.runCommand": "Run command %s at %s",
88
+ "core.progress.deployToAzure": "Deploying %s to %s.",
106
89
  "core.log.updateFunctionAppSettings": "Azure Functions 앱 설정을 업데이트하는 중입니다.",
107
90
  "core.error.programmingLanguageInvalid": "프로젝트 설정에 잘못된 프로그래밍 언어가 있습니다.",
108
91
  "core.Notification.ReadMore": "자세히 알아보기",
109
92
  "core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "이미 다른 테넌트 '%s'에서 Teams 앱에 대한 디버그를 실행하고 있습니다. 디버그를 위해 테넌트를 전환하려는 경우 로컬 파일(%s)을 삭제하고 디버그를 다시 실행할 수 있습니다.",
110
93
  "core.migrationToArmAndMultiEnv.Message": "Teams Toolkit는 최신 기능을 지원하도록 프로젝트 구성 파일을 업그레이드합니다. 업그레이드 프로세스는 사용자 지정 코드를 변경하지 않으며 되돌려야 할 경우를 대비해서 백업 파일을 만듭니다.\n이 업그레이드는 현재 버전 Teams Toolkit을 계속 사용해야 합니다. 업그레이드할 준비가 되지 않았으며 이전 버전을 계속 사용하려면 확장에서 Teams Toolkit를 찾아 2.10.0 이하 버전을 설치하세요.",
111
94
  "core.migrationV3.confirmOnly.Message": "업그레이드를 확인하세요.",
112
- "core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
95
+ "core.migrationV3.Message": "최신 버전과 계속 호환되도록 Teams 도구 키트 프로젝트를 업그레이드하세요. 업그레이드 요약과 함께 백업 디렉터리가 만들어집니다.",
113
96
  "core.migrationV3.VS.Message": "Teams 도구 키트 미리 보기 기능 - Teams App Configuration 개선이 켜져 있습니다. 미리 보기 기능을 사용하려면 이 프로젝트를 업그레이드해야 합니다. 필요한 변경 내용에 대해 알아보려면 \"자세히 알아보기\"를 선택하고 변경 내용을 자동으로 수행하려면 \"업그레이드\"를 선택하세요. 업그레이드를 원하지 않는 경우 미리 보기 기능을 끌 수 있습니다.",
114
97
  "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json이 없습니다. Visual Studio Code v3.x용 Teams 도구 키트 / Teams 도구 키트 CLI v0.x / Visual Studio v17.3용 Teams 도구 키트에서 만든 프로젝트를 업그레이드하려는 중일 수 있습니다. Visual Studio Code v4.x용 Teams 도구 키트 / Teams 도구 키트 CLI v1.x / Visual Studio v17.4용 Teams 도구 키트 설치와 업그레이드 실행을 먼저 수행하세요.",
115
98
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json이 없습니다. Visual Studio Code v3.x용 Teams 도구 키트 / Teams 도구 키트 CLI v0.x / Visual Studio v17.3용 Teams 도구 키트에서 만든 프로젝트를 업그레이드하려는 중일 수 있습니다. Visual Studio Code v4.x용 Teams 도구 키트 / Teams 도구 키트 CLI v1.x / Visual Studio v17.4용 Teams 도구 키트 설치와 업그레이드 실행을 먼저 수행하세요.",
99
+ "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
116
100
  "core.migrationV3.CreateNewProject": "Teams 도구 키트(시험판)는 이전 버전에서 프로젝트 마이그레이션을 지원하지 않습니다. 향후 릴리스에 프로젝트 마이그레이션이 추가될 예정입니다.",
117
101
  "core.migrationV3.abandonedProject": "이 프로젝트는 미리 보기 전용이며 Teams 도구 키트에서 지원되지 않습니다. 새 프로젝트를 만들어 Teams 도구 키트를 사용해 보세요.",
118
102
  "core.migrationV3.notAllowedMigration": "Teams 도구 키트의 시험판 버전은 새 프로젝트 구성을 지원하며 이전 버전과 호환되지 않습니다. 새 프로젝트를 생성하여 시도하거나 \"teamsfx 업그레이드\"를 실행하여 프로젝트를 먼저 업그레이드하세요.",
119
103
  "core.migrationToArmAndMultiEnv.SuccessMessage": "업그레이드를 완료했습니다.",
120
- "core.migrationToArmAndMultiEnv.ErrorMessage": "업그레이드하지 못했습니다. [출력 채널](command:fx-extension.showOutputChannel)에서 오류 메시지를 확인하여 문제를 해결하세요. 수동으로 업그레이드하려면 자세한 정보를 클릭하여 FAQ 확인하세요.",
121
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "업그레이드하지 못했습니다. '%s'이(가) 없거나 JSON 형식이 아닙니다. 문제를 해결하고 명령을 실행하여 다시 시도하세요(Teams: 프로젝트 업그레이드).\n수동으로 업그레이드하려면 자세한 정보를 클릭하여 FAQ 확인하세요.",
104
+ "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
105
+ "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
122
106
  "core.consolidateLocalRemote.Message": "프로젝트가 최신 버전의 Teams 도구 키트를 사용하도록 업그레이드됩니다. 이 업그레이드에서는 사용자 지정 코드를 변경하지 않고 config.local.json, manifest.template.json 파일의 추가, manifest.remote.template.json, manifest.local.template.json 파일의 백업만 수행합니다. 업그레이드하지 않으려면 이전 버전의 Teams 도구 키트(3.7.0 이하)를 설치하세요.",
123
107
  "core.consolidateLocalRemoteWithAadManifest.Message": "프로젝트가 최신 버전의 Teams 도구 키트를 사용하도록 업그레이드됩니다. 이 업그레이드에서는 사용자 지정 코드를 변경하지 않고 config.local.json, manifest.template.json, aad.template.json 파일의 추가, projectSettings.json 파일의 업데이트, manifest.remote.template.json, manifest.local.template.json, projectSettings.json 파일의 백업만 수행합니다. 업그레이드하지 않으려면 이전 버전의 Teams 도구 키트(3.7.0 이하)를 설치하세요.",
124
108
  "core.consolidateLocalRemote.DifferentManifest": "Teams 도구 키트는 업그레이드 후 manifest.remote.template.json을 단일 매니페스트 템플릿 파일로 사용하므로, manifest.local.template.json을 사용자 지정한 경우 변경 사항을 포함하려면 manifest.template.json을 업데이트해야 합니다.",
@@ -127,8 +111,7 @@
127
111
  "core.aadManifestMigration.outputMsg": "축하합니다! AAD 매니페스트가 추가되었습니다. 이 파일을 사용하여 AAD 앱 등록을 사용자 지정하세요. aad.template.json이 추가되고 projectSettings.json 파일이 업데이트되었으며 projectSettings.json이 .backup 폴더에 백업되었습니다.",
128
112
  "core.aadManifestMigration.SuccessMessage": "프로젝트가 이전 버전인지 감지하고 새 Teams 도구 키트 버전에 대한 프로젝트를 자동으로 업데이트합니다. 다음 변경 내용이 적용되었습니다.\n1. ‘aad.template.json’은 'templates/appPackage' 아래에 만들어집니다. AAD 매니페스트에 대한 자세한 내용은 %s을(를) 참조하세요.\n2. '.fx/configs/projectSettings.json'이 인증 관련 구성을 포함하도록 업데이트되었습니다. .backup 폴더에서 이전 버전의 백업을 찾을 수 있습니다.\n축하합니다! 이제 프로젝트가 업데이트되어 최신 버전의 Teams 도구 키트에서 실행할 준비가 되었습니다..",
129
113
  "core.aadManifestMigration.ParsePermissionsFailedWarning": "마이그레이션 시 permission.json 파일을 구문 분석할 수 없으며 필요한 경우 다음 링크를 따라 aad.template.json 파일의 권한을 업데이트하세요. https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
130
- "core.projectVersionChecker.vscodeUseNewVersion": "현재 프로젝트가 설치된 Teams 도구 키트와 호환되지 않습니다. %s 이상을 설치하고 프로젝트를 다시 여세요.",
131
- "core.projectVersionChecker.cliUseNewVersion": "[core] TeamsFx CLI가 너무 오래되어 현재 프로젝트를 지원하지 않습니다. 다음 명령을 사용하여 최신 버전으로 업그레이드하세요.\nnpm install -g @microsoft/teamsfx-cli@latest",
114
+ "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
132
115
  "core.projectVersionChecker.incompatibleProject": "현재 프로젝트는 설치된 Teams 도구 키트 버전과 호환되지 않습니다.",
133
116
  "core.projectVersionChecker.vs.incompatibleProject": "솔루션의 프로젝트는 Teams 도구 키트 미리 보기 기능인 Teams App Configuration 개선 사항을 사용하여 만들어집니다. 계속하려면 미리 보기 기능을 켤 수 있습니다.",
134
117
  "core.aad.includeAadQuestionTitle": "AAD 매니페스트 배포 여부",
@@ -136,34 +119,27 @@
136
119
  "core.deployArmTemplates.StartNotice": "[%s] ARM 템플릿 배포를 시작합니다.",
137
120
  "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Bicep 파일을 JSON으로 컴파일했습니다.",
138
121
  "core.deployArmTemplates.SuccessNotice": "[%s] ARM 템플릿을 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
139
- "core.deployArmTemplates.FailNotice": "[%s] ARM 템플릿을 배포하지 못했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
140
122
  "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] 배포 상태를 폴링하는 중...",
141
123
  "core.deployArmTemplates.Progress.Title": "ARM 템플릿을 배포하는 중",
142
124
  "core.deployArmTemplates.Progress.Start": "준비 중",
143
125
  "core.deployArmTemplates.Progress.ExecuteDeployment": "Azure에 솔루션 ARM 템플릿을 배포하는 중입니다. 몇 분 정도 걸릴 수 있습니다.",
144
126
  "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> 배포 상태를 가져오기 위해 대기 중 [다시 시도 시간: %s]",
145
- "core.deployArmTemplates.FailedToReadResourceGroup": "프로젝트 솔루션 설정에서 리소스 그룹을 가져오지 못했습니다.",
146
- "core.deployArmTemplates.DeploymentErrorWithHelplink": "\n오류 메시지: %s\n자세한 메시지: \n%s\n%s에서 Toolkit 도움말을 봅니다.",
147
- "core.deployArmTemplates.FailedToGetEnvironmentName": "솔루션 컨텍스트에서 대상 환경 이름을 가져오지 못했습니다.",
127
+ "core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
128
+ "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
148
129
  "core.deployArmTemplates.ParameterNotExist": "%s이(가) 없습니다.",
149
- "core.deployArmTemplates.FailedToExpandParameter": "%s에서 확장된 매개 변수를 가져오지 못함",
150
- "core.deployArmTemplates.InvalidAzureCredential": "Azure 자격 증명이 잘못되었습니다.",
151
- "core.deployArmTemplates.FailedToGetSubsId": "구독 ID를 가져오지 못했습니다.",
152
- "core.deployArmTemplates.CompileBicepFailed": "Bicep 파일을 JSON ARM 템플릿 파일 %s(으)로 컴파일하지 못했습니다.",
153
- "core.deployArmTemplates.FailedToGetDeploymentError": "%s에 대한 배포 오류를 가져오지 못함",
154
- "core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "프로젝트에 대한 리소스 배포(%s 모듈)가 실패하여 오류 메시지를 가져오지 못했습니다. 포털의 리소스 그룹 %s에서 배포 오류를 참조하세요.",
155
- "core.deployArmTemplates.DeploymentFailedNotification": "프로젝트에 대한 리소스 배포(%s)에 실패했습니다. 자세한 오류 정보는 [출력 채널](command:fx-extension.showOutputChannel)을 참조하세요.",
130
+ "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
131
+ "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
156
132
  "core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 성공적으로 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
157
- "core.handleConfigFile.FailedToUpdateAzureParameters": "%s 환경에 대한 Azure 매개 변수를 업데이트하지 못했습니다.",
158
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "appsettings.Development.json에서 값을 재설정하지 못했습니다.",
159
- "core.backupFiles.FailedToBackupFiles": "%s을(를) 백업하지 못했습니다.",
160
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
133
+ "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
134
+ "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
135
+ "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
136
+ "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
161
137
  "core.collaboration.GrantingPermission": "권한 부여 중",
162
138
  "core.collaboration.EmailCannotBeEmptyOrSame": "공동 작업자의 메일은 null이거나 현재 사용자와 같을 수 없습니다.",
163
139
  "core.collaboration.CannotFindUserInCurrentTenant": "현재 테넌트에서 사용자를 찾을 수 없습니다. 이메일 주소가 올바른지 확인하세요.",
164
140
  "core.collaboration.GrantPermissionForUser": "%s 사용자에 대한 권한 부여",
165
141
  "core.collaboration.AccountToGrantPermission": "권한을 부여할 계정: ",
166
- "core.collaboration.StartingGrantPermission": "Starting to grant permission for environment: ",
142
+ "core.collaboration.StartingGrantPermission": "환경에 대한 권한 부여 시작: ",
167
143
  "core.collaboration.TenantId": "테넌트 ID: ",
168
144
  "core.collaboration.PermissionHasBeenGrantTo": "다음에게 권한이 부여됨 ",
169
145
  "core.collaboration.GrantPermissionResourceId": ", 리소스 ID: ",
@@ -171,14 +147,13 @@
171
147
  "core.collaboration.AzureTip": "\n추가된 사용자가 Azure 리소스에 액세스할 수 없는 경우 Azure Portal을 통해 액세스 정책을 수동으로 설정해야 합니다. 자세한 내용은 이 링크를 참조하세요. ",
172
148
  "core.collaboration.ListingM365Permission": "Microsoft 365 권한 나열\n",
173
149
  "core.collaboration.AccountUsedToCheck": "확인하는 데 사용할 계정: ",
174
- "core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
175
- "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Azure Active Directory app owners for environment: ",
150
+ "core.collaboration.StartingListAllTeamsAppOwners": "\n환경의 모든 Teams 소유자 나열 시작: ",
151
+ "core.collaboration.StartingListAllAadAppOwners": "\n환경의 모든 Azure Active Directory 소유자 나열 시작: ",
176
152
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 앱(ID: ",
177
- "core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
153
+ "core.collaboration.SsoAadAppId": "SSO AAD (ID: ",
178
154
  "core.collaboration.TeamsAppOwner": "Teams 앱 소유자: ",
179
- "core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
180
- "core.collaboration.NotOwnerOfSsoAadApp": "(SSO AAD 앱의 소유자가 아님)",
181
- "core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
155
+ "core.collaboration.AadAppOwner": "Azure Active Directory 소유자: ",
156
+ "core.collaboration.StaringCheckPermission": "환경에 대한 권한 확인 시작: ",
182
157
  "core.collaboration.CheckPermissionResourceId": "리소스 ID: ",
183
158
  "core.collaboration.Undefined": "정의되지 않음",
184
159
  "core.collaboration.ResourceName": ", 리소스 이름: ",
@@ -194,7 +169,7 @@
194
169
  "plugins.spfx.questions.packageSelect.placeholder": "스캐폴딩 옵션 선택",
195
170
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "전체적으로 설치된 SPFx(%s) 사용",
196
171
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "전역적으로 설치된 SPFx 사용",
197
- "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 이상 권장",
172
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
198
173
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "최신 SPFx(%s)를 Teams Toolkit 디렉터리에 로컬로 설치합니다. ",
199
174
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Teams Toolkit 디렉터리에 로컬로 최신 SPFx를 설치합니다. ",
200
175
  "plugins.spfx.buildNotice": "%s에서 SharePoint 패키지를 빌드했습니다.",
@@ -205,9 +180,9 @@
205
180
  "plugins.spfx.cannotFindManifest": "매니페스트 파일 %s을(를) 찾을 수 없습니다.",
206
181
  "plugins.spfx.cannotGetSPOToken": "SPO 액세스 토큰을 가져올 수 없습니다.",
207
182
  "plugins.spfx.cannotGetGraphToken": "그래프 액세스 토큰을 가져올 수 없습니다.",
208
- "plugins.spfx.insufficientPermission": "패키지를 업로드하고 카탈로그 %s 배포할 있는 권한이 없습니다. 사이트 관리자 계정을 사용하세요.",
209
- "plugins.spfx.createAppcatalogFail": "%s 때문에 테넌트 카탈로그를 만들지 못했습니다. 스택: %s",
210
- "plugins.spfx.uploadAppcatalogFail": "%s 때문에 패키지를 업로드하지 못했습니다.",
183
+ "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.",
184
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
185
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
211
186
  "plugins.spfx.buildSharepointPackage": "SharePoint 패키지 빌드 중",
212
187
  "plugins.spfx.deploy.title": "SharePoint 패키지 업로드 및 배포",
213
188
  "plugins.spfx.deploy.createAppcatalog": "SharePoint 앱 카탈로그 만들기",
@@ -216,18 +191,17 @@
216
191
  "plugins.spfx.error.npmNotFound": "컴퓨터에서 NPM을 찾을 수 없습니다. 지원되는 버전을 설치하세요.",
217
192
  "plugins.spfx.error.npmVersionNotSupported": "NPM 버전 v%s은(는) SPFx v%s에 대해 지원되지 않습니다.",
218
193
  "plugins.spfx.error.nodeVersionNotSupported": "Node.js 버전 v%s은(는) SPFx v%s에 대해 지원되지 않습니다.",
219
- "plugins.spfx.error.npmInstallFailed": "%s(으)로 인해 'npm install' 실행하지 못함",
220
- "plugins.spfx.error.invalidDependency": "%s 패키지 유효성 검사 실패",
221
- "plugins.spfx.error.installDependency": "%s 패키지를 설치하지 못했습니다. [출력](command:fx-extension.showOutputChannel)에서 수정하는 방법을 알아보세요.",
194
+ "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
195
+ "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
222
196
  "plugins.spfx.error.noConfiguration": "SPFx 프로젝트에 .yo-rc.json 파일이 없습니다. 구성 파일을 추가하고 다시 시도하세요.",
223
- "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.",
197
+ "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 개발 환경이 올바르게 설정되지 않았습니다. \"도움말\" 클릭하여 가이드에 따라 올바른 환경을 설정할 있습니다.",
224
198
  "plugins.spfx.scaffold.dependencyCheck": "종속성 확인 중...",
225
199
  "plugins.spfx.scaffold.dependencyInstall": "종속성을 설치하는 중입니다. 완료하는 데 5분 이상 소요될 수 있습니다.",
226
200
  "plugins.spfx.scaffold.scaffoldProject": "Yeoman CLI를 사용하여 SPFx 프로젝트 생성",
227
201
  "plugins.spfx.scaffold.updateManifest": "웹 파트 매니페스트 업데이트",
228
202
  "plugins.spfx.GetTenantFailedError": "테넌트 %s %s을(를) 가져올 수 없습니다.",
229
203
  "plugins.spfx.error.installLatestDependencyError": "%s 폴더에서 SPFx 환경을 설정할 때 알 수 없는 문제가 발생했습니다. [SharePoint 프레임워크 개발 환경 설정 | Microsoft Learn](%s) 글로벌 SPFx 환경을 설정합니다.",
230
- "plugins.spfx.error.scaffoldError": "프로젝트 생성에 실패했습니다. 가능한 이유는 Yeoman SharePoint Generator 때문일 있습니다. 자세한 내용은 [출력 ](%s) 확인하세요.",
204
+ "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
231
205
  "plugins.frontend.checkNetworkTip": "네트워크 연결을 확인하세요.",
232
206
  "plugins.frontend.checkFsPermissionsTip": "파일 시스템에 대한 읽기/쓰기 권한이 있는지 확인합니다.",
233
207
  "plugins.frontend.checkStoragePermissionsTip": "Azure Storage 계정에 대한 권한이 있는지 확인합니다.",
@@ -236,10 +210,13 @@
236
210
  "suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
237
211
  "plugins.appstudio.buildSucceedNotice": "Teams 패키지가 [local address](%s)에 빌드되었습니다.",
238
212
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
213
+ "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
239
214
  "plugins.appstudio.publishTip": "Teams: Teams에 게시",
240
215
  "plugins.appstudio.whetherToDeployManifest": "Teams 플랫폼에 앱 매니페스트를 배포할지 여부",
241
216
  "plugins.appstudio.validationFailedNotice": "매니페스트 유효성 검사 실패",
242
217
  "plugins.appstudio.validationSucceedNotice": "매니페스트 유효성 검사에 성공했습니다.",
218
+ "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
219
+ "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
243
220
  "plugins.appstudio.adminApprovalTip": "%s에 %s 앱 패키지 파일을 만들었습니다. 승인을 위해 관리자에게 보냅니다.",
244
221
  "plugins.appstudio.adminPortal": "관리 포털로 이동",
245
222
  "plugins.appstudio.publishSucceedNotice": "[%s]이(가) 관리 포털에 게시되었습니다. 승인이 완료되면 조직에서 앱을 사용할 수 있습니다. [자세한 정보](%s)",
@@ -255,7 +232,6 @@
255
232
  "plugins.appstudio.provisionTitle": "Teams 앱 프로비전",
256
233
  "plugins.appstudio.provisionProgress": "Teams 앱 %s을(를) 등록하는 중...",
257
234
  "plugins.appstudio.postProvisionProgress": "Teams 앱 %s을(를) 업데이트하는 중...",
258
- "plugins.appstudio.dataRequired": "필요한 데이터: %s.",
259
235
  "plugins.appstudio.manuallySubmitTip": "수동으로 Teams 앱 패키지 파일 제출",
260
236
  "plugins.appstudio.manuallySubmitDescription": "Teams 앱 패키지를 빌드합니다. Teams 관리자에게 수동으로 보내야 합니다.",
261
237
  "plugins.appstudio.autoPublishTip": "조직에 맞게 설치",
@@ -270,8 +246,6 @@
270
246
  "plugins.appstudio.viewDeveloperPortal": "개발자 포털에서 보기",
271
247
  "plugins.bot.questionHostTypeTrigger.title": "트리거 선택",
272
248
  "plugins.bot.questionHostTypeTrigger.placeholder": "트리거 선택",
273
- "plugins.bot.questionHostTypeTrigger.error.emptySelection": "트리거를 하나 이상 선택해야 합니다.",
274
- "plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions 및 Azure App Service 호스트 형식이 충돌합니다.",
275
249
  "plugins.bot.triggers.http-functions.cliName": "http-functions",
276
250
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
277
251
  "plugins.bot.triggers.http-functions.detail": "Azure Functions에서 호스팅된 실행 중 함수는 HTTP 요청을 수신 대기할 수 있습니다.",
@@ -318,7 +292,7 @@
318
292
  "plugins.cicd.result.scaffold.skipped": "%s 환경에 대한 %s을(를) 사용하는 %s의 템플릿을 이미 만들었습니다. 해당 템플릿을 사용자 지정하거나 제거 후 새 템플릿을 만드세요.",
319
293
  "plugins.cicd.suggestions.checkPermission": "충분한 권한이 있는지 확인하세요.",
320
294
  "plugins.cicd.suggestions.createProjectOrOpenExisting": "새 프로젝트를 만들거나 기존 프로젝트를 열 수 있습니다.",
321
- "error.cicd.FailedToListMultiEnv": "multi env 나열하지 못함: %s.",
295
+ "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
322
296
  "error.cicd.PreconditionNotMet": "입력의 일부 사전 조건이 충족되지 않았습니다.",
323
297
  "plugins.apiConnector.getQuestionApiName.title": "API의 식별 이름을 입력하세요.",
324
298
  "plugins.apiConnector.getQuestionApiName.placeholder": "API 별칭은 앱 설정 이름을 생성하는 데 사용됩니다.",
@@ -359,129 +333,107 @@
359
333
  "plugins.apiConnector.Notification.GenerateFiles": "%s에 API를 호출하는 샘플 코드를 생성했습니다. 파일을 열고 지시에 따라 API를 호출하세요.",
360
334
  "plugins.apiConnector.Notification.LinkNotification": "%s을(를) 방문해 TeamsFx SDK를 사용하여 API를 호출하는 방법을 파악할 수 있습니다.",
361
335
  "plugins.apiConnector.Log.CommandSuccess": "대상 API를 호출하도록 프로젝트를 업데이트했습니다. 생성/업데이트된 파일 목록은 다음과 같습니다.\n\n%s",
362
- "error.rgCheckBaseError": "'%' 구독에 '%s' 리소스 그룹이 있는지 확인하지 못했습니다.",
336
+ "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
363
337
  "error.rgUnauthorizedError": "구독 '%s'에서 리소스 그룹 '%s'의 존재를 확인할 수 있는 권한이 없습니다. Azure 구독을 확인하세요.",
364
338
  "error.ProjectFolderExistError": "경로 %s이(가) 이미 있습니다. 다른 폴더를 선택합니다.",
365
- "error.PathNotExistError": "경로 %s이(가) 존재하지 않습니다.",
366
339
  "error.ProjectFolderInvalidError": "경로 %s이(가) 잘못되었습니다. 사용자 설정에서 올바른 루트 폴더를 설정하세요(\\${homeDir}(으)로 시작하는 절대 디렉터리 또는 상대 디렉터리 사용).",
367
340
  "error.NoProjectOpenedError": "열려 있는 프로젝트가 없습니다. 새 프로젝트를 만들거나 기존 프로젝트를 열 수 있습니다.",
368
341
  "error.InitializedFileExistError": "초기화된 파일 %s이(가) 이미 존재합니다. 정리 후 다시 시도하세요.",
369
- "error.InvalidProjectError": "이 명령은 Teams Toolkit에서 만든 프로젝트에만 작동합니다. %s",
370
342
  "error.InvalidProjectSettingsFileError": "projectSettings.json 파일이 잘못되었습니다. %s.",
371
- "error.FetchSampleError": "%s에 대한 원격 리포지토리에서 데이터를 가져오지 못했습니다.",
372
- "error.ProjectEnvNotExistError": "환경 %s을(를) 찾을 수 없습니다. config.%s.json 파일이 있는지 확인합니다.",
373
- "error.DotEnvFileNotExistError": "환경 %s을(를) 찾을 수 없습니다. .env.%s 파일이 있는지 확인합니다.",
343
+ "error.FetchSampleError": "Unable to get data from remote repository for %s.",
374
344
  "error.InvalidEnvNameError": "환경 이름은 문자, 숫자, _ 및 -만 포함할 수 있습니다.",
375
345
  "error.UpgradeCanceledError": "프로젝트를 업그레이드하지 않으려면 다른 버전(2.10.0 이하 버전)의 Teams 도구 키트를 설치합니다.",
376
346
  "error.UpgradeV3CanceledError": "업그레이드할 준비가 되지 않은 경우 이전 버전의 Teams Toolkit을 계속 사용하세요.",
377
347
  "error.ConsolidateCanceledError": "프로젝트를 업그레이드하지 않으려면 다른 버전(3.7.0 이하 버전)의 Teams 도구 키트를 설치합니다.",
378
348
  "error.OperationNotPermittedError": "작업이 허용되지 않습니다: %s",
379
- "error.InvalidInputError": "컨텍스트 %s을(를) 업데이트하지 못했습니다.",
380
- "error.ContextUpgradeError": "잘못된 입력: %s",
349
+ "error.InvalidInputError": "Invalid inputs: %s",
381
350
  "error.ProjectSettingsUndefinedError": "프로젝트 설정이 정의되지 않았습니다.",
382
351
  "error.MultipleEnvNotEnabledError": "MultipleEnv 기능을 사용할 수 없습니다.",
383
- "error.PluginHasNoTaskImpl": "플러그 인 %s이(가) %s 메서드를 구현하지 않았습니다.",
384
- "error.FunctionRouterError": "함수 호출을 라우팅하지 못했습니다. %s",
385
352
  "error.ProjectEnvAlreadyExistError": "프로젝트 환경 %s이(가) 이미 있습니다.",
386
- "error.TaskNotSupportError": "지원되지 않는 작업: %s.",
387
353
  "error.InvalidEnvConfigError": "구성 %s이(가) 잘못되었습니다. 세부 정보: %s.",
388
- "error.NonExistEnvNameError": "환경 %s을(를) 찾을 수 없습니다.",
389
- "error.FailedToGetAzureCredential": "Azure 자격 증명을 가져오지 못했습니다.",
390
- "error.ModifiedSecretError": "비밀 파일이 변경되었습니다.",
391
- "error.LoadSolutionError": "솔루션을 로드하지 못함",
392
354
  "error.NotImplementedError": "메서드가 구현되지 않음: %s",
393
- "error.LoadPluginError": "플러그 인을 로드하지 못했습니다.",
355
+ "error.LoadPluginError": "Unable to load plugin",
394
356
  "error.SPFxConfigError": "SPFx 구성 %s을(를) 로드하지 못했습니다.",
395
357
  "error.ProjectSettingError": "프로젝트 설정을 로드하지 못했습니다.",
396
358
  "error.SolutionConfigError": "솔루션 컨텍스트를 로드하지 못했습니다.",
397
- "error.FailedToParseResourceIdError": "'%s'을(를) 리소스 ID '%s'에서 가져오지 못했습니다.",
359
+ "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
398
360
  "error.MissingSubscriptionInConfig": "(%s)에서 리소스 그룹(%s)의 구독 ID를 제공하세요.",
399
- "error.NoSubscriptionFound": "구독을 찾지 못했습니다.",
361
+ "error.NoSubscriptionFound": "Unable to find a subscription.",
400
362
  "error.TrustCertificateCancelError": "사용자가 취소되었습니다. Teams가 도구 키트에서 사용하는 자체 서명된 SSL 인증서를 신뢰하려면 자체 서명된 인증서를 인증서 저장소에 추가해야 합니다.",
401
- "error.NoTeamsAppTenantId": "Teams 테넌트 ID를 가져오지 못함",
402
- "error.NoM365Token": "M365 토큰 JSON 개체를 가져오지 못함",
403
- "error.FailedToCreateResourceGroup": "리소스 그룹 \"%s\"을(를) 만들지 못했습니다. 리소스 그룹이 있습니다.",
404
- "error.FailedToListResourceGroupLocation": "리소스 그룹 위치를 나열하지 못했습니다.",
405
- "error.BicepGenerationError": "Bicep 파일 %s을(를) 생성하지 못했습니다. 이유: %s",
363
+ "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
406
364
  "error.LocalBotEndpointNotConfigured": "로컬 봇 엔드포인트가 구성되지 않았습니다. \".fx/configs/config.local.json\"에서 \"bot.siteEndpoint\"를 설정하고 다시 시도하세요.",
407
365
  "error.NgrokTunnelNotConnected": "Ngrok 터널이 연결되어 있지 않습니다. 네트워크 설정을 확인하고 다시 시도하세요.",
408
366
  "error.VideoFilterAppNotRemoteSupported": "원격의 비디오 필터 앱은 Teams Toolkit에서 지원되지 않습니다. 프로젝트 루트 폴더에서 README.md 파일을 확인하세요.",
409
- "error.frontend.ClearStorageError": "Azure Storage 계정을 지우지 못했습니다.",
410
- "error.frontend.UploadToStorageError": "로컬 경로 %s을(를) Azure Storage 계정에 업로드하지 못했습니다.",
411
- "error.frontend.GetContainerError": "Azure Storage 계정에서 %s 컨테이너를 가져오지 못했습니다.",
412
- "error.frontend.FailedSaveEnv": "환경 변수를 %s에 저장하지 못했습니다. 앱이 작동하지 않을 수 있습니다.",
413
- "error.frontend.FailedLoadEnv": "%s에서 환경 변수를 로드하지 못했습니다. 앱이 작동하지 않을 있습니다.",
414
- "error.appstudio.fileNotFoundError": "'%s' 파일을 찾을 수 없습니다.",
415
- "error.appstudio.teamsAppCreateFailed": "%s 때문에 개발자 포털 Teams 앱을 만들지 못했습니다.",
416
- "error.appstudio.teamsAppUpdateFailed": "ID가 %s인 Teams 앱을 업데이트하지 못했습니다.",
417
- "error.appstudio.apiFailed": "개발자 포털에 대한 API 호출 실패: %s, %s, 요청 경로: %s, X-Correlation-ID: %s. 이 문제는 일부 간헐적인 서비스 오류로 인해 발생할 수 있습니다. 몇 분 동안 기다렸다가 현재 단계를 다시 시도하세요.",
367
+ "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
368
+ "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
369
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
370
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
371
+ "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
418
372
  "error.appstudio.apiFailed.telemetry": "개발자 포털 대한 API 호출이 실패했습니다. %s, %s, API 이름: %s, X-Correlation-ID: %s. 이 오류는 일부 일시적인 서비스 오류에서 발생할 수 있습니다. 몇 분 정도 기다린 후 현재 단계를 다시 시도하세요.",
419
373
  "error.appstudio.authServiceApiFailed": "개발자 포털에 대한 API 호출 실패: %s, %s, 요청 경로: %s",
420
- "error.appstudio.getLocalConfigFailed": "매니페스트에 대한 구성 데이터가 없습니다. 먼저 '디버그'를 실행해야 할 수도 있습니다. %에스",
421
- "error.appstudio.getRemoteConfigFailed": "매니페스트에 대한 구성 데이터가 없습니다. %s",
422
- "error.appstudio.publishFailed": "ID가 %s인 Teams 앱을 게시하지 못했습니다.",
374
+ "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
423
375
  "error.appstudio.buildError": "Teams 패키지를 빌드하지 못했습니다!",
424
376
  "error.appstudio.checkPermissionFailed": "권한을 확인하지 못했습니다. 이유: %s",
425
377
  "error.appstudio.grantPermissionFailed": "권한을 부여하지 못했습니다. 이유: %s",
426
378
  "error.appstudio.listCollaboratorFailed": "공동 작업자를 나열하지 못했습니다. 이유: %s",
427
379
  "error.appstudio.updateManifestInvalidApp": "ID가 %s인 Teams 앱을 찾을 수 없습니다. Teams 플랫폼으로 매니페스트를 업데이트하기 전에 먼저 디버그 또는 프로비전을 실행해야 합니다.",
428
- "error.appstudio.updateManifestFailed": "매니페스트를 업데이트하지 못했습니다. ",
429
380
  "error.appstudio.invalidCapability": "잘못된 기능: %s",
430
381
  "error.appstudio.capabilityExceedLimit": "기능 %s을(를) 추가할 수 없습니다. 제한에 도달했습니다.",
431
- "error.appstudio.staticTabNotExist": "엔터티 ID가 %s인 고정 탭을 찾을 없어 업데이트하지 못했습니다.",
432
- "error.appstudio.capabilityNotExist": "%s 기능이 매니페스트에 없습니다. 업데이트하지 못했습니다.",
433
- "error.appstudio.noManifestError": "매니페스트 파일을 찾을 수 없습니다.",
382
+ "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
383
+ "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
434
384
  "error.appstudio.noManifestId": "매니페스트 찾기에서 잘못된 ID를 찾았습니다.",
435
- "error.appstudio.validateFetchSchemaFailed": "%s에서 스키마를 가져오지 못했습니다. 메시지: %s",
385
+ "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
436
386
  "error.appstudio.validateSchemaNotDefined": "매니페스트 스키마가 정의되지 않음",
437
387
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip Teams 앱 패키지\"에서 패키지를 생성하고 다시 시도하세요.",
438
- "error.appstudio.teamsAppCreateConflict": "409 충돌 오류로 Teams 앱을 생성하지 못했습니다. ID가 테넌트의 다른 앱과 충돌하기 때문에 발생할 있습니다. 자세한 내용은 도움말 보기를 클릭하세요.",
388
+ "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.",
439
389
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "해당 ID의 Teams 앱이 조직의 앱 스토어에 이미 있습니다. 앱 ID를 수동으로 업데이트하고 다시 시도하세요.",
440
390
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "현재 계정은 botframework 토큰을 가져올 수 없습니다.",
441
391
  "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 프로비전은 봇 등록을 만들려는 시도에서 금지된 결과를 반환합니다.",
442
392
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework 프로비전은 봇 등록을 만들려는 시도에서 충돌 결과를 반환합니다.",
443
- "error.function.FindAppError": "함수 앱을 찾지 못했습니다.",
444
- "error.generator.TemplateZipFallbackError": "zip 패키지를 다운로드하고 로컬 zip 패키지를 열지 못했습니다.",
445
- "error.generator.FetchZipFromUrlError": "%s에서 zip 패키지를 다운로드하지 못했습니다.",
446
- "error.generator.UnzipError": "템플릿의 압축을 풀고 디스크에 쓰지 못했습니다.",
447
- "error.generator.MissKeyError": "%s 키를 찾지 못했습니다.",
448
- "error.sql.GetDetail": "[출력](command:fx-extension.showOutputChannel)에서 자세한 오류 메시지를 가져옵니다.",
393
+ "error.function.FindAppError": "Unable to find the function app.",
394
+ "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
395
+ "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
396
+ "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
397
+ "error.generator.MissKeyError": "Unable to find key %s",
398
+ "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",
399
+ "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",
400
+ "error.generator.ParseUrlError": "Unable to parse url %s",
401
+ "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
449
402
  "error.sql.LinkHelpMessage": "%s을(를) 따라 처리할 수 있습니다.",
450
403
  "error.sql.SqlInputError": "SQL 관리자 이름 또는 암호가 비어 있습니다.",
451
- "error.sql.SqlAskInputError": "SQL 질문에 대한 답변을 가져오지 못함",
404
+ "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
452
405
  "error.sql.SqlEndpointError": "SQL Server %s이(가) 잘못되었습니다.",
453
- "error.sql.DatabaseUserCreateError": "데이터베이스 %s에서 사용자 '%s'을(를) 만들지 못했습니다.",
454
- "error.sql.SqlAddAdminError": "AAD 관리자 '%s'을(를) 추가하지 못했습니다. %s",
455
- "error.sql.SqlLocalFirwallError": "'%s'에 대한 로컬 방화벽을 추가하지 못했습니다. %s",
456
- "error.sql.SqlDeleteLocalFirwallError": "'%s'에 대한 로컬 방화벽을 삭제하지 못했습니다. '%s'을(를) 수동으로 삭제하세요. %s",
457
- "error.sql.SqlUserInfoError": "로그인 사용자 정보를 가져오지 못했습니다.",
458
- "error.sql.SqlGetConfigError": "'%s'에서 구성 '%s'을(를) 가져오지 못했습니다.",
406
+ "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
407
+ "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
408
+ "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
409
+ "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
410
+ "error.sql.SqlUserInfoError": "Unable to get login user info.",
411
+ "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
459
412
  "error.sql.SqlInvalidConfigError": "%s의 구성 값 '%s'이(가) 잘못되었습니다.",
460
- "error.sql.SqlCheckError": "SQL Server '%s'을(를) 확인하지 못했습니다. %s",
461
- "error.sql.SqlCheckAdminError": "AAD 관리자 '%s'을(를) 확인하지 못했습니다. %s",
413
+ "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
414
+ "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
462
415
  "error.sql.IdentityCredentialUndefine": "관리 ID 사용자 %s을(를) 추가하기 위해 데이터베이스에 액세스할 수 없습니다. 데이터베이스 %s에 대한 사용자를 수동으로 추가하세요.",
463
416
  "error.sql.ServicePrincipalWarning": "Azure sql의 서비스 주체 관리자는 데이터베이스 사용자 <%s>을(를) 추가할 수 없습니다. %s에 대한 사용자를 수동으로 추가할 수 있습니다.",
464
417
  "error.sql.DomainError": "조건부 액세스 정책에는 규격 장치가 필요하지만 장치가 규격을 준수하지 않습니다. %s",
465
418
  "error.sql.GuestAdminError": "SQL 관리자에게 데이터베이스 사용자를 추가할 수 있는 충분한 권한이 없습니다. %s",
466
- "error.apiConnector.SampleCodeCreateFailError": "API 연결 샘플을 스캐폴드하지 못했습니다. 원인: %s",
467
- "error.apiConnector.ScaffoldApiFilesError": "API 파일을 스캐폴드 연결하지 못했습니다. 원인: %s",
419
+ "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
420
+ "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
468
421
  "error.apiConnector.ApiConnectorInputError": "API 커넥터 입력 %s이(가) 잘못됨",
469
422
  "error.apiConnector.ApiConnectorPathNotExistError": "%s 경로가 없습니다. 올바른 폴더를 선택하세요.",
470
- "error.apiConnector.ApiConnectorCreateFileFail": "%s을(를) 만들지 못했습니다.",
423
+ "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
471
424
  "error.apiConnector.NoActivePluginsExistError": "먼저 활성 리소스를 만드세요.",
472
425
  "error.apiConnector.NoBotOrFunctionExistError": "먼저 봇 또는 함수 리소스를 만드세요.",
473
- "error.apiConnector.InvalidProjectError": "유효한 TeamsFx 프로젝트를 선택하세요.",
474
- "error.apiConnector.ApiConnectorFunctionRouteError": "함수 호출을 라우팅하지 못했습니다. %s",
426
+ "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
475
427
  "error.apiConnector.SDKVersionImcompatibleError": "%s 프로젝트에서 @microsoft/teamsfx 버전 %s이(가) 호환되지 않습니다. @microsoft/teamsfx 버전을 %s(으)로 업그레이드하고 이 기능을 다시 시도하세요.",
476
428
  "error.apiConnector.pkgFileNotExistError": "%s 프로젝트에 package.json이 없음",
477
429
  "error.apiConnector.componentNotExistError": "%s 구성 요소가 없습니다. 먼저 추가하세요.",
478
430
  "error.apiConnector.envVarExistError": ".env.teamsfx.local에서 기존 env 변수 %s과(와)의 충돌을 방지하려면 다른 API 이름을 제공하세요.",
479
- "error.debugHandler.AppManifestPackageNotExistError": "manifestPackagePath %s이(가) 존재하지 않습니다.",
480
431
  "error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath는 .zip 파일 경로여야 합니다.",
481
432
  "error.debugHandler.InvalidExistingAADArgsError": "SSO용 기존 AAD 앱을 사용하는 경우 objectId, clientId 및 clientSecret이 모두 필요합니다.",
482
433
  "error.debugHandler.InvalidExistingBotArgsError": "기존 봇을 사용하는 경우 botId와 botPassword를 함께 설정해야 합니다.",
483
434
  "error.debugHandler.DebugArgumentEmptyError": "디버그 인수 '%s'이(가) 비어 있습니다.",
484
435
  "error.debugHandler.InvalidTabBaseUrlError": "baseUrl은 유효한 https URL이어야 합니다.",
436
+ "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
485
437
  "core.QuestionAppName.validation.pattern": "애플리케이션 이름은 문자로 시작해야 하며 문자 또는 숫자를 두 개 이상 포함해야 합니다. 일부 특수 문자를 포함할 수 없습니다.",
486
438
  "core.QuestionAppName.validation.maxlength": "애플리케이션 이름이 최대 길이인 30자보다 깁니다.",
487
439
  "core.QuestionAppName.validation.pathExist": "경로 %s이(가) 있습니다. 다른 애플리케이션 이름을 선택하세요.",
@@ -495,60 +447,68 @@
495
447
  "core.TabOption.description": "UI 기반 앱",
496
448
  "core.TabOption.detail": "Microsoft Teams에 포함된 Teams 인식 웹 페이지",
497
449
  "core.TabOption.detailNew": "Microsoft Teams에 포함된 Teams ID 인식 웹 페이지",
498
- "core.DashboardOption.label": "대시보드 탭",
499
- "core.DashboardOption.detail": "Microsoft Teams의 데이터 또는 콘텐츠 개요를 제공하는 여러 카드가 포함된 캔버스 포함",
450
+ "core.DashboardOption.label": "Dashboard",
451
+ "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
500
452
  "core.BotOption.description": "대화형 에이전트",
501
453
  "core.BotOption.detail": "대화를 통해 간단하고 반복적인 자동화된 작업 실행",
502
- "core.BotNewUIOption.label": "",
503
- "core.BotNewUIOption.detail": "사용자의 간단하고 반복적인 작업을 실행할 있는 Hello World 챗봇",
504
- "core.MessageExtensionOption.labelNew": "메시지 확장",
454
+ "core.BotNewUIOption.label": "Basic Bot",
455
+ "core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
456
+ "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
505
457
  "core.MessageExtensionOption.label": "메시지 확장",
506
458
  "core.MessageExtensionOption.description": "사용자가 Teams에서 메시지를 작성할 때의 사용자 지정 UI",
507
- "core.MessageExtensionOption.detail": "버튼과 양식을 통한 상호 작용을 허용하는 Hello World 메시지 확장",
508
- "core.NotificationOption.label": "알림 ",
509
- "core.NotificationOption.detail": "다양한 트리거를 통해 Microsoft Teams 알림 보내기",
510
- "core.Option.recommend": "권장",
511
- "core.Option.preview": "미리 보기",
512
- "core.CommandAndResponseOption.label": "명령 ",
513
- "core.CommandAndResponseOption.detail": "Microsoft Teams 채팅에서 간단한 명령에 응답",
514
- "core.WorkflowOption.label": "워크플로 봇",
515
- "core.WorkflowOption.detail": "Microsoft Teams 채팅에서 일반적인 비즈니스 프로세스에 대한 반복적인 워크플로 자동화",
459
+ "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
460
+ "core.NotificationOption.label": "Chat Notification Message",
461
+ "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
462
+ "core.CommandAndResponseOption.label": "Chat Command",
463
+ "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
464
+ "core.WorkflowOption.label": "Sequential Workflow in Chat",
465
+ "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
516
466
  "core.ExistingTabOption.label": "기존 웹앱 포함",
517
467
  "core.ExistingTabOption.detail": "자체 정적 웹 페이지를 가져오고 Microsoft Teams에 포함",
518
468
  "core.ExistingTabEndpointQuestion.placeholder": "기존 탭 엔드포인트 입력",
519
469
  "core.ExistingTabEndpointQuestion.title": "웹앱의 로컬 엔드포인트 입력",
520
470
  "core.ExistingTabEndpointQuestion.validation": "https://로 시작하는 유효한 URL을 입력하세요.",
521
471
  "core.TabSPFxOption.label": "탭(SPFx)",
522
- "core.TabSPFxOption.labelNew": "SPFx",
472
+ "core.TabSPFxOption.labelNew": "SPFx",
523
473
  "core.TabSPFxOption.description": "SharePoint 프레임워크 사용 클라이언트 쪽 앱",
524
474
  "core.TabSPFxOption.detail": "Microsoft Teams를 사용하여 긴밀하게 통합된 자동 호스팅 SPFx 웹 파트",
525
- "core.TabSPFxOption.detailNew": "Microsoft 365에서 호스트되고 Microsoft Teams에 포함된 SPFx 구성 요소",
475
+ "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
526
476
  "core.TabSso.description": "탭에 대한 Single Sign-On",
527
477
  "core.TabSso.detail": "Teams 탭 앱에서 Single Sign-On 사용",
528
478
  "core.BotSso.description": "봇에 대한 Single Sign-On",
529
479
  "core.BotSso.detail": "Teams 봇 앱에서 Single Sign-On 사용",
530
- "core.TabNonSso.label": "",
531
- "core.TabNonSso.detail": "Microsoft Teams에 포함된 Hello World 페이지",
480
+ "core.TabNonSso.label": "Basic Tab",
481
+ "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
532
482
  "core.addCapabilityQuestion.title": "기능 선택",
533
483
  "core.addCapabilityQuestion.titleNew": "기능",
534
484
  "core.addFeatureQuestion.title": "기능 추가",
535
485
  "core.createCapabilityQuestion.title": "기능 선택",
536
486
  "core.createCapabilityQuestion.titleNew": "기능",
537
487
  "core.createCapabilityQuestion.placeholder": "기능 선택",
488
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
489
+ "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
490
+ "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
491
+ "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
492
+ "core.createProjectQuestion.projectType.bot.label": "Bot",
493
+ "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
494
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
495
+ "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
496
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
497
+ "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
498
+ "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
499
+ "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
500
+ "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
501
+ "core.createProjectQuestion.title": "New Project",
538
502
  "core.capability.validation": "잘못된 기능 조합: %s, 옵션 집합 %s을(를) 함께 사용할 수 없음",
539
503
  "core.spfxFolder.title": "SPFx 솔루션 폴더",
540
504
  "core.spfxFolder.placeholder": "SPFx 솔루션이 포함된 폴더를 선택하세요.",
541
- "core.manifestPath.title": "Teams 앱 매니페스트 파일",
542
- "core.manifestPath.placeholder": "Teams 앱 매니페스트 파일 경로 입력",
543
- "core.localManifestPath.title": "로컬 팀 앱 매니페스트 파일",
544
- "core.localManifestPath.placeholder": "로컬 Teams 앱 매니페스트 파일 경로를 입력하세요.",
545
505
  "core.QuestionSelectTargetEnvironment.title": "환경 선택",
546
506
  "core.getQuestionNewTargetEnvironmentName.title": "새 환경 이름",
547
507
  "core.getQuestionNewTargetEnvironmentName.placeholder": "새 환경 이름",
548
508
  "core.getQuestionNewTargetEnvironmentName.validation1": "환경 이름은 문자, 숫자, _ 및 -만 포함할 수 있습니다.",
549
509
  "core.getQuestionNewTargetEnvironmentName.validation2": "환경 구성 경로의 길이가 Windows 제한을 초과합니다.",
550
510
  "core.getQuestionNewTargetEnvironmentName.validation3": "환경 '%s'을(를) 만들 수 없습니다.",
551
- "core.getQuestionNewTargetEnvironmentName.validation4": "env 구성을 나열하지 못했습니다.",
511
+ "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
552
512
  "core.getQuestionNewTargetEnvironmentName.validation5": "프로젝트 환경 %s이(가) 이미 있습니다.",
553
513
  "core.QuestionSelectSourceEnvironment.title": "복사본을 만들 환경 선택",
554
514
  "core.QuestionSelectResourceGroup.title": "리소스 그룹 선택",
@@ -613,28 +573,30 @@
613
573
  "core.getUserEmailQuestion.title": "동일한 Microsoft 365 테넌트의 계정에 대해 Teams/AAD 앱에 소유자 추가(이메일)",
614
574
  "core.getUserEmailQuestion.validation1": "메일 주소는 null이거나 비워 둘 수 없습니다.",
615
575
  "core.getUserEmailQuestion.validation2": "[UserName]을(를) 실제 사용자 이름으로 변경하세요.",
616
- "core.collaboration.error.dotEnvFileNotExist": ".env 파일을 찾지 못했습니다.",
617
- "core.collaboration.error.failedToLoadDotEnvFile": ".env 파일을 로드하지 못했습니다. 이유: %s",
618
- "core.collaboration.error.failedToGetTeamsAppId": ".env 파일에서 Teams 앱 ID를 찾지 못했습니다. .env 파일에 키 '%s'을(를) 사용하여 값을 올바르게 설정하세요.",
619
- "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
620
- "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
621
- "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
622
- "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
623
- "core.aadAppQuestion.label": "Azure Active Directory app",
624
- "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
625
- "core.teamsAppQuestion.label": "Teams app",
626
- "core.teamsAppQuestion.description": "Your Teams app",
627
- "core.M365SsoLaunchPageOptionItem.label": "SSO 지원 개인 탭",
628
- "core.M365SsoLaunchPageOptionItem.detail": "Microsoft Teams, Outlook 및 Microsoft 365 앱에 포함된 ID 인식 웹 페이지",
629
- "core.M365SearchAppOptionItem.label": "검색 기반 메시지 확장",
630
- "core.M365SearchAppOptionItem.detail": "사용자가 Microsoft Teams 또는 Outlook 메일에서 메시지를 작성할 때 검색 결과 삽입",
576
+ "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
577
+ "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
578
+ "core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json 파일 선택",
579
+ "core.selectTeamsAppManifestQuestion.title": "Teams manifest.json 파일 선택",
580
+ "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
581
+ "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
582
+ "core.selectCollaborationAppTypeQuestion.title": "공동 작업자를 관리할 선택",
583
+ "core.confirmManifestQuestion.placeholder": "매니페스트가 올바르게 선택되었는지 확인",
584
+ "core.aadAppQuestion.label": "Azure Active Directory ",
585
+ "core.aadAppQuestion.description": "Single Sign-On용 Azure Active Directory 앱",
586
+ "core.teamsAppQuestion.label": "Teams ",
587
+ "core.teamsAppQuestion.description": "Teams ",
588
+ "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
589
+ "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
590
+ "core.M365SearchAppOptionItem.label": "Custom Search Results",
591
+ "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
592
+ "core.M365HostQuestion.title": "Platform",
593
+ "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
631
594
  "core.options.separator.scenario": "시나리오 기반 Teams 앱",
632
- "core.options.separator.basic": "기본 Teams 앱",
633
595
  "core.options.separator.resource": "클라우드 리소스",
634
596
  "core.options.separator.additional": "추가 기능",
635
- "core.options.separator.m365": "Microsoft 365 전반에 걸쳐 확장된 Teams ",
636
- "core.options.separator.addin": "Office 추가 기능",
637
- "core.common.LifecycleComplete": "%s 수명 주기를 실행했습니다.",
597
+ "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
598
+ "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
599
+ "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
638
600
  "core.common.TeamsMobileDesktopClientName": "Teams 데스크톱, 모바일 클라이언트 ID",
639
601
  "core.common.TeamsWebClientName": "Teams 웹 클라이언트 ID",
640
602
  "core.common.OfficeDesktopClientName": "데스크톱 클라이언트 ID에 대한 Microsoft 365 앱",
@@ -644,11 +606,11 @@
644
606
  "core.common.OutlookWebClientName1": "Outlook 웹 액세스 클라이언트 ID 1",
645
607
  "core.common.OutlookWebClientName2": "Outlook 웹 액세스 클라이언트 ID 2",
646
608
  "core.NewOfficeAddinOptionVSC.label": "Outlook 추가 기능으로 시작",
647
- "core.NewOfficeAddinOptionVSC.detail": "Teams 도구 키트를 사용하여 Office 추가 기능 애플리케이션을 만듭니다.",
648
- "core.importAddin.label": "기존 Outlook 추가 기능 가져오기(Windows에서 미리 보기)",
649
- "core.importAddin.detail": "기존 Outlook 추가 기능 프로젝트를 최신 매니페스트 스키마 프로젝트 구조로 가져오기",
650
- "core.newTaskpaneAddin.label": "Outlook 작업 창 추가 기능(Windows에서 미리 보기)",
651
- "core.newTaskpaneAddin.detail": "Outlook에서 사용되는 리본 단추 작업 ",
609
+ "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
610
+ "core.importAddin.label": "Import an Existing Outlook Add-in",
611
+ "core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
612
+ "core.newTaskpaneAddin.label": "Taskpane",
613
+ "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
652
614
  "core.summary.actionDescription": "작업 %s%s",
653
615
  "core.summary.lifecycleDescription": "수명 주기 단계: %s(총 %s 단계). 다음 작업이 실행됩니다. %s",
654
616
  "core.summary.lifecycleNotExecuted": "%s 수명 주기 스테이지 %s이(가) 실행되지 않았습니다.",
@@ -658,49 +620,46 @@
658
620
  "core.summary.actionFailed": "%s이(가) 실패했습니다.",
659
621
  "core.summary.actionSucceeded": "%s이(가) 실행되었습니다.",
660
622
  "core.summary.createdEnvFile": "환경 파일이 생성된 위치",
661
- "error.aad.GetAppError": "테넌트 \"%s\"에서 개체 ID가 \"%s\" AAD 앱을 가져오지 못했습니다. 개체 ID가 올바른지 확인하거나 %s %s 'objectId'를 삭제하고 다시 시도하세요.",
662
- "error.aad.GetAppConfigError": "Azure AD 설정에서 %s을(를) 가져오지 못했습니다. Azure AD 앱이 올바르게 구성되었는지 확인하거나 %s(%s)에서 'objectId' 삭제한 다시 시도하세요.",
663
- "error.aad.GetSkipAppConfigError": "필요한 정보를 모두 가져오지 못했습니다. %s에서 %s %s, %s, %s, %s을(를) 설정해야 합니다.",
664
- "error.aad.CreateAppError": "Azure Active Directory에서 앱을 만들지 못했습니다.",
665
- "error.aad.CreateAppForbiddenError": "Azure Active Directory에서 앱을 만들지 못했습니다. 문제는 Microsoft 365 개발자 계정을 사용하여 로그인하여 해결할 있으며 Microsoft 365 개발자 프로그램(https://developer.microsoft.com/en-us/microsoft-365/dev-program)에 가입하여 무료 계정을 신청할 수 있습니다.",
666
- "error.aad.CreateSecretError": "‘Azure Active Directory 애플리케이션 비밀을 만들지 못했습니다.’",
667
- "error.aad.UpdateRedirectUriError": "Azure Active Directory에서 애플리케이션 리디렉션 URI 업데이트하지 못했습니다.",
668
- "error.aad.UpdateAppIdUriError": "Azure Active Directory 애플리케이션 ID URI 업데이트하지 못했습니다. %s",
669
- "error.aad.UpdatePermissionError": "Azure Active Directory 애플리케이션 권한을 업데이트하지 못했습니다.",
623
+ "error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
624
+ "error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
625
+ "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
626
+ "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
627
+ "error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
628
+ "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
629
+ "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
630
+ "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
631
+ "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
670
632
  "error.aad.AppIdUriInvalidError": "애플리케이션 ID URI가 잘못되었습니다. 계속하기 전에 애플리케이션을 프로비전합니다.",
671
633
  "error.aad.CannotGenerateIdentifierUris": "botId 또는 프런트 엔드 도메인을 찾을 수 없으므로 identifierUris를 생성할 수 없습니다. 구성 파일에서 적어도 둘 중 하나를 지정해야 합니다.",
672
634
  "error.aad.InvalidSelectedPlugins": "선택한 플러그 인이 잘못되었습니다. %s",
673
- "error.aad.ParsePermissionError": "권한 요청을 구문 분석하지 못했습니다.",
674
- "error.aad.UnhandledError": "처리되지 않은 오류. ",
675
- "error.aad.UnknownPermissionName": "리소스 %s을(를) 찾지 못했습니다. %s",
676
- "error.aad.UnknownPermissionRole": "리소스 \"%s\" 대한 역할 \"%s을(를) 찾지 못했습니다. %s",
677
- "error.aad.UnknownPermissionScope": "리소스 \"%s\"에 대한 범위 \"%s을(를) 찾지 못했습니다. %s",
678
- "error.aad.GetTokenError": "%s에 대한 사용자 로그인 정보를 가져오지 못했습니다.",
679
- "error.aad.TenantNotExistError": "사용자 로그인에서 테넌트 정보를 가져오지 못했습니다.",
635
+ "error.aad.ParsePermissionError": "Unable to parse permission request.",
636
+ "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
637
+ "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
638
+ "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
639
+ "error.aad.GetTokenError": "Unable to get user login information for %s.",
640
+ "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
680
641
  "error.aad.MissingPermissionsRequestProvider": "플러그 인 컨텍스트에 permissionRequestProvider가 없습니다.",
681
- "error.aad.CheckPermissionError": "사용 권한을 확인하지 못했습니다.",
682
- "error.aad.GrantPermissionError": "%s: %s. 권한을 부여하지 못했습니다.",
683
- "error.aad.ListCollaboratorError": "공동 작업자를 나열하지 못했습니다.",
684
- "error.aad.AadManifestLoadError": "%s(으)로 인해 %s에서 매니페스트 파일을 로드하지 못함",
642
+ "error.aad.CheckPermissionError": "Unable to check permission.",
643
+ "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
644
+ "error.aad.ListCollaboratorError": "Unable to list collaborator.",
645
+ "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
685
646
  "error.aad.AadManifestMissingName": "AAD 매니페스트 파일에 name 속성이 비어 있거나 잘못됨",
686
647
  "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions 속성에 값이 access_as_user이어야 하는 항목이 없음",
687
648
  "error.aad.AadManifestMissingObjectId": "AAD 매니페스트 파일에 id 속성이 없거나 잘못되었습니다. 먼저 프로비전 또는 디버그를 실행해야 합니다.",
688
649
  "error.aad.AadManifestMissingReplyUrlsWithType": "AAD 매니페스트 파일에 replyUrlsWithType 속성이 없거나 잘못되었습니다. 먼저 프로비전 또는 디버그를 실행해야 합니다.",
689
650
  "error.aad.AadManifestMissingIdentifierUris": "AAD 매니페스트 파일에 identifierUris 속성이 없거나 잘못되었습니다. 먼저 프로비전 또는 디버그를 실행해야 합니다.",
690
- "error.aad.AadManifestNotProvisioned": "리소스가 아직 프로비전되지 않았기 때문에 AAD 매니페스트를 생성하지 못했습니다. 먼저 프로비전 또는 디버그를 실행해야 합니다. 프로비전 또는 디버그가 필요한 이유에 대해 자세히 알아보려면 도움말 보기를 클릭하세요.",
691
- "error.aad.UpdateAadAppError": "Azure Active Directory 애플리케이션을 업데이트하지 못함: %s",
692
- "error.aad.UpdateAadAppUsingManifestError": "Azure Active Directory에서 애플리케이션을 업데이트하지 못했습니다. 'templates/appPackage/aad.template.json' 유효한지 확인하세요: %s",
693
- "error.aad.AadManifestNotFoundError": "AAD 매니페스트 파일을 찾을 수 없음",
694
- "error.aad.AadManifestNotExistError": "AAD 매니페스트에 %s이(가) 없습니다. CLI를 사용하여 배포할 AAD 매니페스트를 지정하세요.",
695
- "error.aad.GetDisplayNameError": "표시 이름을 가져오지 못했습니다.",
696
- "error.aad.GetConfigError": "구성 값 \"%s\"을(를) %s에 대해 가져오지 못했습니다.",
651
+ "error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
652
+ "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
653
+ "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
654
+ "error.aad.GetDisplayNameError": "Unable to get display name.",
655
+ "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
697
656
  "error.aad.FormatError": "%s의 형식이 잘못되었습니다. 값: %s.",
698
- "error.aad.client.CreateFailed": "Azure Active Directory 애플리케이션 등록을 만들지 못했습니다.",
699
- "error.aad.client.UpdateFailed": "Azure Active Directory 애플리케이션 등록을 업데이트하지 못했습니다.",
700
- "error.aad.client.CreateSecretFailed": "Azure Active Directory 애플리케이션 비밀을 만들지 못했습니다.",
701
- "error.aad.client.GetFailed": "Azure Active Directory 애플리케이션 등록을 검색하지 못했습니다.",
702
- "error.aad.client.CheckPermissionFailed": "Azure Active Directory 권한을 확인하지 못했습니다.",
703
- "error.aad.client.GrantPermissionFailed": "Azure Active Directory 권한을 부여하지 못했습니다.",
657
+ "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
658
+ "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
659
+ "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
660
+ "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
661
+ "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
662
+ "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
704
663
  "error.aad.client.AppDefinitionIsNull": "애플리케이션 정의가 없습니다.",
705
664
  "error.aad.client.AppObjectIdIsNull": "개체 ID가 없습니다.",
706
665
  "error.aad.client.EmptyResponse": "응답이 없습니다.",
@@ -717,7 +676,6 @@
717
676
  "error.aad.manifest.UnknownResourceAppId": "알 수 없는 resourceAppId %s",
718
677
  "error.aad.manifest.UnknownResourceAccessType": "알 수 없는 resourceAccess: %s",
719
678
  "error.aad.manifest.UnknownResourceAccessId": "알 수 없는 리소스 액세스 ID: %s, 권한을 리소스 액세스 ID로 사용하는 경우 대신 권한 ID를 사용해 보세요.",
720
- "error.m365tenantcheck.tenantNotMatch": "이제 이전에 사용한 것과 다른 Microsoft 365 테넌트를 사용합니다. 올바른 계정을 사용 중인지 확인하세요. 이 테넌트로 전환하려는 경우 Teams 도구 키트가 현재 로그인한 테넌트의 리소스를 프로비전하도록 %s env 파일에서 %s 값을 지우세요.\n%s을(를) 방문하여 자세히 알아보세요.",
721
679
  "plugins.aad.NoSelection": "Azure AD 앱을 찾을 수 없습니다. 권한을 업데이트하지 않습니다. 먼저 프로비전 또는 디버그를 실행해야 합니다.",
722
680
  "plugins.aad.UserCancelled": "사용자가 선택을 취소했습니다.",
723
681
  "plugins.aad.UpdatePermissionSuccessMessage": "Azure AD 앱에 대한 사용 권한을 업데이트했습니다. Azure Portal로 이동하여 사용 권한을 확인하거나 관리자 동의를 부여할 수 있습니다.",
@@ -763,29 +721,27 @@
763
721
  "plugins.apim.error.EmptyConfigValue": "'%s'의 프로젝트 구성 '%s'이(가) '%s'에 없습니다. %s을(를) 다시 시도하거나 값을 수동으로 설정합니다.",
764
722
  "plugins.apim.error.NoPluginConfig": "%s 구성을 찾을 수 없습니다. %s을(를) 다시 시도하세요.",
765
723
  "plugins.apim.error.InvalidConfigValue": "'%s'의 프로젝트 구성 '%s'이(가) 잘못되었습니다. %s",
766
- "plugins.apim.error.ApimOperationError": "%s %s에 실패했습니다.",
767
- "plugins.apim.error.AadOperationError": "%s %s에 실패했습니다.",
724
+ "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
725
+ "plugins.apim.error.AadOperationError": "Unable to %s %s.",
768
726
  "plugins.apim.error.InvalidCliOptionError": "옵션이 잘못되었습니다. %s",
769
727
  "plugins.apim.error.NotImplemented": "구현되지 않았습니다.",
770
728
  "plugins.apim.error.InvalidFunctionEndpoint": "함수 엔드포인트 체계는 'http' 또는 'https'여야 합니다.",
771
729
  "plugins.apim.error.EmptyProperty": "속성 '%s'이(가) 비어 있습니다.",
772
730
  "plugins.apim.error.InvalidPropertyType": "속성 '%s'이(가) '%s' 유형이 아닙니다.",
773
731
  "plugins.apim.error.ShortenToEmpty": "'%s' 값은 비워 둘 수 없습니다.",
774
- "plugins.apim.error.UnhandledError": "처리되지 않은 오류.",
775
- "plugins.apim.error.FailedToParseResourceIdError": "리소스 ID '%s'에서 '%s'을(를) 가져오지 못했습니다.",
776
- "error.sa.NoConfigError": "'%s'에서 구성 '%s'을(를) 가져오지 못했습니다.",
777
- "error.sa.UnauthenticatedError": "사용자 로그인 정보를 가져오지 못했습니다.",
778
- "error.sa.CreateAppServicePlanError": "App Service 요금제 %s을(를) 만들지 못했습니다.",
779
- "error.sa.FreeServerFarmsQuotaError": "App Service 요금제 %s을(를) 만들지 못했습니다.",
780
- "error.sa.MissingSubscriptionRegistrationError": "App Service 요금제 ${message}을(를) 만들지 못했습니다.",
781
- "error.sa.CreateWebAppError": "웹앱 %s을(를) 만들지 못했습니다.",
782
- "error.sa.ZipDeployError": "단순 인증 비트 %s을(를) 배포하지 못했습니다.",
783
- "error.sa.UpdateApplicationSettingsError": "애플리케이션 설정 %s을(를) 업데이트하지 못했습니다.",
784
- "error.sa.UnhandledError": "처리되지 않은 오류: %s",
785
- "error.sa.EndpointInvalidError": "엔드포인트 %s을(를) 확인하지 못했습니다. 이유: %s",
786
- "error.sa.ZipDownloadError": "단순 인증 비트 %s을(를) 다운로드하지 못했습니다.",
787
- "error.sa.VersionFileNotExist": "'%s에서 버전 파일을 로드하지 못했습니다.",
788
- "plugins.sa.RegisterRersourceProviderFailed": "단순 인증에 필요한 리소스 공급자를 등록하지 못했습니다. 이유: %s. 필요한 리소스 공급자 %s을(를) 수동으로 등록합니다.",
732
+ "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
733
+ "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
734
+ "error.sa.UnauthenticatedError": "Unable to get user login information.",
735
+ "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
736
+ "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
737
+ "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
738
+ "error.sa.CreateWebAppError": "Unable to create Web App: %s",
739
+ "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
740
+ "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
741
+ "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
742
+ "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
743
+ "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
744
+ "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
789
745
  "plugins.sa.FreeServerFarmsQuotaErrorToUser": "구독 하나에 대해 무료 App Service 요금제는 최대 10개까지 허용됩니다. 무료 App Service 요금제를 하나 삭제하고 다시 시도하세요.",
790
746
  "core.addSso.onlySupportAzure": "SSO 추가는 Azure에서 호스팅되는 프로젝트에서만 지원됨",
791
747
  "core.addSso.onlyMeNotSupport": "메시지 확장 전용 프로젝트에서는 SSO 추가가 지원되지 않음",
@@ -795,110 +751,91 @@
795
751
  "core.addSso.invalidSsoProject": "유효하지 않은 프로젝트입니다. '.fx/projectSettings.json' 파일을 수정했을 수 있습니다.",
796
752
  "core.addSso.learnMore": "프로젝트에 SSO가 추가되었습니다. 'auth/'에 샘플 코드 및 추가 정보 파일을 생성했습니다. 자세한 내용을 보려면 '%s'을(를) 클릭하세요.",
797
753
  "core.addSsoFiles.emptyProjectPath": "프로젝트 경로가 비어 있음",
798
- "core.addSsoFiles.projectPathNotExists": "프로젝트 경로가 없음",
799
- "core.addSsoFiles.FailedToCreateAuthFiles": "SSO 추가를 위한 파일을 만들지 못했습니다. 오류 세부 정보: %s.",
754
+ "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
800
755
  "core.addSsoFiles.invalidLanguage": "언어가 잘못되었습니다. '.fx/projectSettings.json'이 수정되지 않았는지 확인하고 다시 시도하세요.",
801
756
  "core.getUserEmailQuestion.validation3": "전자 메일 주소가 잘못됨",
802
757
  "plugins.bot.DetailedError": "자세한 오류: %s.",
803
758
  "plugins.bot.DetailedErrorReason": "원인: %s",
804
759
  "plugins.bot.ErrorSuggestions": "제안: %s",
805
760
  "plugins.bot.InvalidValue": "%s의 값 %s이(가) 잘못되었습니다.",
806
- "plugins.bot.TemplateZipFallbackError": "zip 패키지를 다운로드하고 로컬 zip 패키지를 열지 못했습니다.",
807
- "plugins.bot.UnzipError": "템플릿의 압축을 풀고 디스크에 쓰지 못했습니다.",
761
+ "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
762
+ "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
808
763
  "plugins.bot.SomethingIsMissing": "%s이(가) 없습니다.",
809
764
  "plugins.bot.SomethingNotExisting": "%s이(가) 존재하지 않습니다.",
810
765
  "plugins.bot.FailedToGetAlreadyCreatedBot": "기존 봇이 사용할 수 있는 ID가 %s인 봇을 만들 수 없습니다. 자세히 알아보려면 %s을(를) 방문하세요.\n또는 개발자 포털에 대한 API 호출 실패: 오류, 상태 코드 500으로 요청 실패, API 이름: create-bot, X-Correlation-ID: 정의되지 않음. 간헐적인 서비스 오류로 인해 발생할 수 있습니다. 몇 분 정도 기다린 후 다시 시도하세요.",
811
- "plugins.bot.FailedToProvision": "%s을(를) 프로비전하지 못했습니다.",
812
- "plugins.bot.FailedToUpdateConfigs": "%s에 대한 구성을 업데이트하지 못했습니다.",
813
- "plugins.bot.FailedListPublishingCredentials": "게시 자격 증명을 나열하지 못했습니다.",
814
- "plugins.bot.FailedDeployZipFile": "zip 파일을 배포하지 못했습니다.",
815
- "plugins.bot.FailedCheckDeployStatus": "배포 상태를 확인하지 못했습니다.",
816
- "plugins.bot.CheckDeployStatusTimeout": "배포 상태의 시간이 초과되었습니다.",
766
+ "plugins.bot.FailedToProvision": "Unable to provision %s.",
767
+ "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
817
768
  "plugins.bot.BotRegistrationNotFoundWith": "botId가 %s인 봇 등록을 찾을 수 없습니다. 봇 등록 확인 방법에 대해 자세히 알아보려면 '도움말 받기' 버튼을 클릭하세요.",
818
- "plugins.bot.FailedUpdateMessageEndpoint": "%s(으)로 메시지 엔드포인트를 업데이트하지 못했습니다.",
819
- "plugins.bot.FailToRun": "%s을(를) 실행하지 못했습니다.",
820
- "plugins.bot.FailToCallAppStudioApi": "AAD 애플리케이션의 존재 여부를 확인하기 위해 개발자 포털 API를 호출하지 못했습니다.",
769
+ "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
770
+ "plugins.bot.FailToRun": "Unable to run %s.",
771
+ "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
821
772
  "plugins.bot.BotResourceExists": "%s에 봇 리소스가 이미 있습니다. 봇 리소스 만들기를 건너뜁니다.",
822
773
  "plugins.bot.WorkingDirMissing": "작업 디렉터리가 없습니다.",
823
- "plugins.bot.FailRetrieveAzureCredentials": "Azure 자격 증명을 검색하지 못했습니다.",
774
+ "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
824
775
  "plugins.bot.CreateBotAADSuccess": "봇 AAD 앱을 만들었습니다.",
825
776
  "plugins.bot.ProvisionBotRegistration": "봇 등록을 프로비전하는 중입니다.",
826
777
  "plugins.bot.ProvisionBotRegistrationSuccess": "봇 등록을 프로비전했습니다.",
827
778
  "plugins.bot.RecreateProject": "프로젝트를 다시 만드세요.",
828
779
  "plugins.bot.CheckCommandOutput": "명령 출력을 확인하고 수정해 보세요.",
829
780
  "plugins.bot.RunFailedCommand": "폴더에서 실패한 명령 '%s'을(를) 실행하세요. '%s'.",
830
- "plugins.bot.CheckLogAndFix": "출력 채널에서 로그인을 확인하고 문제를 해결해 보세요.",
781
+ "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
831
782
  "plugins.bot.CheckPathWriteAccess": "경로 %s이(가) 있고 해당 경로에 대한 쓰기 권한이 있는지 확인하세요. 그렇지 않은 경우 프로젝트를 유효한 경로로 이동하세요.",
832
783
  "plugins.bot.AadApp": "AAD 앱",
833
784
  "plugins.bot.AadClientSecret": "AAD 클라이언트 암호",
834
785
  "plugins.bot.AppStudioBotRegistration": "개발자 포털 봇 등록",
835
786
  "plugins.function.askFunctionName": "함수 이름을 제공합니다.",
836
- "plugins.function.failedToInstallDotnet": ".NET SDK를 설치하지 못했습니다. 오류: '%s'",
837
787
  "plugins.function.getTemplateFrom": "'%s'에서 템플릿을 검색하는 중입니다.",
838
- "plugins.function.getTemplateFromLocal": "로컬 템플릿을 사용하려고 하여 Github에서 최신 템플릿을 가져오지 못했습니다.",
788
+ "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
839
789
  "plugins.function.projectScaffoldAt": "프로젝트가 '%s'에서 스캐폴드되었습니다.",
840
790
  "plugins.function.invalidFunctionName": "함수 이름이 잘못되었습니다. 함수 이름에는 영문자와 숫자만 사용할 수 있습니다. 최대 길이는 127자입니다.",
841
791
  "plugins.function.functionAlreadyExists": "함수가 이미 있습니다.",
842
792
  "error.depChecker.DefaultErrorMessage": "필요한 종속성을 수동으로 설치합니다.",
843
793
  "depChecker.learnMoreButtonText": "자세한 정보",
844
- "depChecker.startInstallFunctionCoreTool": "@NameVersion을(를) 다운로드하여 설치하는 중입니다.",
845
- "depChecker.finishInstallFunctionCoreTool": "@NameVersion을(를) 설치했습니다.",
846
- "depChecker.needReplaceWithFuncCoreToolV3": "로컬 함수를 디버그하려면 @NameVersion(으)로 업데이트해야 합니다.",
847
- "depChecker.needInstallFuncCoreTool": "로컬 함수를 디버그하려면 @NameVersion이(가) 설치되어 있어야 합니다.",
848
- "depChecker.failToInstallFuncCoreTool": "@NameVersion을(를) 설치하지 못했습니다. @NameVersion을(를) 수동으로 설치하세요.",
849
- "depChecker.failToValidateFuncCoreTool": "설치 @NameVersion 유효성을 검사하지 못했습니다.",
850
- "depChecker.globalFuncNodeNotMatched": "사용하는 Node.js(@NodeVersion)와 Azure Functions Core Tools(@FuncVersion) 호환되지 않습니다. 사용하는 Azure Functions Core Tools가 Node.js 버전에서 작동하게 하세요. Azure Functions 지원 Node.js 버전에 대한 (@link)를 참조하세요.",
851
- "depChecker.portableFuncNodeNotMatched": "사용자의 Node.js(@NodeVersion)가 Teams 도구 키트 Azure Functions Core Tools(@FuncVersion)와 호환되지 않습니다. @Link로 이동하여 Node.js를 설치하세요(@RecommendedVersion 권장).",
794
+ "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
795
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
796
+ "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
797
+ "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
798
+ "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
799
+ "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
800
+ "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
852
801
  "depChecker.startInstallNgrok": "@NameVersion을(를) 다운로드하여 설치하는 중입니다.",
853
802
  "depChecker.finishInstallNgrok": "@NameVersion을(를) 설치했습니다.",
854
803
  "depChecker.finishInstallBicep": "@NameVersion을(를) 설치했습니다.",
855
804
  "depChecker.needInstallNgrok": "로컬 봇을 디버그하려면 @NameVersion이(가) 설치되어 있어야 합니다.",
856
- "depChecker.failToInstallNgrok": "@NameVersion을(를) 설치하지 못했습니다. @NameVersion을(를) 수동으로 설치하세요.",
857
- "depChecker.failToValidateNgrok": "설치 후 @NameVersion 유효성을 검사하지 못했습니다.",
805
+ "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
858
806
  "depChecker.downloadDotnet": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
859
807
  "depChecker.downloadBicep": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
860
808
  "depChecker.finishInstallDotnet": "@NameVersion을(를) 설치했습니다.",
861
809
  "depChecker.useGlobalDotnet": "PATH에서 dotnet 사용:",
862
810
  "depChecker.dotnetInstallStderr": "dotnet-install 명령이 오류 종료 코드 없이 실패했지만 표준 오류는 비어 있지 않습니다.",
863
811
  "depChecker.dotnetInstallErrorCode": "dotnet-install 명령이 실패했습니다.",
864
- "depChecker.failToInstallBicepOutputVSC": "@NameVersion을(를) 설치하지 못했습니다. wiki(@HelpLink)를 읽고 @NameVersion을(를) 수동으로 설치하고 Visual Studio Code 다시 시작하세요.",
865
- "depChecker.failToInstallBicepOutputCLI": "@NameVersion을(를) 설치하지 못했습니다. 이 wiki(@HelpLink)를 읽고 @NameVersion을(를) 수동으로 설치해 보세요.",
866
- "depChecker.failToInstallBicepDialog": "@NameVersion을(를) 설치하지 못했습니다. 자세한 정보를 클릭하여 @NameVersion을(를) 수동으로 설치하고 Visual Studio Code를 다시 시작하세요.",
867
- "depChecker.failToInstallBicep": "@NameVersion을(를) 설치하지 못함",
868
- "depChecker.failToInstallDotnet": "@NameVersion을(를) 설치하지 못했습니다. @NameVersion을(를) 수동으로 설치하고 Visual Studio Code를 다시 시작합니다.",
869
- "depChecker.NodeNotFound": "Node.js를 찾을 수 없습니다.\n\nTeams 도구 키트에 Node.js가 필요합니다. 권장되는 버전은 @NodeVersion입니다.\n\nNode.js를 설치하는 방법을 알아보려면 \"자세한 정보\"를 클릭합니다.\n\n(Node.js를 방금 설치한 경우 변경 내용을 적용하기 위해 Visual Studio Code를 다시 시작합니다.)",
812
+ "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
870
813
  "depChecker.NodeNotSupported": "Node.js(@CurrentVersion)가 지원되는 버전 목록(@SupportedVersions)에 없습니다.\n\n지원되는 Node.js 버전에 대해 자세히 알아보려면 \"자세한 정보\"를 클릭하세요.\n\n(Node.js(@SupportedVersions)를 방금 설치한 경우 변경 내용을 적용하려면 Visual Studio Code를 다시 시작하세요.)",
871
- "depChecker.V3NodeNotSupported": "Node.js(%s) 공식적으로 지원되는 버전(%s) 아닙니다. 프로젝트는 계속 작동할 있지만 지원되는 버전을 설치하는 것이 좋습니다. 지원되는 노드 버전은 package.json 지정되어 있습니다. 지원되는 Node.js를 설치하려면 https://nodejs.org/about/releases/로 이동하세요.",
872
- "depChecker.NodeNotLts": "Node.js(%s) LTS 버전(%s) 아닙니다. https://nodejs.org/about/releases/로 이동하여 LTS Node.js를 설치하세요.",
814
+ "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
815
+ "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
873
816
  "depChecker.dotnetNotFound": "@NameVersion을(를) 찾을 수 없습니다. .NET SDK가 필요한 이유에 대한 자세한 내용은 @HelpLink을(를) 참조하세요.",
874
817
  "depChecker.depsNotFound": "@SupportedPackages을(를) 찾을 수 없습니다.\n\nTeams Toolkit에는 이러한 종속성이 필요합니다.\n\n@InstallPackages을(를) 설치하려면 \"설치\"를 클릭하세요.",
875
818
  "depChecker.linuxDepsNotFound": "@SupportedPackages를 찾을 수 없습니다. @SupportedPackages를 수동으로 설치하고 Visual Studio Code를 다시 시작합니다.",
876
819
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages을(를) 찾을 수 없습니다.\n\nTeams Toolkit에는 이러한 종속성이 필요합니다.",
877
- "depChecker.failToDownloadFromUrl": "'@Url', HTTP 상태 '@Status'에서 파일을 다운로드하지 못했습니다.",
820
+ "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
878
821
  "depChecker.failToValidateVxTestAppInstallOptions": "비디오 확장성 테스트 앱 필수 구성 요소 검사기의 인수가 잘못되었습니다. tasks.json 파일을 확인하세요.",
879
- "depChecker.failToValidateVxTestApp": "설치 비디오 확장성 테스트 앱의 유효성을 검사하지 못했습니다.",
880
- "error.ActionNotExist": "작업을 찾을 수 없음: %s",
881
- "error.ComponentNotExist": "구성 요소를 찾을 수 없음: %s.",
822
+ "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
882
823
  "error.BadComponent": "구성 요소 '%s'에 속성이 없습니다: %s.",
883
824
  "error.InvalidFeature": "이 기능은 프로젝트에 적용되지 않습니다.",
884
825
  "error.UpdateAadManifest.MissingEnvHint": "Teams 도구 키트로 만든 새 프로젝트를 사용하여 개발하는 경우 프로비전 또는 디버그를 실행하면 이러한 환경 변수에 대한 올바른 값이 등록됩니다.",
826
+ "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
885
827
  "driver.aadApp.description.create": "사용자 인증을 위한 Azure Active Directory 앱 만들기",
886
828
  "driver.aadApp.description.update": "기존 앱에 Azure Active Directory 앱 매니페스트 적용",
887
- "driver.aadApp.error.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다: %s.",
888
829
  "driver.aadApp.error.missingEnv": "환경 변수 %s이(가) 설정되지 않았습니다.",
889
830
  "driver.aadApp.error.missingEnvInFile": "%s에서 참조된 %s 환경 변수에 값이 없습니다.",
890
831
  "driver.aadApp.error.generateSecretFailed": "클라이언트 암호를 생성할 수 없습니다.",
891
- "driver.aadApp.error.unhandledError": "%s 작업에서 처리되지 않은 오류가 발생했습니다: %s",
892
832
  "driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory 앱 매니페스트에 필드 %s이(가) 누락되었거나 잘못되었습니다.",
893
- "driver.aadApp.error.generateManifestFailed": "Azure Active Directory 매니페스트를 생성하지 못했습니다.",
894
- "driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory 애플리케이션 생성",
895
- "driver.aadApp.progressBar.createAadAppStepMessage": "Azure Active Directory 애플리케이션 생성",
896
- "driver.aadApp.progressBar.generateClientSecretSetpMessage": "클라이언트 암호 생성",
897
- "driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory 애플리케이션 업데이트",
898
- "driver.aadApp.progressBar.updateAadAppStepMessage": "Azure Active Directory 애플리케이션 업데이트",
833
+ "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
834
+ "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
835
+ "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
899
836
  "driver.aadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
900
837
  "driver.aadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
901
- "driver.aadApp.log.failExecuteDriver": "%s 작업을 실행하지 못했습니다. 오류 메시지: %s",
838
+ "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
902
839
  "driver.aadApp.log.startCreateAadApp": "환경 변수 %s이(가Azure Active Directory a) 없습니다. 새 Azure Active Directory 앱을 만드는 중...",
903
840
  "driver.aadApp.log.successCreateAadApp": "개체 ID가 %s인 Azure Active Directory 애플리케이션을 만들었습니다.",
904
841
  "driver.aadApp.log.skipCreateAadApp": "환경 변수 %s이(가) 이미 있습니다. 새 Azure Active Directory 앱 생성 단계를 건너뜁니다.",
@@ -907,29 +844,25 @@
907
844
  "driver.aadApp.log.skipGenerateClientSecret": "환경 변수 %s이(가) 이미 있습니다. Azure Active Directory 앱 클라이언트 암호 생성 단계를 건너뜁니다.",
908
845
  "driver.aadApp.log.outputAadAppManifest": "Azure Active Directory 앱 매니페스트 빌드가 완료되었으며 앱 매니페스트 콘텐츠가 %s에 기록됩니다.",
909
846
  "driver.aadApp.log.successUpdateAadAppManifest": "개체 ID가 %s인 Azure Active Directory 애플리케이션에 %s 매니페스트를 적용했습니다.",
910
- "configManager.error.driverNotFound": "%s 단계에 대한 드라이버 %s을(를) 찾을 수 없습니다.",
911
- "configManager.error.yamlParsing": "경로 %s에서 yaml 파일을 구문 분석하는 동안 오류가 발생했습니다. 원인",
912
- "configManager.error.invalidYmlSchema": "수명 주기 %s의 스키마가 %s에서 잘못되었습니다.",
913
- "configManager.error.invalidEnvField": "수명 주기 %s에 있는 %s 작업의 env 필드가 잘못되었습니다.",
914
- "configManager.error.invalidEnvFolderPath": "environmentFolderPath 필드가 잘못되었습니다.",
915
- "botRegistration.ProgressBar.creatingBotAadApp": "봇 AAD 앱을 만드는 중입니다.",
916
- "botRegistration.log.startCreateBotAadApp": "봇 AAD 앱을 만드는 중입니다.",
917
- "botRegistration.log.successCreateBotAadApp": "봇 광고 앱이 생성되었습니다.",
918
- "botRegistration.log.skipCreateBotAadApp": "봇 AAD 앱 만들기를 건너뛰었습니다.",
919
- "botRegistration.log.failCreateBotAadApp": "봇 AAD 앱을 만들지 못했습니다. 오류 메시지: %s.",
847
+ "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
848
+ "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
849
+ "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
850
+ "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
851
+ "botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
920
852
  "driver.botAadApp.create.description": "새 봇을 만들거나 기존 봇 Azure Active Directory 앱을 재사용하세요.",
921
853
  "driver.botAadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
922
854
  "driver.botAadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
923
- "driver.botAadApp.log.failExecuteDriver": "%s 작업을 실행하지 못했습니다. 오류 메시지: %s",
855
+ "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
924
856
  "driver.botAadApp.log.successCreateBotAad": "클라이언트 ID가 %s인 Azure Active Directory 애플리케이션을 만들었습니다.",
925
857
  "driver.botAadApp.log.useExistingBotAad": "클라이언트 ID가 %s인 기존 Azure Active Directory 애플리케이션을 사용했습니다.",
926
- "driver.arm.error.outputConversionFailed": "ARM 배포 출력에 중복된 %s이(가) 있습니다.",
927
- "driver.arm.error.CompileBicepFailed": "Bicep 파일을 JSON ARM 템플릿 파일 %s(으)로 컴파일하지 못했습니다.",
928
- "driver.arm.description.deploy": "지정된 ARM 템플릿을 Azure에 배포",
858
+ "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
859
+ "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
860
+ "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
929
861
  "debug.warningMessage": "Teams에서 애플리케이션을 디버그하려면 localhost 서버가 HTTPS에 있어야 합니다.\nTeams에서 도구 키트에 사용되는 자체 서명된 SSL 인증서를 신뢰하려면 자체 서명된 인증서를 인증서 저장소에 추가해야 합니다.\n 이 단계를 건너뛸 수 있지만 Teams에서 앱을 디버깅할 때 새 브라우저 창에서 수동으로 보안 연결을 신뢰해야 합니다.\n자세한 내용은 \"https://aka.ms/teamsfx-ca-certificate\"를 참조하세요.",
930
862
  "debug.warningMessage2": " 인증서를 설치할 때 계정 자격 증명을 묻는 메시지가 표시될 수 있습니다.",
931
863
  "debug.install": "설치",
932
864
  "driver.spfx.deploy.description": "SPFx 패키지를 SharePoint 앱 카탈로그에 배포합니다.",
865
+ "driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
933
866
  "driver.spfx.deploy.createAppCatalog": "SharePoint 앱 카탈로그를 만듭니다.",
934
867
  "driver.spfx.deploy.deployPackage": "테넌트 앱 카탈로그에 SPFx 패키지를 배포합니다.",
935
868
  "driver.spfx.deploy.skipCreateAppCatalog": "SharePoint 앱 카탈로그 만들기로 건너뜁니다.",
@@ -942,14 +875,10 @@
942
875
  "driver.spfx.add.successNotice": "웹 파트 %s이(가) 프로젝트에 추가되었습니다.",
943
876
  "driver.spfx.add.progress.title": "스캐폴딩 웹 파트",
944
877
  "driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI를 사용하여 SPFx 웹 파트 생성",
945
- "driver.prerequisite.error.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다. %s.",
946
- "driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools를 확인하고 설치하지 못했습니다.",
947
- "driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK 확인 및 설치에 실패했습니다.",
878
+ "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
879
+ "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
948
880
  "driver.prerequisite.description": "종속성을 설치하는 중",
949
- "driver.prerequisite.progressBar.title": "드라이버 필수 구성 요소/설치",
950
- "driver.prerequisite.progressBar.devCert": "localhost에 대한 개발 인증서를 확인하고 생성하는 중입니다.",
951
- "driver.prerequisite.progressBar.dotnet": ".NET Core SDK를 확인하고 설치하는 중입니다.",
952
- "driver.prerequisite.progressBar.func": "Azure Functions Core Tools를 확인하고 설치하는 중입니다.",
881
+ "driver.prerequisite.progressBar": "Checking and installing development tool(s).",
953
882
  "driver.prerequisite.summary.devCert.trusted.succuss": "localhost에 대한 개발 인증서가 설치되어 있습니다.",
954
883
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost에 대한 개발 인증서가 생성되었습니다.",
955
884
  "driver.prerequisite.summary.devCert.skipped": "localhost에 대한 개발 인증서 신뢰를 건너뜁니다.",
@@ -957,111 +886,123 @@
957
886
  "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools가 설치되어 있습니다.",
958
887
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK가 %s에 설치되어 있습니다.",
959
888
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK가 설치되어 있습니다.",
960
- "driver.env.addEnvironmentVariable.description": "프로젝트 환경 파일에 환경 변수 생성",
961
- "driver.env.addEnvironmentVariable.summary": "'%s' 환경의 .env 파일에 환경 변수가 성공적으로 생성되었습니다.",
962
889
  "driver.file.createOrUpdateEnvironmentFile.description": "환경 파일에 변수를 생성하거나 업데이트합니다.",
963
890
  "driver.file.createOrUpdateEnvironmentFile.summary": "변수가 %s에 성공적으로 생성되었습니다.",
964
891
  "driver.file.createOrUpdateJsonFile.description": "앱 설정을 JSON 파일로 생성하거나 업데이트합니다.",
965
892
  "driver.file.createOrUpdateJsonFile.summary": "앱 설정이 %s에 생성되었습니다.",
966
- "driver.file.error.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다. %s.",
967
- "driver.file.error.unhandledError": "%s 작업에서 처리되지 않은 오류가 발생했습니다: %s",
968
- "driver.file.description": ".env 파일에 환경 변수를 생성합니다.",
969
- "driver.file.summary.default": "환경 변수가 '%s' 환경의 .env 파일에 생성되었습니다.",
970
- "driver.file.summary.withTarget": "%s에 환경 변수를 생성했습니다.",
971
- "driver.file.progressBar.title": "file/updateEnv",
972
- "driver.file.progressBar.generate": ".env 파일에 환경 변수를 생성하는 중입니다.",
973
- "driver.file.updateJson.description": "JSON 파일에 appsettings를 추가하거나 업데이트합니다.",
974
- "driver.file.updateJson.summary.withTarget": "appsettings 값이 %s에 생성되었습니다.",
975
- "driver.env.error.folderNotExist": "%s 폴더가 없습니다.",
976
- "driver.deploy.FailedListPublishingCredentialsRemoteError": "원격 서비스 오류로 인해 게시 자격 증명을 나열하지 못했습니다. \n계정을 확인하고 다시 시도하세요.",
977
- "driver.deploy.error.restartWebAppError": "웹앱을 다시 시작하지 못했습니다.\n앱이 제대로 작동하지 않는 경우 웹앱을 수동으로 다시 시작하세요.",
978
- "driver.deploy.UploadToStorageRemoteError": "원격 서비스 오류로 인해 로컬 경로 %s을(를) Azure Storage 계정에 업로드하지 못했습니다.",
979
- "driver.deploy.ClearStorageRemoteError": "원격 서비스 오류로 인해 Azure Storage 계정을 지우지 못했습니다.",
980
- "driver.deploy.error.deployToAzureRemoteFailed": "원격 서비스 오류입니다. 업로드하지 못했습니다.",
981
- "driver.deploy.error.unknownError": "알 수 없는 오류 %s이(가) 발생했습니다.",
893
+ "driver.file.progressBar.appsettings": "Generating appsettings...",
894
+ "driver.file.progressBar.env": "Generating environment variables...",
895
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
982
896
  "driver.deploy.notice.deployAcceleration": "Azure App Service를 배포하는 데 시간이 오래 걸립니다. 배포를 최적화하려면 이 문서를 참조하는 것이 좋습니다.",
983
- "driver.deploy.error.noFileFindInDistributionFolder": "배포 폴더에 파일이 없습니다. 배포 폴더가 비어 있거나 모든 항목을 무시했는지 확인하세요.",
984
- "driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
985
- "driver.deploy.azureAppServiceDeploySummary": "프로젝트를 Azure App Service에 배포했습니다.",
986
- "driver.deploy.azureFunctionsDeploySummary": "프로젝트가 Azure Functions배포되었습니다.",
987
- "driver.deploy.azureStorageDeploySummary": "프로젝트를 Azure Storage에 배포했습니다.",
988
- "driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
989
- "driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
990
- "driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
897
+ "driver.deploy.notice.deployDryRunComplete": "배포 준비가 완료되었습니다. `%s`에서 패키지를 찾을 있습니다.",
898
+ "driver.deploy.azureAppServiceDeployDetailSummary": "`%s`을(를) Azure App Service에 배포했습니다.",
899
+ "driver.deploy.azureFunctionsDeployDetailSummary": "`%s`을(를) Azure Functions에 배포했습니다.",
900
+ "driver.deploy.azureStorageDeployDetailSummary": "`%s`을(를) Azure Storage배포했습니다.",
991
901
  "driver.deploy.enableStaticWebsiteSummary": "Azure Storage에서 정적 웹 사이트를 사용합니다.",
992
902
  "driver.deploy.deployToAzureAppServiceDescription": "프로젝트를 Azure APP Service에 배포합니다.",
993
903
  "driver.deploy.deployToAzureFunctionsDescription": "프로젝트를 Azure Functions에 배포합니다.",
994
904
  "driver.deploy.deployToAzureStorageDescription": "프로젝트를 Azure Storage에 배포합니다.",
995
905
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage에서 정적 웹 사이트 설정을 사용하도록 설정합니다.",
996
- "driver.deploy.getStorageContainerError": "스토리지 컨테이너 %s을(를) 가져오지 못했습니다.",
997
- "driver.deploy.checkContainerStaticWebsiteError": "컨테이너 %s에서 정적 웹 사이트 옵션을 활성화했는지 확인하지 못했습니다.",
998
- "driver.deploy.checkContainerStaticWebsiteRemoteError": "원격 서비스 오류로 인해 컨테이너 %s이(가) 정적 웹 사이트 옵션을 활성화했는지 확인하지 못했습니다.",
999
- "driver.deploy.enableStaticWebsiteError": "컨테이너 %s에 대한 정적 웹 사이트 옵션을 활성화하지 못했습니다.",
1000
- "driver.deploy.enableStaticWebsiteRemoteError": "원격 서비스 오류로 인해 컨테이너 %s에 대해 정적 웹 사이트 옵션을 활성화하지 못했습니다.",
1001
906
  "driver.common.suggestion.retryLater": "다시 시도해 주세요.",
1002
- "driver.common.FailRetrieveAzureCredentialsRemoteError": "원격 서비스 오류로 인해 Azure 자격 증명을 검색하지 못했습니다.",
1003
- "driver.common.GetContainerRemoteError": "Azure Storage 계정에서 %s 컨테이너를 가져오지 못했습니다.",
1004
- "driver.deploy.zipDeploymentRemoteStartError": "Zip 배포에 성공했지만 원격 시작에 실패했습니다.",
1005
- "driver.script.buildSummary": "`%s`에서 `%s` 명령을 실행했습니다.",
907
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
1006
908
  "driver.script.dotnetDescription": "dotnet 명령을 실행하고 있습니다.",
1007
909
  "driver.script.npmDescription": "npm 명령을 실행하고 있습니다.",
1008
910
  "driver.script.npxDescription": "npx 명령을 실행하고 있습니다.",
1009
- "driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
1010
- "driver.m365.acquire.description": " 패키지로 M365 타이틀 획득",
1011
- "driver.m365.acquire.progress.message": " 패키지로 M365 타이틀을 가져오는 중입니다.",
1012
- "driver.m365.acquire.progress.title": "m365Title/acquire",
1013
- "driver.m365.acquire.summary": "M365 타이틀을 가져왔습니다(%s).",
1014
- "driver.m365.error.fileNotFound": "%s 작업에 대한 입력 파일을 찾을 수 없습니다. %s.",
1015
- "driver.m365.error.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다. %s.",
1016
- "driver.m365.error.unhandledError": "%s 작업에서 처리되지 않은 오류가 발생했습니다. %s",
911
+ "driver.script.runCommandSummary": "`%s`에서 `%s` 명령을 실행했습니다.",
912
+ "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
913
+ "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
914
+ "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
1017
915
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "생성된 Teams 앱 패키지를 SPFx 솔루션에 복사합니다.",
1018
916
  "driver.teamsApp.description.createDriver": "Teams 앱을 만듭니다.",
1019
917
  "driver.teamsApp.description.updateDriver": "Teams 앱을 업데이트합니다.",
1020
918
  "driver.teamsApp.description.publishDriver": "Teams 앱을 테넌트 앱 카탈로그에 게시합니다.",
1021
919
  "driver.teamsApp.description.validateDriver": "Teams 앱의 유효성을 검사합니다.",
1022
920
  "driver.teamsApp.description.createAppPackageDriver": "Teams 앱 패키지를 빌드합니다.",
1023
- "driver.teamsApp.progressBar.createTeamsAppTitle": "Teams 만들기",
1024
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams 앱 만들기",
1025
- "driver.teamsApp.progressBar.updateTeamsAppTitle": "Teams 앱 업데이트",
1026
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams 앱 업데이트 중",
1027
- "driver.teamsApp.progressBar.publishTeamsAppTitle": "Teams 앱 게시",
921
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
922
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
923
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
1028
924
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams 앱이 테넌트 앱 카탈로그에 이미 제출되었는지 확인",
1029
925
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "게시된 Teams 앱 업데이트",
1030
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams 앱 게시",
926
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
1031
927
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID가 %s인 Teams 앱이 이미 있습니다. 새 Teams 앱 만들기를 건너뛰었습니다.",
1032
928
  "driver.teamsApp.summary.publishTeamsAppExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 이미 있습니다.",
1033
929
  "driver.teamsApp.summary.publishTeamsAppNotExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 없습니다.",
1034
930
  "driver.teamsApp.summary.publishTeamsAppSuccess": "%s Teams 앱이 관리 포털에 게시되었습니다.",
1035
931
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams 앱 %s이(가) %s에 성공적으로 복사되었습니다.",
1036
932
  "driver.teamsApp.summary.copyIconSuccess": "%s 아래에 %s 아이콘이 업데이트되었습니다.",
1037
- "driver.teamsApp.summary.validate": "Teams 도구 키트가 모든 유효성 검사 규칙을 확인했습니다.\n\n요약:\n%s개 실패, %s개 통과.\n%s\n%s\n\n전체 유효성 검사 로그는 %s에서 찾을 있습니다.",
1038
- "driver.teamsApp.validate.skip": "현재 %s 작업을 건너뛰었습니다. 향후 버전에서 업데이트될 예정입니다.",
1039
- "driver.teamsApp.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다. %s.",
1040
- "driver.teamsApp.validate.invalidParameter": "매개 변수 %s은(는) 작업 %s에 대해 제공되어야 합니다.",
1041
- "driver.teamsApp.validate.result": "Teams 도구 키트에서 앱 패키지의 유효성 검사 규칙 확인을 완료했습니다. %s개가 실패하고 %s개가 통과되었습니다. 자세한 내용은 [출력 창](%s)을 확인하세요.",
1042
- "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
1043
- "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
933
+ "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
934
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
935
+ "driver.teamsApp.summary.validate.succeed": "%s passed",
936
+ "driver.teamsApp.summary.validate.failed": "%s failed",
937
+ "driver.teamsApp.summary.validate.warning": "%s warning",
938
+ "driver.teamsApp.summary.validate.all": "All",
939
+ "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
940
+ "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.",
941
+ "error.teamsApp.validate.apiFailed": "%s(으)로 인해 Teams 앱 패키지 유효성 검사에 실패했습니다.",
942
+ "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
1044
943
  "error.teamsApp.AppIdNotExistError": "ID가 %s인 Teams 앱이 Teams 개발자 포털에 없습니다.",
1045
- "error.teamsApp.InvalidAppIdError": "Teams ID %s이(가) 잘못되었습니다.",
1046
- "driver.botFramework.error.invalidParameter": "%s 작업에 대한 다음 매개 변수가 없거나 잘못되었습니다: %s.",
1047
- "driver.botFramework.error.unhandledError": "%s 작업에서 처리되지 않은 오류가 발생했습니다: %s",
944
+ "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
1048
945
  "driver.botFramework.description": "dev.botframework.com에서 봇 등록을 만들거나 업데이트합니다.",
1049
946
  "driver.botFramework.summary.create": "봇 등록을 만들었습니다(%s).",
1050
947
  "driver.botFramework.summary.update": "봇 등록이 업데이트되었습니다(%s).",
1051
- "driver.botFramework.progressBar.title": "botFramework/만들기",
1052
948
  "driver.botFramework.progressBar.createOrUpdateBot": "봇 등록을 만들거나 업데이트하는 중입니다.",
1053
- "driver.generateAppsettings.description": "appsettings 파일에 환경 변수를 추가하거나 업데이트합니다.",
1054
- "error.yaml.InvalidYamlSchemaError": "%s yaml 파일을 구문 분석하지 못함",
949
+ "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
950
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
1055
951
  "error.yaml.YamlFieldTypeError": "'%s' 필드는 %s 형식이어야 합니다. yaml 파일: %s",
1056
952
  "error.yaml.YamlFieldMissingError": "'%s' 필드가 없습니다. yaml 파일: %s",
1057
953
  "error.yaml.InvalidYmlActionNameError": "'%s' 작업이 없습니다. yaml 파일: %s",
1058
954
  "error.yaml.LifeCycleUndefinedError": "수명 주기 '%s'이(가) 정의되지 않았습니다. yaml 파일: %s",
1059
- "error.common.UnresolvedPlaceholderError": "다음 환경 변수가 없습니다: '%s', 파일에 필요함: %s.",
955
+ "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
956
+ "error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
957
+ "error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
1060
958
  "error.common.InvalidProjectError": "이 명령은 Teams Toolkit에서 만든 프로젝트에만 작동합니다.",
1061
- "error.common.InvalidActionInputError": "다음 매개 변수가 '%s' 작업에 대해 누락되었거나 잘못되었습니다: %s, yaml 파일: %s",
1062
- "error.common.FileNotFoundError": "No such file or directory, open '%s'",
1063
- "error.common.JSONSyntaxError": "JSON syntax error: %s",
1064
- "error.common.UnhandledError": "Unhandled error: %s",
1065
- "error.collaboration.InvalidManifestError": "Your manifest is invalid: %s. Please make sure 'id' key exists in your manifest file.",
1066
- "error.collaboration.FailedToLoadManifest": "Failed to load manifest file. Reason: %s."
959
+ "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
960
+ "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
961
+ "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
962
+ "error.common.MissingRequiredInputError": "Missing required input: %s",
963
+ "error.common.InputValidationError": "Input '%s' validation failed: %s",
964
+ "error.common.NoEnvFilesError": "Unable to find .env files.",
965
+ "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
966
+ "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
967
+ "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
968
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
969
+ "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
970
+ "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
971
+ "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
972
+ "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
973
+ "error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
974
+ "error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
975
+ "error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
976
+ "error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
977
+ "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
978
+ "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
979
+ "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
980
+ "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
981
+ "error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
982
+ "error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
983
+ "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
984
+ "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
985
+ "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
986
+ "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
987
+ "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
988
+ "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
989
+ "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
990
+ "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
991
+ "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
992
+ "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
993
+ "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
994
+ "error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
995
+ "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
996
+ "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
997
+ "error.script.ScriptExecutionError": "%s",
998
+ "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
999
+ "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1000
+ "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1001
+ "error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1002
+ "error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1003
+ "error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1004
+ "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1005
+ "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1006
+ "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1007
+ "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
1067
1008
  }