@microsoft/teamsfx-core 1.13.0 → 1.13.1-alpha.ae549cb45.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 (280) hide show
  1. package/build/common/deps-checker/depsChecker.d.ts +15 -5
  2. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  3. package/build/common/deps-checker/depsChecker.js.map +1 -1
  4. package/build/common/deps-checker/depsManager.d.ts +1 -15
  5. package/build/common/deps-checker/depsManager.d.ts.map +1 -1
  6. package/build/common/deps-checker/depsManager.js +4 -17
  7. package/build/common/deps-checker/depsManager.js.map +1 -1
  8. package/build/common/deps-checker/internal/dotnetChecker.d.ts +4 -5
  9. package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  10. package/build/common/deps-checker/internal/dotnetChecker.js +22 -19
  11. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  12. package/build/common/deps-checker/internal/funcToolChecker.d.ts +11 -7
  13. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  14. package/build/common/deps-checker/internal/funcToolChecker.js +40 -28
  15. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  16. package/build/common/deps-checker/internal/ngrokChecker.d.ts +4 -6
  17. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +1 -1
  18. package/build/common/deps-checker/internal/ngrokChecker.js +21 -13
  19. package/build/common/deps-checker/internal/ngrokChecker.js.map +1 -1
  20. package/build/common/deps-checker/internal/nodeChecker.d.ts +8 -6
  21. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  22. package/build/common/deps-checker/internal/nodeChecker.js +44 -48
  23. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  24. package/build/common/templates-config.json +2 -2
  25. package/build/component/bicep.d.ts +4 -4
  26. package/build/component/bicep.d.ts.map +1 -1
  27. package/build/component/bicep.js +29 -79
  28. package/build/component/bicep.js.map +1 -1
  29. package/build/component/code/apiCode.d.ts +4 -4
  30. package/build/component/code/apiCode.d.ts.map +1 -1
  31. package/build/component/code/apiCode.js +56 -70
  32. package/build/component/code/apiCode.js.map +1 -1
  33. package/build/component/code/botCode.d.ts +4 -4
  34. package/build/component/code/botCode.d.ts.map +1 -1
  35. package/build/component/code/botCode.js +127 -136
  36. package/build/component/code/botCode.js.map +1 -1
  37. package/build/component/code/spfxTabCode.d.ts +3 -3
  38. package/build/component/code/spfxTabCode.d.ts.map +1 -1
  39. package/build/component/code/spfxTabCode.js +25 -28
  40. package/build/component/code/spfxTabCode.js.map +1 -1
  41. package/build/component/code/tabCode.d.ts +5 -5
  42. package/build/component/code/tabCode.d.ts.map +1 -1
  43. package/build/component/code/tabCode.js +139 -160
  44. package/build/component/code/tabCode.js.map +1 -1
  45. package/build/component/connection/apimConfig.d.ts +0 -2
  46. package/build/component/connection/apimConfig.d.ts.map +1 -1
  47. package/build/component/connection/apimConfig.js +2 -16
  48. package/build/component/connection/apimConfig.js.map +1 -1
  49. package/build/component/connection/azureFunctionConfig.d.ts +0 -2
  50. package/build/component/connection/azureFunctionConfig.d.ts.map +1 -1
  51. package/build/component/connection/azureFunctionConfig.js +2 -15
  52. package/build/component/connection/azureFunctionConfig.js.map +1 -1
  53. package/build/component/connection/azureResourceConfig.d.ts +2 -2
  54. package/build/component/connection/azureResourceConfig.d.ts.map +1 -1
  55. package/build/component/connection/azureResourceConfig.js +43 -60
  56. package/build/component/connection/azureResourceConfig.js.map +1 -1
  57. package/build/component/connection/azureWebAppConfig.d.ts +0 -2
  58. package/build/component/connection/azureWebAppConfig.d.ts.map +1 -1
  59. package/build/component/connection/azureWebAppConfig.js +2 -14
  60. package/build/component/connection/azureWebAppConfig.js.map +1 -1
  61. package/build/component/constants.d.ts +1 -0
  62. package/build/component/constants.d.ts.map +1 -1
  63. package/build/component/constants.js +6 -1
  64. package/build/component/constants.js.map +1 -1
  65. package/build/component/core.d.ts +22 -25
  66. package/build/component/core.d.ts.map +1 -1
  67. package/build/component/core.js +442 -449
  68. package/build/component/core.js.map +1 -1
  69. package/build/component/debug.d.ts +1 -7
  70. package/build/component/debug.d.ts.map +1 -1
  71. package/build/component/debug.js +1 -70
  72. package/build/component/debug.js.map +1 -1
  73. package/build/component/envManager.d.ts +2 -5
  74. package/build/component/envManager.d.ts.map +1 -1
  75. package/build/component/envManager.js +10 -129
  76. package/build/component/envManager.js.map +1 -1
  77. package/build/component/feature/api.d.ts +1 -7
  78. package/build/component/feature/api.d.ts.map +1 -1
  79. package/build/component/feature/api.js +112 -145
  80. package/build/component/feature/api.js.map +1 -1
  81. package/build/component/feature/apim.d.ts.map +1 -1
  82. package/build/component/feature/apim.js +64 -86
  83. package/build/component/feature/apim.js.map +1 -1
  84. package/build/component/feature/bot.d.ts +3 -12
  85. package/build/component/feature/bot.d.ts.map +1 -1
  86. package/build/component/feature/bot.js +221 -210
  87. package/build/component/feature/bot.js.map +1 -1
  88. package/build/component/feature/keyVault.d.ts.map +1 -1
  89. package/build/component/feature/keyVault.js +48 -101
  90. package/build/component/feature/keyVault.js.map +1 -1
  91. package/build/component/feature/spfx.d.ts.map +1 -1
  92. package/build/component/feature/spfx.js +52 -55
  93. package/build/component/feature/spfx.js.map +1 -1
  94. package/build/component/feature/sql.d.ts +0 -6
  95. package/build/component/feature/sql.d.ts.map +1 -1
  96. package/build/component/feature/sql.js +57 -113
  97. package/build/component/feature/sql.js.map +1 -1
  98. package/build/component/feature/sso.d.ts +5 -7
  99. package/build/component/feature/sso.d.ts.map +1 -1
  100. package/build/component/feature/sso.js +101 -175
  101. package/build/component/feature/sso.js.map +1 -1
  102. package/build/component/feature/tab.d.ts +1 -6
  103. package/build/component/feature/tab.d.ts.map +1 -1
  104. package/build/component/feature/tab.js +165 -197
  105. package/build/component/feature/tab.js.map +1 -1
  106. package/build/component/messages.d.ts +3 -0
  107. package/build/component/messages.d.ts.map +1 -1
  108. package/build/component/messages.js +3 -0
  109. package/build/component/messages.js.map +1 -1
  110. package/build/component/middleware/actionExecutionMW.d.ts +20 -0
  111. package/build/component/middleware/actionExecutionMW.d.ts.map +1 -0
  112. package/build/component/middleware/actionExecutionMW.js +100 -0
  113. package/build/component/middleware/actionExecutionMW.js.map +1 -0
  114. package/build/component/migrate.d.ts.map +1 -1
  115. package/build/component/migrate.js +2 -26
  116. package/build/component/migrate.js.map +1 -1
  117. package/build/component/questionV3.d.ts +1 -0
  118. package/build/component/questionV3.d.ts.map +1 -1
  119. package/build/component/questionV3.js +42 -10
  120. package/build/component/questionV3.js.map +1 -1
  121. package/build/component/resource/aadApp/aadApp.d.ts +7 -7
  122. package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
  123. package/build/component/resource/aadApp/aadApp.js +56 -18
  124. package/build/component/resource/aadApp/aadApp.js.map +1 -1
  125. package/build/component/resource/aadApp/actions/configure.js +2 -2
  126. package/build/component/resource/aadApp/actions/configure.js.map +1 -1
  127. package/build/component/resource/aadApp/actions/deploy.d.ts +3 -0
  128. package/build/component/resource/aadApp/actions/deploy.d.ts.map +1 -0
  129. package/build/component/resource/aadApp/actions/deploy.js +70 -0
  130. package/build/component/resource/aadApp/actions/deploy.js.map +1 -0
  131. package/build/component/resource/aadApp/actions/generateManifest.d.ts.map +1 -1
  132. package/build/component/resource/aadApp/actions/generateManifest.js +3 -1
  133. package/build/component/resource/aadApp/actions/generateManifest.js.map +1 -1
  134. package/build/component/resource/aadApp/actions/provision.d.ts +1 -2
  135. package/build/component/resource/aadApp/actions/provision.d.ts.map +1 -1
  136. package/build/component/resource/aadApp/actions/provision.js +3 -33
  137. package/build/component/resource/aadApp/actions/provision.js.map +1 -1
  138. package/build/component/resource/aadApp/actions/setApplication.js +2 -2
  139. package/build/component/resource/aadApp/actions/setApplication.js.map +1 -1
  140. package/build/component/resource/aadApp/actions/utils.d.ts +3 -0
  141. package/build/component/resource/aadApp/actions/utils.d.ts.map +1 -0
  142. package/build/component/resource/aadApp/actions/utils.js +38 -0
  143. package/build/component/resource/aadApp/actions/utils.js.map +1 -0
  144. package/build/component/resource/apim.d.ts +4 -5
  145. package/build/component/resource/apim.d.ts.map +1 -1
  146. package/build/component/resource/apim.js +21 -63
  147. package/build/component/resource/apim.js.map +1 -1
  148. package/build/component/resource/appManifest/appManifest.d.ts +5 -5
  149. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  150. package/build/component/resource/appManifest/appManifest.js +82 -117
  151. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  152. package/build/component/resource/azureAppService/azureAppService.d.ts +3 -3
  153. package/build/component/resource/azureAppService/azureAppService.d.ts.map +1 -1
  154. package/build/component/resource/azureAppService/azureAppService.js +24 -36
  155. package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
  156. package/build/component/resource/azureAppService/azureFunction.d.ts +2 -2
  157. package/build/component/resource/azureAppService/azureFunction.d.ts.map +1 -1
  158. package/build/component/resource/azureAppService/azureFunction.js +2 -25
  159. package/build/component/resource/azureAppService/azureFunction.js.map +1 -1
  160. package/build/component/resource/azureResource.d.ts +2 -2
  161. package/build/component/resource/azureResource.d.ts.map +1 -1
  162. package/build/component/resource/azureResource.js +29 -47
  163. package/build/component/resource/azureResource.js.map +1 -1
  164. package/build/component/resource/azureSql/actions/configure.d.ts.map +1 -1
  165. package/build/component/resource/azureSql/azureSql.d.ts +4 -4
  166. package/build/component/resource/azureSql/azureSql.d.ts.map +1 -1
  167. package/build/component/resource/azureSql/azureSql.js +41 -7
  168. package/build/component/resource/azureSql/azureSql.js.map +1 -1
  169. package/build/component/resource/azureStorage.d.ts +3 -3
  170. package/build/component/resource/azureStorage.d.ts.map +1 -1
  171. package/build/component/resource/azureStorage.js +45 -56
  172. package/build/component/resource/azureStorage.js.map +1 -1
  173. package/build/component/resource/botService.d.ts +4 -4
  174. package/build/component/resource/botService.d.ts.map +1 -1
  175. package/build/component/resource/botService.js +66 -74
  176. package/build/component/resource/botService.js.map +1 -1
  177. package/build/component/resource/identity.d.ts.map +1 -1
  178. package/build/component/resource/identity.js +9 -4
  179. package/build/component/resource/identity.js.map +1 -1
  180. package/build/component/resource/spfx.d.ts +2 -2
  181. package/build/component/resource/spfx.d.ts.map +1 -1
  182. package/build/component/resource/spfx.js +23 -34
  183. package/build/component/resource/spfx.js.map +1 -1
  184. package/build/component/utils.d.ts +12 -1
  185. package/build/component/utils.d.ts.map +1 -1
  186. package/build/component/utils.js +108 -45
  187. package/build/component/utils.js.map +1 -1
  188. package/build/component/workflow.d.ts +2 -1
  189. package/build/component/workflow.d.ts.map +1 -1
  190. package/build/component/workflow.js +41 -29
  191. package/build/component/workflow.js.map +1 -1
  192. package/build/core/FxCore.d.ts.map +1 -1
  193. package/build/core/FxCore.js +9 -65
  194. package/build/core/FxCore.js.map +1 -1
  195. package/build/core/middleware/questionModel.d.ts.map +1 -1
  196. package/build/core/middleware/questionModel.js +19 -5
  197. package/build/core/middleware/questionModel.js.map +1 -1
  198. package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
  199. package/build/plugins/resource/frontend/dotnet/plugin.js +6 -3
  200. package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
  201. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts +2 -1
  202. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts.map +1 -1
  203. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js +3 -2
  204. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js.map +1 -1
  205. package/build/plugins/solution/fx-solution/solution.d.ts.map +1 -1
  206. package/build/plugins/solution/fx-solution/solution.js +1 -1
  207. package/build/plugins/solution/fx-solution/solution.js.map +1 -1
  208. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +1 -1
  209. package/build/plugins/solution/fx-solution/v2/provisionLocal.js +1 -1
  210. package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +1 -1
  211. package/build/plugins/solution/fx-solution/v2/utils.d.ts +2 -2
  212. package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
  213. package/build/plugins/solution/fx-solution/v2/utils.js +19 -6
  214. package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
  215. package/build/plugins/solution/fx-solution/v3/provision.d.ts.map +1 -1
  216. package/build/plugins/solution/fx-solution/v3/provision.js +41 -30
  217. package/build/plugins/solution/fx-solution/v3/provision.js.map +1 -1
  218. package/package.json +4 -4
  219. package/resource/package.nls.cs.json +20 -16
  220. package/resource/package.nls.de.json +20 -16
  221. package/resource/package.nls.es.json +21 -17
  222. package/resource/package.nls.fr.json +20 -16
  223. package/resource/package.nls.it.json +20 -16
  224. package/resource/package.nls.ja.json +21 -17
  225. package/resource/package.nls.json +3 -1
  226. package/resource/package.nls.ko.json +21 -17
  227. package/resource/package.nls.pl.json +21 -17
  228. package/resource/package.nls.pt-BR.json +21 -17
  229. package/resource/package.nls.ru.json +21 -17
  230. package/resource/package.nls.tr.json +21 -17
  231. package/resource/package.nls.zh-Hans.json +21 -17
  232. package/resource/package.nls.zh-Hant.json +21 -17
  233. package/templates/bicep/apim.config.module.bicep +2 -2
  234. package/templates/bicep/azureFunction.config.module.bicep +7 -4
  235. package/templates/bicep/azureFunction.config.orchestration.bicep +2 -2
  236. package/templates/bicep/azureFunction.provision.orchestration.bicep +5 -0
  237. package/templates/bicep/azureStorage.provision.orchestration.bicep +6 -0
  238. package/templates/bicep/azureWebApp.config.module.bicep +5 -5
  239. package/templates/bicep/azureWebApp.config.orchestration.bicep +1 -1
  240. package/templates/bicep/azureWebApp.provision.orchestration.bicep +5 -0
  241. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  242. package/templates/fallback/bot.csharp.default.zip +0 -0
  243. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  244. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  245. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  246. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  247. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  248. package/templates/fallback/bot.js.default.zip +0 -0
  249. package/templates/fallback/bot.js.m365.zip +0 -0
  250. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  251. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  252. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  253. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  254. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  255. package/templates/fallback/bot.ts.default.zip +0 -0
  256. package/templates/fallback/bot.ts.m365.zip +0 -0
  257. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  258. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  259. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  260. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  261. package/templates/fallback/function-base.js.default.zip +0 -0
  262. package/templates/fallback/function-base.ts.default.zip +0 -0
  263. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  264. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  265. package/templates/fallback/tab.csharp.default.zip +0 -0
  266. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  267. package/templates/fallback/tab.js.default.zip +0 -0
  268. package/templates/fallback/tab.js.m365.zip +0 -0
  269. package/templates/fallback/tab.js.non-sso.zip +0 -0
  270. package/templates/fallback/tab.ts.default.zip +0 -0
  271. package/templates/fallback/tab.ts.m365.zip +0 -0
  272. package/templates/fallback/tab.ts.non-sso.zip +0 -0
  273. package/build/component/fx/preDeployAction.d.ts +0 -7
  274. package/build/component/fx/preDeployAction.d.ts.map +0 -1
  275. package/build/component/fx/preDeployAction.js +0 -28
  276. package/build/component/fx/preDeployAction.js.map +0 -1
  277. package/build/component/fx/preProvisionAction.d.ts +0 -7
  278. package/build/component/fx/preProvisionAction.d.ts.map +0 -1
  279. package/build/component/fx/preProvisionAction.js +0 -71
  280. package/build/component/fx/preProvisionAction.js.map +0 -1
@@ -3,6 +3,7 @@
3
3
  "core.init.successNotice": "Projeniz TeamsFx ile çalışmak için başarıyla başlatıldı.\n\nSonraki bazı adımlar:\nteamsfx ekleme <feature> çoklu oturum açma veya Teams bildirim tümleştirmesi gibi özellikler eklemenizi sağlar.\n\nPro ipucu:\nBildirim dosyasını mevcut başlatma sayfası deneyiminize bağlanmak üzere güncelleştirme hakkında daha fazla bilgi edinmek için aka.ms/teams-manifest adresindeki bilgileri okuyun.",
4
4
  "core.provision.confirmNotice": "Ekipler Araç Seti, kaynakları sağlar ve karşılık gelen kaynak sağlayıcılarını Azure hesabı (%s) altında abonelik (%s) ile kaydeder. Fiyatlandırma hesaplayıcısına göre maliyetler oluşabilir.",
5
5
  "core.provision.confirmEnvNotice": "%s ortamında kaynak sağlamak istiyor musunuz?\nKaynakları sağlamak için abonelik (%s) içeren Azure hesabı (%s) kullanılacaktır. Maliyet, kullanıma göre uygulanabilir.",
6
+ "core.provision.confirmSubscription": "You are switching away from your previous subscription %s.\nDo you want to provision resources in %s environment? Azure account (%s) with subscription (%s) will be used to provision the resources. Cost may incur according to the usage.",
6
7
  "core.deploy.confirmEnvNotice": "Kaynakları %s ortamında dağıtmak istiyor musunuz?\nDağıtım için abonelik (%s) içeren Azure hesabı (%s) kullanılacaktır.",
7
8
  "core.provision.successAzure": "Azure kaynakları bulutta başarıyla sağlandı.",
8
9
  "core.provision.successNotice": "'%s' bulutta başarıyla sağlandı.",
@@ -115,8 +116,8 @@
115
116
  "core.collaboration.Undefined": "tanımsız",
116
117
  "core.collaboration.ResourceName": ", Kaynak Adı: ",
117
118
  "core.collaboration.Permission": ", İzin: ",
118
- "plugins.spfx.questions.framework.title": "Framework",
119
- "plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
119
+ "plugins.spfx.questions.framework.title": "Çerçeve",
120
+ "plugins.spfx.questions.versionCheck.title": "Node.js ve NPM sürümleri denetleniyor...",
120
121
  "plugins.spfx.buildNotice": "SharePoint paketi %s konumunda başarıyla oluşturuldu.",
121
122
  "plugins.spfx.deployNotice": "%s SharePoint paketi [%s](%s) konumuna başarıyla dağıtıldı.",
122
123
  "plugins.spfx.deployFailedNotice": "Paketi %s Uygulama Kataloğuna yükleme ve dağıtma izniniz yok, lütfen site yöneticisi hesabını kullanın veya [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)'den kendi ücretsiz Microsoft 365 kiracınızı edinebilirsiniz.",
@@ -134,9 +135,9 @@
134
135
  "plugins.spfx.deploy.createAppcatalog": "SharePoint uygulama kataloğu oluşturma",
135
136
  "plugins.spfx.deploy.uploadAddDeploy": "SPFx paketini kiracı Uygulama Kataloğuna yükleyin ve dağıtın.",
136
137
  "plugins.spfx.scaffold.title": "Proje için yapı iskelesi oluşturuluyor",
137
- "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Check aka.ms/teamsfx-spfx-help to install the supported version.",
138
- "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
139
- "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
138
+ "plugins.spfx.error.npmNotFound": "Makineniz üzerinde NPM bulunamadı. Desteklenen sürümü yüklemek için aka.ms/teamsfx-spfx-help’i kontrol edin.",
139
+ "plugins.spfx.error.npmVersionNotSupported": "SPFx v%s için NPM v%s sürümü desteklenmiyor. Diğer ayrıntılar için aka.ms/teamsfx-spfx-help’i kontrol edin.",
140
+ "plugins.spfx.error.nodeVersionNotSupported": "NODE.js v%s sürümü SPFx v%s için desteklenmiyor. Diğer ayrıntılar için aka.ms/teamsfx-spfx-help’i kontrol edin.",
140
141
  "plugins.spfx.error.npmInstallFailed": "%s nedeniyle 'npm install' çalıştırılamadı",
141
142
  "plugins.spfx.error.invalidDependency": "%s paket doğrulaması başarısız oldu",
142
143
  "plugins.spfx.error.installDependency": "%s paketi yüklenemedi. [output](command:fx-extension.showOutputChannel) içinde düzeltmeyi öğrenin.",
@@ -191,7 +192,7 @@
191
192
  "plugins.appstudio.provisionProgress": "Teams uygulaması kaydediliyor %s...",
192
193
  "plugins.appstudio.postProvisionProgress": "Teams uygulaması güncelleştiriliyor %s...",
193
194
  "plugins.appstudio.publishProgressValidate": "Bildirim dosyası doğrulanıyor",
194
- "plugins.appstudio.publishProgressUpdate": "App Studio'da %s uygulaması için uygulama tanımı güncelleştiriliyor",
195
+ "plugins.appstudio.publishProgressUpdate": "Updating app definition for app %s in Developer Portal",
195
196
  "plugins.appstudio.publishProgressBuild": "%s konumunda Teams uygulaması paketi oluşturuluyor.",
196
197
  "plugins.appstudio.publishProgressPublish": "%s yayımlanıyor",
197
198
  "plugins.appstudio.dataRequired": "Gerekli veriler: %s",
@@ -395,12 +396,14 @@
395
396
  "error.appstudio.executeUserTaskRouteFailed": "İşlev çağırma yönlendirilemedi: %s}",
396
397
  "error.appstudio.fileNotFoundError": "%s dosyası bulunamadı.",
397
398
  "error.appstudio.notADirectoryError": "%s bir dizin değil.",
398
- "error.appstudio.remoteTeamsAppCreateFailed": "%s, %s nedeniyle App Studio'da uzak Teams uygulaması oluşturulamadı.",
399
- "error.appstudio.remoteTeamsAppUpdateFailed": "%s, %s nedeniyle App Studio'da uzak Teams uygulaması güncelleştirilemedi.",
400
- "error.appstudio.localTeamsAppCreateFailed": "%s, %s nedeniyle App Studio'da Teams uygulaması için yerel hata ayıklama oluşturulamadı.",
401
- "error.appstudio.localTeamsAppUpdateFailed": "%s, %s nedeniyle App Studio'da Teams uygulaması için yerel hata ayıklama güncelleştirilemedi.",
402
- "error.appstudio.teamsAppCreateFailed": "%s, %s nedeniyle App Studio'da Teams uygulaması oluşturulamadı.",
399
+ "error.appstudio.remoteTeamsAppCreateFailed": "Failed to create remote Teams app in Developer Portal, due to %s",
400
+ "error.appstudio.remoteTeamsAppUpdateFailed": "Failed to update remote Teams app in Developer Portal, due to %s",
401
+ "error.appstudio.localTeamsAppCreateFailed": "Failed to create local debug Teams app in Developer Portal, due to %s",
402
+ "error.appstudio.localTeamsAppUpdateFailed": "Failed to update local debug Teams app in Developer Portal, due to %s",
403
+ "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
403
404
  "error.appstudio.teamsAppUpdateFailed": "%s kimlikli Teams uygulaması güncelleştirilemedi.",
405
+ "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
406
+ "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
404
407
  "error.appstudio.teamsAppNotFound": "%s kimlikli Teams uygulaması bulunamadı.",
405
408
  "error.appstudio.noAppStudioToken": "App Studio belirteci alınamadı.",
406
409
  "error.appstudio.invalidManifest": "Şu hata nedeniyle bildirim dizesi ayrıştırılamadı: %s. Bu, geçersiz yapılandırmalardan kaynaklanıyor olabilir. %s",
@@ -476,11 +479,11 @@
476
479
  "error.apiConnector.NoBotOrFunctionExistError": "Lütfen önce bot veya işlev kaynağı oluşturun.",
477
480
  "error.apiConnector.InvalidProjectError": "Lütfen geçerli bir TeamsFx projesi seçin",
478
481
  "error.apiConnector.ApiConnectorFunctionRouteError": "İşlev çağrısı yönlendirilemedi: %s",
479
- "error.apiConnector.SDKVersionImcompatibleError": "%s projesindeki @microsoft/teamsfx %s sürümü uyumlu değil. Lütfen paket sürümünüzü %s sürümüne yükseltin",
482
+ "error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
480
483
  "error.apiConnector.pkgFileNotExistError": "%s projesinde package.json mevcut değil",
481
484
  "error.apiConnector.componentNotExistError": "%s bileşeni mevcut değil, lütfen önce ekleyin",
482
485
  "error.apiConnector.envVarExistError": ".env.teamsfx.local içindeki mevcut env değişkenleri %s ile çakışmaları önlemek için lütfen farklı bir API adı sağlayın",
483
- "core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
486
+ "core.QuestionAppName.validation.pattern": "Uygulama adı harfle başlamalı ve en az iki harf veya rakam içermelidir. Uygulama adı bazı özel karakterleri içeremez.",
484
487
  "core.QuestionAppName.validation.maxlength": "Uygulama adı en fazla 30 uzunluğundan daha uzun.",
485
488
  "core.QuestionAppName.validation.pathExist": "Yol mevcut: %s. Farklı bir uygulama adı seçin.",
486
489
  "core.ProgrammingLanguageQuestion.title": "Programlama Dili",
@@ -640,7 +643,7 @@
640
643
  "error.aad.AadManifestMissingObjectId": "id özelliği AAD bildirim dosyasında eksik veya geçersiz, önce sağlamayı veya yerel hata ayıklamayı çalıştırmanız gerekir",
641
644
  "error.aad.AadManifestMissingReplyUrlsWithType": "AAD bildirim dosyasında replyUrlsWithType özelliği eksik veya geçersiz, önce sağlamayı veya yerel hata ayıklamayı çalıştırmanız gerekir",
642
645
  "error.aad.AadManifestMissingIdentifierUris": "AAD bildirim dosyasında identifierUris özelliği eksik veya geçersiz, önce sağlamayı veya yerel hata ayıklamayı çalıştırmanız gerekir",
643
- "error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or local debug first. Click Get Help to learn more about why you need to provision or local debug.",
646
+ "error.aad.AadManifestNotProvisioned": "Kaynaklar henüz sağlanmamış olduğundan AAD bildirimi oluşturulamadı. Önce sağlamayı veya yerel hata ayıklamayı çalıştırmanız gerekir. Sağlamayı veya yerel hata ayıklamayı neden çalıştırmanız gerektiği hakkında daha fazla bilgi edinmek için Yardım Alın’a tıklayın.",
644
647
  "error.aad.UpdateAadAppError": "Azure Active Directory'de uygulama güncellenemedi: %s",
645
648
  "error.aad.AadManifestNotFoundError": "Aad bildirim dosyası bulunamadı",
646
649
  "error.aad.GetDisplayNameError": "Görünen ad alınamadı.",
@@ -777,7 +780,7 @@
777
780
  "plugins.bot.ClickGetHelp": "Daha fazla ayrıntı için lütfen 'Yardım Al' düğmesine tıklayın.",
778
781
  "plugins.bot.FailToRun": "%s çalıştırılamadı",
779
782
  "plugins.bot.PerformCommand": "%s komutunu %s öncesinde gerçekleştirin.",
780
- "plugins.bot.FailToCallAppStudioApi": "AAD uygulamasının varlığını denetlemek için App Studio'nun API'si çağrılamadı.",
783
+ "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's api to check AAD application's existence.",
781
784
  "plugins.bot.SuccessfullyRetrievedZip": "%s konumundan zip paketi başarıyla alındı",
782
785
  "plugins.bot.FallingUseLocalTemplate": "Yerel şablon zip'ini kullanmak için geri dönülüyor.",
783
786
  "plugins.bot.ResourceProvider": "%s Kaynak Sağlayıcısı zaten var, kaydolmanız gerekmiyor.",
@@ -819,7 +822,7 @@
819
822
  "plugins.bot.TeamsChannel": "Teams kanalı",
820
823
  "plugins.bot.AadApp": "AAD uygulaması",
821
824
  "plugins.bot.AadClientSecret": "AAD gizli anahtarı",
822
- "plugins.bot.AppStudioBotRegistration": "App Studio bot kaydı",
825
+ "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
823
826
  "plugins.function.askNodeVersion": "İşlev uygulaması için Node sürümünü seçin.",
824
827
  "plugins.function.askFunctionName": "İşlev adı sağlayın.",
825
828
  "plugins.function.checkDotNetVersion": ".NET Core sürümünüzü kontrol edin.",
@@ -881,5 +884,6 @@
881
884
  "depChecker.depsNotFound": "@SupportedPackages bulunamıyor.\n\nTeams Araç Seti bu bağımlılıkları gerektirir.\n\n@InstallPackages paketlerini yüklemek için “Yükle” seçeneğine tıklayın.",
882
885
  "depChecker.linuxDepsNotFound": "@SupportedPackages bulunamıyor. @SupportedPackages paketini el ile yükleyin ve Visual Studio Code’u yeniden başlatın.",
883
886
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages bulunamıyor.\n\nTeams Araç Seti bu bağımlılıkları gerektirir.",
884
- "error.ActionNotExist": "Eylem mevcut değil: %s"
887
+ "error.ActionNotExist": "Action not found: %s",
888
+ "error.ComponentNotExist": "Component not found: %s"
885
889
  }
@@ -3,6 +3,7 @@
3
3
  "core.init.successNotice": "你的项目已成功初始化以使用 TeamsFx 操作。\n\n后续步骤: \nteamsfx add <feature> 可让你添加单一登录或 Teams 通知集成等功能。\n\n专家提示: \n请在 aka.ms/teams-manifest 中阅读,详细了解如何更新清单文件以连接到现有的启动页面体验。",
4
4
  "core.provision.confirmNotice": "Teams 工具包将在订阅(%s)的 Azure 帐户 (%s)下预配资源并注册相应的资源提供程序。成本可能会根据定价计算器产生。",
5
5
  "core.provision.confirmEnvNotice": "是否要在 %s 环境中预配资源?\nAzure 帐户(%s)和订阅(%s)将用于预配资源。费用会根据使用情况产生。",
6
+ "core.provision.confirmSubscription": "You are switching away from your previous subscription %s.\nDo you want to provision resources in %s environment? Azure account (%s) with subscription (%s) will be used to provision the resources. Cost may incur according to the usage.",
6
7
  "core.deploy.confirmEnvNotice": "是否要在 %s 环境中部署资源?\n具有订阅(%s)的Azure 帐户(%s)将用于部署。",
7
8
  "core.provision.successAzure": "已在云中成功预配 Azure 资源。",
8
9
  "core.provision.successNotice": "\"%s\" 已在云中成功预配。",
@@ -115,8 +116,8 @@
115
116
  "core.collaboration.Undefined": "未定义",
116
117
  "core.collaboration.ResourceName": ",资源名称: ",
117
118
  "core.collaboration.Permission": ",权限: ",
118
- "plugins.spfx.questions.framework.title": "Framework",
119
- "plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
119
+ "plugins.spfx.questions.framework.title": "框架",
120
+ "plugins.spfx.questions.versionCheck.title": "正在检查 Node.js NPM 版本...",
120
121
  "plugins.spfx.buildNotice": "SharePoint 包已在 %s 成功生成。",
121
122
  "plugins.spfx.deployNotice": "SharePoint 包 %s 已成功部署到 [%s](%s)。",
122
123
  "plugins.spfx.deployFailedNotice": "你无权将包上传到应用目录 %s,请使用网站管理员帐户,或者你可以从 [M365 开发人员计划](https://developer.microsoft.com/en-us/microsoft-365/dev-program)获取自己的免费 Microsoft 365 租户",
@@ -134,9 +135,9 @@
134
135
  "plugins.spfx.deploy.createAppcatalog": "创建 SharePoint 应用程序目录",
135
136
  "plugins.spfx.deploy.uploadAddDeploy": "上传 SPFx 包并将其部署到租户应用目录",
136
137
  "plugins.spfx.scaffold.title": "基架项目",
137
- "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Check aka.ms/teamsfx-spfx-help to install the supported version.",
138
- "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
139
- "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
138
+ "plugins.spfx.error.npmNotFound": "在你的计算机上找不到 NPM。检查 aka.ms/teamsfx-spfx-help 以安装支持的版本。",
139
+ "plugins.spfx.error.npmVersionNotSupported": "SPFx v%s 不支持 NPM 版本 v%s。有关更多详细信息,请检查 aka.ms/teamsfx-spfx-help",
140
+ "plugins.spfx.error.nodeVersionNotSupported": "SPFx v%s 不支持 Node.js 版本 v%s。有关更多详细信息,请检查 aka.ms/teamsfx-spfx-help",
140
141
  "plugins.spfx.error.npmInstallFailed": "由于 %s,无法运行 \"npm install\"",
141
142
  "plugins.spfx.error.invalidDependency": "未能验证包 %s",
142
143
  "plugins.spfx.error.installDependency": "未能安装程序包 %s。了解如何在 [output](command:fx-extension.showOutputChannel)中进行修正。",
@@ -191,7 +192,7 @@
191
192
  "plugins.appstudio.provisionProgress": "正在注册 Teams 应用 %s...",
192
193
  "plugins.appstudio.postProvisionProgress": "正在更新 Teams 应用 %s...",
193
194
  "plugins.appstudio.publishProgressValidate": "正在验证清单文件",
194
- "plugins.appstudio.publishProgressUpdate": "正在更新 App Studio 中应用 %s 的应用定义",
195
+ "plugins.appstudio.publishProgressUpdate": "Updating app definition for app %s in Developer Portal",
195
196
  "plugins.appstudio.publishProgressBuild": "正在 %s 中生成 Teams 应用包。",
196
197
  "plugins.appstudio.publishProgressPublish": "正在发布 %s",
197
198
  "plugins.appstudio.dataRequired": "所需的数据: %s",
@@ -395,12 +396,14 @@
395
396
  "error.appstudio.executeUserTaskRouteFailed": "无法路由函数调用: %s}",
396
397
  "error.appstudio.fileNotFoundError": "未找到文件 %s。",
397
398
  "error.appstudio.notADirectoryError": "%s 不是目录。",
398
- "error.appstudio.remoteTeamsAppCreateFailed": "由于 %s、%s,无法在 App Studio 中创建远程团队应用",
399
- "error.appstudio.remoteTeamsAppUpdateFailed": "由于 %s、%s,无法更新 App Studio 中的远程团队应用",
400
- "error.appstudio.localTeamsAppCreateFailed": "由于 %s、%s,无法在 app Studio 中创建本地调试团队应用",
401
- "error.appstudio.localTeamsAppUpdateFailed": "由于 %s、%s,无法更新 App Studio 中的本地调试团队应用",
402
- "error.appstudio.teamsAppCreateFailed": "由于 %s、%s,无法在 App Studio 中创建 Teams 应用",
399
+ "error.appstudio.remoteTeamsAppCreateFailed": "Failed to create remote Teams app in Developer Portal, due to %s",
400
+ "error.appstudio.remoteTeamsAppUpdateFailed": "Failed to update remote Teams app in Developer Portal, due to %s",
401
+ "error.appstudio.localTeamsAppCreateFailed": "Failed to create local debug Teams app in Developer Portal, due to %s",
402
+ "error.appstudio.localTeamsAppUpdateFailed": "Failed to update local debug Teams app in Developer Portal, due to %s",
403
+ "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
403
404
  "error.appstudio.teamsAppUpdateFailed": "无法更新 ID 为 %s 的 Teams 应用。",
405
+ "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
406
+ "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
404
407
  "error.appstudio.teamsAppNotFound": "找不到 ID 为 %s 的团队应用",
405
408
  "error.appstudio.noAppStudioToken": "无法获取 App Studio 令牌。",
406
409
  "error.appstudio.invalidManifest": "无法分析清单字符串,错误: %s。这可能是由无效配置导致的。%s",
@@ -476,11 +479,11 @@
476
479
  "error.apiConnector.NoBotOrFunctionExistError": "请先创建机器人或函数资源。",
477
480
  "error.apiConnector.InvalidProjectError": "请选择有效的 TeamsFx 项目",
478
481
  "error.apiConnector.ApiConnectorFunctionRouteError": "无法路由函数调用: %s",
479
- "error.apiConnector.SDKVersionImcompatibleError": " %s 项目中,@microsoft/teamsfx 版本 %s 不兼容。请将包版本升级到 %s",
482
+ "error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
480
483
  "error.apiConnector.pkgFileNotExistError": "在 %s 项目中,不存在 package.json",
481
484
  "error.apiConnector.componentNotExistError": "组件 %s 不存在,请先添加",
482
485
  "error.apiConnector.envVarExistError": "请提供其他 API 名称,以避免与 .env.teamsfx.local 中的现有 env 变量 %s 冲突",
483
- "core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
486
+ "core.QuestionAppName.validation.pattern": "应用程序名称必须以字母开头,并且至少包含两个字母或数字。不能包含某些特殊字符。",
484
487
  "core.QuestionAppName.validation.maxlength": "应用程序名称长于最大长度 30。",
485
488
  "core.QuestionAppName.validation.pathExist": "路径存在: %s。选择其他应用程序名称。",
486
489
  "core.ProgrammingLanguageQuestion.title": "编程语言",
@@ -640,7 +643,7 @@
640
643
  "error.aad.AadManifestMissingObjectId": "AAD 清单文件中缺少 id 属性或该属性无效,需要先运行预配或本地调试",
641
644
  "error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType 属性在 AAD 清单文件中缺失或无效,需要先运行预配或本地调试",
642
645
  "error.aad.AadManifestMissingIdentifierUris": "AAD 清单文件中缺少 identifierUris 属性或该属性无效,需要先运行预配或本地调试",
643
- "error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or local debug first. Click Get Help to learn more about why you need to provision or local debug.",
646
+ "error.aad.AadManifestNotProvisioned": "无法生成 AAD 清单,因为尚未预配资源。需要先运行预配或本地调试。单击“获取帮助”以详细了解需要预配或本地调试的原因。",
644
647
  "error.aad.UpdateAadAppError": "无法更新 Azure Active Directory 中的应用程序 ID URI: %s",
645
648
  "error.aad.AadManifestNotFoundError": "找不到 Aad 清单文件",
646
649
  "error.aad.GetDisplayNameError": "无法获取显示名称。",
@@ -777,7 +780,7 @@
777
780
  "plugins.bot.ClickGetHelp": "有关更多详细信息,请单击“获取帮助”按钮。",
778
781
  "plugins.bot.FailToRun": "未能启动 %s",
779
782
  "plugins.bot.PerformCommand": "在 %s 之前执行命令 %s。",
780
- "plugins.bot.FailToCallAppStudioApi": "无法调用 App Studio API 来检查 AAD 应用程序是否存在。",
783
+ "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's api to check AAD application's existence.",
781
784
  "plugins.bot.SuccessfullyRetrievedZip": "已成功从 %s 检索 zip 包",
782
785
  "plugins.bot.FallingUseLocalTemplate": "回退以使用本地模板 zip。",
783
786
  "plugins.bot.ResourceProvider": "资源提供程序 %s 已存在,无需注册。",
@@ -819,7 +822,7 @@
819
822
  "plugins.bot.TeamsChannel": "Teams 频道",
820
823
  "plugins.bot.AadApp": "AAD 应用",
821
824
  "plugins.bot.AadClientSecret": "AAD 客户端密码",
822
- "plugins.bot.AppStudioBotRegistration": "App Studio 机器人注册",
825
+ "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
823
826
  "plugins.function.askNodeVersion": "选择函数应用的节点版本。",
824
827
  "plugins.function.askFunctionName": "提供函数名称。",
825
828
  "plugins.function.checkDotNetVersion": "检查 .NET Core 版本。",
@@ -881,5 +884,6 @@
881
884
  "depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。\n\n单击“安装”以安装 @InstallPackages。",
882
885
  "depChecker.linuxDepsNotFound": "找不到@SupportedPackages。手动安装@SupportedPackages 并重启 Visual Studio Code。",
883
886
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。",
884
- "error.ActionNotExist": "操作不存在: %s"
887
+ "error.ActionNotExist": "Action not found: %s",
888
+ "error.ComponentNotExist": "Component not found: %s"
885
889
  }
@@ -3,6 +3,7 @@
3
3
  "core.init.successNotice": "您的專案已成功初始化,以使用 TeamsFx 操作。\n\n一些後續步驟:\nteamsfx 新增 <feature> 可讓您新增單一登入或 Teams 通知整合等功能。\n\n專業提示:\n閱讀 aka.ms/teams-manifest 以深入了解如何更新資訊清單檔案,以連線到您現有的啟動頁面體驗。",
4
4
  "core.provision.confirmNotice": "Teams 工具組會於具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 下佈建資源並註冊對應的資源提供者。根據價格計算機可能會產生成本。",
5
5
  "core.provision.confirmEnvNotice": "是否要在 %s 環境中佈建資源?\n會使用具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 來佈建資源。根據使用量可能會產生費用。",
6
+ "core.provision.confirmSubscription": "You are switching away from your previous subscription %s.\nDo you want to provision resources in %s environment? Azure account (%s) with subscription (%s) will be used to provision the resources. Cost may incur according to the usage.",
6
7
  "core.deploy.confirmEnvNotice": "是否要在 %s 環境中部署資源?\n會使用具有訂用帳戶 (%s) 的 Azure 帳戶 (%s) 來進行部署。",
7
8
  "core.provision.successAzure": "Azure 資源已成功在雲端中佈建。",
8
9
  "core.provision.successNotice": "'%s'已成功在雲端中佈建。",
@@ -115,8 +116,8 @@
115
116
  "core.collaboration.Undefined": "未定義",
116
117
  "core.collaboration.ResourceName": ",資源名稱: ",
117
118
  "core.collaboration.Permission": ",權限: ",
118
- "plugins.spfx.questions.framework.title": "Framework",
119
- "plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
119
+ "plugins.spfx.questions.framework.title": "架構",
120
+ "plugins.spfx.questions.versionCheck.title": "正在檢查 Node.js NPM 版本...",
120
121
  "plugins.spfx.buildNotice": "已成功在 %s 建置 SharePoint 套件。",
121
122
  "plugins.spfx.deployNotice": "SharePoint 套件 %s 已成功部署至 [%s](%s)。",
122
123
  "plugins.spfx.deployFailedNotice": "您沒有將套件上傳並部署到應用程式目錄 %s 的權限,請使用網站系統管理員帳戶,或可從 [M365 開發人員計畫](https://developer.microsoft.com/en-us/microsoft-365/dev-program) 取得自己的免費 Microsoft 365 租用戶",
@@ -134,9 +135,9 @@
134
135
  "plugins.spfx.deploy.createAppcatalog": "建立 SharePoint 應用程式目錄",
135
136
  "plugins.spfx.deploy.uploadAddDeploy": "將 SPFx 套件上傳並將其部署到您的租用戶應用程式目錄",
136
137
  "plugins.spfx.scaffold.title": "Scaffolding 專案",
137
- "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Check aka.ms/teamsfx-spfx-help to install the supported version.",
138
- "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
139
- "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s. Check aka.ms/teamsfx-spfx-help for more details.",
138
+ "plugins.spfx.error.npmNotFound": "在您的電腦上找不到 NPM。請查看 aka.ms/teamsfx-spfx-help 以安裝支援的版本。",
139
+ "plugins.spfx.error.npmVersionNotSupported": "SPFx v%s 不支援 NPM 版本 v%s。如需詳細資料,請查看 aka.ms/teamsfx-spfx-help",
140
+ "plugins.spfx.error.nodeVersionNotSupported": "SPFx v%s 不支援 Node.js 版本 v%s。如需詳細資料,請查看 aka.ms/teamsfx-spfx-help",
140
141
  "plugins.spfx.error.npmInstallFailed": "無法執行 'npm install',因為 %s",
141
142
  "plugins.spfx.error.invalidDependency": "無法驗證封裝 %s",
142
143
  "plugins.spfx.error.installDependency": "無法安裝封裝 %s。了解如何在 [輸出](command:fx-extension.showOutputChannel) 中進行補救。",
@@ -191,7 +192,7 @@
191
192
  "plugins.appstudio.provisionProgress": "正在註冊 Teams 應用程式 %s...",
192
193
  "plugins.appstudio.postProvisionProgress": "正在更新 Teams 應用程式 %s...",
193
194
  "plugins.appstudio.publishProgressValidate": "正在驗證資訊清單檔案",
194
- "plugins.appstudio.publishProgressUpdate": "正在更新 App Studio 中應用程式 %s 的應用程式定義",
195
+ "plugins.appstudio.publishProgressUpdate": "Updating app definition for app %s in Developer Portal",
195
196
  "plugins.appstudio.publishProgressBuild": "正在 %s 中建置 Teams 應用程式套件。",
196
197
  "plugins.appstudio.publishProgressPublish": "發佈 %s",
197
198
  "plugins.appstudio.dataRequired": "需要的資料: %s",
@@ -395,12 +396,14 @@
395
396
  "error.appstudio.executeUserTaskRouteFailed": "無法路由函式呼叫: %s}",
396
397
  "error.appstudio.fileNotFoundError": "找不到檔案 '%s'。",
397
398
  "error.appstudio.notADirectoryError": "%s 不是目錄。",
398
- "error.appstudio.remoteTeamsAppCreateFailed": "無法在 App Studio 中建立遠端 Teams 應用程式,因為 %s,%s",
399
- "error.appstudio.remoteTeamsAppUpdateFailed": "無法在 App Studio 中更新遠端 Teams 應用程式,因為 %s,%s",
400
- "error.appstudio.localTeamsAppCreateFailed": "無法在 App Studio 中建立本機偵錯 Teams 應用程式,因為 %s,%s",
401
- "error.appstudio.localTeamsAppUpdateFailed": "無法在 App Studio 中更新本機偵錯 Teams 應用程式,因為 %s,%s",
402
- "error.appstudio.teamsAppCreateFailed": "無法在 App Studio 中建立 Teams 應用程式,因為 %s,%s",
399
+ "error.appstudio.remoteTeamsAppCreateFailed": "Failed to create remote Teams app in Developer Portal, due to %s",
400
+ "error.appstudio.remoteTeamsAppUpdateFailed": "Failed to update remote Teams app in Developer Portal, due to %s",
401
+ "error.appstudio.localTeamsAppCreateFailed": "Failed to create local debug Teams app in Developer Portal, due to %s",
402
+ "error.appstudio.localTeamsAppUpdateFailed": "Failed to update local debug Teams app in Developer Portal, due to %s",
403
+ "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
403
404
  "error.appstudio.teamsAppUpdateFailed": "無法更新識別碼為 %s 的 Teams 應用程式。",
405
+ "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
406
+ "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
404
407
  "error.appstudio.teamsAppNotFound": "找不到識別碼為 %s 的 Teams 應用程式",
405
408
  "error.appstudio.noAppStudioToken": "無法取得 App Studio 權杖。",
406
409
  "error.appstudio.invalidManifest": "無法剖析資訊清單字串,因為錯誤: %s。這可能是因無效設定所造成。%s",
@@ -476,11 +479,11 @@
476
479
  "error.apiConnector.NoBotOrFunctionExistError": "請先建立 Bot 或函數資源。",
477
480
  "error.apiConnector.InvalidProjectError": "請選取有效的 TeamsFx 專案",
478
481
  "error.apiConnector.ApiConnectorFunctionRouteError": "無法路由函式呼叫: %s",
479
- "error.apiConnector.SDKVersionImcompatibleError": " %s 專案中,@microsoft/teamsfx version %s 不相容。請將您的封裝版本升級為 %s",
482
+ "error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
480
483
  "error.apiConnector.pkgFileNotExistError": "在 %s 專案中未存在 package.json",
481
484
  "error.apiConnector.componentNotExistError": "元件 %s 不存在,請先新增",
482
485
  "error.apiConnector.envVarExistError": "請提供不同的 API 名稱,以避免與 .env.teamsfx.local 中現有 env 變數 %s 發生衝突",
483
- "core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
486
+ "core.QuestionAppName.validation.pattern": "應用程式名稱必須以字母開頭,且至少包含兩個字母或數字。不能包含某些特殊字元。",
484
487
  "core.QuestionAppName.validation.maxlength": "應用程式名稱超過長度 30 的上限。",
485
488
  "core.QuestionAppName.validation.pathExist": "路徑存在: %s。選取不同的應用程式名稱。",
486
489
  "core.ProgrammingLanguageQuestion.title": "程式設計語言",
@@ -640,7 +643,7 @@
640
643
  "error.aad.AadManifestMissingObjectId": "AAD 資訊清單檔中的識別碼屬性遺失或無效,您必須先執行佈建或本機偵錯",
641
644
  "error.aad.AadManifestMissingReplyUrlsWithType": "AAD 資訊清單檔中的 replyUrlsWithType 屬性遺失或無效,您必須先執行佈建或本機偵錯",
642
645
  "error.aad.AadManifestMissingIdentifierUris": "AAD 資訊清單檔中的 identifierUris 屬性遺失或無效,您必須先執行佈建或本機偵錯",
643
- "error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or local debug first. Click Get Help to learn more about why you need to provision or local debug.",
646
+ "error.aad.AadManifestNotProvisioned": "因為尚未佈建資源,所以無法產生 AAD 資訊清單。您必須先執行佈建或本機偵錯。按一下 [取得說明] 以深入了解為什麼您必須佈建或本機偵錯。",
644
647
  "error.aad.UpdateAadAppError": "無法在 Azure Active Directory 中更新應用程式: %s",
645
648
  "error.aad.AadManifestNotFoundError": "找不到 Aad 資訊清單檔",
646
649
  "error.aad.GetDisplayNameError": "無法取得顯示名稱。",
@@ -777,7 +780,7 @@
777
780
  "plugins.bot.ClickGetHelp": "如需詳細資料,請按一下 [取得協助] 按鈕。",
778
781
  "plugins.bot.FailToRun": "無法執行 %s。",
779
782
  "plugins.bot.PerformCommand": "在 %s 前先執行命令 %s。",
780
- "plugins.bot.FailToCallAppStudioApi": "無法呼叫 App Studio API 以檢查 AAD 應用程式是否存在。",
783
+ "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's api to check AAD application's existence.",
781
784
  "plugins.bot.SuccessfullyRetrievedZip": "已成功從 %s 擷取 zip 封裝",
782
785
  "plugins.bot.FallingUseLocalTemplate": "回復為使用本機範本 zip。",
783
786
  "plugins.bot.ResourceProvider": "資源提供者 %s 已存在,不需要註冊。",
@@ -819,7 +822,7 @@
819
822
  "plugins.bot.TeamsChannel": "Teams 頻道",
820
823
  "plugins.bot.AadApp": "AAD 應用程式",
821
824
  "plugins.bot.AadClientSecret": "AAD 用戶端密碼",
822
- "plugins.bot.AppStudioBotRegistration": "App Studio Bot 註冊",
825
+ "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
823
826
  "plugins.function.askNodeVersion": "選取函數應用程式的節點版本。",
824
827
  "plugins.function.askFunctionName": "提供函數名稱。",
825
828
  "plugins.function.checkDotNetVersion": "檢查您的 .NET Core 版本。",
@@ -881,5 +884,6 @@
881
884
  "depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。\n\n按一下 [安裝] 以安裝 @InstallPackages。",
882
885
  "depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。手動安裝 @SupportedPackages 並重新啟動 Visual Studio Code。",
883
886
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。",
884
- "error.ActionNotExist": "動作不存在: %s"
887
+ "error.ActionNotExist": "Action not found: %s",
888
+ "error.ComponentNotExist": "Component not found: %s"
885
889
  }
@@ -19,10 +19,10 @@ var botId = provisionParameters['botAadAppClientId']
19
19
 
20
20
  {{#if (contains "teams-tab" connections) }}
21
21
  {{#if (contains "teams-bot" connections)}}
22
- var m365ApplicationIdUri = 'api://${ {{tabDomainVarName}} }/botid-${botId}'
22
+ var m365ApplicationIdUri = 'api://${ provisionOutputs.TabOutput.value.domain }/botid-${botId}'
23
23
  {{else}}
24
24
  var m365ClientId = provisionParameters['m365ClientId']
25
- var m365ApplicationIdUri = 'api://${ {{tabDomainVarName}} }/${m365ClientId}'
25
+ var m365ApplicationIdUri = 'api://${ provisionOutputs.TabOutput.value.domain }/${m365ClientId}'
26
26
  {{/if}}
27
27
  {{else}}
28
28
  {{#if (contains "teams-bot" connections) }}
@@ -8,7 +8,7 @@ param currentConfigs object
8
8
  @secure()
9
9
  param currentAppSettings object
10
10
 
11
- var functionAppName = split({{azure-function.outputs.functionAppResourceId}}, '/')[8]
11
+ var functionAppName = split(provisionOutputs.azureFunction{{scenario}}Output.value.functionAppResourceId, '/')[8]
12
12
  {{#if (contains "aad-app" connections)}}
13
13
  var m365ClientId = provisionParameters['m365ClientId']
14
14
  {{#if (contains "key-vault" connections) }}
@@ -22,12 +22,12 @@ var oauthAuthority = uri(m365OauthAuthorityHost, m365TenantId)
22
22
  {{#if (contains "teams-bot" connections) }}
23
23
  var botId = provisionParameters['botAadAppClientId']
24
24
  {{#if (contains "teams-tab" connections)}}
25
- var m365ApplicationIdUri = 'api://${ {{tabDomainVarName}} }/botid-${botId}'
25
+ var m365ApplicationIdUri = 'api://${ provisionOutputs.TabOutput.value.domain }/botid-${botId}'
26
26
  {{else}}
27
27
  var m365ApplicationIdUri = 'api://botid-${botId}'
28
28
  {{/if}}
29
29
  {{else}}
30
- var m365ApplicationIdUri = 'api://${ {{tabDomainVarName}} }'
30
+ var m365ApplicationIdUri = 'api://${ provisionOutputs.TabOutput.value.domain }'
31
31
  {{/if}}
32
32
  {{/if}}
33
33
  {{#if (contains "teams-bot" connections)}}
@@ -40,7 +40,7 @@ var botAadAppClientSecret = provisionParameters['botAadAppClientSecret']
40
40
  {{/if}}
41
41
 
42
42
  {{#if (contains "teams-tab" connections) }}
43
- var tabEndpoint = {{tabEndpointVarName}}
43
+ var tabEndpoint = provisionOutputs.TabOutput.value.endpoint
44
44
  var currentAllowedOrigins = empty(currentConfigs.cors) ? [] : currentConfigs.cors.allowedOrigins
45
45
  resource appConfig 'Microsoft.Web/sites/config@2021-02-01' = {
46
46
  name: '${functionAppName}/web'
@@ -72,6 +72,9 @@ resource functionAppSettings 'Microsoft.Web/sites/config@2021-02-01' = {
72
72
  BOT_ID: botAadAppClientId // ID of your bot
73
73
  BOT_PASSWORD: botAadAppClientSecret // Secret of your bot
74
74
  {{/if}}
75
+ {{#if (contains "teams-api" connections) }}
76
+ API_ENDPOINT: provisionOutputs.azureFunctionApiOutput.value.functionEndpoint // Azure Function API endpoint
77
+ {{/if}}
75
78
  {{#if (contains "azure-sql" connections)}}
76
79
  SQL_DATABASE_NAME: {{azure-sql.outputs.sqlDatabaseName}} // SQL database name
77
80
  SQL_ENDPOINT: {{azure-sql.outputs.sqlEndpoint}} // SQL server endpoint
@@ -1,6 +1,6 @@
1
1
  // Get existing app settings for merge
2
- var function{{scenario}}CurrentConfigs = reference('${ {{azure-function.outputs.functionAppResourceId}} }/config/web', '2021-02-01')
3
- var function{{scenario}}CurrentAppSettings = list('${ {{azure-function.outputs.functionAppResourceId}} }/config/appsettings', '2021-02-01').properties
2
+ var function{{scenario}}CurrentConfigs = reference('${ provisionOutputs.azureFunction{{scenario}}Output.value.functionAppResourceId }/config/web', '2021-02-01')
3
+ var function{{scenario}}CurrentAppSettings = list('${ provisionOutputs.azureFunction{{scenario}}Output.value.functionAppResourceId }/config/appsettings', '2021-02-01').properties
4
4
 
5
5
  // Merge TeamsFx configurations to Azure Function App
6
6
  module teamsFxAzureFunction{{scenario}}Config './teamsFx/azureFunction{{scenario}}Config.bicep' = {
@@ -16,3 +16,8 @@ output azureFunction{{scenario}}Output object = {
16
16
  functionAppResourceId: azureFunction{{scenario}}Provision.outputs.functionAppResourceId
17
17
  functionEndpoint: azureFunction{{scenario}}Provision.outputs.functionEndpoint
18
18
  }
19
+
20
+ output {{scenario}}Output object = {
21
+ domain: azureFunction{{scenario}}Provision.outputs.domain
22
+ endpoint: azureFunction{{scenario}}Provision.outputs.functionEndpoint
23
+ }
@@ -13,3 +13,9 @@ output azureStorage{{scenario}}Output object = {
13
13
  indexPath: azureStorage{{scenario}}Provision.outputs.indexPath
14
14
  storageResourceId: azureStorage{{scenario}}Provision.outputs.storageResourceId
15
15
  }
16
+
17
+
18
+ output {{scenario}}Output object = {
19
+ domain: azureStorage{{scenario}}Provision.outputs.domain
20
+ endpoint: azureStorage{{scenario}}Provision.outputs.endpoint
21
+ }
@@ -6,7 +6,7 @@ param provisionOutputs object
6
6
  @secure()
7
7
  param currentAppSettings object
8
8
 
9
- var webAppName = split({{azure-web-app.outputs.resourceId}} , '/')[8]
9
+ var webAppName = split(provisionOutputs.azureWebApp{{scenario}}Output.value.resourceId , '/')[8]
10
10
  {{#if (contains "aad-app" connections)}}
11
11
  var m365ClientId = provisionParameters['m365ClientId']
12
12
  {{#if (contains "key-vault" connections) }}
@@ -19,7 +19,7 @@ var m365OauthAuthorityHost = provisionParameters['m365OauthAuthorityHost']
19
19
  var botId = provisionParameters['botAadAppClientId']
20
20
  {{#if (contains "teams-tab" connections)}}
21
21
  {{#if (contains "teams-bot" connections) }}
22
- var m365ApplicationIdUri = 'api://${ {{tabDomainVarName}} }/botid-${botId}'
22
+ var m365ApplicationIdUri = 'api://${ provisionOutputs.TabOutput.value.domain }/botid-${botId}'
23
23
  {{/if}}
24
24
  {{else}}
25
25
  var m365ApplicationIdUri = 'api://botid-${botId}'
@@ -38,7 +38,7 @@ resource webAppSettings 'Microsoft.Web/sites/config@2021-02-01' = {
38
38
  name: '${webAppName}/appsettings'
39
39
  properties: union({
40
40
  {{#if (contains "aad-app" connections)}}
41
- INITIATE_LOGIN_ENDPOINT: uri({{azure-web-app.outputs.siteEndpoint}}, 'auth-start.html') // The page is used to let users consent required OAuth permissions during bot SSO process
41
+ INITIATE_LOGIN_ENDPOINT: uri(provisionOutputs.azureWebApp{{scenario}}Output.value.siteEndpoint, 'auth-start.html') // The page is used to let users consent required OAuth permissions during bot SSO process
42
42
  M365_AUTHORITY_HOST: m365OauthAuthorityHost // AAD authority host
43
43
  M365_CLIENT_ID: m365ClientId // Client id of AAD application
44
44
  M365_CLIENT_SECRET: m365ClientSecret // Client secret of AAD application
@@ -49,8 +49,8 @@ resource webAppSettings 'Microsoft.Web/sites/config@2021-02-01' = {
49
49
  BOT_ID: botAadAppClientId // ID of your bot
50
50
  BOT_PASSWORD: botAadAppClientSecret // Secret of your bot
51
51
  {{/if}}
52
- {{#if (contains "azure-function" connections) }}
53
- API_ENDPOINT: {{azure-function.outputs.functionEndpoint}} // Azure Function endpoint
52
+ {{#if (contains "teams-api" connections) }}
53
+ API_ENDPOINT: provisionOutputs.azureFunctionApiOutput.value.functionEndpoint // Azure Function API endpoint
54
54
  {{/if}}
55
55
  {{#if (contains "azure-sql" connections)}}
56
56
  SQL_DATABASE_NAME: {{azure-sql.outputs.sqlDatabaseName}} // SQL database name
@@ -1,5 +1,5 @@
1
1
  // Get existing app settings for merge
2
- var currentAppSettings = list('${ {{azure-web-app.outputs.resourceId}} }/config/appsettings', '2021-02-01').properties
2
+ var currentAppSettings = list('${ provisionOutputs.azureWebApp{{scenario}}Output.value.resourceId }/config/appsettings', '2021-02-01').properties
3
3
 
4
4
  // Merge TeamsFx configurations to Bot resources
5
5
  module teamsFxAzureWebApp{{scenario}}Config './teamsFx/azureWebApp{{scenario}}Config.bicep' = {
@@ -17,3 +17,8 @@ output azureWebApp{{scenario}}Output object = {
17
17
  resourceId: azureWebApp{{scenario}}Provision.outputs.resourceId
18
18
  siteEndpoint: azureWebApp{{scenario}}Provision.outputs.siteEndpoint
19
19
  }
20
+
21
+ output {{scenario}}Output object = {
22
+ domain: azureWebApp{{scenario}}Provision.outputs.validDomain
23
+ endpoint: azureWebApp{{scenario}}Provision.outputs.siteEndpoint
24
+ }
Binary file
Binary file
Binary file
Binary file
@@ -1,7 +0,0 @@
1
- import { ContextV3, Effect, FunctionAction, FxError, InputsWithProjectPath, Result } from "@microsoft/teamsfx-api";
2
- export declare class FxPreDeployForAzureAction implements FunctionAction {
3
- type: "function";
4
- name: string;
5
- execute(context: ContextV3, inputs: InputsWithProjectPath): Promise<Result<Effect[], FxError>>;
6
- }
7
- //# sourceMappingURL=preDeployAction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"preDeployAction.d.ts","sourceRoot":"","sources":["../../../src/component/fx/preDeployAction.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,MAAM,EAEN,cAAc,EACd,OAAO,EACP,qBAAqB,EAGrB,MAAM,EACP,MAAM,wBAAwB,CAAC;AAIhC,qBAAa,yBAA0B,YAAW,cAAc;IAC9D,IAAI,EAAE,UAAU,CAAc;IAC9B,IAAI,SAA0B;IACxB,OAAO,CACX,OAAO,EAAE,SAAS,EAClB,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;CAoBtC"}