@microsoft/teamsfx-core 3.0.1-rc.0 → 3.0.2-alpha.10d26a09f.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 (83) hide show
  1. package/build/client/teamsDevPortalClient.js +1 -1
  2. package/build/client/teamsDevPortalClient.js.map +1 -1
  3. package/build/common/daSpecParser.js +1 -1
  4. package/build/common/daSpecParser.js.map +1 -1
  5. package/build/common/templates-config.json +9 -7
  6. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  7. package/build/common/wrappedAxiosClient.js +0 -1
  8. package/build/common/wrappedAxiosClient.js.map +1 -1
  9. package/build/component/coordinator/index.js +1 -1
  10. package/build/component/coordinator/index.js.map +1 -1
  11. package/build/component/generator/defaultGenerator.d.ts.map +1 -1
  12. package/build/component/generator/defaultGenerator.js +3 -2
  13. package/build/component/generator/defaultGenerator.js.map +1 -1
  14. package/build/component/generator/generatorAction.d.ts +2 -1
  15. package/build/component/generator/generatorAction.d.ts.map +1 -1
  16. package/build/component/generator/generatorAction.js +1 -1
  17. package/build/component/generator/generatorAction.js.map +1 -1
  18. package/build/component/generator/officeAddin/generator.js.map +1 -1
  19. package/build/component/generator/officeAddin/metaOSHelper.js +3 -3
  20. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  21. package/build/component/generator/utils.d.ts +3 -3
  22. package/build/component/generator/utils.d.ts.map +1 -1
  23. package/build/component/generator/utils.js +23 -6
  24. package/build/component/generator/utils.js.map +1 -1
  25. package/build/component/resource/botService/errors.d.ts +1 -1
  26. package/build/component/resource/botService/errors.d.ts.map +1 -1
  27. package/build/component/resource/botService/errors.js +2 -2
  28. package/build/component/resource/botService/errors.js.map +1 -1
  29. package/build/component/resource/botService/messages.d.ts +1 -1
  30. package/build/component/resource/botService/messages.d.ts.map +1 -1
  31. package/build/component/resource/botService/messages.js +6 -1
  32. package/build/component/resource/botService/messages.js.map +1 -1
  33. package/build/core/FxCore.js +1 -1
  34. package/build/core/FxCore.js.map +1 -1
  35. package/build/question/generator.js +2 -0
  36. package/build/question/generator.js.map +1 -1
  37. package/build/question/inputs/RegeneratePluginInputs.d.ts +16 -0
  38. package/build/question/inputs/RegeneratePluginInputs.d.ts.map +1 -0
  39. package/build/question/inputs/RegeneratePluginInputs.js +5 -0
  40. package/build/question/inputs/RegeneratePluginInputs.js.map +1 -0
  41. package/build/question/inputs/index.d.ts +1 -0
  42. package/build/question/inputs/index.d.ts.map +1 -1
  43. package/build/question/inputs/index.js +1 -0
  44. package/build/question/inputs/index.js.map +1 -1
  45. package/build/question/options/CreateProjectOptions.js +1 -1
  46. package/build/question/options/CreateProjectOptions.js.map +1 -1
  47. package/build/question/options/RegeneratePluginOptions.d.ts +10 -0
  48. package/build/question/options/RegeneratePluginOptions.d.ts.map +1 -0
  49. package/build/question/options/RegeneratePluginOptions.js +28 -0
  50. package/build/question/options/RegeneratePluginOptions.js.map +1 -0
  51. package/build/question/options/SPFxAddWebpartOptions.js +1 -1
  52. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
  53. package/build/question/options/index.d.ts +1 -0
  54. package/build/question/options/index.d.ts.map +1 -1
  55. package/build/question/options/index.js +1 -0
  56. package/build/question/options/index.js.map +1 -1
  57. package/build/question/other.js +1 -1
  58. package/build/question/other.js.map +1 -1
  59. package/build/tsconfig.tsbuildinfo +1 -1
  60. package/package.json +5 -5
  61. package/resource/package.nls.cs.json +68 -57
  62. package/resource/package.nls.de.json +68 -57
  63. package/resource/package.nls.es.json +68 -57
  64. package/resource/package.nls.fr.json +68 -57
  65. package/resource/package.nls.it.json +68 -57
  66. package/resource/package.nls.ja.json +68 -57
  67. package/resource/package.nls.json +1 -1
  68. package/resource/package.nls.ko.json +68 -57
  69. package/resource/package.nls.pl.json +68 -57
  70. package/resource/package.nls.pt-BR.json +68 -57
  71. package/resource/package.nls.ru.json +68 -57
  72. package/resource/package.nls.tr.json +68 -57
  73. package/resource/package.nls.zh-Hans.json +68 -57
  74. package/resource/package.nls.zh-Hant.json +68 -57
  75. package/resource/yaml-schema/v1.8/yaml.schema.json +1 -1
  76. package/resource/yaml-schema/yaml.schema.json +1 -1
  77. package/templates/fallback/common.zip +0 -0
  78. package/templates/fallback/csharp.zip +0 -0
  79. package/templates/fallback/js.zip +0 -0
  80. package/templates/fallback/python.zip +0 -0
  81. package/templates/fallback/ts.zip +0 -0
  82. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +60 -49
  83. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +60 -49
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Набор инструментов Microsoft 365 Agents Toolkit изменит файлы в папке \"%s\" и \"%s\" на основе предоставленного вами нового документа OpenAPI. Чтобы избежать потери непредвиденных изменений, перед продолжением создайте резервную копию файлов или используйте Git для отслеживания изменений.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Набор инструментов Microsoft 365 Agents Toolkit изменит файлы в папке \"%s\", \"%s\" и \"%s\" на основе предоставленного вами нового документа OpenAPI. Чтобы избежать потери непредвиденных изменений, перед продолжением создайте резервную копию файлов или используйте Git для отслеживания изменений.",
5
5
  "core.addApi.continue": "Добавить",
6
- "core.regenerateApi.continue": "Regenerate",
6
+ "core.regenerateApi.continue": "Повторно создать",
7
7
  "core.addKnowledge.confirm": "Набор инструментов Microsoft 365 Agents Toolkit изменит файлы в папке \"%s\" на основе предоставленного вами источника возможностей. Чтобы избежать потери непредвиденных изменений, перед продолжением создайте резервную копию файлов или используйте Git для отслеживания изменений.",
8
8
  "core.addKnowledge.continue": "Добавить",
9
9
  "core.setSensitivityLabel.confirm": "Набор средств Teams изменит файл \"%s\" с учетом предоставленной метки конфиденциальности. Чтобы избежать потери непредвиденных изменений, перед продолжением создайте резервную копию файлов или используйте Git для отслеживания изменений.",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "Проверьте, есть ли у вас разрешения для учетной записи службы хранилища Azure.",
136
136
  "plugins.frontend.checkSystemTimeTip": "Неправильное системное время может привести к истечении срока действия учетных данных. Проверьте правильность системного времени.",
137
137
  "suggestions.retryTheCurrentStep": "Повторите текущий шаг.",
138
- "plugins.appstudio.buildSucceedNotice": "Пакет Teams успешно собран по [локальному адресу](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "Пакет Teams успешно собран в %s.",
138
+ "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "Создание пакета приложения...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "Имя static_template в %s для функции %s имеет недопустимое свойство файла. Он будет удален и пропущен.",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "Статический_шаблон в %s для функции %s имеет как файловые, так и другие свойства. Содержимое файла заменит все свойства.",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "Сбой API",
196
196
  "error.appstudio.authServiceApiFailed": "Не удалось выполнить вызов API для Портал разработчика: %s, %s, путь запроса: %s",
197
197
  "error.appstudio.publishFailed": "Невозможно опубликовать приложение с идентификатором %s.",
198
- "error.appstudio.buildError": "Не удалось создать пакет Teams.",
198
+ "error.appstudio.buildError": "Unable to build app Package!",
199
199
  "error.appstudio.checkPermissionFailed": "Не удалось проверка разрешение. Причина: %s",
200
200
  "error.appstudio.grantPermissionFailed": "Не удалось предоставить разрешение. Причина: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "Не удалось перечислить участников совместной работы. Причина: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s устранения рисков: не требуется, operationId был автоматически создан и добавлен в \"%s\" файл.",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "Идентификатор операции '%s' в документе описания OpenAPI содержал специальные символы и был переименован в '%s'.",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "Документ описания OpenAPI находится в Swagger версии 2.0. Устранение рисков: не требуется. Содержимое было преобразовано в OpenAPI 3.0 и сохранено в \"%s\".",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "Документ описания OpenAPI версии 3.1 был преобразован в OpenAPI 3.0 и сохранен в \"%s\".",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "Максимальная длина \"%s\": %s символов. ",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Отсутствует полное описание. ",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Устранение рисков: обновите \"%s\" в \"%s\".",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "Работает в Teams и Outlook",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Работает в Teams, Outlook и в приложении Microsoft 365",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "Создавайте мгновенные и интересные функции чата, которые легко автоматизируйте задачи",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
- "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Агент для Teams",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Легко создайте агент для Microsoft Teams с помощью библиотеки ИИ Teams",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Агент для Teams, использующий библиотеку ИИ Teams",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Приложение Teams",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Создайте собственную веб-страницу, чат-бота или расширение для сообщений для Microsoft Teams",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "Функции приложения, используемые в Microsoft Teams",
318
318
  "core.createProjectQuestion.projectType.bot.label": "Бот",
319
319
  "core.createProjectQuestion.projectType.bot.title": "Возможности приложения с использованием бота",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Поиск и выполнение действий из поля ввода текста в Teams и Outlook",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "Функции приложения с использованием вкладки",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "Функции приложения с использованием агентов",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Выберите вариант",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Создайте интеллектуальный агент для помощи в управлении оркестрацией и предоставьте собственную LLM",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "Агент настраиваемого обработчика",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "Функции приложения, использующие Пакет SDK агентов Microsoft 365",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Выберите вариант",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "Не знаете, как начать? Использовать GitHub Copilot чате",
336
336
  "core.createProjectQuestion.projectType.copilotHelp.detail": "Пообщайтесь в чате с GitHub Copilot и получите пошаговые инструкции по разработке приложения или агента Microsoft 365 Copilot.",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "Использовать GitHub Copilot",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Агенты для Microsoft 365 Copilot",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Приложения для Microsoft 365",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Декларативный агент",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Создайте собственный агент, объявляя инструкции, действия и знания в соответствии с вашими потребностями.",
342
342
  "core.createProjectQuestion.title": "Новый проект",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "Начните с бота",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Создать расширение сообщения с помощью Bot Framework",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Начать с новым API",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Создать действие с новым API на основе Функций Azure",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Создать расширение для сообщений с помощью нового API Функций Azure",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Введите текст для поиска документа с описанием OpenAPI",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Выбрать документ с описанием OpenAPI",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Создать расширение для сообщений с помощью существующего API",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Базовый пользовательский агент подсистемы",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Интеллектуальный агент, созданный с помощью Пакета SDK агентов Microsoft 365 и подключающийся к LLM",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Агент погоды",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "Агент прогноза погоды, созданный с помощью Пакета SDK агентов Microsoft 365 и LangChain",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Базовый агент для Teams",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Агент для общения в чате с пользователями в Teams, созданный с использованием библиотеки ИИ Teams и подключенный к большим языковым моделям",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "Общение в чате с данными",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Агент, который использует контент и знания для точного ответа на вопросы, связанные с конкретной областью",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Агент с API",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Агент для Teams, который может принимать решения и выполнять действия на основе рассуждений LLM",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Настроить",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Выберите, как следует загружать данные",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Поиск с использованием ИИ Azure",
@@ -386,10 +386,12 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Поиск сведений о заземлениех в Интернете.",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive и SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Поиск сведений о заземлениех в SharePoint и OneDrive пользователя.",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Поиск сведений о заземлении в выбранных соединителях Microsoft Copilot.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Внедренные знания",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Встраивание файлов непосредственно в качестве сведений о заземлениех.",
393
+ "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
+ "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
393
395
  "core.createProjectQuestion.oneDriveSharePointItem.title": "Содержимое OneDrive или SharePoint",
394
396
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Введите URL-адрес OneDrive или SharePoint",
395
397
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Не удалось проверить URL-адрес OneDrive или SharePoint: %s",
@@ -442,8 +444,17 @@
442
444
  "core.createProjectQuestion.noPlugin.detail": "Создать только декларативный агент",
443
445
  "core.createProjectQuestion.addPlugin.label": "Добавить действие",
444
446
  "core.createProjectQuestion.addPlugin.detail": "Создание декларативного агента с действием",
445
- "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
- "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
447
+ "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
+ "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
+ "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
+ "core.createProjectQuestion.createGraphConnector.detail": "Внедрите данные организации, чтобы сделать их доступными для поиска в Microsoft 365 Copilot",
447
458
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Импорт файла манифеста",
448
459
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Импорт документа с описанием OpenAPI",
449
460
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Выберите файл манифеста действия",
@@ -453,13 +464,13 @@
453
464
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Найдено несколько документов описания OpenAPI: \"%s\".",
454
465
  "core.createProjectQuestion.addKnowledge.title": "Добавить возможность",
455
466
  "core.createProjectQuestion.addKnowledge.placeholder": "Выберите источник возможностей в качестве базовых сведений для декларативного агента.",
456
- "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
- "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
- "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
- "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
- "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
467
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Не удалось найти декларативный путь агента в файле манифеста: %s.",
468
+ "core.regenerateQuestion.actionNotFound": "Не удалось найти действия в файле манифеста декларативного агента: %s.",
469
+ "core.regenerateQuestion.specNotFound": "Не удалось найти документ описания OpenAPI в файле манифеста действия: %s.",
470
+ "core.regenerateQuestion.originalSpecNotFound": "Не удалось найти оригинальный документ описания OpenAPI. Вы можете вручную скопировать оригинальное описание OpenAPI здесь %s.",
471
+ "core.regenerateQuestion.selectPluginManifestTitle": "Выберите файл манифеста плагина.",
472
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Выберите файл документа описания OpenAPI.",
473
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Выберите операции, с которыми может взаимодействовать Copilot.",
463
474
  "core.aiAssistantBotOption.label": "Бот агента ИИ",
464
475
  "core.aiAssistantBotOption.detail": "Настраиваемый бот-агент ИИ в Teams, использующий библиотеку ИИ Teams и API помощников OpenAI",
465
476
  "core.aiBotOption.label": "Чат-бот ИИ",
@@ -495,9 +506,9 @@
495
506
  "core.addPlugin.success.vsc": "Действие \"%s\" успешно добавлено в проект.",
496
507
  "core.addPlugin.success": "Подключаемый модуль API \"%s\" успешно добавлен в проект. Просмотреть манифест подключаемого модуля в \"%s\".",
497
508
  "core.addPlugin.success.viewPluginManifest": "Просмотреть манифест действия",
498
- "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
- "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
- "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
509
+ "core.regeneratePlugin.success": "Действие \"%s\" успешно обновлено. Просмотреть манифест плагина в \"%s\".",
510
+ "core.regeneratePlugin.success.vsc": "Действие \"%s\" успешно обновлено.",
511
+ "core.regeneratePlugin.success.viewPluginManifest": "Просмотреть манифест действий",
501
512
  "core.addKnowledge.success.vsc": "Источник возможности успешно добавлен в проект.",
502
513
  "core.addKnowledge.success": "Источник возможности успешно добавлен в проект. Просмотреть манифест агента в \"%s\".",
503
514
  "core.addKnowledge.success.viewAgentManifest": "Просмотреть манифест агента",
@@ -535,27 +546,27 @@
535
546
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Проверьте приложение перед публикацией в магазине Teams",
536
547
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Проверить все тестовые случаи интеграции перед публикацией",
537
548
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Комплексные тесты для проверки готовности",
538
- "core.GCSelectQuestion.title": "Copilot Connector Content",
539
- "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
- "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
- "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
- "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
549
+ "core.GCSelectQuestion.title": "Copilot connector Content",
550
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
+ "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
+ "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
545
556
  "core.GCInputQuestion.title": "Идентификатор подключения",
546
557
  "core.GCListQuestion.invalidMessage": "Выбраны API: %s. Необходимо выбрать хотя бы один интерфейс API.",
547
558
  "core.GCNameQuestion.title": "Добавить имя соединителя",
548
- "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
559
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
549
560
  "core.GCConnectionIdQuestion.title": "Добавить идентификатор подключения",
550
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
561
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
551
562
  "core.GCConnectionIdQuestion.validation.pattern": "Идентификатор соединителя должен содержать только буквы и цифры.",
552
563
  "core.GCConnectionIdQuestion.validation.specialBeginner": "Идентификатор соединения не должен начинаться с %s.",
553
564
  "core.GCConnectionIdQuestion.validation.minlength": "Идентификатор соединения короче 3 символов.",
554
565
  "core.GCConnectionIdQuestion.validation.maxlength": "Идентификатор соединения длиннее 32 символов.",
555
- "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
566
+ "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
556
567
  "core.confirmManifestQuestion.placeholder": "Подтвердите, что вы выбрали правильный файл манифеста",
557
- "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
568
+ "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
559
570
  "core.aadAppQuestion.label": "Приложение Microsoft Entra",
560
571
  "core.aadAppQuestion.description": "Ваше Microsoft Entra приложения для Единый вход",
561
572
  "core.convertAadToNewSchema.continue": "Продолжить",
@@ -616,7 +627,7 @@
616
627
  "core.common.SendingApiRequest": "Отправка запроса API: %s. Текст запроса: %s",
617
628
  "core.common.ReceiveApiResponse": "Получен ответ API: %s.",
618
629
  "core.common.shareToUser.success": "Приложение успешно предоставлено пользователям: %s.",
619
- "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
630
+ "core.common.removeShareAccess.success": "Общий доступ к приложению закрыт для пользователей: %s.",
620
631
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" является недопустимым файлом. Поддерживаемый формат: %s.",
621
632
  "core.envFunc.unsupportedFile.errorMessage": "Недопустимый файл. %s",
622
633
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" является недопустимой функцией. Поддерживаемая функция: \"%s\".",
@@ -916,7 +927,7 @@
916
927
  "driver.devChannel.install.description": "Установите приложение на тестовой площадке канала.",
917
928
  "driver.devChannel.install.progress.message": "Установка приложения...",
918
929
  "driver.devChannel.install.summary.exists": "Приложение '%s' уже установлено в команде '%s'. Теперь он будет обновлен до последней версии.",
919
- "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
930
+ "error.installApp.outsideSandbox": "Невозможно установить приложение вне изолированной среды Team. Обновите TEAM_ID и CHANNEL_ID.",
920
931
  "error.yaml.InvalidYamlSchemaError": "Не удалось проанализировать файл YAML: %s. Откройте YAML-файл, чтобы получить подробные сведения об ошибках.",
921
932
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Не удалось проанализировать файл YAML: %s. Причина: %s Проверьте файл yaml или выполните обновление до последней версии Microsoft 365 Agents Toolkit.",
922
933
  "error.yaml.VersionNotSupported": "Версия %s не поддерживается. Поддерживаемые версии: %s.",
@@ -1068,8 +1079,8 @@
1068
1079
  "core.addKnowledgeQuestion.searchType.title": "Выберите тип поиска",
1069
1080
  "core.addKnowledgeQuestion.searchType.web": "Поиск по всему содержимому в Интернете",
1070
1081
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Поиск по всему содержимому в вашей организации",
1071
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1082
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Начните с TypeSpec для Microsoft 365 Copilot",
1083
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Создайте декларативный агент с действием или без него с помощью TypeSpec для Microsoft 365 Copilot",
1073
1084
  "core.addKnowledgeQuestion.searchType.url": "Поиск по URL-адресу",
1074
1085
  "driver.typeSpec.compile.start": "Выполнение действия %s",
1075
1086
  "driver.typespec.error.noSpecError": "Спецификация OpenApi не найдена. Убедитесь, что ваши файлы TypeSpec допустимы, и повторите попытку.",
@@ -1094,8 +1105,8 @@
1094
1105
  "action.devTool.nodeInstaller.SuccessExtract": "Пакет NodeJS успешно извлечен по пути: %s, время: %s мс",
1095
1106
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS установлен в: %s.",
1096
1107
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS уже установлен в системной среде.",
1097
- "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1108
+ "driver.typeSpec.compile.reprovision": "Файл %s обновлен. Повторно запустите процесс подготовки, чтобы учесть эти изменения",
1098
1109
  "error.kiota.KiotaGeneratePluginError": "Невозможно создать файл манифеста плагина с помощью Kiota. Ошибка: %s",
1099
- "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
- "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1110
+ "error.daSpecParser.InvalidSpecError": "Файл спецификации OpenAPI недействителен: %s",
1111
+ "error.kiotaClient.EmptyResult": "Получите пустой результат при анализе файла описания OpenAPI."
1101
1112
  }
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Microsoft 365 Aracı Araç Seti, \"%s\" klasörünüzdeki ve \"%s\" konumundaki dosyaları, sağlanan yeni OpenAPI belgesine göre değiştirecek. Beklenmedik değişiklikleri kaybetmemek için, devam etmeden önce dosyalarınızı yedekleyin veya değişiklik takibi için git kullanın.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Microsoft 365 Aracı Araç Seti, \"%s\" klasörünüzdeki, \"%s\" ve \"%s\" konumundaki dosyaları, sağladığınız yeni OpenAPI belgesine göre değiştirecek. Beklenmedik değişiklikleri kaybetmemek için, devam etmeden önce dosyalarınızı yedekleyin veya değişiklik takibi için git kullanın.",
5
5
  "core.addApi.continue": "Ekle",
6
- "core.regenerateApi.continue": "Regenerate",
6
+ "core.regenerateApi.continue": "Yeniden üret",
7
7
  "core.addKnowledge.confirm": "Microsoft 365 Aracı Araç Seti, \"%s\" klasörünüzdeki dosyaları, sağladığınız özellik kaynağına göre değiştirecek. Beklenmedik değişiklikleri kaybetmemek için, devam etmeden önce dosyalarınızı yedekleyin veya değişiklik takibi için git kullanın.",
8
8
  "core.addKnowledge.continue": "Ekle",
9
9
  "core.setSensitivityLabel.confirm": "Teams Araç Kutusu, \"%s\" dosyasını, sağladığınız duyarlılık etiketine göre değiştirir. Beklenmedik değişiklikleri kaybetmemek için, devam etmeden önce dosyalarınızı yedekleyin veya değişiklik takibi için git kullanın.",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "Azure Depolama Hesabınız için izinlere sahip olup olmadığınızı kontrol edin.",
136
136
  "plugins.frontend.checkSystemTimeTip": "Hatalı sistem saati süresi dolmuş kimlik bilgilerine neden olabilir. Sistem saatnizin doğru olduğundan emin olun.",
137
137
  "suggestions.retryTheCurrentStep": "Geçerli adımı yeniden deneyin.",
138
- "plugins.appstudio.buildSucceedNotice": "Teams paketi [yerel adreste](%s) başarıyla oluşturuldu.",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "Teams paketi %s konumunda başarıyla oluşturuldu.",
138
+ "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "Uygulama paketi oluşturuluyor...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "İşlev static_template için %s dosya %s geçersiz bir dosya özelliği var. Silinecek ve yoksayılacak.",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "%s içindeki static_template (%s işlevi için), hem dosya hem de diğer özelliklere sahip. Dosya içeriği tüm özellikleri değiştirecek.",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "API başarısız oldu",
196
196
  "error.appstudio.authServiceApiFailed": "Geliştirici Portalı: %s, %s, İstek yolu: %s",
197
197
  "error.appstudio.publishFailed": "%s kimlikli uygulama yayımlanamıyor.",
198
- "error.appstudio.buildError": "Teams Paketi oluşturulamıyor!",
198
+ "error.appstudio.buildError": "Unable to build app Package!",
199
199
  "error.appstudio.checkPermissionFailed": "İzin denetlenemiyor. Neden: %s",
200
200
  "error.appstudio.grantPermissionFailed": "İzin verilemedi. Neden: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "Ortak çalışanlar listelenemedi. Neden: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Azaltma: Gerekli değil, operationId otomatik olarak oluşturuldu ve bu dosyaya \"%s\" eklendi.",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI '%s' belgesinde bulunan işlem kimliği özel karakterler içeriyor ve bu kimlik '%s'.",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "OpenAPI açıklama belgesi Swagger 2.0 sürümünde. Düşürme: gerekli değil. İçerik OpenAPI 3.0'a dönüştürülerek \"%s\" içine kaydedildi.",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "OpenAPI açıklama belgesi sürümü 3.1'dir ve OpenAPI 3.0'a dönüştürüldü ve \"%s\" içine kaydedildi.",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" %s'den fazla karakter içermemelidir.",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Tam açıklama eksik. ",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Risk azaltma: \"%s\" içindeki \"%s\" alanını güncelleyin.",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams ve Outlook'ta çalışır",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook ve Microsoft 365 uygulamasında çalışır",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "Görevleri sorunsuz bir şekilde otomatikleştiren anlık ve ilgi çekici sohbet deneyimleri oluşturun",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
- "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Teams için Aracı",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Teams AI Kitaplığını kullanarak Microsoft Teams için kolayca bir aracı oluşturun",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Teams AI Kitaplığını Kullanan Teams Aracısı",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams Uygulaması",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Microsoft Teams için kendi web sayfanızı, sohbet botunuzu veya ileti uzantınızı oluşturun",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "Microsoft Teams'de Kullanılan Uygulama Özellikleri",
318
318
  "core.createProjectQuestion.projectType.bot.label": "Bot",
319
319
  "core.createProjectQuestion.projectType.bot.title": "Bot Kullanan Uygulama Özellikleri",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Teams ve Outlook'ta metin giriş kutusunda arama yapın ve eylem gerçekleştirin",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "Sekme Kullanan Uygulama Özellikleri",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "Aracıları Kullanan Uygulama Özellikleri",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Bir seçenek belirleyin",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Düzenlemeyi yönetip kendi LLM'nizi sağladığınız akıllı aracı oluşturun",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "Özel Altyapı Aracısı",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365 Aracıları SDK'sını Kullanan Uygulama Özellikleri",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Bir seçenek belirleyin",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "Nasıl başlatılsın bilmiyor musunuz? Sohbet GitHub Copilot Kullan",
336
336
  "core.createProjectQuestion.projectType.copilotHelp.detail": "GitHub Copilot ile sohbet edin ve uygulamanızı veya Microsoft 365 Copilot aracınızı geliştirmek için adım adım talimatlar alın.",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Microsoft 365 Copilot için Aracılar",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 için uygulamalar",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Bildirim Aracı",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Yönergeleri, eylemleri ve bilgileri ihtiyaçlarınıza uyacak şekilde bildirerek kendi temsilcinizi oluşturun.",
342
342
  "core.createProjectQuestion.title": "Yeni Proje",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "Bot ile başla",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "İleti uzantısını kullanarak ileti Bot Framework",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Yeni bir API ile başla",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure İşlevleri’nden yeni bir API ile bir eylem oluşturun",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure İşlevleri'nden yeni bir API ile mesaj uzantısı oluşturun",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI açıklama belgesinde arama yapmak için metin girin",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI Açıklama Belgesini Seçin",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Mevcut API'nizden mesaj uzantısı oluşturun",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Temel Özel Altyapı Aracısı",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365 Aracıları SDK'sı ile oluşturulan ve LLM'nize bağlanan akıllı aracı",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Hava Durumu Aracısı",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "Microsoft 365 Aracıları SDK'sı ve LangChain ile oluşturulan bir hava durumu tahmin aracı",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams için Temel Aracı",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams AI Kitaplığı ile oluşturulan ve LLM'lere bağlanan Teams'de kullanıcılarla sohbet eden aracı",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "Verilerinizle Sohbet Edin",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Alanına özgü soruları doğru bir şekilde yanıtlamak için içeriğinizi ve bilgilerinizi kullanan aracı",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API'ye sahip aracı",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Teams'de LLM nedenlerini temel alarak karar verip eylemler gerçekleştirebilen bir aracı",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Özelleştir",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Verilerinizi nasıl yükleyeceğinize karar verin",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure Yapay Zeka Arama",
@@ -386,10 +386,12 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Web'de topraklama bilgilerini arayın.",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive ve SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Topraklama bilgileri için kullanıcının SharePoint ve OneDrive'larını arayın.",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Temel bilgileri bulmak için seçili Microsoft Copilot bağlayıcılarını arayın.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Ekli Bilgi",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Dosyaları doğrudan topraklama bilgileri olarak ekleyin.",
393
+ "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
+ "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
393
395
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive veya SharePoint İçeriği",
394
396
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive veya SharePoint URL'si girin",
395
397
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL'si doğrulanamadı: %s",
@@ -442,8 +444,17 @@
442
444
  "core.createProjectQuestion.noPlugin.detail": "Yalnızca bildirim aracısını oluştur",
443
445
  "core.createProjectQuestion.addPlugin.label": "Eylem Ekle",
444
446
  "core.createProjectQuestion.addPlugin.detail": "Bir eylemle bildirim aracısı oluştur",
445
- "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
- "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
447
+ "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
+ "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
+ "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
+ "core.createProjectQuestion.createGraphConnector.detail": "Kuruluş verilerinizi Microsoft 365 Copilot'ta aranabilir hale getirmek için ekleyin",
447
458
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Bildirim Dosyasını İçeri Aktar",
448
459
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI Açıklama Belgesini içeri aktar",
449
460
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Eylem bildirim dosyanızı seçin",
@@ -453,13 +464,13 @@
453
464
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Birden çok OpenAPI açıklama belgesi bulundu: \"%s\".",
454
465
  "core.createProjectQuestion.addKnowledge.title": "Özellik Ekle",
455
466
  "core.createProjectQuestion.addKnowledge.placeholder": "Bildirim aracısı için temellendirme bilgileri olarak bir özellik kaynağı seçin",
456
- "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
- "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
- "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
- "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
- "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
467
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Bildirim dosyasında bildirim aracı yolu bulunamıyor: %s.",
468
+ "core.regenerateQuestion.actionNotFound": "Bildirim aracı bildirim dosyasında eylemler bulunamadı: %s.",
469
+ "core.regenerateQuestion.specNotFound": "Eylem bildirim dosyasında OpenAPI açıklama belgesi bulunamıyor: %s.",
470
+ "core.regenerateQuestion.originalSpecNotFound": "Özgün OpenAPI açıklama belgesi bulunamıyor. Özgün OpenAPI açıklamasını buraya elle kopyalayabilirsiniz: %s.",
471
+ "core.regenerateQuestion.selectPluginManifestTitle": "Eklenti bildirim dosyanızı seçin.",
472
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI açıklama belgesini seçin.",
473
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot’ın etkileşim kurabileceği işlemleri seçin.",
463
474
  "core.aiAssistantBotOption.label": "Yapay Zeka Aracısı Botu",
464
475
  "core.aiAssistantBotOption.detail": "Teams'de Teams AI kitaplığı ve OpenAI Assistants API kullanan özel AI aracısı botu",
465
476
  "core.aiBotOption.label": "AI Sohbet Botu",
@@ -495,9 +506,9 @@
495
506
  "core.addPlugin.success.vsc": "Eylem \"%s\" başarıyla eklendi.",
496
507
  "core.addPlugin.success": "API eklentisi \"%s\" projeye başarıyla eklendi. Eklenti bildirimini bu \"%s\".",
497
508
  "core.addPlugin.success.viewPluginManifest": "Eylem bildirimini görüntüle",
498
- "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
- "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
- "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
509
+ "core.regeneratePlugin.success": "\"%s\" eylemi başarıyla güncelleştirildi. \"%s\" içinde eklenti bildirimini görüntüleyin.",
510
+ "core.regeneratePlugin.success.vsc": "\"%s\" eylemi başarıyla güncelleştirildi.",
511
+ "core.regeneratePlugin.success.viewPluginManifest": "Eylem bildirimini görüntüle",
501
512
  "core.addKnowledge.success.vsc": "Özellik kaynağı projeye başarıyla eklendi.",
502
513
  "core.addKnowledge.success": "Özellik kaynağı projeye başarıyla eklendi. \"%s\" içinde aracı bildirimini görüntüle.",
503
514
  "core.addKnowledge.success.viewAgentManifest": "Aracı bildirimini görüntüle",
@@ -535,27 +546,27 @@
535
546
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Uygulamayı Teams mağazasında yayımlamadan önce doğrulayın",
536
547
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Yayımlamadan önce tüm tümleştirme testi çalışmalarını doğrula",
537
548
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Hazır olma durumunu sağlamak için kapsamlı testler",
538
- "core.GCSelectQuestion.title": "Copilot Connector Content",
539
- "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
- "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
- "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
- "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
549
+ "core.GCSelectQuestion.title": "Copilot connector Content",
550
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
+ "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
+ "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
545
556
  "core.GCInputQuestion.title": "Bağlantı Kimliği",
546
557
  "core.GCListQuestion.invalidMessage": "%s API'leri seçildi. En az bir API seçmeniz gerekiyor.",
547
558
  "core.GCNameQuestion.title": "Bağlayıcı adı ekle",
548
- "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
559
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
549
560
  "core.GCConnectionIdQuestion.title": "Bağlantı kimliği ekleyin",
550
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
561
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
551
562
  "core.GCConnectionIdQuestion.validation.pattern": "Bağlayıcı kimliği yalnızca alfasayısal karakterler içermelidir.",
552
563
  "core.GCConnectionIdQuestion.validation.specialBeginner": "Bağlantı kimliği %s ile başlamamalıdır.",
553
564
  "core.GCConnectionIdQuestion.validation.minlength": "Bağlantı kimliği 3 karakterden kısa.",
554
565
  "core.GCConnectionIdQuestion.validation.maxlength": "Bağlantı kimliği 32 karakterden uzun.",
555
- "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
566
+ "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
556
567
  "core.confirmManifestQuestion.placeholder": "Doğru bildirim dosyasını seçtiğinizi onaylayın",
557
- "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
568
+ "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
559
570
  "core.aadAppQuestion.label": "Microsoft Entra uygulaması",
560
571
  "core.aadAppQuestion.description": "Microsoft Entra uygulamanız Çoklu Oturum Açma",
561
572
  "core.convertAadToNewSchema.continue": "Devam et",
@@ -616,7 +627,7 @@
616
627
  "core.common.SendingApiRequest": "API isteği gönderiliyor: %s. İstek gövdesi: %s",
617
628
  "core.common.ReceiveApiResponse": "API yanıtı alındı: %s.",
618
629
  "core.common.shareToUser.success": "Uygulama kullanıcılarla başarıyla paylaşıldı: %s.",
619
- "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
630
+ "core.common.removeShareAccess.success": "Paylaşılan uygulama erişimi kullanıcılardan kaldırıldı: %s.",
620
631
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" geçersiz bir dosya. Desteklenen biçim: %s.",
621
632
  "core.envFunc.unsupportedFile.errorMessage": "Geçersiz dosya. %s",
622
633
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" geçersiz bir işlev. Desteklenen işlev: \"%s\".",
@@ -916,7 +927,7 @@
916
927
  "driver.devChannel.install.description": "Uygulamayı korumalı kanala yükleyin.",
917
928
  "driver.devChannel.install.progress.message": "Uygulama yükleniyor...",
918
929
  "driver.devChannel.install.summary.exists": "'%s' uygulaması zaten '%s' ekibinde yüklü. Şimdi en son sürüme güncellenecek.",
919
- "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
930
+ "error.installApp.outsideSandbox": "Uygulama korumalı Ekip dışına yüklenemiyor. Lütfen TEAM_ID ve CHANNEL_ID'yi güncelleyin.",
920
931
  "error.yaml.InvalidYamlSchemaError": "Yaml dosyası ayrıştırılamıyor: %s. Lütfen yaml dosyasını gözden geçirin.",
921
932
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Yaml dosyası ayrıştırılamıyor: %s. Neden: %s Lütfen yaml dosyasını inceleyin veya en son Microsoft 365 Aracı Araç Seti'ne yükseltin.",
922
933
  "error.yaml.VersionNotSupported": "%s sürümü desteklenmiyor. Desteklenen sürümler: %s.",
@@ -1068,8 +1079,8 @@
1068
1079
  "core.addKnowledgeQuestion.searchType.title": "Arama Türü seçin",
1069
1080
  "core.addKnowledgeQuestion.searchType.web": "Web'de tüm içeriği arayın",
1070
1081
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Kuruluşunuzdaki tüm içeriği arayın",
1071
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1082
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot için TypeSpec ile Başlayın",
1083
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Microsoft 365 Copilot için TypeSpec kullanarak eylem içeren veya içermeyen bir bildirim aracı oluşturun",
1073
1084
  "core.addKnowledgeQuestion.searchType.url": "URL’ye göre arayın",
1074
1085
  "driver.typeSpec.compile.start": "%s eylemi yürütülüyor",
1075
1086
  "driver.typespec.error.noSpecError": "OpenApi belirtimi bulunamadı. Lütfen TypeSpec dosyalarınızın geçerli olduğundan emin olun ve yeniden deneyin.",
@@ -1094,8 +1105,8 @@
1094
1105
  "action.devTool.nodeInstaller.SuccessExtract": "NodeJS paketi şu yola başarıyla ayıklandı: %s, süre: %s ms",
1095
1106
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS yüklendi: %s.",
1096
1107
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS sistem ortamınıza zaten yüklendi.",
1097
- "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1108
+ "driver.typeSpec.compile.reprovision": "%s dosyası güncelleştirildi. Bu değişikliklerin geçerli olabilmesi için sağlama işlemini yeniden çalıştırın",
1098
1109
  "error.kiota.KiotaGeneratePluginError": "Kiota kullanılarak eklenti bildirim dosyası oluşturulamıyor. Hata: %s",
1099
- "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
- "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1110
+ "error.daSpecParser.InvalidSpecError": "OpenAPI belirtim dosyası geçerli değil: %s",
1111
+ "error.kiotaClient.EmptyResult": "OpenAPI açıklama dosyasını ayrıştırırken boş sonuç alındı."
1101
1112
  }