@microsoft/teamsfx-core 2.0.15-rc.3 → 2.0.16-alpha.84bf1cf45.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 (148) hide show
  1. package/build/client/graphAPIClient.d.ts +18 -0
  2. package/build/client/graphAPIClient.d.ts.map +1 -0
  3. package/build/client/graphAPIClient.js +96 -0
  4. package/build/client/graphAPIClient.js.map +1 -0
  5. package/build/common/featureFlags.d.ts +5 -0
  6. package/build/common/featureFlags.d.ts.map +1 -1
  7. package/build/common/featureFlags.js +5 -0
  8. package/build/common/featureFlags.js.map +1 -1
  9. package/build/common/templates-config.json +3 -3
  10. package/build/common/wrappedAxiosClient.d.ts +2 -0
  11. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  12. package/build/common/wrappedAxiosClient.js +14 -1
  13. package/build/common/wrappedAxiosClient.js.map +1 -1
  14. package/build/component/coordinator/index.d.ts.map +1 -1
  15. package/build/component/coordinator/index.js +2 -2
  16. package/build/component/coordinator/index.js.map +1 -1
  17. package/build/component/driver/aad/update.d.ts +2 -0
  18. package/build/component/driver/aad/update.d.ts.map +1 -1
  19. package/build/component/driver/aad/update.js +9 -5
  20. package/build/component/driver/aad/update.js.map +1 -1
  21. package/build/component/driver/apiKey/create.d.ts +3 -2
  22. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  23. package/build/component/driver/apiKey/create.js +9 -2
  24. package/build/component/driver/apiKey/create.js.map +1 -1
  25. package/build/component/driver/apiKey/update.d.ts +2 -0
  26. package/build/component/driver/apiKey/update.d.ts.map +1 -1
  27. package/build/component/driver/apiKey/update.js +8 -2
  28. package/build/component/driver/apiKey/update.js.map +1 -1
  29. package/build/component/driver/apiKey/utility/utility.d.ts +2 -2
  30. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  31. package/build/component/driver/apiKey/utility/utility.js +1 -3
  32. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  33. package/build/component/driver/devTool/httpClient.d.ts +14 -0
  34. package/build/component/driver/devTool/httpClient.d.ts.map +1 -0
  35. package/build/component/driver/devTool/httpClient.js +62 -0
  36. package/build/component/driver/devTool/httpClient.js.map +1 -0
  37. package/build/component/driver/devTool/installDriver.d.ts +5 -1
  38. package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
  39. package/build/component/driver/devTool/installDriver.js +33 -0
  40. package/build/component/driver/devTool/installDriver.js.map +1 -1
  41. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts +7 -0
  42. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -1
  43. package/build/component/driver/devTool/nodeInstaller.d.ts +47 -0
  44. package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -0
  45. package/build/component/driver/devTool/nodeInstaller.js +330 -0
  46. package/build/component/driver/devTool/nodeInstaller.js.map +1 -0
  47. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  48. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +20 -21
  49. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  50. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +1 -0
  51. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  52. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +19 -3
  53. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  54. package/build/component/driver/typeSpec/compile.d.ts +1 -0
  55. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  56. package/build/component/driver/typeSpec/compile.js +52 -29
  57. package/build/component/driver/typeSpec/compile.js.map +1 -1
  58. package/build/component/driver/typeSpec/constants.d.ts +0 -1
  59. package/build/component/driver/typeSpec/constants.d.ts.map +1 -1
  60. package/build/component/driver/typeSpec/constants.js +1 -2
  61. package/build/component/driver/typeSpec/constants.js.map +1 -1
  62. package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts +2 -0
  63. package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts.map +1 -1
  64. package/build/component/generator/declarativeAgent/generator.d.ts +1 -0
  65. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  66. package/build/component/generator/declarativeAgent/generator.js +63 -4
  67. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  68. package/build/component/generator/generator.d.ts.map +1 -1
  69. package/build/component/generator/generator.js +3 -0
  70. package/build/component/generator/generator.js.map +1 -1
  71. package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
  72. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +11 -0
  73. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
  74. package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
  75. package/build/component/generator/templates/metadata/da.js +12 -0
  76. package/build/component/generator/templates/metadata/da.js.map +1 -1
  77. package/build/component/generator/templates/metadata/special.js +4 -4
  78. package/build/component/generator/templates/metadata/special.js.map +1 -1
  79. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  80. package/build/component/generator/templates/templateReplaceMap.js +3 -0
  81. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  82. package/build/component/m365/serviceConstant.d.ts +6 -0
  83. package/build/component/m365/serviceConstant.d.ts.map +1 -1
  84. package/build/component/m365/serviceConstant.js +63 -1
  85. package/build/component/m365/serviceConstant.js.map +1 -1
  86. package/build/core/FxCore.d.ts +1 -1
  87. package/build/core/FxCore.d.ts.map +1 -1
  88. package/build/core/FxCore.js +1 -1
  89. package/build/core/FxCore.js.map +1 -1
  90. package/build/error/depCheck.d.ts +3 -0
  91. package/build/error/depCheck.d.ts.map +1 -1
  92. package/build/error/depCheck.js +15 -1
  93. package/build/error/depCheck.js.map +1 -1
  94. package/build/index.d.ts +1 -0
  95. package/build/index.d.ts.map +1 -1
  96. package/build/index.js +3 -1
  97. package/build/index.js.map +1 -1
  98. package/build/question/constants.d.ts +1 -0
  99. package/build/question/constants.d.ts.map +1 -1
  100. package/build/question/constants.js +8 -0
  101. package/build/question/constants.js.map +1 -1
  102. package/build/question/create.d.ts.map +1 -1
  103. package/build/question/create.js +5 -3
  104. package/build/question/create.js.map +1 -1
  105. package/build/question/index.d.ts +1 -1
  106. package/build/question/index.d.ts.map +1 -1
  107. package/build/question/index.js +3 -3
  108. package/build/question/index.js.map +1 -1
  109. package/build/question/inputs/AddKnowledgeInputs.d.ts +1 -1
  110. package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
  111. package/build/question/options/AddKnowledgeOptions.d.ts.map +1 -1
  112. package/build/question/options/AddKnowledgeOptions.js +5 -2
  113. package/build/question/options/AddKnowledgeOptions.js.map +1 -1
  114. package/build/question/scaffold/vsc/createFromTdpNode.d.ts +2 -2
  115. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  116. package/build/question/scaffold/vsc/createFromTdpNode.js +9 -6
  117. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  118. package/build/question/scaffold/vsc/createRootNode.d.ts +2 -2
  119. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  120. package/build/question/scaffold/vsc/createRootNode.js +9 -8
  121. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  122. package/build/tsconfig.tsbuildinfo +1 -1
  123. package/package.json +9 -5
  124. package/resource/package.nls.cs.json +50 -37
  125. package/resource/package.nls.de.json +50 -37
  126. package/resource/package.nls.es.json +50 -37
  127. package/resource/package.nls.fr.json +50 -37
  128. package/resource/package.nls.it.json +50 -37
  129. package/resource/package.nls.ja.json +50 -37
  130. package/resource/package.nls.json +27 -3
  131. package/resource/package.nls.ko.json +50 -37
  132. package/resource/package.nls.pl.json +50 -37
  133. package/resource/package.nls.pt-BR.json +50 -37
  134. package/resource/package.nls.ru.json +50 -37
  135. package/resource/package.nls.tr.json +50 -37
  136. package/resource/package.nls.zh-Hans.json +50 -37
  137. package/resource/package.nls.zh-Hant.json +50 -37
  138. package/resource/yaml-schema/v1.8/yaml.schema.json +13 -1
  139. package/resource/yaml-schema/yaml.schema.json +13 -1
  140. package/templates/fallback/common.zip +0 -0
  141. package/templates/fallback/csharp.zip +0 -0
  142. package/templates/fallback/js.zip +0 -0
  143. package/templates/fallback/python.zip +0 -0
  144. package/templates/fallback/ts.zip +0 -0
  145. package/build/component/driver/typeSpec/error/noActionError.d.ts +0 -5
  146. package/build/component/driver/typeSpec/error/noActionError.d.ts.map +0 -1
  147. package/build/component/driver/typeSpec/error/noActionError.js +0 -21
  148. 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.15-rc.3",
3
+ "version": "2.0.16-alpha.84bf1cf45.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-rc.0",
101
- "@microsoft/teamsfx-api": "0.23.5-rc.0",
101
+ "@microsoft/m365-spec-parser": "^0.2.7-alpha.84bf1cf45.0",
102
+ "@microsoft/teamsfx-api": "0.23.6-alpha.84bf1cf45.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": "48fa17c9456d32bbec42130f28c2d5f476fe58b3",
225
+ "gitHead": "409a2d58efd760626e49e2ff7eb388412d54de7c",
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": "Teams Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
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": "Unable to call Graph API. API: %s. Error: %s",
220
+ "error.listSensitivityLabel.tokenFailed": "Unable to get token for list sensitivity label API. Error: %s",
221
+ "error.listSensitivityLabel.tokenUndefined": "Unable to get token for list sensitivity label API. The token is undefined.",
222
+ "error.readDeclarativeAgentManifest.failed": "Unable to read declarative agent manifest file. Error: %s",
223
+ "error.writeDeclarativeAgentManifest.failed": "Unable to write declarative agent manifest file. Error: %s",
224
+ "error.setGeneralSensitivityLabel.failed": "Unable to set general sensitivity label. Error: %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",
@@ -420,8 +427,8 @@
420
427
  "core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Neplatný manifest modulu plug-in Chybějící \"%s\"",
421
428
  "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
429
  "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.",
430
+ "core.createProjectQuestion.addKnowledge.title": "Add Capability",
431
+ "core.createProjectQuestion.addKnowledge.placeholder": "Select a capability source as grounding information for declarative agent",
425
432
  "core.aiAssistantBotOption.label": "Robot agenta AI",
426
433
  "core.aiAssistantBotOption.detail": "Vlastní asistivní AI robot v Teams s využívající AI knihovnu Teams a rozhraní OpenAI Assistants API",
427
434
  "core.aiBotOption.label": "Chatovací robot AI",
@@ -462,9 +469,9 @@
462
469
  "core.addPlugin.success.vsc": "Akce \"%s\" úspěšně přidána do projektu.",
463
470
  "core.addPlugin.success": "Modul plug-in rozhraní API \"%s\" úspěšně přidán do projektu. Zobrazit manifest modulu plug-in v \"%s\"",
464
471
  "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",
472
+ "core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
473
+ "core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
474
+ "core.addKnowledge.success.viewAgentManifest": "Zobrazit manifest agenta",
468
475
  "core.scaffold.warning.summary": "Zjistili jsme následující problémy:\n%s",
469
476
  "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
477
  "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.",
@@ -496,15 +503,15 @@
496
503
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Před publikováním aplikace Teams do obchodu Teams ověřte aplikaci Teams.",
497
504
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Před publikováním ověřit všechny testovací případy integrace",
498
505
  "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.",
506
+ "core.GCSelectQuestion.title": "Obsah konektoru Graphu",
507
+ "core.GCSelectOptions.listOption.title": "Vybrat existující konektory Graphu",
508
+ "core.GCSelectOptions.listOption.description": "Vypsat všechny existující konektory Graphu",
509
+ "core.GCSelectOptions.inputOption.title": "Zadejte ID připojení konektoru Graphu",
510
+ "core.GCSelectOptions.inputOption.description": "Zadejte ID připojení konektoru Graphu ručně",
511
+ "core.GCListQuestion.title": "Select one or more Graph Connectors as capability source",
512
+ "core.GCListQuestion.placeholder": "Vypsat všechny existující konektory Graphu",
513
+ "core.GCInputQuestion.title": "ID připojení",
514
+ "core.GCListQuestion.invalidMessage": "Vybrali jste %s rozhraní API. Je třeba vybrat alespoň jedno rozhraní API.",
508
515
  "core.confirmManifestQuestion.placeholder": "Potvrďte, že jste vybrali správný soubor manifestu.",
509
516
  "core.aadAppQuestion.label": "Aplikace Microsoft Entra",
510
517
  "core.aadAppQuestion.description": "Vaše aplikace Microsoft Entra pro Jednotné přihlašování",
@@ -528,7 +535,7 @@
528
535
  "core.common.LifecycleComplete.provision": "akce %s/%s ve fázi zřizování se úspěšně provedly.",
529
536
  "core.common.LifecycleComplete.deploy": "akce %s/%s ve fázi nasazení byly úspěšně provedeny.",
530
537
  "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.",
538
+ "core.common.LifecycleComplete.share": "Akce %s/%s ve fázi sdílení byly úspěšně provedeny.",
532
539
  "core.common.TeamsMobileDesktopClientName": "Desktopová aplikace Teams, ID mobilního klienta",
533
540
  "core.common.TeamsWebClientName": "ID webového klienta Teams",
534
541
  "core.common.OfficeDesktopClientName": "Aplikace Microsoft 365 pro ID desktopového klienta",
@@ -632,6 +639,7 @@
632
639
  "core.syncManifest.success": "Manifest se synchronizoval s prostředím: %s úspěšně.",
633
640
  "core.syncManifest.noDiff": "Váš soubor manifestu je už aktuální. Synchronizace byla dokončena.",
634
641
  "core.syncManifest.saveManifestSuccess": "Soubor manifestu se úspěšně uložil do %s.",
642
+ "core.listSensitivityLabel.notLogin": "Unable to get sensitivity labels. Please log in to Microsoft 365 account later.",
635
643
  "ui.select.LoadingOptionsPlaceholder": "Načítají se možnosti...",
636
644
  "ui.select.LoadingDefaultPlaceholder": "Načítá se výchozí hodnota…",
637
645
  "error.aad.manifest.NameIsMissing": "chybí název\n",
@@ -699,7 +707,7 @@
699
707
  "driver.aadApp.error.appNameTooLong": "Název této aplikace Microsoft Entra je příliš dlouhý. Maximální délka je 120.",
700
708
  "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
709
  "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.",
710
+ "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Váš tenant nepovoluje vytvoření aplikace Microsoft Entra se zadanou hodnotou signInAudience. Chyba: %s.",
703
711
  "driver.aadApp.progressBar.createAadAppTitle": "Vytváří se aplikace Microsoft Entra…",
704
712
  "driver.aadApp.progressBar.updateAadAppTitle": "Aktualizuje se aplikace Microsoft Entra...",
705
713
  "driver.aadApp.log.startExecuteDriver": "Spouští se akce %s.",
@@ -714,7 +722,7 @@
714
722
  "driver.aadApp.log.outputAadAppManifest": "Vytváření manifestu aplikace Microsoft Entra je dokončeno a obsah manifestu aplikace je zapsán do %s.",
715
723
  "driver.aadApp.log.successUpdateAadAppManifest": "Manifest %s se použil pro aplikaci Microsoft Entra s ID objektu %s.",
716
724
  "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.",
725
+ "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
726
  "driver.aadApp.question.id.title": "ID aplikace Microsoft Entra",
719
727
  "driver.aadApp.question.id.validation": "ID aplikace Microsoft Entra nemůže být prázdné.",
720
728
  "driver.aadApp.question.secret.title": "Tajný kód aplikace Microsoft Entra",
@@ -833,9 +841,9 @@
833
841
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "Název ověření %s: %s Zpráva: %s",
834
842
  "driver.teamsApp.validate.result": "Sada Teams Toolkit dokončila kontrolu ověřovacích pravidel balíčku aplikace. %s.",
835
843
  "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).",
844
+ "driver.shareToOthers.description": "sdílet aplikaci s ostatními",
845
+ "driver.shareToOthers.progress.message": "Sdílí se vaše aplikace…",
846
+ "driver.shareToOthers.summary": "Aplikace byly úspěšně sdíleny (%s).",
839
847
  "error.teamsApp.validate.apiFailed": "Kvůli %s se nepovedlo ověřit balíček aplikace Teams.",
840
848
  "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
849
  "error.teamsApp.validate.details": "Cesta k souboru: %s, název: %s",
@@ -991,14 +999,19 @@
991
999
  "core.addAuthAction.validation.url": "Neplatný formát adresy URL. Zadejte prosím platnou adresu URL.",
992
1000
  "core.oauthScopeQuestion.validation.scope": "Neplatný formát oboru. Zadejte prosím platný obor. Příklad: obor1: popis pro obor1; obor2: popis pro obor2",
993
1001
  "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"
1002
+ "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.",
1003
+ "core.addKnowledgeQuestion.webContent.title": "Webový obsah",
1004
+ "core.addKnowledgeQuestion.webContent.placeholder": "Zadejte absolutní adresu URL webu, na kterém se vyhledávat obsah.",
1005
+ "core.addKnowledgeQuestion.invalidWebContent.message": "Neplatný webový obsah. Zadejte prosím platnou adresu URL.",
1006
+ "core.addKnowledgeQuestion.searchType.title": "Vybrat typ hledání",
1007
+ "core.addKnowledgeQuestion.searchType.web": "Prohledat veškerý obsah na webu",
1008
+ "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Prohledat veškerý obsah ve vaší organizaci",
1009
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Začněte s TypeSpec",
1010
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create your action with TypeSpec using an API Action template.",
1011
+ "core.addKnowledgeQuestion.searchType.url": "Hledat podle adresy URL",
1012
+ "driver.typeSpec.compile.start": "Spouští se akce %s",
1013
+ "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.",
1014
+ "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.",
1015
+ "driver.typeSpec.progressBar": "Kompilují a generují se soubory…",
1016
+ "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?"
1004
1017
  }
@@ -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": "Teams Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
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": "Unable to call Graph API. API: %s. Error: %s",
220
+ "error.listSensitivityLabel.tokenFailed": "Unable to get token for list sensitivity label API. Error: %s",
221
+ "error.listSensitivityLabel.tokenUndefined": "Unable to get token for list sensitivity label API. The token is undefined.",
222
+ "error.readDeclarativeAgentManifest.failed": "Unable to read declarative agent manifest file. Error: %s",
223
+ "error.writeDeclarativeAgentManifest.failed": "Unable to write declarative agent manifest file. Error: %s",
224
+ "error.setGeneralSensitivityLabel.failed": "Unable to set general sensitivity label. Error: %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",
@@ -420,8 +427,8 @@
420
427
  "core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Ungültiges Plug-In-Manifest. Fehlende \"%s\"",
421
428
  "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
429
  "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.",
430
+ "core.createProjectQuestion.addKnowledge.title": "Add Capability",
431
+ "core.createProjectQuestion.addKnowledge.placeholder": "Select a capability source as grounding information for declarative agent",
425
432
  "core.aiAssistantBotOption.label": "KI-Agent-Bot",
426
433
  "core.aiAssistantBotOption.detail": "Ein benutzerdefinierter KI-Agent-Bot in Teams, der die Teams-KI-Bibliothek und die OpenAI-Assistenten-API verwendet",
427
434
  "core.aiBotOption.label": "KI-Chatbot",
@@ -462,9 +469,9 @@
462
469
  "core.addPlugin.success.vsc": "Die Aktion \"%s\" dem Projekt erfolgreich hinzugefügt.",
463
470
  "core.addPlugin.success": "Das API-Plug-In \"%s\" dem Projekt erfolgreich hinzugefügt. Plug-In-Manifest in \"%s\" anzeigen.",
464
471
  "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",
472
+ "core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
473
+ "core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
474
+ "core.addKnowledge.success.viewAgentManifest": "Agentmanifest anzeigen",
468
475
  "core.scaffold.warning.summary": "Wir haben folgende Probleme erkannt:\n%s",
469
476
  "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
477
  "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.",
@@ -496,15 +503,15 @@
496
503
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Überprüfen Sie die Teams-App, bevor Sie die Teams-App im Teams Store veröffentlichen.",
497
504
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Alle Integrationstestfälle vor der Veröffentlichung überprüfen",
498
505
  "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.",
506
+ "core.GCSelectQuestion.title": "Graph Connector-Inhalt",
507
+ "core.GCSelectOptions.listOption.title": "Vorhandene Graph Connectors auswählen",
508
+ "core.GCSelectOptions.listOption.description": "Auflisten aller vorhandenen Graph Connectors",
509
+ "core.GCSelectOptions.inputOption.title": "Eingeben einer Graph Connector-Verbindungs-ID",
510
+ "core.GCSelectOptions.inputOption.description": "Manuelles Eingeben einer Graph Connector-Verbindungs-ID",
511
+ "core.GCListQuestion.title": "Select one or more Graph Connectors as capability source",
512
+ "core.GCListQuestion.placeholder": "Auflisten aller vorhandenen Graph Connectors",
513
+ "core.GCInputQuestion.title": "Verbindungs-ID",
514
+ "core.GCListQuestion.invalidMessage": "%s API(s) ausgewählt. Sie müssen mindestens eine APIs auswählen.",
508
515
  "core.confirmManifestQuestion.placeholder": "Bestätigen Sie, dass Sie die richtige Manifestdatei ausgewählt haben.",
509
516
  "core.aadAppQuestion.label": "Microsoft Entra-App",
510
517
  "core.aadAppQuestion.description": "Ihre Microsoft Entra-App für Single Sign-On",
@@ -528,7 +535,7 @@
528
535
  "core.common.LifecycleComplete.provision": "%s/%s Aktionen in der Bereitstellungsphase wurden erfolgreich ausgeführt.",
529
536
  "core.common.LifecycleComplete.deploy": "%s/%s Aktionen in der Bereitstellungsphase wurden erfolgreich ausgeführt.",
530
537
  "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.",
538
+ "core.common.LifecycleComplete.share": "%s/%s Aktionen in der Freigabephase wurden erfolgreich ausgeführt.",
532
539
  "core.common.TeamsMobileDesktopClientName": "Teams-Desktop, mobile Client-ID",
533
540
  "core.common.TeamsWebClientName": "Teams-Webclient-ID",
534
541
  "core.common.OfficeDesktopClientName": "Die Microsoft 365-App für die Desktopclient-ID",
@@ -632,6 +639,7 @@
632
639
  "core.syncManifest.success": "Das Manifest wurde mit der Umgebung synchronisiert: %s erfolgreich.",
633
640
  "core.syncManifest.noDiff": "Ihre Manifestdatei ist bereits aktuell. Die Synchronisierung ist abgeschlossen.",
634
641
  "core.syncManifest.saveManifestSuccess": "Die Manifestdatei wurde erfolgreich in %s gespeichert.",
642
+ "core.listSensitivityLabel.notLogin": "Unable to get sensitivity labels. Please log in to Microsoft 365 account later.",
635
643
  "ui.select.LoadingOptionsPlaceholder": "Optionen werden geladen...",
636
644
  "ui.select.LoadingDefaultPlaceholder": "Standardwert wird geladen...",
637
645
  "error.aad.manifest.NameIsMissing": "Name fehlt\n",
@@ -699,7 +707,7 @@
699
707
  "driver.aadApp.error.appNameTooLong": "Der Name für diese Microsoft Entra-App ist zu lang. Die maximale Länge ist 120.",
700
708
  "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
709
  "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.",
710
+ "driver.aadApp.error.signInAudienceNotAllowedAsPerAppPolicy": "Ihr Mandant lässt das Erstellen einer Microsoft Entra-App mit dem angegebenen signInAudience-Wert nicht zu. Fehler: %s.",
703
711
  "driver.aadApp.progressBar.createAadAppTitle": "Microsoft Entra-Anwendung wird erstellt...",
704
712
  "driver.aadApp.progressBar.updateAadAppTitle": "Microsoft Entra-Anwendung wird aktualisiert...",
705
713
  "driver.aadApp.log.startExecuteDriver": "Die Aktion %s wird ausgeführt",
@@ -714,7 +722,7 @@
714
722
  "driver.aadApp.log.outputAadAppManifest": "Das Erstellen des Microsoft Entra-App-Manifests wurde abgeschlossen, und der Inhalt des App-Manifests wird in %s geschrieben",
715
723
  "driver.aadApp.log.successUpdateAadAppManifest": "Das Manifest %s wurde auf die Microsoft Entra-Anwendung mit der Objekt-ID %s angewendet",
716
724
  "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.",
725
+ "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
726
  "driver.aadApp.question.id.title": "Microsoft Entra-App-ID",
719
727
  "driver.aadApp.question.id.validation": "Die Microsoft Entra-Anwendungs-ID darf nicht leer sein.",
720
728
  "driver.aadApp.question.secret.title": "Microsoft Entra-App-Geheimnis",
@@ -833,9 +841,9 @@
833
841
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Überprüfungstitel: %s. Meldung: %s",
834
842
  "driver.teamsApp.validate.result": "Das Teams-Toolkit hat die Überprüfung Ihres App-Pakets anhand von Validierungsregeln abgeschlossen. %s.",
835
843
  "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).",
844
+ "driver.shareToOthers.description": "Ihre App für andere freigeben",
845
+ "driver.shareToOthers.progress.message": "Ihre App wird freigegeben...",
846
+ "driver.shareToOthers.summary": "Apps erfolgreich freigegeben (%s)",
839
847
  "error.teamsApp.validate.apiFailed": "Fehler bei der Überprüfung des Teams-App-Pakets aufgrund von %s",
840
848
  "error.teamsApp.validate.apiFailed.display": "Fehler bei der Validierung des Teams-App-Paketes. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
841
849
  "error.teamsApp.validate.details": "Dateipfad: %s, Titel: %s",
@@ -991,14 +999,19 @@
991
999
  "core.addAuthAction.validation.url": "Ungültiges URL-Format. Geben Sie eine gültige URL ein.",
992
1000
  "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
1001
  "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"
1002
+ "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.",
1003
+ "core.addKnowledgeQuestion.webContent.title": "Webinhalt",
1004
+ "core.addKnowledgeQuestion.webContent.placeholder": "Geben Sie einen absolute URL zu einer Website ein, die nach Inhalten durchsucht werden soll.",
1005
+ "core.addKnowledgeQuestion.invalidWebContent.message": "Ungültiger Webinhalt. Geben Sie eine gültige URL an.",
1006
+ "core.addKnowledgeQuestion.searchType.title": "Auswählen des Suchtyps",
1007
+ "core.addKnowledgeQuestion.searchType.web": "Alle Inhalte im Web durchsuchen",
1008
+ "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Alle Inhalte innerhalb Ihrer Organisation durchsuchen",
1009
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec beginnen",
1010
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create your action with TypeSpec using an API Action template.",
1011
+ "core.addKnowledgeQuestion.searchType.url": "Nach URL suchen",
1012
+ "driver.typeSpec.compile.start": "Die Aktion %s wird ausgeführt",
1013
+ "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.",
1014
+ "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.",
1015
+ "driver.typeSpec.progressBar": "Dateien werden kompiliert und erstellt…",
1016
+ "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?"
1004
1017
  }