@microsoft/teamsfx-core 3.0.12 → 3.0.13-alpha.2d7ecb8219.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 (153) hide show
  1. package/build/client/aadAppClient.d.ts +0 -6
  2. package/build/client/aadAppClient.d.ts.map +1 -1
  3. package/build/client/aadAppClient.js +2 -0
  4. package/build/client/aadAppClient.js.map +1 -1
  5. package/build/client/graphClient.d.ts +4 -0
  6. package/build/client/graphClient.d.ts.map +1 -1
  7. package/build/client/graphClient.js +88 -0
  8. package/build/client/graphClient.js.map +1 -1
  9. package/build/common/accountUtils.d.ts +3 -2
  10. package/build/common/accountUtils.d.ts.map +1 -1
  11. package/build/common/accountUtils.js +7 -2
  12. package/build/common/accountUtils.js.map +1 -1
  13. package/build/common/constants.d.ts +1 -0
  14. package/build/common/constants.d.ts.map +1 -1
  15. package/build/common/constants.js +6 -5
  16. package/build/common/constants.js.map +1 -1
  17. package/build/common/daSpecParser.d.ts +1 -0
  18. package/build/common/daSpecParser.d.ts.map +1 -1
  19. package/build/common/daSpecParser.js +175 -0
  20. package/build/common/daSpecParser.js.map +1 -1
  21. package/build/common/templates-config.json +2 -2
  22. package/build/common/wrappedAxiosClient.d.ts +9 -3
  23. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  24. package/build/common/wrappedAxiosClient.js +100 -61
  25. package/build/common/wrappedAxiosClient.js.map +1 -1
  26. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  27. package/build/component/configManager/lifecycle.js +9 -0
  28. package/build/component/configManager/lifecycle.js.map +1 -1
  29. package/build/component/configManager/parser.js.map +1 -1
  30. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  31. package/build/component/driver/m365/acquire.js +1 -1
  32. package/build/component/driver/m365/acquire.js.map +1 -1
  33. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  34. package/build/component/driver/teamsApp/appStudio.js +1 -1
  35. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  36. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  37. package/build/component/driver/teamsApp/configure.js +7 -0
  38. package/build/component/driver/teamsApp/configure.js.map +1 -1
  39. package/build/component/driver/teamsApp/constants.d.ts +5 -0
  40. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  41. package/build/component/driver/teamsApp/constants.js +7 -1
  42. package/build/component/driver/teamsApp/constants.js.map +1 -1
  43. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  44. package/build/component/driver/teamsApp/create.js +11 -1
  45. package/build/component/driver/teamsApp/create.js.map +1 -1
  46. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/publishAppPackage.js +16 -8
  48. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  49. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  50. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +1 -1
  51. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  52. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  53. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +1 -1
  54. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  55. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  56. package/build/component/driver/teamsApp/validate.js +4 -3
  57. package/build/component/driver/teamsApp/validate.js.map +1 -1
  58. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  59. package/build/component/driver/teamsApp/validateAppPackage.js +7 -0
  60. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  61. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  62. package/build/component/driver/typeSpec/compile.js +16 -0
  63. package/build/component/driver/typeSpec/compile.js.map +1 -1
  64. package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts +5 -0
  65. package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts.map +1 -0
  66. package/build/component/driver/typeSpec/error/typeSpecCompileError.js +21 -0
  67. package/build/component/driver/typeSpec/error/typeSpecCompileError.js.map +1 -0
  68. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  69. package/build/component/generator/declarativeAgent/generator.js +1 -3
  70. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  71. package/build/component/generator/declarativeAgent/helper.d.ts +28 -0
  72. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  73. package/build/component/generator/declarativeAgent/helper.js +63 -0
  74. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  75. package/build/component/m365/constants.d.ts +2 -1
  76. package/build/component/m365/constants.d.ts.map +1 -1
  77. package/build/component/m365/constants.js +1 -0
  78. package/build/component/m365/constants.js.map +1 -1
  79. package/build/component/m365/launchHelper.d.ts.map +1 -1
  80. package/build/component/m365/launchHelper.js +7 -2
  81. package/build/component/m365/launchHelper.js.map +1 -1
  82. package/build/component/m365/packageService.d.ts +1 -0
  83. package/build/component/m365/packageService.d.ts.map +1 -1
  84. package/build/component/m365/packageService.js +24 -6
  85. package/build/component/m365/packageService.js.map +1 -1
  86. package/build/component/provisionUtils.d.ts.map +1 -1
  87. package/build/component/provisionUtils.js +5 -2
  88. package/build/component/provisionUtils.js.map +1 -1
  89. package/build/core/FxCore.declarativeAgent.d.ts +7 -0
  90. package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
  91. package/build/core/FxCore.declarativeAgent.js +95 -10
  92. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  93. package/build/error/common.d.ts.map +1 -1
  94. package/build/error/common.js +3 -0
  95. package/build/error/common.js.map +1 -1
  96. package/build/index.d.ts +1 -1
  97. package/build/index.d.ts.map +1 -1
  98. package/build/index.js +3 -2
  99. package/build/index.js.map +1 -1
  100. package/build/question/constants.d.ts.map +1 -1
  101. package/build/question/constants.js +1 -3
  102. package/build/question/constants.js.map +1 -1
  103. package/build/question/other.d.ts.map +1 -1
  104. package/build/question/other.js +20 -3
  105. package/build/question/other.js.map +1 -1
  106. package/build/question/questionNames.d.ts +1 -0
  107. package/build/question/questionNames.d.ts.map +1 -1
  108. package/build/question/questionNames.js +1 -0
  109. package/build/question/questionNames.js.map +1 -1
  110. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +1 -0
  111. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  112. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +85 -4
  113. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  114. package/build/ui/visitor.d.ts.map +1 -1
  115. package/build/ui/visitor.js +10 -0
  116. package/build/ui/visitor.js.map +1 -1
  117. package/package.json +7 -8
  118. package/resource/package.nls.cs.json +25 -21
  119. package/resource/package.nls.de.json +25 -21
  120. package/resource/package.nls.es.json +25 -21
  121. package/resource/package.nls.fr.json +25 -21
  122. package/resource/package.nls.it.json +25 -21
  123. package/resource/package.nls.ja.json +25 -21
  124. package/resource/package.nls.json +12 -2
  125. package/resource/package.nls.ko.json +25 -21
  126. package/resource/package.nls.pl.json +25 -21
  127. package/resource/package.nls.pt-BR.json +25 -21
  128. package/resource/package.nls.ru.json +25 -21
  129. package/resource/package.nls.tr.json +25 -21
  130. package/resource/package.nls.zh-Hans.json +25 -21
  131. package/resource/package.nls.zh-Hant.json +25 -21
  132. package/resource/templates/package.nls.cs.json +56 -56
  133. package/resource/templates/package.nls.de.json +56 -56
  134. package/resource/templates/package.nls.es.json +60 -60
  135. package/resource/templates/package.nls.fr.json +60 -60
  136. package/resource/templates/package.nls.it.json +56 -56
  137. package/resource/templates/package.nls.ja.json +56 -56
  138. package/resource/templates/package.nls.json +2 -2
  139. package/resource/templates/package.nls.ko.json +56 -56
  140. package/resource/templates/package.nls.pl.json +56 -56
  141. package/resource/templates/package.nls.pt-BR.json +57 -57
  142. package/resource/templates/package.nls.ru.json +56 -56
  143. package/resource/templates/package.nls.tr.json +56 -56
  144. package/resource/templates/package.nls.zh-Hans.json +56 -56
  145. package/resource/templates/package.nls.zh-Hant.json +56 -56
  146. package/resource/yaml-schema/v1.11/yaml.schema.json +3 -0
  147. package/resource/yaml-schema/yaml.schema.json +3 -0
  148. package/templates/fallback/common.zip +0 -0
  149. package/templates/fallback/csharp.zip +0 -0
  150. package/templates/fallback/js.zip +0 -0
  151. package/templates/fallback/python.zip +0 -0
  152. package/templates/fallback/ts.zip +0 -0
  153. package/templates/metadata.zip +0 -0
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Не удалось получить пример сведений",
242
242
  "error.generator.DownloadSampleApiLimitError": "Не удалось скачать образец из-за ограничения скорости. Повторите попытку через час после сброса ограничения скорости, или вы можете клонировать репозиторий вручную из %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Не удалось скачать образец из-за сетевой ошибки. Проверьте сетевое подключение и повторите попытку или вручную клонируйте репозиторий из %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" не используется в подключаемом модуле.",
245
246
  "error.apime.noExtraAPICanBeAdded": "Не удалось добавить API, так как поддерживаются только методы GET и POST, не более 5 обязательных параметров и без проверки подлинности. Кроме того, методы, определенные в манифесте, не перечислены.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Не удалось добавить API, так как проверка подлинности не поддерживается. Кроме того, методы, определенные в текущем документе описания OpenAPI, не перечислены.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "Не удалось создать адаптивный карта для API '%s': %s. Устранение рисков: не требуется, но вы можете вручную добавить его в папку adaptiveCards.",
315
316
  "core.createCapabilityQuestion.titleNew": "Возможности",
316
317
  "core.createProjectQuestion.option.description.preview": "Предварительный просмотр",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Работает в Teams и Outlook",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Работает в Teams, Outlook и в приложении Microsoft 365",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Создавайте мгновенные и интересные функции чата, которые легко автоматизируйте задачи",
@@ -326,12 +328,12 @@
326
328
  "core.createProjectQuestion.capability.botMessageExtension.label": "Начните с бота",
327
329
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Создайте расширение сообщения с помощью Agents SDK",
328
330
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Создать расширение для сообщений с помощью нового API Функций Azure",
329
- "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "Enter OpenAPI Document URL",
330
- "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Browse to Open File",
331
- "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Search OpenAPI Document",
332
- "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Search OpenAPI Document",
331
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "Введите URL-адрес документа OpenAPI",
332
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Просмотр для открытия файла",
333
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Поиск документа OpenAPI",
334
+ "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Поиск документа OpenAPI",
333
335
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Введите текст для поиска документа с описанием OpenAPI",
334
- "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Select OpenAPI Document",
336
+ "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Выбрать документ OpenAPI",
335
337
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Создать расширение для сообщений с помощью существующего API",
336
338
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Агент с API",
337
339
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Агент для Teams, который может принимать решения и выполнять действия на основе рассуждений LLM",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Встраивание файлов непосредственно в качестве сведений о заземлениех.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Содержимое OneDrive или SharePoint",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Введите URL-адрес OneDrive или SharePoint",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Не удалось проверить URL-адрес OneDrive или SharePoint: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "Недопустимый URL-адрес OneDrive или SharePoint.",
366
369
  "core.createProjectQuestion.llmService.title": "Служба для большой языковой модели (LLM)",
@@ -389,9 +392,9 @@
389
392
  "core.createProjectQuestion.foundry.agentId.placeholder": "Введите идентификатор агента Azure AI Foundry сейчас или настройте его позже в проекте",
390
393
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "Импорт из существующего действия",
391
394
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "Импорт из существующего файла действий",
392
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Document",
393
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Document URL",
394
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Document URL",
395
+ "core.createProjectQuestion.apiSpec.title": "Документ OpenAPI",
396
+ "core.createProjectQuestion.apiSpec.placeholder": "Введите URL-адрес документа OpenAPI",
397
+ "core.createProjectQuestion.apiSpecInputUrl.label": "Введите URL-адрес документа OpenAPI",
395
398
  "core.createProjectQuestion.ApiKey": "Введите ключ API в документе описания OpenAPI",
396
399
  "core.createProjectQuestion.ApiKeyConfirm": "Набор инструментов Microsoft 365 Agents Toolkit загрузит ключ API на портал разработчика. Ключ API будет использоваться клиентом Teams для безопасного доступа к вашему API во время выполнения. Набор инструментов Microsoft 365 Agents не будет хранить ваш ключ API.",
397
400
  "core.createProjectQuestion.OauthClientId": "Идентификатор клиента регистрации OAuth",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Поиск по всему содержимому в вашей организации",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "Поиск по URL-адресу",
1048
1051
  "driver.typeSpec.compile.start": "Выполнение действия %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "Спецификация OpenApi не найдена. Убедитесь, что ваши файлы TypeSpec допустимы, и повторите попытку.",
1050
1054
  "driver.typespec.error.multipleActionError": "В файле declarativeAgent.json обнаружено несколько действий. Убедитесь, что ваши файлы TypeSpec допустимы, и повторите попытку.",
1051
1055
  "driver.typeSpec.progressBar": "Компиляция и генерация файлов...",
@@ -1093,17 +1097,17 @@
1093
1097
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "Не удалось найти метаданные проверки подлинности в свойстве \"resource_metadata\" в ответе сервера MCP.",
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "Не удалось найти метаданные сервера в свойстве \"authorization_servers\" в ответе метаданных защищенных ресурсов сервера MCP.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "Не удалось найти URL-адрес проверки подлинности в ответе метаданных сервера авторизации MCP.",
1096
- "core.MCPForDA.toolsFileNotFound": "MCP tools file not found: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected { \"tools\": [...] } or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a \"name\" property: %s",
1099
- "core.MCPForDA.toolsFilePath.title": "MCP Tools Definition File",
1100
- "core.MCPForDA.toolsFilePath.placeholder": "Enter the path to a JSON file containing MCP tool definitions",
1101
- "core.MCPForDA.preFetchToolsNotFound": "No tool definitions found. The project will use dynamic tool discovery.",
1102
- "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json not found at: %s",
1103
- "core.MCPForDA.missingServerUrl": "The --mcp-da-server-url option is required when --api-plugin-type is mcp.",
1104
- "core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false"
1100
+ "core.MCPForDA.toolsFileNotFound": "Файл инструментов MCP не найден: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Неверный формат файла инструментов MCP. Ожидается %s или JSON-массив инструментов: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "Каждый инструмент в файле инструментов MCP должен содержать свойство %s: %s",
1103
+ "core.MCPForDA.toolsFilePath.title": "Файл определения инструментов MCP",
1104
+ "core.MCPForDA.toolsFilePath.placeholder": "Введите путь к JSON-файлу с определениями инструментов MCP",
1105
+ "core.MCPForDA.preFetchToolsNotFound": "Определения инструментов не найдены. Проект будет использовать динамическое обнаружение инструментов.",
1106
+ "core.MCPForDA.pluginManifestNotFound": "Файл ai-plugin.json не найден в: %s",
1107
+ "core.MCPForDA.missingServerUrl": "Параметр --mcp-da-server-url обязателен, если для --api-plugin-type настроено значение mcp.",
1108
+ "core.MCPForDA.missingAuthType": "Параметр --mcp-da-auth-type обязателен, если сервер MCP требует проверки подлинности и предоставлены инструменты. Используйте --mcp-da-auth-type oauth или --mcp-da-auth-type entraSSO.",
1109
+ "core.MCPForDA.toolsFileReadError": "Не удалось прочитать файл инструментов MCP: %s. Чтобы добавить инструменты позже, выполните:\n %s",
1110
+ "core.MCPForDA.authRequired": "Сервер MCP в %s требует проверку подлинности. Не удалось автоматически получить инструменты. Чтобы добавить инструменты, выполните:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "Не обнаружены инструменты на сервере MCP в %s. Чтобы добавить инструменты позже, выполните:\n %s",
1112
+ "core.MCPForDA.fetchError": "Не удалось получить инструменты с сервера MCP в %s. Чтобы добавить инструменты позже, выполните:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "Örnek bilgiler getirilemiyor",
242
242
  "error.generator.DownloadSampleApiLimitError": "Hız sınırlaması nedeniyle örnek indirilemiyor. Hız sınırı sıfırlandıktan sonra bir saat içinde yeniden deneyin veya depoya bu depodan el ile %s.",
243
243
  "error.generator.DownloadSampleNetworkError": "Ağ hatası nedeniyle örnek indirilemiyor. Ağ bağlantınızı denetleyin ve yeniden deneyin veya depoya bu depodan el ile %s",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" eklentide kullanılmıyor.",
245
246
  "error.apime.noExtraAPICanBeAdded": "En fazla 5 gerekli parametreye sahip ve kimlik doğrulaması yapılmadan yalnızca GET ve POST yöntemleri destekleniyor olduğundan API eklenemiyor. Ayrıca, bildirimde tanımlanan yöntemler listelenmez.",
246
247
  "error.copilot.noExtraAPICanBeAdded": "Kimlik doğrulaması desteklenmediğinden API eklenemiyor. Ayrıca, geçerli OpenAPI açıklama belgesinde tanımlanan yöntemler listelenmez.",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API hizmeti için uyarlamalı kart oluşturulamadı'%s': %s. Risk Azaltma: Gerekli değil, ancak bunu adaptiveCards klasörüne el ile ekebilirsiniz.",
315
316
  "core.createCapabilityQuestion.titleNew": "Özellikler",
316
317
  "core.createProjectQuestion.option.description.preview": "Önizleme",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams ve Outlook'ta çalışır",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook ve Microsoft 365 uygulamasında çalışır",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "Görevleri sorunsuz bir şekilde otomatikleştiren anlık ve ilgi çekici sohbet deneyimleri oluşturun",
@@ -326,12 +328,12 @@
326
328
  "core.createProjectQuestion.capability.botMessageExtension.label": "Bot ile başla",
327
329
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Aracı SDK’sını kullanarak bir ileti uzantısı oluştur",
328
330
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure İşlevleri'nden yeni bir API ile mesaj uzantısı oluşturun",
329
- "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "Enter OpenAPI Document URL",
330
- "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Browse to Open File",
331
- "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Search OpenAPI Document",
332
- "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Search OpenAPI Document",
331
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "OpenAPI Belgesi URL’sini girin",
332
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Dosyayı Aç'a Git",
333
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "OpenAPI Belgesinde ara",
334
+ "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "OpenAPI Belgesinde ara",
333
335
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI açıklama belgesinde arama yapmak için metin girin",
334
- "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Select OpenAPI Document",
336
+ "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI Belgesini seçin",
335
337
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Mevcut API'nizden mesaj uzantısı oluşturun",
336
338
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API'ye sahip aracı",
337
339
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Teams'de LLM nedenlerini temel alarak karar verip eylemler gerçekleştirebilen bir aracı",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Dosyaları doğrudan topraklama bilgileri olarak ekleyin.",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive veya SharePoint İçeriği",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive veya SharePoint URL'si girin",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL'si doğrulanamadı: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL'si geçersiz.",
366
369
  "core.createProjectQuestion.llmService.title": "Büyük Dil Modeli Için Hizmet (LLM)",
@@ -389,9 +392,9 @@
389
392
  "core.createProjectQuestion.foundry.agentId.placeholder": "Azure Yapay Zeka Atölyesi aracı kimliği bilgilerini şimdi girin veya daha sonra projede ayarlayın",
390
393
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "Varolan Eylemden İçeri Aktar",
391
394
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "Varolan bir eylem dosyasından içeri aktar",
392
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Document",
393
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Document URL",
394
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Document URL",
395
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI Belgesi",
396
+ "core.createProjectQuestion.apiSpec.placeholder": "OpenAPI Belgesi URL’sini girin",
397
+ "core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI Belgesi URL’sini girin",
395
398
  "core.createProjectQuestion.ApiKey": "OpenAPI Açıklama Belgesine API Anahtarı girin",
396
399
  "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Aracı Araç Seti, API anahtarını Geliştirici Portalı'na yükleyecek. API anahtarı, Teams istemcisi tarafından çalışma zamanında API'nize güvenli bir şekilde erişmek için kullanılacak. Microsoft 365 Aracı Araç Seti, API anahtarınızı depolamayacak.",
397
400
  "core.createProjectQuestion.OauthClientId": "Oauth kayıt istemci kimliği",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Kuruluşunuzdaki tüm içeriği arayın",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "URL’ye göre arayın",
1048
1051
  "driver.typeSpec.compile.start": "%s eylemi yürütülüyor",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "OpenApi belirtimi bulunamadı. Lütfen TypeSpec dosyalarınızın geçerli olduğundan emin olun ve yeniden deneyin.",
1050
1054
  "driver.typespec.error.multipleActionError": "declarativeAgent.json dosyasında birden fazla eylem bulundu. Lütfen TypeSpec dosyalarınızın geçerli olduğundan emin olun ve yeniden deneyin.",
1051
1055
  "driver.typeSpec.progressBar": "Dosyalar derleniyor ve oluşturuluyor...",
@@ -1093,17 +1097,17 @@
1093
1097
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP sunucusunun yanıtındaki \"resource_metadata\" özelliğinde kimlik doğrulama meta verileri bulunamadı.",
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "MCP sunucusunun Korumalı Kaynak Meta Verileri yanıtındaki \"authorization_servers\" özelliğinde sunucu meta verileri bulunamadı.",
1095
1099
  "core.MCPForDA.authUrlNotFound": "MCP sunucusunun Yetkilendirme Sunucusu Meta Verileri yanıtında kimlik doğrulama URL'leri bulunamadı.",
1096
- "core.MCPForDA.toolsFileNotFound": "MCP tools file not found: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected { \"tools\": [...] } or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a \"name\" property: %s",
1099
- "core.MCPForDA.toolsFilePath.title": "MCP Tools Definition File",
1100
- "core.MCPForDA.toolsFilePath.placeholder": "Enter the path to a JSON file containing MCP tool definitions",
1101
- "core.MCPForDA.preFetchToolsNotFound": "No tool definitions found. The project will use dynamic tool discovery.",
1102
- "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json not found at: %s",
1103
- "core.MCPForDA.missingServerUrl": "The --mcp-da-server-url option is required when --api-plugin-type is mcp.",
1104
- "core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false"
1100
+ "core.MCPForDA.toolsFileNotFound": "MCP araçları dosyası bulunamadı: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "Geçersiz MCP araçları dosya biçimi. %s veya araçların JSON dizisi bekleniyordu: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "MCP araçları dosyasındaki her aracın bir %s özelliği olmalıdır: %s",
1103
+ "core.MCPForDA.toolsFilePath.title": "MCP Araçları Tanım Dosyası",
1104
+ "core.MCPForDA.toolsFilePath.placeholder": "MCP araç tanımlarını içeren JSON dosyasının yolunu girin",
1105
+ "core.MCPForDA.preFetchToolsNotFound": "Araç tanımı bulunamadı. Proje dinamik araç bulmayı kullanacak.",
1106
+ "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json dosyası şu konumda bulunamadı: %s",
1107
+ "core.MCPForDA.missingServerUrl": "--api-plugin-type mcp olduğunda --mcp-da-server-url seçeneği gereklidir.",
1108
+ "core.MCPForDA.missingAuthType": "MCP sunucusu kimlik doğrulaması gerektiriyorsa ve araçlar sağlanıyorsa --mcp-da-auth-type seçeneği gereklidir. --mcp-da-auth-type oauth veya --mcp-da-auth-type entraSSO kullanın.",
1109
+ "core.MCPForDA.toolsFileReadError": "MCP araçları dosyası okunamadı: %s. Araçları daha sonra eklemek için şu komutu çalıştırın:\n %s",
1110
+ "core.MCPForDA.authRequired": "%s adresindeki MCP sunucusu kimlik doğrulaması gerektiriyor. Araçlar otomatik olarak getirilemedi. Araç eklemek için şu komutu çalıştırın:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "%s adresindeki MCP sunucusundan araç bulunamadı. Araçları daha sonra eklemek için şu komutu çalıştırın:\n %s",
1112
+ "core.MCPForDA.fetchError": "%s adresindeki MCP sunucusundan araçlar getirilemedi. Araçları daha sonra eklemek için şu komutu çalıştırın:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "无法提取示例信息",
242
242
  "error.generator.DownloadSampleApiLimitError": "由于速率限制,无法下载示例。请在速率限制重置后一小时后重试,或者可以从 %s 手动克隆存储库。",
243
243
  "error.generator.DownloadSampleNetworkError": "由于网络错误,无法下载示例。请检查网络连接,然后重试,或者你可以从 %s 手动克隆存储库",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "插件中未使用 \"%s\"。",
245
246
  "error.apime.noExtraAPICanBeAdded": "无法添加 API,因为仅支持 GET 和 POST 方法,最多需要 5 个参数,并且没有身份验证。此外,未列出清单中定义的方法。",
246
247
  "error.copilot.noExtraAPICanBeAdded": "无法添加 API,因为不支持身份验证。此外,未列出当前 OpenAPI 说明文档中定义的方法。",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "无法为 API '%s' 创建自适应卡: %s。缓解: 不需要,但可以手动将其添加到 adaptiveCards 文件夹。",
315
316
  "core.createCapabilityQuestion.titleNew": "功能",
316
317
  "core.createProjectQuestion.option.description.preview": "预览",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中工作",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "在 Teams、Outlook 和 Microsoft 365 应用程序中工作",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "创建即时、吸引人的聊天体验,以无缝地自动化任务",
@@ -326,12 +328,12 @@
326
328
  "core.createProjectQuestion.capability.botMessageExtension.label": "从机器人开始",
327
329
  "core.createProjectQuestion.capability.botMessageExtension.detail": "使用代理 SDK 创建消息扩展",
328
330
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "从 Azure Functions 创建具有新 API 的消息扩展",
329
- "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "Enter OpenAPI Document URL",
330
- "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Browse to Open File",
331
- "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Search OpenAPI Document",
332
- "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Search OpenAPI Document",
331
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "输入 OpenAPI 文档 URL",
332
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "浏览以打开文件",
333
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "搜索 OpenAPI 文档",
334
+ "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "搜索 OpenAPI 文档",
333
335
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "输入文本以搜索 OpenAPI 说明文档",
334
- "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Select OpenAPI Document",
336
+ "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "选择 OpenAPI 文档",
335
337
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "从现有 API 创建消息扩展",
336
338
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "使用 API 的智能体",
337
339
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根据 LLM 推理做出决策和执行操作的 Teams 智能体",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "将文件直接嵌入为接地信息。",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 内容",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "输入 OneDrive 或 SharePoint 的 URL",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "无法验证 OneDrive/SharePoint URL: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL 无效。",
366
369
  "core.createProjectQuestion.llmService.title": "用于大型语言模型 (LLM) 的服务",
@@ -389,9 +392,9 @@
389
392
  "core.createProjectQuestion.foundry.agentId.placeholder": "立即输入 Azure AI Foundry 智能体 ID,或稍后在项目中设置",
390
393
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "从现有操作导入",
391
394
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "从现有操作文件导入",
392
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Document",
393
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Document URL",
394
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Document URL",
395
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI 文档",
396
+ "core.createProjectQuestion.apiSpec.placeholder": "输入 OpenAPI 文档 URL",
397
+ "core.createProjectQuestion.apiSpecInputUrl.label": "输入 OpenAPI 文档 URL",
395
398
  "core.createProjectQuestion.ApiKey": "在 OpenAPI 描述文档中输入 API 密钥",
396
399
  "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 智能体工具包会将 API 密钥上传到开发人员门户。Teams 客户端将使用 API 密钥在运行时安全地访问 API。Microsoft 365 智能体工具包不会存储 API 密钥。",
397
400
  "core.createProjectQuestion.OauthClientId": "OAuth 注册客户端 ID",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "在组织内搜索所有内容",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "按 URL 搜索",
1048
1051
  "driver.typeSpec.compile.start": "正在执行操作 %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "未找到 OpenApi 规范。请确保 TypeSpec 文件有效,然后重试。",
1050
1054
  "driver.typespec.error.multipleActionError": "在 declarativeAgent.json 中找到多个操作。请确保 TypeSpec 文件有效,然后重试。",
1051
1055
  "driver.typeSpec.progressBar": "正在编译和生成文件...",
@@ -1093,17 +1097,17 @@
1093
1097
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "无法从 MCP 服务器响应的 \"resource_metadata\" 属性中找到身份验证元数据。",
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "无法从 MCP 服务器受保护资源元数据响应的 \"authorization_servers\" 属性中找到服务器元数据。",
1095
1099
  "core.MCPForDA.authUrlNotFound": "无法在 MCP 服务器的授权服务器元数据响应中找到身份验证 URL。",
1096
- "core.MCPForDA.toolsFileNotFound": "MCP tools file not found: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected { \"tools\": [...] } or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a \"name\" property: %s",
1099
- "core.MCPForDA.toolsFilePath.title": "MCP Tools Definition File",
1100
- "core.MCPForDA.toolsFilePath.placeholder": "Enter the path to a JSON file containing MCP tool definitions",
1101
- "core.MCPForDA.preFetchToolsNotFound": "No tool definitions found. The project will use dynamic tool discovery.",
1102
- "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json not found at: %s",
1103
- "core.MCPForDA.missingServerUrl": "The --mcp-da-server-url option is required when --api-plugin-type is mcp.",
1104
- "core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false"
1100
+ "core.MCPForDA.toolsFileNotFound": "未找到 MCP 工具文件: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "MCP 工具文件格式无效。应为 %s 或工具的 JSON 数组: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "MCP 工具文件中的每个工具均必须包含 %s 属性: %s",
1103
+ "core.MCPForDA.toolsFilePath.title": "MCP 工具定义文件",
1104
+ "core.MCPForDA.toolsFilePath.placeholder": "请输入包含 MCP 工具定义的 JSON 文件的路径",
1105
+ "core.MCPForDA.preFetchToolsNotFound": "未找到任何工具定义。项目将使用动态工具发现。",
1106
+ "core.MCPForDA.pluginManifestNotFound": "未在以下位置找到 ai-plugin.json: %s",
1107
+ "core.MCPForDA.missingServerUrl": " --api-plugin-type mcp 时,必须指定 --mcp-da-server-url 选项。",
1108
+ "core.MCPForDA.missingAuthType": " MCP 服务器需要身份验证且提供工具时,必须指定 --mcp-da-auth-type 选项。使用 --mcp-da-auth-type oauth --mcp-da-auth-type entraSSO",
1109
+ "core.MCPForDA.toolsFileReadError": "未能读取 MCP 工具文件: %s。若要稍后添加工具,请运行:\n %s",
1110
+ "core.MCPForDA.authRequired": "位于 %s MCP 服务器需要身份验证。无法自动提取工具。若要添加工具,请运行:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": "未从位于 %s MCP 服务器发现任何工具。若要稍后添加工具,请运行:\n %s",
1112
+ "core.MCPForDA.fetchError": "未能从位于 %s MCP 服务器提取工具。若要稍后添加工具,请运行:\n %s"
1109
1113
  }
@@ -241,6 +241,7 @@
241
241
  "error.generator.FetchSampleInfoError": "無法擷取範例資訊",
242
242
  "error.generator.DownloadSampleApiLimitError": "由於速率限制,無法下載樣本。請在速率限制重設后一小時后再試一次,或者您可以從 %s 手動複製存放庫。",
243
243
  "error.generator.DownloadSampleNetworkError": "由於網路錯誤,無法下載範例。檢查您的網路連線,然後再試一次,或者您可以手動從 %s 複製存放庫",
244
+ "error.generator.UnknownPolicy": "Unknown auth policy: %s",
244
245
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "外掛程式中未使用 \"%s\"。",
245
246
  "error.apime.noExtraAPICanBeAdded": "無法新增 API,因為只支援 GET 和 POST 方法,最多只能有 5 個必要參數,而且沒有驗證。此外,未列出指令清單中定義的方法。",
246
247
  "error.copilot.noExtraAPICanBeAdded": "無法新增 API,因為不支援任何驗證。此外,未列出目前 OpenAPI 描述檔中定義的方法。",
@@ -314,6 +315,7 @@
314
315
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "無法建立 API '%s' 的調適型卡片: %s。安全防護功能: 不需要,但您可以手動將它新增到 adaptiveCards 資料夾。",
315
316
  "core.createCapabilityQuestion.titleNew": "功能",
316
317
  "core.createProjectQuestion.option.description.preview": "預覽",
318
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
317
319
  "core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中運作",
318
320
  "core.createProjectQuestion.option.description.worksInOutlookM365": "可在 Teams、Outlook 和 Microsoft 365 應用程式中運作",
319
321
  "core.createProjectQuestion.projectType.bot.detail": "建立即時且吸引人的聊天體驗,讓工作順暢地自動化",
@@ -326,12 +328,12 @@
326
328
  "core.createProjectQuestion.capability.botMessageExtension.label": "從 Bot 開始",
327
329
  "core.createProjectQuestion.capability.botMessageExtension.detail": "使用代理程式 SDK 建立訊息延伸模組",
328
330
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立訊息延伸模組",
329
- "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "Enter OpenAPI Document URL",
330
- "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "Browse to Open File",
331
- "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "Search OpenAPI Document",
332
- "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "Search OpenAPI Document",
331
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "輸入 OpenAPI 文件 URL",
332
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "瀏覽以開啟檔案",
333
+ "core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "搜尋 OpenAPI 文件",
334
+ "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "搜尋 OpenAPI 文件",
333
335
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "輸入文字以搜尋 OpenAPI 描述文件",
334
- "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Select OpenAPI Document",
336
+ "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "選取 OpenAPI 文件",
335
337
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "從現有的 API 建立訊息延伸模組",
336
338
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "具有 API 的代理程式",
337
339
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根據 LLM 推理做出決策和執行行動之適用於 Teams 的代理程式",
@@ -361,6 +363,7 @@
361
363
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "將檔案直接內嵌為接地資訊。",
362
364
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 內容",
363
365
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "輸入 OneDrive 或 SharePoint 的 URL",
366
+ "core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
364
367
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "無法驗證 OneDrive/SharePoint URL: %s",
365
368
  "core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL 無效。",
366
369
  "core.createProjectQuestion.llmService.title": "大型語言模型服務 (LLM)",
@@ -389,9 +392,9 @@
389
392
  "core.createProjectQuestion.foundry.agentId.placeholder": "立即輸入 Azure AI Foundry 代理程式識別碼,或稍後在專案中設定",
390
393
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "從現有動作匯入",
391
394
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "從現有的動作檔案匯入",
392
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Document",
393
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Document URL",
394
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Document URL",
395
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI 文件",
396
+ "core.createProjectQuestion.apiSpec.placeholder": "輸入 OpenAPI 文件 URL",
397
+ "core.createProjectQuestion.apiSpecInputUrl.label": "輸入 OpenAPI 文件 URL",
395
398
  "core.createProjectQuestion.ApiKey": "在 OpenAPI 描述檔中輸入 API 金鑰",
396
399
  "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents 工具組會將 API 金鑰上傳至開發人員入口網站。Teams 用戶端會在執行階段使用該 API 金鑰來安全地存取您的 API。Microsoft 365 Agents 工具組不會儲存您的 API 金鑰。",
397
400
  "core.createProjectQuestion.OauthClientId": "OAuth 註冊用戶端識別碼",
@@ -1046,6 +1049,7 @@
1046
1049
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "搜尋組織內的所有內容",
1047
1050
  "core.addKnowledgeQuestion.searchType.url": "依 URL 搜尋",
1048
1051
  "driver.typeSpec.compile.start": "正在執行動作 %s",
1052
+ "driver.typeSpec.compile.description": "Compile TypeSpec project",
1049
1053
  "driver.typespec.error.noSpecError": "找不到 OpenApi 規格。請確定您的 TypeSpec 檔案有效,然後再試一次。",
1050
1054
  "driver.typespec.error.multipleActionError": "在 declarativeAgent.json 中找到多個動作。請確定您的 TypeSpec 檔案有效,然後再試一次。",
1051
1055
  "driver.typeSpec.progressBar": "正在編譯和產生檔案...",
@@ -1093,17 +1097,17 @@
1093
1097
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "無法從 MCP 伺服器的回應中找到來自 \"resource_metadata\" 屬性的驗證中繼資料。",
1094
1098
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "無法從 MCP 伺服器的受保護資源中繼資料回應中找到來自 \"authorization_servers\" 屬性的伺服器中繼資料。",
1095
1099
  "core.MCPForDA.authUrlNotFound": "無法從 MCP 伺服器的授權伺服器中繼資料回應中找到驗證 URL。",
1096
- "core.MCPForDA.toolsFileNotFound": "MCP tools file not found: %s",
1097
- "core.MCPForDA.toolsFileInvalidFormat": "Invalid MCP tools file format. Expected { \"tools\": [...] } or a JSON array of tools: %s",
1098
- "core.MCPForDA.toolsFileMissingName": "Each tool in the MCP tools file must have a \"name\" property: %s",
1099
- "core.MCPForDA.toolsFilePath.title": "MCP Tools Definition File",
1100
- "core.MCPForDA.toolsFilePath.placeholder": "Enter the path to a JSON file containing MCP tool definitions",
1101
- "core.MCPForDA.preFetchToolsNotFound": "No tool definitions found. The project will use dynamic tool discovery.",
1102
- "core.MCPForDA.pluginManifestNotFound": "ai-plugin.json not found at: %s",
1103
- "core.MCPForDA.missingServerUrl": "The --mcp-da-server-url option is required when --api-plugin-type is mcp.",
1104
- "core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO.",
1105
- "core.MCPForDA.toolsFileReadError": "Failed to read MCP tools file: %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1106
- "core.MCPForDA.authRequired": "The MCP server at %s requires authentication. Tools could not be fetched automatically. To add tools, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1107
- "core.MCPForDA.noToolsFetched": "No tools were discovered from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false",
1108
- "core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n atk add action --api-plugin-type mcp --mcp-da-server-url <server-url> --mcp-tools-file-path <path-to-tools-json> --interactive false"
1100
+ "core.MCPForDA.toolsFileNotFound": "找不到 MCP 工具檔案: %s",
1101
+ "core.MCPForDA.toolsFileInvalidFormat": "無效 MCP 工具檔案格式。預期為 %s 或工具的 JSON 陣列: %s",
1102
+ "core.MCPForDA.toolsFileMissingName": "MCP 工具檔案中的每個工具都必須具有 %s 屬性: %s",
1103
+ "core.MCPForDA.toolsFilePath.title": "MCP 工具定義檔案",
1104
+ "core.MCPForDA.toolsFilePath.placeholder": "輸入包含 MCP 工具定義的 JSON 檔案路徑",
1105
+ "core.MCPForDA.preFetchToolsNotFound": "找不到工具定義。此專案將使用動態工具探索。",
1106
+ "core.MCPForDA.pluginManifestNotFound": "在以下位置找不到 ai-plugin.json: %s",
1107
+ "core.MCPForDA.missingServerUrl": " --api-plugin-type 為 mcp 時,--mcp-da-server-url 選項為必要。",
1108
+ "core.MCPForDA.missingAuthType": " MCP 伺服器需要驗證且提供工具時,--mcp-da-auth-type 選項為必要。使用 --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO",
1109
+ "core.MCPForDA.toolsFileReadError": "無法讀取 MCP 工具檔案: %s。若要稍後新增工具,請執行:\n %s",
1110
+ "core.MCPForDA.authRequired": "位於 %s MCP 伺服器需要驗證。無法自動擷取工具。若要新增工具,請執行:\n %s",
1111
+ "core.MCPForDA.noToolsFetched": " %s MCP 伺服器中未探索到任何工具。若要稍後新增工具,請執行:\n %s",
1112
+ "core.MCPForDA.fetchError": "無法從 %s MCP 伺服器擷取工具。若要稍後新增工具,請執行:\n %s"
1109
1113
  }
@@ -30,62 +30,62 @@
30
30
  "template.teams.rag.source.customize.label": "Přizpůsobit",
31
31
  "template.teams.rag.source.placeholder": "Vyberte možnost načtení dat",
32
32
  "template.teams.title": "Agent Teams nebo aplikace využívající sadu Microsoft Teams SDK",
33
- "template.createProjectQuestion.title": "New Project",
34
- "template.createCapabilityQuestion.placeholder": "Select a capability",
35
- "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
- "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
- "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
- "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
- "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
- "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
- "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
- "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
- "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
33
+ "template.createProjectQuestion.title": "Nový projekt",
34
+ "template.createCapabilityQuestion.placeholder": "Vyberte funkci",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Vyberte, jak přidat akci",
36
+ "template.createProjectQuestion.addGC.detail": "Vytvořit deklarativního agenta pomocí konektoru Copilotu",
37
+ "template.createProjectQuestion.addGC.label": "Přidat konektor Copilotu",
38
+ "template.createProjectQuestion.addPlugin.detail": "Vytvoření deklarativního agenta s akcí",
39
+ "template.createProjectQuestion.addPlugin.label": "Přidat akci",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Vybrat typ ověřování",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Typ ověřování",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Žádné",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Klíč rozhraní API",
44
44
  "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
45
  "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
- "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
- "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
- "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
- "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
- "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
- "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
- "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
- "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
- "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
- "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
- "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
- "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
- "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
- "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
- "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
- "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
- "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
- "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
- "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
- "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
- "template.createProjectQuestion.noPlugin.label": "No Action",
70
- "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
- "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
- "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
- "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
- "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
- "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
- "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
- "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
- "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
- "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
- "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
- "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
- "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
- "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
- "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
- "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
- "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
- "template.newCFShortcut.label": "Custom Function and Shortcut",
89
- "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
- "template.newTaskpaneAddin.label": "Task pane"
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Vytvořte deklarativního agenta s akcí nebo bez akce pomocí TypeSpec pro Microsoft 365 Copilot.",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Začít s TypeSpec pro Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Vytvoření akce z existujícího rozhraní API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Začněte s dokumentem popisu OpenAPI",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Vytvoření akce pomocí nového rozhraní API z Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Začít s novým rozhraním API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Vytvořit deklarativního agenta s akcí doplňku pro Office",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Začínáme s akcí doplňku pro Office",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Vytvořit akci",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Vložte data vaší organizace, aby byla vyhledatelná v Microsoft 365 Copilotu.",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Konektory Copilota",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Vytvořit nového deklarativního agenta pomocí akcí doplňku pro Office",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nový deklarativní agent s akcemi doplňku pro Office",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Deklarativní agent ve funkcích metaOS",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Rozšířit projekt doplňku na deklarativního agenta pomocí akcí doplňku",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Rozšířit existující doplněk pro Office",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Vytvořit deklarativního agenta s akcí doplňku pro Office",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Vytvořit deklarativního agenta pomocí akce doplňku pro Office",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Přidání akce do deklarativního agenta",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Vytvořit deklarativního agenta",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Vytvoření akcí z existujícího serveru MCP",
67
+ "template.createProjectQuestion.mcpForDa.label": "Začněte se serverem MCP",
68
+ "template.createProjectQuestion.noPlugin.detail": "Vytvořit pouze deklarativního agenta",
69
+ "template.createProjectQuestion.noPlugin.label": "Žádná akce",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Vyberte některou z možností.",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "Funkce aplikace využívající agenty",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Použít GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chatujte s GitHub Copilotem a získejte podrobné pokyny k vývoji aplikace nebo agenta Microsoft 365 Copilota.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Nevíte, jak začít? Použijte Copilot Chat na GitHubu",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agenti pro Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Aplikace pro Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Vytvořte inteligentního agenta, kde spravujete orchestraci a poskytujete svůj vlastní LLM.",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Vlastní agent modulu",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Vytvořte si vlastního agenta tím, že deklarujete instrukce, akce a znalosti tak, aby vyhovovaly vašim potřebám.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativní agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Rozšiřte aplikace Office tak, aby pracovaly s obsahem v dokumentech Office a položkách Outlooku",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Doplněk pro Office",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Vytvořte agenta, chatovacího robota, webové stránky nebo jiné aplikace v Microsoft Teams pomocí sady Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agenti a aplikace Teams",
85
+ "template.importAddin.detail": "Upgrade projektu doplňků na nejnovější manifest aplikace a strukturu projektu",
86
+ "template.importOfficeAddin.label": "Upgrade existujícího doplňku pro Office",
87
+ "template.newCFShortcut.detail": "Doplněk podokna úloh s vlastní funkcí a klávesovou zkratkou",
88
+ "template.newCFShortcut.label": "Vlastní funkce a zástupce",
89
+ "template.newTaskpaneAddin.detail": "Umožňuje přizpůsobit pás karet pomocí tlačítka a vložit obsah do podokna úloh.",
90
+ "template.newTaskpaneAddin.label": "Podokno úloh"
91
91
  }