@microsoft/teamsfx-core 3.0.7-alpha.bfab5b0bc.0 → 3.0.7-alpha.cb72f3df4.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 (108) hide show
  1. package/build/common/featureFlags.d.ts +5 -0
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +7 -2
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/samples.d.ts +1 -1
  6. package/build/common/samples.d.ts.map +1 -1
  7. package/build/common/samples.js +4 -2
  8. package/build/common/samples.js.map +1 -1
  9. package/build/common/templates-config.json +2 -2
  10. package/build/component/configManager/actionInjector.d.ts +1 -0
  11. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  12. package/build/component/configManager/actionInjector.js +50 -0
  13. package/build/component/configManager/actionInjector.js.map +1 -1
  14. package/build/component/driver/oauth/create.d.ts.map +1 -1
  15. package/build/component/driver/oauth/create.js +5 -1
  16. package/build/component/driver/oauth/create.js.map +1 -1
  17. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  18. package/build/component/generator/declarativeAgent/generator.js +18 -2
  19. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  20. package/build/component/generator/declarativeAgent/helper.d.ts +2 -1
  21. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  22. package/build/component/generator/declarativeAgent/helper.js +82 -1
  23. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  24. package/build/component/generator/defaultGenerator.js +1 -1
  25. package/build/component/generator/defaultGenerator.js.map +1 -1
  26. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  27. package/build/component/generator/officeAddin/metaOSHelper.js +2 -1
  28. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  29. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  30. package/build/component/generator/openApiSpec/helper.js +72 -85
  31. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  32. package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
  33. package/build/component/generator/templates/metadata/da.js +6 -0
  34. package/build/component/generator/templates/metadata/da.js.map +1 -1
  35. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  36. package/build/component/generator/templates/metadata/index.js +7 -11
  37. package/build/component/generator/templates/metadata/index.js.map +1 -1
  38. package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
  39. package/build/component/generator/templates/metadata/me.js +0 -12
  40. package/build/component/generator/templates/metadata/me.js.map +1 -1
  41. package/build/component/generator/templates/metadata/special.d.ts.map +1 -1
  42. package/build/component/generator/templates/metadata/special.js +6 -8
  43. package/build/component/generator/templates/metadata/special.js.map +1 -1
  44. package/build/component/generator/templates/metadata/teams.d.ts +3 -0
  45. package/build/component/generator/templates/metadata/teams.d.ts.map +1 -0
  46. package/build/component/generator/templates/metadata/teams.js +238 -0
  47. package/build/component/generator/templates/metadata/teams.js.map +1 -0
  48. package/build/component/generator/templates/templateNames.d.ts +2 -0
  49. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  50. package/build/component/generator/templates/templateNames.js +2 -0
  51. package/build/component/generator/templates/templateNames.js.map +1 -1
  52. package/build/component/generator/utils.d.ts.map +1 -1
  53. package/build/component/generator/utils.js +4 -0
  54. package/build/component/generator/utils.js.map +1 -1
  55. package/build/component/utils/azureClient.js +1 -2
  56. package/build/component/utils/azureClient.js.map +1 -1
  57. package/build/core/FxCore.d.ts +1 -0
  58. package/build/core/FxCore.d.ts.map +1 -1
  59. package/build/core/FxCore.js +146 -0
  60. package/build/core/FxCore.js.map +1 -1
  61. package/build/question/index.d.ts +1 -0
  62. package/build/question/index.d.ts.map +1 -1
  63. package/build/question/index.js +4 -0
  64. package/build/question/index.js.map +1 -1
  65. package/build/question/other.d.ts +1 -0
  66. package/build/question/other.d.ts.map +1 -1
  67. package/build/question/other.js +64 -2
  68. package/build/question/other.js.map +1 -1
  69. package/build/question/questionNames.d.ts +10 -1
  70. package/build/question/questionNames.d.ts.map +1 -1
  71. package/build/question/questionNames.js +9 -0
  72. package/build/question/questionNames.js.map +1 -1
  73. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +2 -0
  74. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  75. package/build/question/scaffold/vsc/CapabilityOptions.js +17 -1
  76. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  77. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  78. package/build/question/scaffold/vsc/createRootNode.js +8 -0
  79. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  80. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  81. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -0
  82. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  83. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +3 -0
  84. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  85. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +131 -39
  86. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  87. package/build/tsconfig.tsbuildinfo +1 -1
  88. package/package.json +5 -5
  89. package/resource/package.nls.cs.json +112 -69
  90. package/resource/package.nls.de.json +112 -69
  91. package/resource/package.nls.es.json +112 -69
  92. package/resource/package.nls.fr.json +112 -69
  93. package/resource/package.nls.it.json +112 -69
  94. package/resource/package.nls.ja.json +112 -69
  95. package/resource/package.nls.json +32 -9
  96. package/resource/package.nls.ko.json +112 -69
  97. package/resource/package.nls.pl.json +112 -69
  98. package/resource/package.nls.pt-BR.json +112 -69
  99. package/resource/package.nls.ru.json +112 -69
  100. package/resource/package.nls.tr.json +112 -69
  101. package/resource/package.nls.zh-Hans.json +112 -69
  102. package/resource/package.nls.zh-Hant.json +112 -69
  103. package/resource/template-info/vsc.json +95 -30
  104. package/templates/fallback/common.zip +0 -0
  105. package/templates/fallback/csharp.zip +0 -0
  106. package/templates/fallback/js.zip +0 -0
  107. package/templates/fallback/python.zip +0 -0
  108. package/templates/fallback/ts.zip +0 -0
@@ -16,6 +16,8 @@
16
16
  "core.provision.confirmEnvAndCostNotice": "Maliyetler kullanıma göre uygulanabilir. Listelenen hesapları kullanarak bu ortamda %s sağlamak istiyor musunuz?",
17
17
  "core.deploy.confirmEnvNoticeV3": "Kaynakları %s ortamında dağıtmak ister misiniz?",
18
18
  "core.provision.viewResources": "Sağlanan kaynakları görüntüle",
19
+ "core.provision.switchAccount": "You're signed in with a Microsoft 365 account that doesn't match this environment. Please sign out and sign in with the correct one.",
20
+ "core.provision.switchAccount.continue": "Continue",
19
21
  "core.deploy.aadManifestSuccessNotice": "Uygulama Microsoft Entra başarıyla dağıtıldı. Bunu görüntülemek için \"Daha fazla bilgi\" seçeneğine tıklayın",
20
22
  "core.deploy.aadManifestOnCLISuccessNotice": "Microsoft Entra uygulamanız başarıyla güncelleştirildi.",
21
23
  "core.deploy.aadManifestLearnMore": "Daha fazla bilgi",
@@ -62,15 +64,20 @@
62
64
  "core.collaboration.AccountUsedToCheck": "Denetlemek için kullanılan hesap: ",
63
65
  "core.collaboration.StartingListAllTeamsAppOwners": "\nOrtam için tüm uygulama sahipleri listelenmeye başlıyor: ",
64
66
  "core.collaboration.StartingListAllAadAppOwners": "\nOrtam için tüm Microsoft Entra uygulama sahipleri listelenmeye başlıyor: ",
67
+ "core.collaboration.StartingListAllAgentOwners": "\nStarting to list all agent owners for environment: ",
65
68
  "core.collaboration.M365TeamsAppId": "Uygulama (Kimlik: ",
66
69
  "core.collaboration.SsoAadAppId": "SSO Microsoft Entra Uygulaması (Kimlik:",
70
+ "core.collaboration.AgentTitleId": "Agent (ID: ",
67
71
  "core.collaboration.TeamsAppOwner": "Uygulama Sahibi: ",
68
72
  "core.collaboration.AadAppOwner": "Microsoft Entra Sahibi:",
73
+ "core.collaboration.AgentOwner": "Agent Owner: ",
69
74
  "core.collaboration.StaringCheckPermission": "Ortam iznini kontrol edilmeye başlanıyor: ",
70
75
  "core.collaboration.CheckPermissionResourceId": "Kaynak kimliği: ",
71
76
  "core.collaboration.Undefined": "tanımsız",
72
77
  "core.collaboration.ResourceName": ", Kaynak Adı: ",
73
78
  "core.collaboration.Permission": ", İzin: ",
79
+ "core.collaboration.agent.label": "Agent",
80
+ "core.collaboration.agent.description": "Microsoft 365 Agent",
74
81
  "core.developerPortal.scaffold.CannotFindManifest": "%s uygulaması için indirilen pakette bildirim bulunamadı.",
75
82
  "plugins.spfx.questions.framework.title": "Çerçeve",
76
83
  "plugins.spfx.questions.webpartName": "SharePoint Framework Web Bölümünün Adı",
@@ -135,8 +142,8 @@
135
142
  "plugins.frontend.checkStoragePermissionsTip": "Azure Depolama Hesabınız için izinlere sahip olup olmadığınızı kontrol edin.",
136
143
  "plugins.frontend.checkSystemTimeTip": "Hatalı sistem saati süresi dolmuş kimlik bilgilerine neden olabilir. Sistem saatnizin doğru olduğundan emin olun.",
137
144
  "suggestions.retryTheCurrentStep": "Geçerli adımı yeniden deneyin.",
138
- "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
145
+ "plugins.appstudio.buildSucceedNotice": "Uygulama paketi [yerel adreste](%s) başarıyla oluşturuldu.",
146
+ "plugins.appstudio.buildSucceedNotice.fallback": "Uygulama paketi %s konumunda başarıyla oluşturuldu.",
140
147
  "plugins.appstudio.createPackage.progressBar.message": "Uygulama paketi oluşturuluyor...",
141
148
  "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
149
  "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 +202,7 @@
195
202
  "error.appstudio.apiFailed.name.common": "API başarısız oldu",
196
203
  "error.appstudio.authServiceApiFailed": "Geliştirici Portalı: %s, %s, İstek yolu: %s",
197
204
  "error.appstudio.publishFailed": "%s kimlikli uygulama yayımlanamıyor.",
198
- "error.appstudio.buildError": "Unable to build app Package!",
205
+ "error.appstudio.buildError": "Uygulama paketi oluşturulamıyor!",
199
206
  "error.appstudio.checkPermissionFailed": "İzin denetlenemiyor. Neden: %s",
200
207
  "error.appstudio.grantPermissionFailed": "İzin verilemedi. Neden: %s",
201
208
  "error.appstudio.listCollaboratorFailed": "Ortak çalışanlar listelenemedi. Neden: %s",
@@ -237,13 +244,14 @@
237
244
  "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.",
238
245
  "error.copilot.noExtraAPICanBeAdded": "Kimlik doğrulaması desteklenmediğinden API eklenemiyor. Ayrıca, geçerli OpenAPI açıklama belgesinde tanımlanan yöntemler listelenmez.",
239
246
  "error.m365.NotExtendedToM365Error": "Uygulama, Microsoft 365’e genişletilemiyor. Uygulamayı Microsoft 365’e genişletmek için 'teamsApp/extendToM365' eylemini kullanın.",
240
- "error.share.yamlConfigNotFound": "m365agents.yml dosyasında \"share\" yapılandırması bulunamadı",
247
+ "error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
248
+ "error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
241
249
  "error.share.shareActionConfigNotFound": "m365agents.yml dosyasında \"%s\" eylem yapılandırması bulunamadı",
242
250
  "error.share.appPackageConfigNotFound": "m365agents.yml dosyasında appPackagePath yapılandırması bulunamadı",
243
251
  "error.share.manifestFileNotFound": "Uygulama paketinde bildirim kimliği bulunamadı",
244
252
  "error.share.manifestIdNotFound": "Uygulama paketinde bildirim kimliği bulunamadı",
245
253
  "error.share.sharedConfigNotFound": "m365agents.yml dosyasında \"titleId\" veya \"appId\" yapılandırması bulunamadı",
246
- "error.share.sharedIdNotFound": ".env dosyasında paylaşılan başlık kimliği veya paylaşılan uygulama kimliği alınamıyor. Paylaşılan başlık kimliği: %s, paylaşılan uygulama kimliği: %s. Önce uygulamayı paylaşmanız gerekir.",
254
+ "error.share.sharedIdNotFound": "Unable to get title id or app id in the .env file. Shared title id: %s, shared app id: %s. You need to deploy the agent before sharing.",
247
255
  "error.share.appPackageNotFound": "Zip paketi şu yol içinde bulunamıyor: %s. Önce paketi sıkıştırmanız gerekir.",
248
256
  "core.QuestionAppName.validation.pattern": "Uygulama adının harfle başlaması, en az iki harf veya rakam içermesi ve belirli özel karakterleri dışlaması gerekir.",
249
257
  "core.QuestionAppName.validation.maxlength": "Uygulama adı 30 karakterden uzun.",
@@ -261,13 +269,12 @@
261
269
  "core.TabOption.detail": "Microsoft Teams'e eklenen Teams kullanan web sayfaları",
262
270
  "core.DashboardOption.label": "Pano",
263
271
  "core.DashboardOption.detail": "Önemli bilgileri görüntülemek için kartları ve pencere öğeleri olan bir tuval",
264
- "core.BotNewUIOption.label": "Temel Bot",
272
+ "core.BotNewUIOption.label": "Simple Bot",
265
273
  "core.BotNewUIOption.detail": "Özelleştirilmeye hazır bir echo bota ilişkin basit uygulama",
266
274
  "core.LinkUnfurlingOption.label": "Bağlantı Açma",
267
275
  "core.LinkUnfurlingOption.detail": "Metin giriş alanına URL yapıştırıldığında bilgi ve işlemleri gösterin",
268
276
  "core.MessageExtensionOption.labelNew": "Form Girişi ve İşlem Verileri Topla",
269
277
  "core.MessageExtensionOption.label": "İleti Uzantısı",
270
- "core.MessageExtensionOption.description": "Kullanıcılar Teams'de ileti oluşturduğunda özel kullanıcı arabirimi",
271
278
  "core.MessageExtensionOption.detail": "Kullanıcı girişi alın, işleyin ve özelleştirilmiş sonuçlar gönderin",
272
279
  "core.NotificationOption.label": "Sohbet Bildirim İletisi",
273
280
  "core.NotificationOption.detail": "Teams sohbetlerinde görüntülenen bir iletiyle bildirin ve bilgilendirin",
@@ -277,7 +284,7 @@
277
284
  "core.WorkflowOption.detail": "Teams sohbetlerinde çok adımlı işlemlerle etkileşim kurun",
278
285
  "core.TabSPFxOption.labelNew": "SPFx",
279
286
  "core.TabSPFxOption.detailNew": "SharePoint Framework ile UI oluşturun",
280
- "core.TabNonSso.label": "Temel Sekme",
287
+ "core.TabNonSso.label": "Tab",
281
288
  "core.TabNonSso.detail": "Özelleştirmeye hazır bir web uygulaması için basit bir uygulama",
282
289
  "core.copilotPlugin.api.noAuth": "Kimlik doğrulaması yok",
283
290
  "core.copilotPlugin.api.apiKeyAuth": "API Anahtarı kimlik doğrulaması (Taşıyıcı belirteç kimlik doğrulaması)",
@@ -309,12 +316,9 @@
309
316
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams ve Outlook'ta çalışır",
310
317
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook ve Microsoft 365 uygulamasında çalışır",
311
318
  "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": "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",
319
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
320
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
321
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Microsoft Teams SDK",
318
322
  "core.createProjectQuestion.projectType.bot.label": "Bot",
319
323
  "core.createProjectQuestion.projectType.bot.title": "Bot Kullanan Uygulama Özellikleri",
320
324
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Teams ve Outlook'ta metin giriş kutusunda arama yapın ve eylem gerçekleştirin",
@@ -339,9 +343,10 @@
339
343
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 için uygulamalar",
340
344
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Bildirim Aracı",
341
345
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Yönergeleri, eylemleri ve bilgileri ihtiyaçlarınıza uyacak şekilde bildirerek kendi temsilcinizi oluşturun.",
346
+ "core.createProjectQuestion.teamsCapability.title": "Teams Capability",
342
347
  "core.createProjectQuestion.title": "Yeni Proje",
343
348
  "core.createProjectQuestion.capability.botMessageExtension.label": "Bot ile başla",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
349
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Aracı SDK’sını kullanarak bir ileti uzantısı oluştur",
345
350
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Yeni bir API ile başla",
346
351
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure İşlevleri’nden yeni bir API ile bir eylem oluşturun",
347
352
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure İşlevleri'nden yeni bir API ile mesaj uzantısı oluşturun",
@@ -357,10 +362,14 @@
357
362
  "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365 Aracıları SDK'sı ile oluşturulan ve LLM'nize bağlanan akıllı aracı",
358
363
  "core.createProjectQuestion.capability.weatherAgentOption.label": "Hava Durumu Aracısı",
359
364
  "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
- "core.createProjectQuestion.capability.customCopilotRagOption.label": "Verilerinizle Sohbet Edin",
365
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "General Teams Agent",
366
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Microsoft Teams SDK and connects to LLMs",
367
+ "core.createProjectQuestion.capability.customCopilotRagOption.label": "Teams Agent with Data",
363
368
  "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Alanına özgü soruları doğru bir şekilde yanıtlamak için içeriğinizi ve bilgilerinizi kullanan aracı",
369
+ "core.createProjectQuestion.capability.teamsAgent.collaborator.label": "Teams Collaborator Agent",
370
+ "core.createProjectQuestion.capability.teamsAgent.collaborator.detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
371
+ "core.createProjectQuestion.capability.teamsAgent.others.label": "Other Teams Capabilities",
372
+ "core.createProjectQuestion.capability.teamsAgent.others.detail": "App that uses tab, bot and message extension",
364
373
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API'ye sahip aracı",
365
374
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Teams'de LLM nedenlerini temel alarak karar verip eylemler gerçekleştirebilen bir aracı",
366
375
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Özelleştir",
@@ -374,9 +383,9 @@
374
383
  "core.createProjectQuestion.capability.customCopilotRag.title": "Verilerinizle Sohbet Edin",
375
384
  "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Verinizi yüklemek için bir seçenek belirleyin",
376
385
  "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Sıfırdan başla",
377
- "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Teams AI Kitaplığını kullanarak kendi yapay zeka aracınızı sıfırdan oluşturun",
386
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Microsoft Teams SDK",
378
387
  "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Yardımcılar API'si ile derleme",
379
- "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "OpenAI Yardımcıları API'si ve Teams AI Kitaplığı ile bir yapay zeka aracısı oluşturun",
388
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Microsoft Teams SDK",
380
389
  "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Aracısı",
381
390
  "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Yapay zeka görevlerinizi nasıl yönetmek istediğinizi seçin",
382
391
  "core.createProjectQuestion.capability.customCopilotWeatherOption.label": "Hava Durumu Aracısı",
@@ -386,12 +395,12 @@
386
395
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Web'de topraklama bilgilerini arayın.",
387
396
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive ve SharePoint",
388
397
  "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",
398
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot bağlayıcısı",
390
399
  "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Temel bilgileri bulmak için seçili Microsoft Copilot bağlayıcılarını arayın.",
391
400
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Ekli Bilgi",
392
401
  "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",
402
+ "core.createProjectQuestion.capability.DAMetaOS.label": "Office Eklentisi Eylemiyle Başlayın",
403
+ "core.createProjectQuestion.capability.DAMetaOS.detail": "Office eklentisi eylemiyle Bildirim Aracısı oluştur",
395
404
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive veya SharePoint İçeriği",
396
405
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive veya SharePoint URL'si girin",
397
406
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL'si doğrulanamadı: %s",
@@ -410,6 +419,12 @@
410
419
  "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Dağıtım Adı",
411
420
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Azure OpenAI hizmet uç noktasını şimdi girin veya daha sonra projede ayarla",
412
421
  "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Azure OpenAI dağıtım adını şimdi girin veya daha sonra projede belirtin",
422
+ "core.createProjectQuestion.llmService.openAIAssistantID.title": "OpenAI Assistant ID",
423
+ "core.createProjectQuestion.llmService.openAIAssistantID.placeholder": "Enter OpenAI Assistant ID now or set it later in the project",
424
+ "core.createProjectQuestion.llmService.azureOpenAIAssistantID.title": "Azure OpenAI Assistant ID",
425
+ "core.createProjectQuestion.llmService.azureOpenAIAssistantID.placeholder": "Enter Azure OpenAI Assistant ID now or set it later in the project",
426
+ "core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.title": "Azure OpenAI Embedding Deployment Name",
427
+ "core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.placeholder": "Enter Azure OpenAI embedding deployment name now or set it later in the project",
413
428
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "Varolan Eylemden İçeri Aktar",
414
429
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "Varolan bir eylem dosyasından içeri aktar",
415
430
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Açıklama Belgesi",
@@ -417,9 +432,16 @@
417
432
  "core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI Açıklama Belgesi Konumunu Girin",
418
433
  "core.createProjectQuestion.ApiKey": "OpenAPI Açıklama Belgesine API Anahtarı girin",
419
434
  "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.",
420
- "core.createProjectQuestion.OauthClientId": "OpenAPI Açıklama Belgesi'ne OAuth kaydı için istemci kimliğini girin",
421
- "core.createProjectQuestion.OauthClientSecret": "OpenAPI Açıklama Belgesi'ne OAuth kaydı için istemci gizli dizisini girin",
422
- "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Aracı Araç Seti, OAuth Kaydı için istemci kimliğini/gizli dizisini Teams Geliştirici Portalı'na yükler. Bu, Teams istemcisi tarafından çalışma zamanında API'nize güvenli bir şekilde erişmek için kullanılır. Microsoft 365 Aracı Araç Seti, istemci kimliğinizi/gizli dizinizi depolamaz.",
435
+ "core.createProjectQuestion.OauthClientId": "Oauth registration client ID",
436
+ "core.createProjectQuestion.OauthClientId.placeholder": "Input client ID for OAuth registration in OpenAPI Description Document",
437
+ "core.createProjectQuestion.OauthClientSecret": "OAuth registration client secret",
438
+ "core.createProjectQuestion.OauthClientSecret.placeholder": "Input client secret for OAuth registration in OpenAPI Description Document",
439
+ "core.createProjectQuestion.OauthScope": "Scope(s) for OAuth registration",
440
+ "core.createProjectQuestion.OauthScope.placeholder": "(optional) Input scopes for OAuth registration, separate by comma",
441
+ "core.createProjectQuestion.OauthScope.validation": "Invalid format. Use 'scope1, scope2:permission2'. Only letters, numbers, and ._/- are allowed.",
442
+ "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client ID/Secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client ID/Secret.",
443
+ "core.createProjectQuestion.EntraSSOClientId": "Entra SSO client ID",
444
+ "core.createProjectQuestion.EntraSSOClientId.placeholder": "Input Microsoft SSO client ID generated in AAD for registration on Developer Portal",
423
445
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "Kimlik Doğrulaması Türü",
424
446
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Kimlik doğrulaması türü seçin",
425
447
  "core.createProjectQuestion.invalidApiKey.message": "Geçersiz istemci gizli dizisi. 10 ila 512 karakter uzunluğunda olmalıdır.",
@@ -444,16 +466,16 @@
444
466
  "core.createProjectQuestion.noPlugin.detail": "Yalnızca bildirim aracısını oluştur",
445
467
  "core.createProjectQuestion.addPlugin.label": "Eylem Ekle",
446
468
  "core.createProjectQuestion.addPlugin.detail": "Bir eylemle bildirim aracısı oluştur",
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",
469
+ "core.createProjectQuestion.DAMetaOS.label": "Office Eklenti Eylemiyle Bildirim Aracısı oluştur",
470
+ "core.createProjectQuestion.DAMetaOS.detail": "Office eklentisi eylemiyle Bildirim Aracısı oluştur",
471
+ "core.createProjectQuestion.DAMetaOS.capability.title": "MetaOS Yeteneklerine sahip Bildirim Aracısı",
472
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "Office Eklentisi Eylemleriyle Yeni Bildirim Aracısı",
473
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Office eklentisi eylemleriyle yeni bir Bildirim Aracısı oluştur",
474
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Mevcut bir Office Eklentisini genişlet",
475
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Eklenti eylemleriyle eklenti projesini bildirim aracısına genişlet",
476
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "Mevcut Eklenti Projesinin Klasörü",
477
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "Mevcut MetaOS Eklenti Projesinin kök klasörü",
478
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot bağlayıcıları",
457
479
  "core.createProjectQuestion.createGraphConnector.detail": "Kuruluş verilerinizi Microsoft 365 Copilot'ta aranabilir hale getirmek için ekleyin",
458
480
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Bildirim Dosyasını İçeri Aktar",
459
481
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI Açıklama Belgesini içeri aktar",
@@ -471,10 +493,6 @@
471
493
  "core.regenerateQuestion.selectPluginManifestTitle": "Eklenti bildirim dosyanızı seçin.",
472
494
  "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI açıklama belgesini seçin.",
473
495
  "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot’ın etkileşim kurabileceği işlemleri seçin.",
474
- "core.aiAssistantBotOption.label": "Yapay Zeka Aracısı Botu",
475
- "core.aiAssistantBotOption.detail": "Teams'de Teams AI kitaplığı ve OpenAI Assistants API kullanan özel AI aracısı botu",
476
- "core.aiBotOption.label": "AI Sohbet Botu",
477
- "core.aiBotOption.detail": "Teams AI kitaplığı kullanan ve Teams içinde basit AI sohbet botu",
478
496
  "core.spfxFolder.title": "SPFx çözüm klasörü",
479
497
  "core.spfxFolder.placeholder": "SPFx çözümünüzün bulunduğu klasörü seçin",
480
498
  "core.QuestionSelectTargetEnvironment.title": "Ortam seçin",
@@ -512,7 +530,6 @@
512
530
  "core.addKnowledge.success.vsc": "Özellik kaynağı projeye başarıyla eklendi.",
513
531
  "core.addKnowledge.success": "Özellik kaynağı projeye başarıyla eklendi. \"%s\" içinde aracı bildirimini görüntüle.",
514
532
  "core.addKnowledge.success.viewAgentManifest": "Aracı bildirimini görüntüle",
515
- "core.addUserQuestion.validation": "E-posta adresi geçersiz",
516
533
  "core.scaffold.warning.summary": "Şu sorunlar algılandı:\n%s",
517
534
  "core.addPlugin.warning.manifestVariables": "Eklenen \"%s\" bildiriminde ortam değişkenleri bulunamadı. Değerlerin .env dosyası veya sistem ortam değişkensinde ayarlandığından emin olun.",
518
535
  "core.addPlugin.warning.apiSpecVariables": "Eklenen \"%s\" API belirtimsinde ortam değişkenleri bulunamadı. Değerlerin .env dosyası veya sistem ortam değişkensinde ayarlandığından emin olun.",
@@ -532,6 +549,7 @@
532
549
  "core.getUserEmailQuestion.title": "Hesabın Teams/Microsoft Entra uygulamasına aynı Microsoft 365 kiracısında olan sahip ekleyin (e-posta adresi)",
533
550
  "core.getUserEmailQuestion.validation1": "E-posta adresi girin",
534
551
  "core.getUserEmailQuestion.validation2": "[UserName] değerini gerçek kullanıcı adıyla değiştirin",
552
+ "core.getUserEmailQuestion.validation3": "E-posta adresi geçersiz",
535
553
  "core.collaboration.error.failedToLoadDotEnvFile": ".env Dosyanız yüklenemiyor. Neden: %s",
536
554
  "core.selectAadAppManifestQuestion.title": "Dosya Microsoft Entra manifest.json seçin",
537
555
  "core.selectTeamsAppManifestQuestion.title": "Teams manifest.json Dosyası seçin",
@@ -546,27 +564,27 @@
546
564
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Uygulamayı Teams mağazasında yayımlamadan önce doğrulayın",
547
565
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Yayımlamadan önce tüm tümleştirme testi çalışmalarını doğrula",
548
566
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Hazır olma durumunu sağlamak için kapsamlı testler",
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",
567
+ "core.GCSelectQuestion.title": "Copilot bağlayıcısı İçeriği",
568
+ "core.GCSelectOptions.listOption.title": "Mevcut tüm Copilot bağlayıcılarını seçin",
569
+ "core.GCSelectOptions.listOption.description": "Mevcut tüm Copilot bağlayıcılarını listele",
570
+ "core.GCSelectOptions.inputOption.title": "Bir Copilot bağlayıcısı Bağlantı Kimliğini girin",
571
+ "core.GCSelectOptions.inputOption.description": "El ile bir Copilot bağlayıcısı Bağlantı Kimliğini girin",
572
+ "core.GCListQuestion.title": "Özellik kaynağı olarak bir veya daha fazla Copilot bağlayıcısı seçin",
573
+ "core.GCListQuestion.placeholder": "Mevcut tüm Copilot bağlayıcılarını listele",
556
574
  "core.GCInputQuestion.title": "Bağlantı Kimliği",
557
575
  "core.GCListQuestion.invalidMessage": "%s API'leri seçildi. En az bir API seçmeniz gerekiyor.",
558
576
  "core.GCNameQuestion.title": "Bağlayıcı adı ekle",
559
- "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
577
+ "core.GCNameQuestion.placeholder": "Copilot bağlayıcısı için bir ad oluştur",
560
578
  "core.GCConnectionIdQuestion.title": "Bağlantı kimliği ekleyin",
561
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
579
+ "core.GCConnectionIdQuestion.placeholder": "Copilot bağlayıcısı için bağlantı kimliği ekleyin",
562
580
  "core.GCConnectionIdQuestion.validation.pattern": "Bağlayıcı kimliği yalnızca alfasayısal karakterler içermelidir.",
563
581
  "core.GCConnectionIdQuestion.validation.specialBeginner": "Bağlantı kimliği %s ile başlamamalıdır.",
564
582
  "core.GCConnectionIdQuestion.validation.minlength": "Bağlantı kimliği 3 karakterden kısa.",
565
583
  "core.GCConnectionIdQuestion.validation.maxlength": "Bağlantı kimliği 32 karakterden uzun.",
566
- "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
584
+ "core.GCList.insufficientPermission": "Copilot bağlayıcılarını listelemek için, kuruluşunuzun Microsoft 365 kiracı yöneticisi izinlerine sahip olması gereklidir.",
567
585
  "core.confirmManifestQuestion.placeholder": "Doğru bildirim dosyasını seçtiğinizi onaylayın",
568
- "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
586
+ "core.createProjectQuestion.addGC.label": "Copilot bağlayıcısı ekle",
587
+ "core.createProjectQuestion.addGC.detail": "Copilot bağlayıcısıyla bir bildirim aracısı oluştur",
570
588
  "core.aadAppQuestion.label": "Microsoft Entra uygulaması",
571
589
  "core.aadAppQuestion.description": "Microsoft Entra uygulamanız Çoklu Oturum Açma",
572
590
  "core.convertAadToNewSchema.continue": "Devam et",
@@ -626,8 +644,10 @@
626
644
  "core.common.ErrorFetchApiSpec": "OpenAPI açıklama belgenize kimlik doğrulaması olmadan erişilemedi, aksi takdirde yerel bir kopyadan indirip başlatılacak.",
627
645
  "core.common.SendingApiRequest": "API isteği gönderiliyor: %s. İstek gövdesi: %s",
628
646
  "core.common.ReceiveApiResponse": "API yanıtı alındı: %s.",
629
- "core.common.shareToUser.success": "Uygulama kullanıcılarla başarıyla paylaşıldı: %s.",
630
- "core.common.removeShareAccess.success": "Paylaşılan uygulama erişimi kullanıcılardan kaldırıldı: %s.",
647
+ "core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
648
+ "core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
649
+ "core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
650
+ "core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
631
651
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" geçersiz bir dosya. Desteklenen biçim: %s.",
632
652
  "core.envFunc.unsupportedFile.errorMessage": "Geçersiz dosya. %s",
633
653
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" geçersiz bir işlev. Desteklenen işlev: \"%s\".",
@@ -644,6 +664,8 @@
644
664
  "core.officeContentAddin.detail": "Excel veya PowerPoint için yeni nesneler oluşturun",
645
665
  "core.newTaskpaneAddin.label": "Görev bölmesi",
646
666
  "core.newTaskpaneAddin.detail": "Şeridi düğmeyle özelleştirip görev bölmesine içerik ekleyin",
667
+ "core.newCFShortcut.label": "Custom Function and Shortcut",
668
+ "core.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
647
669
  "core.summary.actionDescription": "Eylem %s%s",
648
670
  "core.summary.lifecycleDescription": "Yaşam döngüsü aşaması: %s(toplam %s adım). Şu eylemler yürütülecek: %s",
649
671
  "core.summary.lifecycleNotExecuted": "%s Yaşam döngüsü aşaması %s yürütülmedi.",
@@ -651,7 +673,7 @@
651
673
  "core.summary.lifecycleFailed": "%s Yaşam döngüsü aşaması %s başarısız oldu.",
652
674
  "core.summary.actionNotExecuted": "%s yürütülmedi.",
653
675
  "core.summary.actionFailed": "%s başarısız oldu.",
654
- "core.summary.actionSucceeded": "%s başarıyla yürütüldü.",
676
+ "core.summary.actionSucceeded": "%s executed successfully.",
655
677
  "core.summary.createdEnvFile": "Ortam dosyası oluşturulma zamanı:",
656
678
  "core.copilot.addAPI.success": "%s başarıyla %s listesine eklendi",
657
679
  "core.copilot.addAPI.InjectAPIKeyActionFailed": "teamsapp.yaml dosyasına API anahtarı ekleme eylemi başarısız oldu, dosyanın sağlama bölümünde teamsApp/create eylemi içerdiğinden emin olun.",
@@ -683,11 +705,17 @@
683
705
  "core.uninstallQuestion.tdpOption": "Uygulama kaydı",
684
706
  "core.uninstallQuestion.botOption": "Bot çerçevesi kaydı",
685
707
  "core.uninstallQuestion.projectPath": "Proje yolu",
686
- "core.shareOptionQuestion.share": "Uygulamayı paylaşın",
687
- "core.shareOptionQuestion.shareToUser": "Kullanıcılarla paylaş",
688
- "core.shareOptionQuestion.placeholder": "Bir seçenek belirleyin",
689
- "core.shareToUser.title": "Kullanıcı e-postalarını girin (virgülle ayırarak)",
690
708
  "core.share.removeAccess.operator": "İşlecin izni kaldırılamıyor. E-posta: %s.",
709
+ "core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
710
+ "core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
711
+ "core.shareOptionQuestion.placeholder": "Select how to share the agent",
712
+ "core.shareOptionQuestion.title": "Share the agent",
713
+ "core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
714
+ "core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
715
+ "core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
716
+ "core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
717
+ "core.shareScopeQuestion.placeholder": "Select a sharing scope",
718
+ "core.shareScopeQuestion.title": "Share the agent with users",
691
719
  "core.syncManifest.projectPath": "Proje yolu",
692
720
  "core.syncManifest.env": "Hedef Microsoft 365 Aracı Araç Seti Ortamı",
693
721
  "core.syncManifest.teamsAppId": "Uygulama Kimliği (isteğe bağlı)",
@@ -724,7 +752,6 @@
724
752
  "error.aad.manifest.UnknownResourceAccessId": "Bilinmeyen resourceAccess kimliği: %s, resourceAccess kimliği yerine izin kimliğini kullanmaya deneyin.",
725
753
  "core.addSsoFiles.emptyProjectPath": "Proje yolu boş",
726
754
  "core.addSsoFiles.FailedToCreateAuthFiles": "SSO eklemek için dosyalar oluşturulamıyor. Ayrıntı hatası: %s.",
727
- "core.getUserEmailQuestion.validation3": "E-posta adresi geçersiz",
728
755
  "plugins.bot.ErrorSuggestions": "Öneriler: %s",
729
756
  "plugins.bot.InvalidValue": "Şu değere sahip %s geçersiz: %s",
730
757
  "plugins.bot.SomethingIsMissing": "%s kullanılamıyor.",
@@ -739,7 +766,7 @@
739
766
  "plugins.bot.AppStudioBotRegistration": "Geliştirici Portalı bot kaydı",
740
767
  "plugins.function.getTemplateFromLocal": "GitHub'dan en son şablon alınamıyor, yerel şablon kullanılmaya çalışılıyor.",
741
768
  "depChecker.needInstallNpm": "Yerel işlevlerinizin hatalarının ayıklanması için NPM’nin yüklü olması gerekir.",
742
- "depChecker.failToValidateFuncCoreTool": "Yüklemeden sonra Azure Functions Core Tools doğrulanamıyor.",
769
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation. %s",
743
770
  "depChecker.symlinkDirAlreadyExist": "Symlink (%s) hedef zaten var, kaldırın ve yeniden deneyin.",
744
771
  "depChecker.portableFuncNodeNotMatched": "Node.js sürümünüz (@NodeVersion) Microsoft 365 Aracı Araç Seti Azure Functions Core Tools (@FuncVersion) ile uyumlu değil.",
745
772
  "depChecker.invalidFuncVersion": "Sürüm %s biçimi geçersiz.",
@@ -777,6 +804,7 @@
777
804
  "driver.aadApp.log.failExecuteDriver": "%s eylemi yürütülemiyor. Hata iletisi: %s",
778
805
  "driver.aadApp.log.startCreateAadApp": "Ortam değişkeni %s mevcut değil, yeni bir Microsoft Entra uygulaması oluşturuluyor...",
779
806
  "driver.aadApp.log.successCreateAadApp": "Nesne Microsoft Entra kimlikli bir uygulama %s",
807
+ "driver.aadApp.log.successCreateAadAppandServicePrincipal": "Created Microsoft Entra application with object id %s and generated service principal for the application",
780
808
  "driver.aadApp.log.skipCreateAadApp": "%s ortam değişkeni zaten mevcut olduğundan yeni Microsoft Entra uygulama oluşturma adımı atlanıyor.",
781
809
  "driver.aadApp.log.startGenerateClientSecret": "%s ortam değişkeni mevcut değil, Microsoft Entra uygulaması için gizli anahtar oluşturuluyor...",
782
810
  "driver.aadApp.log.successGenerateClientSecret": "%s nesne kimlikli Microsoft Entra uygulaması için gizli anahtar oluşturuldu",
@@ -840,6 +868,9 @@
840
868
  "driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI anahtarı boş olamaz.",
841
869
  "driver.file.createOrUpdateEnvironmentFile.OpenAIDeploymentEndpoint.validation": "Azure OpenAI uç noktası geçerli bir URL olmalıdır.",
842
870
  "driver.file.createOrUpdateEnvironmentFile.OpenAIDeploymentName.validation": "Azure OpenAI dağıtım adı boş olamaz.",
871
+ "driver.file.createOrUpdateEnvironmentFile.OpenAIAssistantID.validation": "OpenAI assistant ID cannot be empty.",
872
+ "driver.file.createOrUpdateEnvironmentFile.OpenAIEmbeddingDeploymentName.validation": "Azure OpenAI embedding deployment name cannot be empty.",
873
+ "driver.file.createOrUpdateEnvironmentFile.genericEnvVar.validation": "Environment variable value required.",
843
874
  "driver.file.createOrUpdateJsonFile.description": "JSON dosyası oluşturun veya güncelleştirin.",
844
875
  "driver.file.createOrUpdateJsonFile.summary": "Json dosyası %s konumunda başarıyla oluşturuldu.",
845
876
  "driver.file.progressBar.appsettings": "JSON dosyası oluşturuluyor...",
@@ -903,9 +934,6 @@
903
934
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Doğrulama başlığı: %s. İleti: %s",
904
935
  "driver.teamsApp.validate.result": "Microsoft 365 Aracı Araç Seti, uygulama paketinizi doğrulama kuralları ile denetlemeyi tamamladı. %s.",
905
936
  "driver.teamsApp.validate.result.display": "Microsoft 365 Aracı Araç Seti, uygulama paketinizi doğrulama kuralları ile denetlemeyi tamamladı. %s. Ayrıntılar için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
906
- "driver.shareToOthers.description": "uygulamanızı başkalarıyla paylaşın",
907
- "driver.shareToOthers.progress.message": "Uygulamanız paylaşılıyor...",
908
- "driver.shareToOthers.summary": "Uygulamalar başarıyla paylaşıldı (%s).",
909
937
  "error.teamsApp.validate.apiFailed": "Uygulama paketi doğrulaması, %s nedeniyle başarısız oldu",
910
938
  "error.teamsApp.validate.apiFailed.display": "Uygulama paketi doğrulanamadı. Ayrıntılar için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
911
939
  "error.teamsApp.validate.details": "Dosya yolu: %s, başlık: %s",
@@ -917,9 +945,9 @@
917
945
  "driver.botFramework.summary.update": "Bot kaydı başarıyla güncelleştirildi (%s).",
918
946
  "driver.botFramework.progressBar.createOrUpdateBot": "Bot kaydı oluşturuluyor veya güncelleştiriliyor.",
919
947
  "driver.botFramework.error.InvalidBotId": "%s bot kimliği geçersiz. Bir GUID olmalıdır.",
920
- "driver.devChannel.description": "Geliştirme ve test için korumalı bir Ekip ve kanal oluşturun",
948
+ "driver.devChannel.description": "Create a sandbox in Teams with a channel for development and testing",
921
949
  "driver.devChannel.progress.message": "Ekip ve kanal oluşturuluyor...",
922
- "driver.devChannel.success": "%s ekibi varsayılan %s kanalıyla oluşturuldu. Kanal Kimliği: %s, Ekip Kimliği: %s",
950
+ "driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s Team ID: %s",
923
951
  "driver.devChannel.summary": "%s ekibi varsayılan %s kanalıyla oluşturuldu.",
924
952
  "driver.devChannel.status": "Ekip ve kanal oluşturma durumu: %s",
925
953
  "driver.devChannel.summary.exists": "Ortam değişkeni %s ve %s zaten mevcut, yeni korumalı Ekip oluşturma adımı atlanıyor.",
@@ -957,6 +985,7 @@
957
985
  "error.common.ConcurrentError": "Önceki görev hâlâ çalışıyor. Önceki göreviniz bitene kadar bekleyip yeniden deneyin.",
958
986
  "error.common.NetworkError": "Ağ hatası: %s",
959
987
  "error.common.NetworkError.EAI_AGAIN": "DNS, etki alanı adını %s.",
988
+ "error.MFARequired": "Mandatory MFA is enforced by Azure policy - 'User must authenticate with multi-factor authentication to create or update resources'. Please enable MFA for your account to continue.",
960
989
  "error.upgrade.NoNeedUpgrade": "Bu en son projedir, yükseltme gerekli değildir.",
961
990
  "error.collaboration.InvalidManifestError": "'id' anahtarı eksik olduğundan bildirim dosyanız ('%s') işlenemiyor. Uygulamanızı doğru şekilde tanımlamak için bildirim dosyasında 'id' anahtarının mevcut olduğundan emin olun.",
962
991
  "error.collaboration.FailedToLoadManifest": "Bildirim dosyası yüklenemiyor. Neden: %s.",
@@ -1105,8 +1134,22 @@
1105
1134
  "action.devTool.nodeInstaller.SuccessExtract": "NodeJS paketi şu yola başarıyla ayıklandı: %s, süre: %s ms",
1106
1135
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS yüklendi: %s.",
1107
1136
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS sistem ortamınıza zaten yüklendi.",
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",
1137
+ "driver.typeSpec.compile.reprovision": "File %s is updated. A new provision process has started to apply the changes.",
1109
1138
  "error.kiota.KiotaGeneratePluginError": "Kiota kullanılarak eklenti bildirim dosyası oluşturulamıyor. Hata: %s",
1110
1139
  "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ı."
1140
+ "error.kiotaClient.EmptyResult": "OpenAPI açıklama dosyasını ayrıştırırken boş sonuç alındı.",
1141
+ "core.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
1142
+ "core.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
1143
+ "core.createProjectQuestion.mcpForDa.ServerUrl.title": "MCP Server URL",
1144
+ "core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Enter your MCP server URL(e.g. https://example-mcp.com)",
1145
+ "core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Select Operation(s) Copilot can interact with",
1146
+ "core.createProjectQuestion.mcpForDa.AuthType.title": "Select Authentication Type",
1147
+ "core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (with static registration)",
1148
+ "core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
1149
+ "core.createProjectQuestion.mcpForDa.File.title": "Select the action manifest you want to update",
1150
+ "core.MCPForDA.updatePluginManifest": "The operations selected from your MCP server are successfully added for Copilot to interact with. You can go to the '%s' to check on details. Now you are able to provision your declarative agent to continue.",
1151
+ "core.MCPForDA.mcpAuthMetadataMissingError": "Unable to find the authentication metadata in the MCP server. Please make sure your MCP server is configured correctly and try again. Details: %s",
1152
+ "core.MCPForDA.mcpAuthMetadataUrlNotFound": "Unable to find the authentication metadata from property \"resource_metadata\" from response of the MCP server.",
1153
+ "core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from repsonse of the Protected Resource Metadata of the MCP server.",
1154
+ "core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server."
1112
1155
  }