@microsoft/teamsfx-core 2.0.17-rc.0 → 2.0.18-alpha.f95704b41.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 (268) hide show
  1. package/build/client/graphAPIClient.d.ts +19 -0
  2. package/build/client/graphAPIClient.d.ts.map +1 -0
  3. package/build/client/graphAPIClient.js +128 -0
  4. package/build/client/graphAPIClient.js.map +1 -0
  5. package/build/client/graphClient.d.ts +34 -0
  6. package/build/client/graphClient.d.ts.map +1 -0
  7. package/build/client/graphClient.js +212 -0
  8. package/build/client/graphClient.js.map +1 -0
  9. package/build/client/interfaces/CreateChannelResponse.d.ts +6 -0
  10. package/build/client/interfaces/CreateChannelResponse.d.ts.map +1 -0
  11. package/build/client/interfaces/CreateChannelResponse.js +5 -0
  12. package/build/client/interfaces/CreateChannelResponse.js.map +1 -0
  13. package/build/client/interfaces/CreateTeamAndChannelResponse.d.ts +5 -0
  14. package/build/client/interfaces/CreateTeamAndChannelResponse.d.ts.map +1 -0
  15. package/build/client/interfaces/CreateTeamAndChannelResponse.js +5 -0
  16. package/build/client/interfaces/CreateTeamAndChannelResponse.js.map +1 -0
  17. package/build/client/interfaces/GetChannelResponse.d.ts +7 -0
  18. package/build/client/interfaces/GetChannelResponse.d.ts.map +1 -0
  19. package/build/client/interfaces/GetChannelResponse.js +5 -0
  20. package/build/client/interfaces/GetChannelResponse.js.map +1 -0
  21. package/build/client/interfaces/GetJoinedTeamsResponse.d.ts +7 -0
  22. package/build/client/interfaces/GetJoinedTeamsResponse.d.ts.map +1 -0
  23. package/build/client/interfaces/GetJoinedTeamsResponse.js +5 -0
  24. package/build/client/interfaces/GetJoinedTeamsResponse.js.map +1 -0
  25. package/build/client/interfaces/GetTeamsAppSettingsResponse.d.ts +7 -0
  26. package/build/client/interfaces/GetTeamsAppSettingsResponse.d.ts.map +1 -0
  27. package/build/client/interfaces/GetTeamsAppSettingsResponse.js +5 -0
  28. package/build/client/interfaces/GetTeamsAppSettingsResponse.js.map +1 -0
  29. package/build/common/constants.d.ts +6 -0
  30. package/build/common/constants.d.ts.map +1 -1
  31. package/build/common/constants.js +7 -1
  32. package/build/common/constants.js.map +1 -1
  33. package/build/common/featureFlags.d.ts +13 -3
  34. package/build/common/featureFlags.d.ts.map +1 -1
  35. package/build/common/featureFlags.js +15 -5
  36. package/build/common/featureFlags.js.map +1 -1
  37. package/build/common/templates-config.json +1 -1
  38. package/build/common/tools.d.ts +1 -0
  39. package/build/common/tools.d.ts.map +1 -1
  40. package/build/common/tools.js +11 -1
  41. package/build/common/tools.js.map +1 -1
  42. package/build/common/versionMetadata.d.ts +1 -0
  43. package/build/common/versionMetadata.d.ts.map +1 -1
  44. package/build/common/versionMetadata.js +1 -0
  45. package/build/common/versionMetadata.js.map +1 -1
  46. package/build/common/wrappedAxiosClient.d.ts +2 -0
  47. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  48. package/build/common/wrappedAxiosClient.js +14 -1
  49. package/build/common/wrappedAxiosClient.js.map +1 -1
  50. package/build/component/coordinator/index.d.ts.map +1 -1
  51. package/build/component/coordinator/index.js +4 -3
  52. package/build/component/coordinator/index.js.map +1 -1
  53. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  54. package/build/component/driver/apiKey/create.js +16 -3
  55. package/build/component/driver/apiKey/create.js.map +1 -1
  56. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -1
  57. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
  58. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +2 -1
  59. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -1
  60. package/build/component/driver/apiKey/update.d.ts.map +1 -1
  61. package/build/component/driver/apiKey/update.js +16 -3
  62. package/build/component/driver/apiKey/update.js.map +1 -1
  63. package/build/component/driver/apiKey/utility/utility.d.ts +1 -0
  64. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  65. package/build/component/driver/apiKey/utility/utility.js +12 -2
  66. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  67. package/build/component/driver/devChannel/create.d.ts +12 -0
  68. package/build/component/driver/devChannel/create.d.ts.map +1 -0
  69. package/build/component/driver/devChannel/create.js +75 -0
  70. package/build/component/driver/devChannel/create.js.map +1 -0
  71. package/build/component/driver/devChannel/installApp.d.ts +12 -0
  72. package/build/component/driver/devChannel/installApp.d.ts.map +1 -0
  73. package/build/component/driver/devChannel/installApp.js +79 -0
  74. package/build/component/driver/devChannel/installApp.js.map +1 -0
  75. package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.d.ts +15 -0
  76. package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.d.ts.map +1 -0
  77. package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.js +5 -0
  78. package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.js.map +1 -0
  79. package/build/component/driver/devChannel/interfaces/InstallAppArgs.d.ts +7 -0
  80. package/build/component/driver/devChannel/interfaces/InstallAppArgs.d.ts.map +1 -0
  81. package/build/component/driver/devChannel/interfaces/InstallAppArgs.js +5 -0
  82. package/build/component/driver/devChannel/interfaces/InstallAppArgs.js.map +1 -0
  83. package/build/component/driver/devTool/httpClient.d.ts +14 -0
  84. package/build/component/driver/devTool/httpClient.d.ts.map +1 -0
  85. package/build/component/driver/devTool/httpClient.js +62 -0
  86. package/build/component/driver/devTool/httpClient.js.map +1 -0
  87. package/build/component/driver/devTool/installDriver.d.ts +5 -1
  88. package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
  89. package/build/component/driver/devTool/installDriver.js +33 -0
  90. package/build/component/driver/devTool/installDriver.js.map +1 -1
  91. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts +7 -0
  92. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -1
  93. package/build/component/driver/devTool/nodeInstaller.d.ts +47 -0
  94. package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -0
  95. package/build/component/driver/devTool/nodeInstaller.js +330 -0
  96. package/build/component/driver/devTool/nodeInstaller.js.map +1 -0
  97. package/build/component/driver/index.d.ts +2 -0
  98. package/build/component/driver/index.d.ts.map +1 -1
  99. package/build/component/driver/index.js +2 -0
  100. package/build/component/driver/index.js.map +1 -1
  101. package/build/component/driver/oauth/create.d.ts.map +1 -1
  102. package/build/component/driver/oauth/create.js +35 -3
  103. package/build/component/driver/oauth/create.js.map +1 -1
  104. package/build/component/driver/oauth/interface/createOauthArgs.d.ts +5 -1
  105. package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
  106. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +7 -2
  107. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
  108. package/build/component/driver/oauth/update.d.ts.map +1 -1
  109. package/build/component/driver/oauth/update.js +33 -9
  110. package/build/component/driver/oauth/update.js.map +1 -1
  111. package/build/component/driver/oauth/utility/utility.d.ts +4 -2
  112. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  113. package/build/component/driver/oauth/utility/utility.js +53 -2
  114. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  115. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +1 -0
  116. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  117. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +19 -3
  118. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  119. package/build/component/driver/typeSpec/compile.d.ts +1 -0
  120. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  121. package/build/component/driver/typeSpec/compile.js +79 -31
  122. package/build/component/driver/typeSpec/compile.js.map +1 -1
  123. package/build/component/driver/typeSpec/constants.d.ts +0 -1
  124. package/build/component/driver/typeSpec/constants.d.ts.map +1 -1
  125. package/build/component/driver/typeSpec/constants.js +1 -2
  126. package/build/component/driver/typeSpec/constants.js.map +1 -1
  127. package/build/component/driver/typeSpec/error/reProvisionError.d.ts +5 -0
  128. package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +1 -0
  129. package/build/component/driver/typeSpec/error/{noActionError.js → reProvisionError.js} +9 -9
  130. package/build/component/driver/typeSpec/error/reProvisionError.js.map +1 -0
  131. package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts +2 -0
  132. package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts.map +1 -1
  133. package/build/component/generator/declarativeAgent/generator.d.ts +1 -0
  134. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  135. package/build/component/generator/declarativeAgent/generator.js +55 -5
  136. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  137. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  138. package/build/component/generator/declarativeAgent/helper.js +13 -4
  139. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  140. package/build/component/generator/generator.d.ts.map +1 -1
  141. package/build/component/generator/generator.js +4 -0
  142. package/build/component/generator/generator.js.map +1 -1
  143. package/build/component/generator/openApiSpec/helper.d.ts +1 -0
  144. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  145. package/build/component/generator/openApiSpec/helper.js +1 -0
  146. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  147. package/build/component/generator/templates/metadata/graphConnector.d.ts +3 -0
  148. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +1 -0
  149. package/build/component/generator/templates/metadata/graphConnector.js +15 -0
  150. package/build/component/generator/templates/metadata/graphConnector.js.map +1 -0
  151. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  152. package/build/component/generator/templates/metadata/index.js +3 -0
  153. package/build/component/generator/templates/metadata/index.js.map +1 -1
  154. package/build/component/generator/templates/templateNames.d.ts +1 -0
  155. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  156. package/build/component/generator/templates/templateNames.js +2 -0
  157. package/build/component/generator/templates/templateNames.js.map +1 -1
  158. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  159. package/build/component/generator/templates/templateReplaceMap.js +9 -0
  160. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  161. package/build/component/local/constants.d.ts +3 -0
  162. package/build/component/local/constants.d.ts.map +1 -1
  163. package/build/component/local/constants.js +4 -1
  164. package/build/component/local/constants.js.map +1 -1
  165. package/build/component/m365/serviceConstant.d.ts +6 -0
  166. package/build/component/m365/serviceConstant.d.ts.map +1 -1
  167. package/build/component/m365/serviceConstant.js +63 -1
  168. package/build/component/m365/serviceConstant.js.map +1 -1
  169. package/build/component/utils/pathUtils.d.ts.map +1 -1
  170. package/build/component/utils/pathUtils.js +3 -1
  171. package/build/component/utils/pathUtils.js.map +1 -1
  172. package/build/core/FxCore.d.ts +3 -1
  173. package/build/core/FxCore.d.ts.map +1 -1
  174. package/build/core/FxCore.js +28 -1
  175. package/build/core/FxCore.js.map +1 -1
  176. package/build/core/environmentName.d.ts +2 -0
  177. package/build/core/environmentName.d.ts.map +1 -1
  178. package/build/core/environmentName.js +4 -0
  179. package/build/core/environmentName.js.map +1 -1
  180. package/build/error/depCheck.d.ts +3 -0
  181. package/build/error/depCheck.d.ts.map +1 -1
  182. package/build/error/depCheck.js +15 -1
  183. package/build/error/depCheck.js.map +1 -1
  184. package/build/index.d.ts +4 -1
  185. package/build/index.d.ts.map +1 -1
  186. package/build/index.js +9 -2
  187. package/build/index.js.map +1 -1
  188. package/build/question/constants.d.ts +5 -1
  189. package/build/question/constants.d.ts.map +1 -1
  190. package/build/question/constants.js +11 -0
  191. package/build/question/constants.js.map +1 -1
  192. package/build/question/create.d.ts +1 -0
  193. package/build/question/create.d.ts.map +1 -1
  194. package/build/question/create.js +30 -7
  195. package/build/question/create.js.map +1 -1
  196. package/build/question/generator.js +2 -0
  197. package/build/question/generator.js.map +1 -1
  198. package/build/question/index.d.ts +2 -1
  199. package/build/question/index.d.ts.map +1 -1
  200. package/build/question/index.js +6 -3
  201. package/build/question/index.js.map +1 -1
  202. package/build/question/inputs/AddKnowledgeInputs.d.ts +4 -2
  203. package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
  204. package/build/question/inputs/SetSensitivityLabelInputs.d.ts +14 -0
  205. package/build/question/inputs/SetSensitivityLabelInputs.d.ts.map +1 -0
  206. package/build/question/inputs/SetSensitivityLabelInputs.js +5 -0
  207. package/build/question/inputs/SetSensitivityLabelInputs.js.map +1 -0
  208. package/build/question/inputs/index.d.ts +1 -0
  209. package/build/question/inputs/index.d.ts.map +1 -1
  210. package/build/question/inputs/index.js +1 -0
  211. package/build/question/inputs/index.js.map +1 -1
  212. package/build/question/options/AddKnowledgeOptions.d.ts.map +1 -1
  213. package/build/question/options/AddKnowledgeOptions.js +12 -3
  214. package/build/question/options/AddKnowledgeOptions.js.map +1 -1
  215. package/build/question/options/SetSensitivityLabelOptions.d.ts +10 -0
  216. package/build/question/options/SetSensitivityLabelOptions.d.ts.map +1 -0
  217. package/build/question/options/SetSensitivityLabelOptions.js +26 -0
  218. package/build/question/options/SetSensitivityLabelOptions.js.map +1 -0
  219. package/build/question/options/index.d.ts +1 -0
  220. package/build/question/options/index.d.ts.map +1 -1
  221. package/build/question/options/index.js +1 -0
  222. package/build/question/options/index.js.map +1 -1
  223. package/build/question/other.d.ts +3 -0
  224. package/build/question/other.d.ts.map +1 -1
  225. package/build/question/other.js +95 -1
  226. package/build/question/other.js.map +1 -1
  227. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -0
  228. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  229. package/build/question/scaffold/vsc/ProjectTypeOptions.js +9 -0
  230. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  231. package/build/question/scaffold/vsc/createFromTdpNode.d.ts +2 -2
  232. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  233. package/build/question/scaffold/vsc/createFromTdpNode.js +9 -6
  234. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  235. package/build/question/scaffold/vsc/createRootNode.d.ts +2 -2
  236. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  237. package/build/question/scaffold/vsc/createRootNode.js +13 -7
  238. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  239. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts +3 -0
  240. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -0
  241. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +16 -0
  242. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -0
  243. package/build/tsconfig.tsbuildinfo +1 -1
  244. package/package.json +9 -5
  245. package/resource/package.nls.cs.json +82 -37
  246. package/resource/package.nls.de.json +82 -37
  247. package/resource/package.nls.es.json +82 -37
  248. package/resource/package.nls.fr.json +82 -37
  249. package/resource/package.nls.it.json +82 -37
  250. package/resource/package.nls.ja.json +82 -37
  251. package/resource/package.nls.json +42 -3
  252. package/resource/package.nls.ko.json +82 -37
  253. package/resource/package.nls.pl.json +82 -37
  254. package/resource/package.nls.pt-BR.json +82 -37
  255. package/resource/package.nls.ru.json +82 -37
  256. package/resource/package.nls.tr.json +82 -37
  257. package/resource/package.nls.zh-Hans.json +82 -37
  258. package/resource/package.nls.zh-Hant.json +82 -37
  259. package/resource/yaml-schema/v1.8/yaml.schema.json +146 -14
  260. package/resource/yaml-schema/yaml.schema.json +146 -14
  261. package/templates/fallback/common.zip +0 -0
  262. package/templates/fallback/csharp.zip +0 -0
  263. package/templates/fallback/js.zip +0 -0
  264. package/templates/fallback/python.zip +0 -0
  265. package/templates/fallback/ts.zip +0 -0
  266. package/build/component/driver/typeSpec/error/noActionError.d.ts +0 -5
  267. package/build/component/driver/typeSpec/error/noActionError.d.ts.map +0 -1
  268. package/build/component/driver/typeSpec/error/noActionError.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "2.0.17-rc.0",
3
+ "version": "2.0.18-alpha.f95704b41.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -70,6 +70,7 @@
70
70
  "test:copilotGenerator": "nyc mocha \"tests/component/generator/copilotGenerator.test.ts\"",
71
71
  "test:tdpClient": "nyc mocha \"tests/client/tdpClient.test.ts\"",
72
72
  "test:secretMasker": "nyc mocha \"tests/common/secretMasker.test.ts\"",
73
+ "test:devTool": "nyc mocha \"tests/component/driver/devTool/*.test.ts\"",
73
74
  "clean": "rm -rf build",
74
75
  "prebuild": "npm run gen:cli",
75
76
  "build": "tsc -p ./ --incremental",
@@ -97,8 +98,8 @@
97
98
  "@feathersjs/hooks": "^0.6.5",
98
99
  "@microsoft/dev-tunnels-contracts": "1.1.9",
99
100
  "@microsoft/dev-tunnels-management": "1.1.9",
100
- "@microsoft/m365-spec-parser": "^0.2.6",
101
- "@microsoft/teamsfx-api": "0.23.5",
101
+ "@microsoft/m365-spec-parser": "^0.2.7-alpha.f95704b41.0",
102
+ "@microsoft/teamsfx-api": "0.23.6-alpha.f95704b41.0",
102
103
  "adm-zip": "^0.5.10",
103
104
  "ajv": "^8.5.0",
104
105
  "axios": "^1.8.3",
@@ -118,6 +119,7 @@
118
119
  "js-yaml": "^4.0.0",
119
120
  "jsonschema": "^1.4.0",
120
121
  "klaw": "^3.0.0",
122
+ "linkedom": "^0.18.9",
121
123
  "md5": "^2.3.0",
122
124
  "mime": "^2.5.2",
123
125
  "mustache": "^4.1.0",
@@ -134,6 +136,7 @@
134
136
  "shell-quote": "^1.8.1",
135
137
  "strip-bom": "^4.0.0",
136
138
  "swagger2openapi": "^7.0.8",
139
+ "tar": "^7.4.3",
137
140
  "typedi": "^0.10.0",
138
141
  "uuid": "^8.3.2",
139
142
  "validator": "^13.7.0",
@@ -211,14 +214,15 @@
211
214
  "ts-node": "^10.9.2",
212
215
  "tslib": "^2.3.1",
213
216
  "typescript": "4.7.4",
214
- "webpack": "^5.61.0"
217
+ "webpack": "^5.61.0",
218
+ "webpack-cli": "^6.0.1"
215
219
  },
216
220
  "files": [
217
221
  "build/**/*",
218
222
  "resource/**/*",
219
223
  "templates/**/*"
220
224
  ],
221
- "gitHead": "ce7c0c3f3f9918d24232295209d64556bfd02ca2",
225
+ "gitHead": "01d873e6f37c0410aae592e7c4b30dc0330343ea",
222
226
  "publishConfig": {
223
227
  "access": "public"
224
228
  },
@@ -3,8 +3,8 @@
3
3
  "core.addApi.confirm.teamsYaml": "Sada Teams Toolkit upraví soubory ve složce \"%s\" a \"%s\" na základě nového vámi poskytnutého dokumentu OpenAPI. Pokud chcete zabránit ztrátě neočekávaných změn, zazálohujte soubory nebo před pokračováním použijte ke sledování změn Git.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Sada Teams Toolkit upraví soubory ve složce \"%s\", \"%s\" a \"%s\" na základě nového dokumentu OpenAPI, který jste zadali. Pokud chcete zabránit ztrátě neočekávaných změn, zazálohujte soubory nebo před pokračováním použijte ke sledování změn Git.",
5
5
  "core.addApi.continue": "Přidat",
6
- "core.addKnowledge.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the knowledge source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
7
- "core.addKnowledge.continue": "Add",
6
+ "core.addKnowledge.confirm": "Sada nástrojů Teams upraví soubory ve složce %s na základě zadaného zdroje schopností. Pokud se chcete vyhnout ztrátě neočekávaných změn, před pokračováním zazálohujte soubory nebo použijte Git ke sledování změn.",
7
+ "core.addKnowledge.continue": "Přidat",
8
8
  "core.provision.provision": "Zřizování",
9
9
  "core.provision.learnMore": "Další informace",
10
10
  "core.provision.azureAccount": "Účet Azure: %s",
@@ -29,7 +29,7 @@
29
29
  "core.progress.deploy": "Nasadit",
30
30
  "core.progress.publish": "Publikovat",
31
31
  "core.progress.provision": "Zřizování",
32
- "core.progress.share": "Share",
32
+ "core.progress.share": "Sdílet",
33
33
  "core.progress.configureAzureStorage": "Konfiguruje se Azure Storage. Povolte nastavení statického webu.",
34
34
  "core.progress.runCommand": "Spustit příkaz %s v %s",
35
35
  "core.progress.deployToAzure": "%s se nasazuje do %s.",
@@ -137,6 +137,7 @@
137
137
  "plugins.appstudio.createPackage.progressBar.message": "Vytváří se balíček aplikace Teams...",
138
138
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "static_template v %s pro %s funkce má neplatnou vlastnost souboru. Bude odstraněn a ignorován.",
139
139
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "static_template v %s pro %s funkce má soubor i jiné vlastnosti. Všechny vlastnosti budou přepsány obsahem souboru.",
140
+ "plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "Soubor modulu plug-in: %s – obor názvů obsahuje podtržítka a ta budou odebrána.",
140
141
  "plugins.appstudio.validationFailedNotice": "Ověření manifestu nebylo úspěšné!",
141
142
  "plugins.appstudio.validateManifest.progressBar.message": "Probíhá ověřování manifestu...",
142
143
  "plugins.appstudio.validateAppPackage.progressBar.message": "Probíhá ověřování balíčku aplikace...",
@@ -215,6 +216,12 @@
215
216
  "error.appstudio.BotProvisionReturnsConflictResult": "Zřizování botframework vrací při pokusu o vytvoření registrace robota konfliktní výsledek.",
216
217
  "error.appstudio.localizationFile.pathNotDefined": "Lokalizační soubor nebyl nalezen. Cesta: %s.",
217
218
  "error.appstudio.localizationFile.validationException": "Nelze ověřit lokalizační soubor z důvodu chyb. Soubor: %s. Chyba: %s",
219
+ "error.graphAPI.apiFailed.message": "Nelze volat rozhraní Graph API. API: %s. Chyba: %s",
220
+ "error.listSensitivityLabel.tokenFailed": "Nelze získat token pro rozhraní API k zobrazení výpisu popisků citlivosti. Chyba: %s",
221
+ "error.listSensitivityLabel.tokenUndefined": "Nelze získat token pro rozhraní API k zobrazení výpisu popisků citlivosti. Token není definován.",
222
+ "error.readDeclarativeAgentManifest.failed": "Nelze přečíst soubor manifestu deklarativního agenta. Chyba: %s",
223
+ "error.writeDeclarativeAgentManifest.failed": "Nelze zapsat soubor manifestu deklarativního agenta. Chyba: %s",
224
+ "error.setGeneralSensitivityLabel.failed": "Nelze nastavit obecný popisek citlivosti. Chyba: %s",
218
225
  "error.generator.ScaffoldLocalTemplateError": "Nepovedlo se vygenerovat šablonu na základě místního balíčku ZIP.",
219
226
  "error.generator.TemplateNotFoundError": "Šablonu %s se nepodařilo najít. ",
220
227
  "error.generator.SampleNotFoundError": "Vzorek %s se nepodařilo najít. ",
@@ -361,10 +368,10 @@
361
368
  "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Umožňuje vyhledat informace o uzemnění ve vybraných konektorech Microsoft Graph.",
362
369
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Vložené znalosti",
363
370
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Vložte soubory přímo jako informace o uzemnění.",
364
- "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive or SharePoint Content",
365
- "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Enter a URL to OneDrive or SharePoint",
366
- "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Failed to validate OneDrive/SharePoint URL: %s",
367
- "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "The OneDrive/SharePoint URL is invalid.",
371
+ "core.createProjectQuestion.oneDriveSharePointItem.title": "Obsah z OneDrivu nebo SharePointu",
372
+ "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Zadejte adresu URL OneDrivu nebo SharePointu",
373
+ "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Nepodařilo se ověřit adresu URL OneDrivu nebo SharePointu: %s",
374
+ "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Adresa URL OneDrivu nebo SharePointu je neplatná.",
368
375
  "core.createProjectQuestion.llmService.title": "Služba pro velký jazykový model (LLM)",
369
376
  "core.createProjectQuestion.llmService.placeholder": "Vyberte službu pro přístup k modelům LLM.",
370
377
  "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
@@ -413,6 +420,8 @@
413
420
  "core.createProjectQuestion.noPlugin.detail": "Vytvořit pouze deklarativního agenta",
414
421
  "core.createProjectQuestion.addPlugin.label": "Přidat akci",
415
422
  "core.createProjectQuestion.addPlugin.detail": "Vytvořit deklarativního agenta s akcí",
423
+ "core.createProjectQuestion.createGraphConnector.label": "Graph Connector",
424
+ "core.createProjectQuestion.createGraphConnector.detail": "Create a Graph Connector to connect to your data source",
416
425
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Importovat soubor manifestu",
417
426
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Importovat dokument s popisem OpenAPI",
418
427
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Vyberte soubor manifestu akce",
@@ -420,8 +429,8 @@
420
429
  "core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Neplatný manifest modulu plug-in Chybějící \"%s\"",
421
430
  "core.createProjectQuestion.addPlugin.pluginManifestMissingApiSpec": "Neplatný manifest modulu plug-in Ujistěte se, že manifest má modul runtime \"%s\" a odkazuje na platný dokument popisu rozhraní API.",
422
431
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Našlo se několik dokumentů s popisem OpenAPI: \"%s\".",
423
- "core.createProjectQuestion.addKnowledge.title": "Přidat znalosti",
424
- "core.createProjectQuestion.addKnowledge.placeholder": "Vyberte zdroj znalostí jako informace o uzemnění pro deklarativního agenta.",
432
+ "core.createProjectQuestion.addKnowledge.title": "Přidat schopnost",
433
+ "core.createProjectQuestion.addKnowledge.placeholder": "Vyberte zdroj schopností jako podkladovou informaci pro deklarativního agenta",
425
434
  "core.aiAssistantBotOption.label": "Robot agenta AI",
426
435
  "core.aiAssistantBotOption.detail": "Vlastní asistivní AI robot v Teams s využívající AI knihovnu Teams a rozhraní OpenAI Assistants API",
427
436
  "core.aiBotOption.label": "Chatovací robot AI",
@@ -462,9 +471,9 @@
462
471
  "core.addPlugin.success.vsc": "Akce \"%s\" úspěšně přidána do projektu.",
463
472
  "core.addPlugin.success": "Modul plug-in rozhraní API \"%s\" úspěšně přidán do projektu. Zobrazit manifest modulu plug-in v \"%s\"",
464
473
  "core.addPlugin.success.viewPluginManifest": "Zobrazit manifest akce",
465
- "core.addKnowledge.success.vsc": "Knowledge source added to the project successfully.",
466
- "core.addKnowledge.success": "Knowledge source added to the project successfully. View agent manifest in \"%s\".",
467
- "core.addKnowledge.success.viewAgentManifest": "View agent manifest",
474
+ "core.addKnowledge.success.vsc": "Zdroj schopností byl úspěšně přidán do projektu.",
475
+ "core.addKnowledge.success": "Zdroj schopností byl úspěšně přidán do projektu. Manifest agenta si můžete zobrazit v %s.",
476
+ "core.addKnowledge.success.viewAgentManifest": "Zobrazit manifest agenta",
468
477
  "core.scaffold.warning.summary": "Zjistili jsme následující problémy:\n%s",
469
478
  "core.addPlugin.warning.manifestVariables": "Proměnné prostředí \"%s\" nalezeny v manifestu přidaného modulu plug-in. Zajistěte, aby byly hodnoty nastaveny v souborech .env nebo proměnných prostředí systému.",
470
479
  "core.addPlugin.warning.apiSpecVariables": "Proměnné prostředí \"%s\" ve specifikaci rozhraní API přidaného modulu plug-in nalezeny. Zajistěte, aby byly hodnoty nastaveny v souborech .env nebo proměnných prostředí systému.",
@@ -487,6 +496,8 @@
487
496
  "core.collaboration.error.failedToLoadDotEnvFile": "Nelze načíst soubor .env. Důvod: %s",
488
497
  "core.selectAadAppManifestQuestion.title": "Vybrat Microsoft Entra manifest.json soubor",
489
498
  "core.selectTeamsAppManifestQuestion.title": "Vybrat soubor manifest.json služby Teams",
499
+ "core.selectDeclarativeAgentManifestQuestion.title": "Select declarativeAgent.json file",
500
+ "core.selectSensitivityLabelQuestion.title": "Select a sensitivity label",
490
501
  "core.selectTeamsAppPackageQuestion.title": "Vybrat soubor balíčku aplikace Teams",
491
502
  "core.selectLocalTeamsAppManifestQuestion.title": "Vyberte místní soubor manifest.json Teams.",
492
503
  "core.selectCollaborationAppTypeQuestion.title": "Vyberte aplikaci, pro kterou chcete spravovat spolupracovníky",
@@ -496,15 +507,18 @@
496
507
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Před publikováním aplikace Teams do obchodu Teams ověřte aplikaci Teams.",
497
508
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Před publikováním ověřit všechny testovací případy integrace",
498
509
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Komplexní testy pro zajištění připravenosti",
499
- "core.GCSelectQuestion.title": "Graph Connector Content",
500
- "core.GCSelectOptions.listOption.title": "Select existing Graph Connectors",
501
- "core.GCSelectOptions.listOption.description": "List all existing Graph Connectors",
502
- "core.GCSelectOptions.inputOption.title": "Enter a Graph Connector Connection ID",
503
- "core.GCSelectOptions.inputOption.description": "Enter a Graph Connector Connection ID manually",
504
- "core.GCListQuestion.title": "Select one or more Graph Connectors as knowledge source",
505
- "core.GCListQuestion.placeholder": "List all existing Graph Connectors",
506
- "core.GCInputQuestion.title": "Connection ID",
507
- "core.GCListQuestion.invalidMessage": "%s API(s) selected. You need to select at least one APIs.",
510
+ "core.GCSelectQuestion.title": "Obsah konektoru Graphu",
511
+ "core.GCSelectOptions.listOption.title": "Vybrat existující konektory Graphu",
512
+ "core.GCSelectOptions.listOption.description": "Vypsat všechny existující konektory Graphu",
513
+ "core.GCSelectOptions.inputOption.title": "Zadejte ID připojení konektoru Graphu",
514
+ "core.GCSelectOptions.inputOption.description": "Zadejte ID připojení konektoru Graphu ručně",
515
+ "core.GCListQuestion.title": "Vyberte jeden nebo více konektorů Graphu jako zdroj schopností",
516
+ "core.GCListQuestion.placeholder": "Vypsat všechny existující konektory Graphu",
517
+ "core.GCInputQuestion.title": "ID připojení",
518
+ "core.GCListQuestion.invalidMessage": "Vybrali jste %s rozhraní API. Je třeba vybrat alespoň jedno rozhraní API.",
519
+ "core.GCNameQuestion.title": "Add a connector name",
520
+ "core.GCNameQuestion.placeholder": "Create a name for Graph Connector",
521
+ "core.GCList.insufficientPermission": "To list graph connectors, you need org's Microsoft 365 tenant admin permissions.",
508
522
  "core.confirmManifestQuestion.placeholder": "Potvrďte, že jste vybrali správný soubor manifestu.",
509
523
  "core.aadAppQuestion.label": "Aplikace Microsoft Entra",
510
524
  "core.aadAppQuestion.description": "Vaše aplikace Microsoft Entra pro Jednotné přihlašování",
@@ -528,7 +542,7 @@
528
542
  "core.common.LifecycleComplete.provision": "akce %s/%s ve fázi zřizování se úspěšně provedly.",
529
543
  "core.common.LifecycleComplete.deploy": "akce %s/%s ve fázi nasazení byly úspěšně provedeny.",
530
544
  "core.common.LifecycleComplete.publish": "akce %s/%s ve fázi publikování byly úspěšně provedeny.",
531
- "core.common.LifecycleComplete.share": "%s/%s actions in share stage executed successfully.",
545
+ "core.common.LifecycleComplete.share": "Akce %s/%s ve fázi sdílení byly úspěšně provedeny.",
532
546
  "core.common.TeamsMobileDesktopClientName": "Desktopová aplikace Teams, ID mobilního klienta",
533
547
  "core.common.TeamsWebClientName": "ID webového klienta Teams",
534
548
  "core.common.OfficeDesktopClientName": "Aplikace Microsoft 365 pro ID desktopového klienta",
@@ -632,6 +646,7 @@
632
646
  "core.syncManifest.success": "Manifest se synchronizoval s prostředím: %s úspěšně.",
633
647
  "core.syncManifest.noDiff": "Váš soubor manifestu je už aktuální. Synchronizace byla dokončena.",
634
648
  "core.syncManifest.saveManifestSuccess": "Soubor manifestu se úspěšně uložil do %s.",
649
+ "core.listSensitivityLabel.notLogin": "Nelze získat popisky citlivosti. Přihlaste se prosím k účtu Microsoft 365 později.",
635
650
  "ui.select.LoadingOptionsPlaceholder": "Načítají se možnosti...",
636
651
  "ui.select.LoadingDefaultPlaceholder": "Načítá se výchozí hodnota…",
637
652
  "error.aad.manifest.NameIsMissing": "chybí název\n",
@@ -699,7 +714,7 @@
699
714
  "driver.aadApp.error.appNameTooLong": "Název této aplikace Microsoft Entra je příliš dlouhý. Maximální délka je 120.",
700
715
  "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "Životnost tajného kódu klienta je pro vašeho tenanta příliš dlouhá. Použijte kratší hodnotu s parametrem clientSecretExpireDays.",
701
716
  "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Váš tenant nepovoluje vytvoření tajného klíče klienta pro Microsoft Entra aplikaci. Vytvořte a nakonfigurujte aplikaci ručně.",
702
- "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a Microsoft Entra app with specified signInAudience value. Error: %s.",
717
+ "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Váš tenant nepovoluje vytvoření aplikace Microsoft Entra se zadanou hodnotou signInAudience. Chyba: %s.",
703
718
  "driver.aadApp.progressBar.createAadAppTitle": "Vytváří se aplikace Microsoft Entra…",
704
719
  "driver.aadApp.progressBar.updateAadAppTitle": "Aktualizuje se aplikace Microsoft Entra...",
705
720
  "driver.aadApp.log.startExecuteDriver": "Spouští se akce %s.",
@@ -714,7 +729,7 @@
714
729
  "driver.aadApp.log.outputAadAppManifest": "Vytváření manifestu aplikace Microsoft Entra je dokončeno a obsah manifestu aplikace je zapsán do %s.",
715
730
  "driver.aadApp.log.successUpdateAadAppManifest": "Manifest %s se použil pro aplikaci Microsoft Entra s ID objektu %s.",
716
731
  "driver.aadApp.log.deleteAadAfterDebugging": "(Sada nástrojů Teams po ladění odstraní Microsoft Entra aplikaci.)",
717
- "driver.aadApp.log.insufficientPermission": "You don't have permission to create or update Microsoft Entra app. Please contact your administrator or click Proceed to enter the client ID and secret of an existing Microsoft Entra app.",
732
+ "driver.aadApp.log.insufficientPermission": "Nemáte oprávnění k vytvoření nebo aktualizaci aplikace Microsoft Entra. Kontaktujte prosím správce nebo klikněte na Pokračovat a zadejte ID klienta a tajný kód existující aplikace Microsoft Entra.",
718
733
  "driver.aadApp.question.id.title": "ID aplikace Microsoft Entra",
719
734
  "driver.aadApp.question.id.validation": "ID aplikace Microsoft Entra nemůže být prázdné.",
720
735
  "driver.aadApp.question.secret.title": "Tajný kód aplikace Microsoft Entra",
@@ -833,9 +848,9 @@
833
848
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "Název ověření %s: %s Zpráva: %s",
834
849
  "driver.teamsApp.validate.result": "Sada Teams Toolkit dokončila kontrolu ověřovacích pravidel balíčku aplikace. %s.",
835
850
  "driver.teamsApp.validate.result.display": "Sada Teams Toolkit dokončila kontrolu balíčku aplikace podle pravidel validace. %s. Podrobnosti najdete v [Output panel](command:fx-extension.showOutputChannel).",
836
- "driver.shareToOthers.description": "share your app to others",
837
- "driver.shareToOthers.progress.message": "Sharing your app...",
838
- "driver.shareToOthers.summary": "Shared apps successfully (%s).",
851
+ "driver.shareToOthers.description": "sdílet aplikaci s ostatními",
852
+ "driver.shareToOthers.progress.message": "Sdílí se vaše aplikace…",
853
+ "driver.shareToOthers.summary": "Aplikace byly úspěšně sdíleny (%s).",
839
854
  "error.teamsApp.validate.apiFailed": "Kvůli %s se nepovedlo ověřit balíček aplikace Teams.",
840
855
  "error.teamsApp.validate.apiFailed.display": "Nepovedlo se ověřit balíček aplikace Teams. Podrobnosti najdete ve [výstupním panelu](command:fx-extension.showOutputChannel).",
841
856
  "error.teamsApp.validate.details": "Cesta k souboru: %s, název: %s",
@@ -847,6 +862,13 @@
847
862
  "driver.botFramework.summary.update": "Registrace robota byla úspěšně aktualizována (%s).",
848
863
  "driver.botFramework.progressBar.createOrUpdateBot": "Vytváří se nebo se aktualizuje registrace robota.",
849
864
  "driver.botFramework.error.InvalidBotId": "ID robota %s je neplatné. Musí se jednat o identifikátor GUID.",
865
+ "driver.devChannel.description": "Create a sandboxed Team and channel for development and testing",
866
+ "driver.devChannel.progress.message": "Creating Team and channel...",
867
+ "driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s, Team ID: %s",
868
+ "driver.devChannel.summary": "Team %s with default channel %s created.",
869
+ "driver.devChannel.status": "Team and channel creation status: %s",
870
+ "driver.devChannel.summary.exists": "Environment variable %s and %s already exist, skipping new sandboxed Team creation step.",
871
+ "driver.devChannel.install.success": "App installed into team %s with channel %s successfully.",
850
872
  "error.yaml.InvalidYamlSchemaError": "Nepovedlo se parsovat soubor yaml: %s. Pro podrobnosti o chybě otevřete prosím soubor yaml.",
851
873
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Nepovedlo se parsovat soubor yaml: %s. Důvod: %s Zkontrolujte prosím soubor yaml nebo upgradujte na nejnovější sadu nástrojů Teams.",
852
874
  "error.yaml.VersionNotSupported": "Verze %s se nepodporuje. Podporované verze: %s",
@@ -991,14 +1013,37 @@
991
1013
  "core.addAuthAction.validation.url": "Neplatný formát adresy URL. Zadejte prosím platnou adresu URL.",
992
1014
  "core.oauthScopeQuestion.validation.scope": "Neplatný formát oboru. Zadejte prosím platný obor. Příklad: obor1: popis pro obor1; obor2: popis pro obor2",
993
1015
  "core.authNameQuestion.validation.empty": "Název ověřování nemůže být prázdný.",
994
- "driver.oauth.microsoftEntraWarning": "If you are using your own Microsoft Entra app, please: 1. Update the application id uri of your Microsoft Entra app to %s, 2. Add %s to redirect uri of your Microsoft Entra app.",
995
- "core.addKnowledgeQuestion.webContent.title": "Web Content",
996
- "core.addKnowledgeQuestion.webContent.placeholder": "Enter an absolute URL to a site to be searched for content.",
997
- "core.addKnowledgeQuestion.invalidWebContent.message": "Invalid web content. Please provide a valid URL.",
998
- "core.addKnowledgeQuestion.searchType.title": "Select Search Type",
999
- "core.addKnowledgeQuestion.searchType.web": "Search all content on the web",
1000
- "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Search all content within your organization",
1001
- "core.addKnowledgeQuestion.searchType.url": "Search by URL",
1002
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec",
1003
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create your action with TypeSpec"
1016
+ "driver.oauth.microsoftEntraWarning": "Pokud používáte vlastní aplikaci Microsoft Entra, prosím: 1. Aktualizujte identifikátor URI ID aplikace Microsoft Entra na %s, 2. Pokud chcete přesměrovat identifikátor URI aplikace Microsoft Entra, přidejte %s.",
1017
+ "core.addKnowledgeQuestion.webContent.title": "Webový obsah",
1018
+ "core.addKnowledgeQuestion.webContent.placeholder": "Zadejte absolutní adresu URL webu, na kterém se vyhledávat obsah.",
1019
+ "core.addKnowledgeQuestion.invalidWebContent.message": "Neplatný webový obsah. Zadejte prosím platnou adresu URL.",
1020
+ "core.addKnowledgeQuestion.searchType.title": "Vybrat typ hledání",
1021
+ "core.addKnowledgeQuestion.searchType.web": "Prohledat veškerý obsah na webu",
1022
+ "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Prohledat veškerý obsah ve vaší organizaci",
1023
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Začněte s TypeSpec",
1024
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Vytvořte svou akci pomocí TypeSpec s použitím šablony akce rozhraní API.",
1025
+ "core.addKnowledgeQuestion.searchType.url": "Hledat podle adresy URL",
1026
+ "driver.typeSpec.compile.start": "Spouští se akce %s",
1027
+ "driver.typespec.error.noSpecError": "Nenašla se žádná specifikace OpenApi. Ujistěte se prosím, že jsou vaše soubory TypeSpec platné, a zkuste to znovu.",
1028
+ "driver.typespec.error.multipleActionError": "V declarativeAgent.json se našla více než jedna akce. Ujistěte se prosím, že jsou vaše soubory TypeSpec platné, a zkuste to znovu.",
1029
+ "driver.typeSpec.progressBar": "Kompilují a generují se soubory…",
1030
+ "core.addKnowledge.doubleConfirm": "Provedením této akce přepíšete existující soubor manifestu a tato akce se nedá vrátit zpět. Pokud chcete zachovat stávající data, před pokračováním je prosím zazálohujte. Chcete přidat nový obsah?",
1031
+ "error.dep.InstallNodeJSError": "Unable to install Node.js for reason: %s. Please install it manually from https://nodejs.org and restart Visual Studio Code.",
1032
+ "action.devTool.nodeInstaller.Progress.title": "Install NodeJS",
1033
+ "action.devTool.nodeInstaller.Progress1": "Checking NodeJS in system environment",
1034
+ "action.devTool.nodeInstaller.Progress2": "Checking NodeJS in user folder",
1035
+ "action.devTool.nodeInstaller.Progress3": "Testing speed of download mirrors",
1036
+ "action.devTool.nodeInstaller.Progress4": "Downloading binary package: %s",
1037
+ "action.devTool.nodeInstaller.Progress5": "Extracting package",
1038
+ "action.devTool.nodeInstaller.InstalledSystem": "NodeJS (%s) is already installed in system environment",
1039
+ "action.devTool.nodeInstaller.NotInstalledSystem": "NodeJS is not installed in system environment",
1040
+ "action.devTool.nodeInstaller.InstalledUser": "NodeJS is already installed in user folder: %s",
1041
+ "action.devTool.nodeInstaller.NotInstalledUser": "NodeJS is not installed in user folder: %s",
1042
+ "action.devTool.nodeInstaller.NoMirrorUsable": "No mirror is reachable, please check your network connection",
1043
+ "action.devTool.nodeInstaller.BestMirror": "Selected download mirror is: %s - %s, test latency: %s ms",
1044
+ "action.devTool.nodeInstaller.Confirm": "NodeJS is required to launch test tool, which is not installed in system environment or user folder. Do you want to install the latest LTS version (%s) of NodeJS in your user folder? (Note: the installation will not change your system environment globally.)",
1045
+ "action.devTool.nodeInstaller.SuccessDownload": "Successfully download NodeJS package: %s, size: %s, time: %s ms",
1046
+ "action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
1047
+ "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
1048
+ "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment."
1004
1049
  }
@@ -3,8 +3,8 @@
3
3
  "core.addApi.confirm.teamsYaml": "Das Teams Toolkit ändert Dateien in Ihrem \"%s\" Ordner und \"%s\" basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Teams Toolkit ändert Dateien in Ihrem \"%s\" Ordner, \"%s\" und \"%s\" basierend auf dem von Ihnen bereitgestellten neuen OpenAPI-Dokument. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
5
5
  "core.addApi.continue": "Hinzufügen",
6
- "core.addKnowledge.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the knowledge source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
7
- "core.addKnowledge.continue": "Add",
6
+ "core.addKnowledge.confirm": "Das Teams-Toolkit ändert Dateien in Ihrem Ordner „%s basierend auf der von Ihnen angegebenen Funktionsquelle. Um unerwartete Änderungen zu vermeiden, sichern Sie Ihre Dateien, oder verwenden Sie Git für die Änderungsnachverfolgung, bevor Sie fortfahren.",
7
+ "core.addKnowledge.continue": "Hinzufügen",
8
8
  "core.provision.provision": "Bereitstellung",
9
9
  "core.provision.learnMore": "Weitere Informationen",
10
10
  "core.provision.azureAccount": "Azure-Konto: %s",
@@ -29,7 +29,7 @@
29
29
  "core.progress.deploy": "Bereitstellen",
30
30
  "core.progress.publish": "Veröffentlichen",
31
31
  "core.progress.provision": "Bereitstellung",
32
- "core.progress.share": "Share",
32
+ "core.progress.share": "Freigeben",
33
33
  "core.progress.configureAzureStorage": "Azure Storage wird konfiguriert, Einstellung der statischen Website aktivieren.",
34
34
  "core.progress.runCommand": "Befehl %s bei %s ausführen",
35
35
  "core.progress.deployToAzure": "%s wird in %s bereitgestellt.",
@@ -137,6 +137,7 @@
137
137
  "plugins.appstudio.createPackage.progressBar.message": "Teams-App-Paket wird erstellt...",
138
138
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "Die static_template in %s für die Funktion %s weist eine ungültige Dateieigenschaft auf. Sie wird gelöscht und ignoriert.",
139
139
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "Die static_template in %s für Funktion %s hat sowohl Datei- als auch andere Eigenschaften. Alle Eigenschaften werden vom Dateiinhalt überschrieben.",
140
+ "plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "Plug-In-Datei: %s – der Namespace enthält Unterstriche und wird entfernt.",
140
141
  "plugins.appstudio.validationFailedNotice": "Die Manifestüberprüfung ist nicht erfolgreich.",
141
142
  "plugins.appstudio.validateManifest.progressBar.message": "Manifest wird überprüft...",
142
143
  "plugins.appstudio.validateAppPackage.progressBar.message": "App-Paket wird überprüft...",
@@ -215,6 +216,12 @@
215
216
  "error.appstudio.BotProvisionReturnsConflictResult": "Die Botframework-Bereitstellung gibt das Konfliktergebnis zurück, wenn versucht wird, eine Botregistrierung zu erstellen.",
216
217
  "error.appstudio.localizationFile.pathNotDefined": "Die Lokalisierungsdatei wurde nicht gefunden. Pfad: %s.",
217
218
  "error.appstudio.localizationFile.validationException": "Die Lokalisierungsdatei kann aufgrund von Fehlern nicht überprüft werden. Datei: %s. Fehler: %s",
219
+ "error.graphAPI.apiFailed.message": "Die Graph-API kann nicht aufgerufen werden. API: %s. Fehler: %s",
220
+ "error.listSensitivityLabel.tokenFailed": "Das Token für die API zur Abfrage der Vertraulichkeitsbezeichnung der Liste kann nicht abgerufen werden. Fehler: %s",
221
+ "error.listSensitivityLabel.tokenUndefined": "Das Token für die API zur Abfrage der Vertraulichkeitsbezeichnung der Liste kann nicht abgerufen werden. Das Token ist nicht definiert.",
222
+ "error.readDeclarativeAgentManifest.failed": "Die Manifestdatei des deklarativen Agent kann nicht gelesen werden. Fehler: %s",
223
+ "error.writeDeclarativeAgentManifest.failed": "Die Manifestdatei des deklarativen Agent kann nicht geschrieben werden. Fehler: %s",
224
+ "error.setGeneralSensitivityLabel.failed": "Die allgemeine Vertraulichkeitsbezeichnung kann nicht festgelegt werden. Fehler: %s",
218
225
  "error.generator.ScaffoldLocalTemplateError": "Die Vorlage kann nicht basierend auf dem lokalen ZIP-Paket gerüstiert werden.",
219
226
  "error.generator.TemplateNotFoundError": "Die Vorlage kann nicht gefunden werden: %s.",
220
227
  "error.generator.SampleNotFoundError": "Das Beispiel kann nicht gefunden werden: %s.",
@@ -361,10 +368,10 @@
361
368
  "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Ausgewählte Microsoft Graph Verbinder nach Erdungsinformationen durchsuchen.",
362
369
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Eingebettetes Wissen",
363
370
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Betten Sie Dateien direkt als Erdungsinformationen ein.",
364
- "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive or SharePoint Content",
365
- "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Enter a URL to OneDrive or SharePoint",
366
- "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Failed to validate OneDrive/SharePoint URL: %s",
367
- "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "The OneDrive/SharePoint URL is invalid.",
371
+ "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive- oder SharePoint-Inhalte",
372
+ "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Geben Sie eine URL zu OneDrive oder SharePoint ein.",
373
+ "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Fehler beim Überprüfen der OneDrive/SharePoint-URL: %s",
374
+ "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Die OneDrive/SharePoint-URL ist ungültig.",
368
375
  "core.createProjectQuestion.llmService.title": "Dienst für großes Sprachmodell (LLM)",
369
376
  "core.createProjectQuestion.llmService.placeholder": "Wählen Sie einen Dienst für den Zugriff auf LLMs aus.",
370
377
  "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
@@ -413,6 +420,8 @@
413
420
  "core.createProjectQuestion.noPlugin.detail": "Nur deklarativen Agent erstellen",
414
421
  "core.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
415
422
  "core.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
423
+ "core.createProjectQuestion.createGraphConnector.label": "Graph Connector",
424
+ "core.createProjectQuestion.createGraphConnector.detail": "Create a Graph Connector to connect to your data source",
416
425
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Manifestdatei importieren",
417
426
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI-Beschreibungsdokument importieren",
418
427
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Aktionsmanifestdatei auswählen",
@@ -420,8 +429,8 @@
420
429
  "core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Ungültiges Plug-In-Manifest. Fehlende \"%s\"",
421
430
  "core.createProjectQuestion.addPlugin.pluginManifestMissingApiSpec": "Ungültiges Plug-In-Manifest. Stellen Sie sicher, dass das Manifest eine Laufzeit von \"%s\" hat, und verweist auf ein gültiges API-Beschreibungsdokument.",
422
431
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Es wurden mehrere OpenAPI-Beschreibungsdokumente gefunden: \"%s\".",
423
- "core.createProjectQuestion.addKnowledge.title": "Wissen hinzufügen",
424
- "core.createProjectQuestion.addKnowledge.placeholder": "Wählen Sie eine Wissensquelle als Erdungsinformationen für den deklarativen Agent aus.",
432
+ "core.createProjectQuestion.addKnowledge.title": "Funktionalität hinzufügen",
433
+ "core.createProjectQuestion.addKnowledge.placeholder": "Wählen Sie eine Funktionsquelle als Grundlage für die Informationen des deklarativen Agent aus.",
425
434
  "core.aiAssistantBotOption.label": "KI-Agent-Bot",
426
435
  "core.aiAssistantBotOption.detail": "Ein benutzerdefinierter KI-Agent-Bot in Teams, der die Teams-KI-Bibliothek und die OpenAI-Assistenten-API verwendet",
427
436
  "core.aiBotOption.label": "KI-Chatbot",
@@ -462,9 +471,9 @@
462
471
  "core.addPlugin.success.vsc": "Die Aktion \"%s\" dem Projekt erfolgreich hinzugefügt.",
463
472
  "core.addPlugin.success": "Das API-Plug-In \"%s\" dem Projekt erfolgreich hinzugefügt. Plug-In-Manifest in \"%s\" anzeigen.",
464
473
  "core.addPlugin.success.viewPluginManifest": "Aktionsmanifest anzeigen",
465
- "core.addKnowledge.success.vsc": "Knowledge source added to the project successfully.",
466
- "core.addKnowledge.success": "Knowledge source added to the project successfully. View agent manifest in \"%s\".",
467
- "core.addKnowledge.success.viewAgentManifest": "View agent manifest",
474
+ "core.addKnowledge.success.vsc": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt.",
475
+ "core.addKnowledge.success": "Die Funktionsquelle wurde dem Projekt erfolgreich hinzugefügt. Agentmanifest in „%s“ anzeigen",
476
+ "core.addKnowledge.success.viewAgentManifest": "Agentmanifest anzeigen",
468
477
  "core.scaffold.warning.summary": "Wir haben folgende Probleme erkannt:\n%s",
469
478
  "core.addPlugin.warning.manifestVariables": "Umgebungsvariablen \"%s\" im Manifest des hinzugefügten Plug-Ins gefunden. Stellen Sie sicher, dass die Werte in der .env-Datei oder in den Systemumgebungsvariablen festgelegt sind.",
470
479
  "core.addPlugin.warning.apiSpecVariables": "Umgebungsvariablen \"%s\" in der API-Spezifikation des hinzugefügten Plug-Ins gefunden. Stellen Sie sicher, dass die Werte in der .env-Datei oder in den Systemumgebungsvariablen festgelegt sind.",
@@ -487,6 +496,8 @@
487
496
  "core.collaboration.error.failedToLoadDotEnvFile": "Die ENV-Datei konnte nicht geladen werden. Grund: %s",
488
497
  "core.selectAadAppManifestQuestion.title": "Datei Microsoft Entra manifest.json auswählen",
489
498
  "core.selectTeamsAppManifestQuestion.title": "Teams-Datei „manifest.json“ auswählen",
499
+ "core.selectDeclarativeAgentManifestQuestion.title": "Select declarativeAgent.json file",
500
+ "core.selectSensitivityLabelQuestion.title": "Select a sensitivity label",
490
501
  "core.selectTeamsAppPackageQuestion.title": "Teams-App-Paketdatei auswählen",
491
502
  "core.selectLocalTeamsAppManifestQuestion.title": "Lokale Teams-Datei „manifest.json“ auswählen",
492
503
  "core.selectCollaborationAppTypeQuestion.title": "Wählen Sie die App aus, für die Sie Projektmitarbeiter verwalten möchten",
@@ -496,15 +507,18 @@
496
507
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Überprüfen Sie die Teams-App, bevor Sie die Teams-App im Teams Store veröffentlichen.",
497
508
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Alle Integrationstestfälle vor der Veröffentlichung überprüfen",
498
509
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Umfassende Tests zum Sicherstellen der Bereitschaft",
499
- "core.GCSelectQuestion.title": "Graph Connector Content",
500
- "core.GCSelectOptions.listOption.title": "Select existing Graph Connectors",
501
- "core.GCSelectOptions.listOption.description": "List all existing Graph Connectors",
502
- "core.GCSelectOptions.inputOption.title": "Enter a Graph Connector Connection ID",
503
- "core.GCSelectOptions.inputOption.description": "Enter a Graph Connector Connection ID manually",
504
- "core.GCListQuestion.title": "Select one or more Graph Connectors as knowledge source",
505
- "core.GCListQuestion.placeholder": "List all existing Graph Connectors",
506
- "core.GCInputQuestion.title": "Connection ID",
507
- "core.GCListQuestion.invalidMessage": "%s API(s) selected. You need to select at least one APIs.",
510
+ "core.GCSelectQuestion.title": "Graph Connector-Inhalt",
511
+ "core.GCSelectOptions.listOption.title": "Vorhandene Graph Connectors auswählen",
512
+ "core.GCSelectOptions.listOption.description": "Auflisten aller vorhandenen Graph Connectors",
513
+ "core.GCSelectOptions.inputOption.title": "Eingeben einer Graph Connector-Verbindungs-ID",
514
+ "core.GCSelectOptions.inputOption.description": "Manuelles Eingeben einer Graph Connector-Verbindungs-ID",
515
+ "core.GCListQuestion.title": "Wählen Sie mindestens einen Graph Connector als Funktionsquelle aus.",
516
+ "core.GCListQuestion.placeholder": "Auflisten aller vorhandenen Graph Connectors",
517
+ "core.GCInputQuestion.title": "Verbindungs-ID",
518
+ "core.GCListQuestion.invalidMessage": "%s API(s) ausgewählt. Sie müssen mindestens eine APIs auswählen.",
519
+ "core.GCNameQuestion.title": "Add a connector name",
520
+ "core.GCNameQuestion.placeholder": "Create a name for Graph Connector",
521
+ "core.GCList.insufficientPermission": "To list graph connectors, you need org's Microsoft 365 tenant admin permissions.",
508
522
  "core.confirmManifestQuestion.placeholder": "Bestätigen Sie, dass Sie die richtige Manifestdatei ausgewählt haben.",
509
523
  "core.aadAppQuestion.label": "Microsoft Entra-App",
510
524
  "core.aadAppQuestion.description": "Ihre Microsoft Entra-App für Single Sign-On",
@@ -528,7 +542,7 @@
528
542
  "core.common.LifecycleComplete.provision": "%s/%s Aktionen in der Bereitstellungsphase wurden erfolgreich ausgeführt.",
529
543
  "core.common.LifecycleComplete.deploy": "%s/%s Aktionen in der Bereitstellungsphase wurden erfolgreich ausgeführt.",
530
544
  "core.common.LifecycleComplete.publish": "%s/%s Aktionen in der Veröffentlichungsphase wurden erfolgreich ausgeführt.",
531
- "core.common.LifecycleComplete.share": "%s/%s actions in share stage executed successfully.",
545
+ "core.common.LifecycleComplete.share": "%s/%s Aktionen in der Freigabephase wurden erfolgreich ausgeführt.",
532
546
  "core.common.TeamsMobileDesktopClientName": "Teams-Desktop, mobile Client-ID",
533
547
  "core.common.TeamsWebClientName": "Teams-Webclient-ID",
534
548
  "core.common.OfficeDesktopClientName": "Die Microsoft 365-App für die Desktopclient-ID",
@@ -632,6 +646,7 @@
632
646
  "core.syncManifest.success": "Das Manifest wurde mit der Umgebung synchronisiert: %s erfolgreich.",
633
647
  "core.syncManifest.noDiff": "Ihre Manifestdatei ist bereits aktuell. Die Synchronisierung ist abgeschlossen.",
634
648
  "core.syncManifest.saveManifestSuccess": "Die Manifestdatei wurde erfolgreich in %s gespeichert.",
649
+ "core.listSensitivityLabel.notLogin": "Für Vertraulichkeitsbezeichnungen kann kein Commit abgerufen werden. Melden Sie sich später bei Ihrem Microsoft 365-Konto an.",
635
650
  "ui.select.LoadingOptionsPlaceholder": "Optionen werden geladen...",
636
651
  "ui.select.LoadingDefaultPlaceholder": "Standardwert wird geladen...",
637
652
  "error.aad.manifest.NameIsMissing": "Name fehlt\n",
@@ -699,7 +714,7 @@
699
714
  "driver.aadApp.error.appNameTooLong": "Der Name für diese Microsoft Entra-App ist zu lang. Die maximale Länge ist 120.",
700
715
  "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "Die Lebensdauer des geheimen Clientschlüssels ist für Ihren Mandanten zu lang. Verwenden Sie einen kürzeren Wert mit dem clientSecretExpireDays-Parameter.",
701
716
  "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Ihr Mandant lässt das Erstellen eines geheimen Clientschlüssels für Microsoft Entra App nicht zu. Erstellen und konfigurieren Sie die App manuell.",
702
- "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a Microsoft Entra app with specified signInAudience value. Error: %s.",
717
+ "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Ihr Mandant lässt das Erstellen einer Microsoft Entra-App mit dem angegebenen signInAudience-Wert nicht zu. Fehler: %s.",
703
718
  "driver.aadApp.progressBar.createAadAppTitle": "Microsoft Entra-Anwendung wird erstellt...",
704
719
  "driver.aadApp.progressBar.updateAadAppTitle": "Microsoft Entra-Anwendung wird aktualisiert...",
705
720
  "driver.aadApp.log.startExecuteDriver": "Die Aktion %s wird ausgeführt",
@@ -714,7 +729,7 @@
714
729
  "driver.aadApp.log.outputAadAppManifest": "Das Erstellen des Microsoft Entra-App-Manifests wurde abgeschlossen, und der Inhalt des App-Manifests wird in %s geschrieben",
715
730
  "driver.aadApp.log.successUpdateAadAppManifest": "Das Manifest %s wurde auf die Microsoft Entra-Anwendung mit der Objekt-ID %s angewendet",
716
731
  "driver.aadApp.log.deleteAadAfterDebugging": "(Das Teams Toolkit löscht die Microsoft Entra Anwendung nach dem Debuggen.)",
717
- "driver.aadApp.log.insufficientPermission": "You don't have permission to create or update Microsoft Entra app. Please contact your administrator or click Proceed to enter the client ID and secret of an existing Microsoft Entra app.",
732
+ "driver.aadApp.log.insufficientPermission": "Sie sind nicht berechtigt, die Microsoft Entra-App zu erstellen oder zu aktualisieren. Wenden Sie sich an Ihre IT-Administration, oder klicken Sie auf „Fortfahren“, um die Client-ID und das Geheimnis einer vorhandenen Microsoft Entra-App einzugeben.",
718
733
  "driver.aadApp.question.id.title": "Microsoft Entra-App-ID",
719
734
  "driver.aadApp.question.id.validation": "Die Microsoft Entra-Anwendungs-ID darf nicht leer sein.",
720
735
  "driver.aadApp.question.secret.title": "Microsoft Entra-App-Geheimnis",
@@ -833,9 +848,9 @@
833
848
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Überprüfungstitel: %s. Meldung: %s",
834
849
  "driver.teamsApp.validate.result": "Das Teams-Toolkit hat die Überprüfung Ihres App-Pakets anhand von Validierungsregeln abgeschlossen. %s.",
835
850
  "driver.teamsApp.validate.result.display": "Das Teams-Toolkit hat die Überprüfung Ihres App-Pakets anhand von Validierungsregeln abgeschlossen. %s. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
836
- "driver.shareToOthers.description": "share your app to others",
837
- "driver.shareToOthers.progress.message": "Sharing your app...",
838
- "driver.shareToOthers.summary": "Shared apps successfully (%s).",
851
+ "driver.shareToOthers.description": "Ihre App für andere freigeben",
852
+ "driver.shareToOthers.progress.message": "Ihre App wird freigegeben...",
853
+ "driver.shareToOthers.summary": "Apps erfolgreich freigegeben (%s)",
839
854
  "error.teamsApp.validate.apiFailed": "Fehler bei der Überprüfung des Teams-App-Pakets aufgrund von %s",
840
855
  "error.teamsApp.validate.apiFailed.display": "Fehler bei der Validierung des Teams-App-Paketes. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
841
856
  "error.teamsApp.validate.details": "Dateipfad: %s, Titel: %s",
@@ -847,6 +862,13 @@
847
862
  "driver.botFramework.summary.update": "Die Bot-Registrierung wurde erfolgreich aktualisiert (%s).",
848
863
  "driver.botFramework.progressBar.createOrUpdateBot": "Die Bot-Registrierung wird erstellt oder aktualisiert.",
849
864
  "driver.botFramework.error.InvalidBotId": "Die Bot-ID \"%s\" ist ungültig. Es muss sich um eine GUID handeln.",
865
+ "driver.devChannel.description": "Create a sandboxed Team and channel for development and testing",
866
+ "driver.devChannel.progress.message": "Creating Team and channel...",
867
+ "driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s, Team ID: %s",
868
+ "driver.devChannel.summary": "Team %s with default channel %s created.",
869
+ "driver.devChannel.status": "Team and channel creation status: %s",
870
+ "driver.devChannel.summary.exists": "Environment variable %s and %s already exist, skipping new sandboxed Team creation step.",
871
+ "driver.devChannel.install.success": "App installed into team %s with channel %s successfully.",
850
872
  "error.yaml.InvalidYamlSchemaError": "Die YAML-Datei kann nicht analysiert werden: %s. Öffnen Sie die YAML-Datei für detaillierte Fehler.",
851
873
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Die yaml-Datei kann nicht analysiert werden: %s. Grund: %s Überprüfen Sie die yaml-Datei, oder führen Sie ein Upgrade auf das neueste Teams Toolkit durch.",
852
874
  "error.yaml.VersionNotSupported": "Version %s wird nicht unterstützt. Unterstützte Versionen: %s.",
@@ -991,14 +1013,37 @@
991
1013
  "core.addAuthAction.validation.url": "Ungültiges URL-Format. Geben Sie eine gültige URL ein.",
992
1014
  "core.oauthScopeQuestion.validation.scope": "Ungültiges Bereichsformat. Geben Sie ein gültiges Ergebnis ein. Beispiel: Scope1: Beschreibung für Bereich1; scope2: Beschreibung für Scope2",
993
1015
  "core.authNameQuestion.validation.empty": "Der Authentifizierungsname darf nicht leer sein.",
994
- "driver.oauth.microsoftEntraWarning": "If you are using your own Microsoft Entra app, please: 1. Update the application id uri of your Microsoft Entra app to %s, 2. Add %s to redirect uri of your Microsoft Entra app.",
995
- "core.addKnowledgeQuestion.webContent.title": "Web Content",
996
- "core.addKnowledgeQuestion.webContent.placeholder": "Enter an absolute URL to a site to be searched for content.",
997
- "core.addKnowledgeQuestion.invalidWebContent.message": "Invalid web content. Please provide a valid URL.",
998
- "core.addKnowledgeQuestion.searchType.title": "Select Search Type",
999
- "core.addKnowledgeQuestion.searchType.web": "Search all content on the web",
1000
- "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Search all content within your organization",
1001
- "core.addKnowledgeQuestion.searchType.url": "Search by URL",
1002
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec",
1003
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create your action with TypeSpec"
1016
+ "driver.oauth.microsoftEntraWarning": "Wenn Sie Ihre eigene Microsoft Entra-App verwenden, bitte: 1. Aktualisieren Sie den Anwendungs-ID-URI Ihrer Microsoft Entra-App auf %s, 2. Fügen Sie %s zum Umleitungs-URI Ihrer Microsoft Entra-App hinzu.",
1017
+ "core.addKnowledgeQuestion.webContent.title": "Webinhalt",
1018
+ "core.addKnowledgeQuestion.webContent.placeholder": "Geben Sie einen absolute URL zu einer Website ein, die nach Inhalten durchsucht werden soll.",
1019
+ "core.addKnowledgeQuestion.invalidWebContent.message": "Ungültiger Webinhalt. Geben Sie eine gültige URL an.",
1020
+ "core.addKnowledgeQuestion.searchType.title": "Auswählen des Suchtyps",
1021
+ "core.addKnowledgeQuestion.searchType.web": "Alle Inhalte im Web durchsuchen",
1022
+ "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Alle Inhalte innerhalb Ihrer Organisation durchsuchen",
1023
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec beginnen",
1024
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Erstellen Sie Ihre Aktion mit TypeSpec mithilfe einer API-Aktionsvorlage.",
1025
+ "core.addKnowledgeQuestion.searchType.url": "Nach URL suchen",
1026
+ "driver.typeSpec.compile.start": "Die Aktion %s wird ausgeführt",
1027
+ "driver.typespec.error.noSpecError": "Es wurden keine OpenApi-Spezifikationen gefunden. Stellen Sie sicher, dass Ihre TypeSpec-Dateien gültig sind, und versuchen Sie es erneut.",
1028
+ "driver.typespec.error.multipleActionError": "In declarativeAgent.json wurden mehrere Aktionen gefunden. Stellen Sie sicher, dass Ihre TypeSpec-Dateien gültig sind, und versuchen Sie es erneut.",
1029
+ "driver.typeSpec.progressBar": "Dateien werden kompiliert und erstellt…",
1030
+ "core.addKnowledge.doubleConfirm": "Durch das Ausführen dieser Aktion wird die vorhandene Manifestdatei überschrieben. Dies kann nicht rückgängig gemacht werden. Um Ihre vorhandenen Daten zu behalten, sichern Sie diese bitte, bevor Sie fortfahren. Möchten Sie neue Inhalte hinzufügen?",
1031
+ "error.dep.InstallNodeJSError": "Unable to install Node.js for reason: %s. Please install it manually from https://nodejs.org and restart Visual Studio Code.",
1032
+ "action.devTool.nodeInstaller.Progress.title": "Install NodeJS",
1033
+ "action.devTool.nodeInstaller.Progress1": "Checking NodeJS in system environment",
1034
+ "action.devTool.nodeInstaller.Progress2": "Checking NodeJS in user folder",
1035
+ "action.devTool.nodeInstaller.Progress3": "Testing speed of download mirrors",
1036
+ "action.devTool.nodeInstaller.Progress4": "Downloading binary package: %s",
1037
+ "action.devTool.nodeInstaller.Progress5": "Extracting package",
1038
+ "action.devTool.nodeInstaller.InstalledSystem": "NodeJS (%s) is already installed in system environment",
1039
+ "action.devTool.nodeInstaller.NotInstalledSystem": "NodeJS is not installed in system environment",
1040
+ "action.devTool.nodeInstaller.InstalledUser": "NodeJS is already installed in user folder: %s",
1041
+ "action.devTool.nodeInstaller.NotInstalledUser": "NodeJS is not installed in user folder: %s",
1042
+ "action.devTool.nodeInstaller.NoMirrorUsable": "No mirror is reachable, please check your network connection",
1043
+ "action.devTool.nodeInstaller.BestMirror": "Selected download mirror is: %s - %s, test latency: %s ms",
1044
+ "action.devTool.nodeInstaller.Confirm": "NodeJS is required to launch test tool, which is not installed in system environment or user folder. Do you want to install the latest LTS version (%s) of NodeJS in your user folder? (Note: the installation will not change your system environment globally.)",
1045
+ "action.devTool.nodeInstaller.SuccessDownload": "Successfully download NodeJS package: %s, size: %s, time: %s ms",
1046
+ "action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
1047
+ "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
1048
+ "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment."
1004
1049
  }