@microsoft/teamsfx-core 2.0.13-rc.0 → 2.0.13
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.
- package/build/common/featureFlags.d.ts +16 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +22 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +8 -17
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +4 -8
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +3 -4
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +7 -12
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +1 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +15 -23
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +0 -2
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +0 -2
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +22 -25
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +1 -2
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +15 -50
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +5 -4
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +13 -25
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +1 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +0 -4
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +1 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +4 -0
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +0 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +0 -7
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +0 -7
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +38 -136
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +2 -5
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +4 -8
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +45 -36
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +19 -27
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +0 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +0 -3
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +0 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +1 -7
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +280 -536
- package/resource/package.nls.de.json +280 -536
- package/resource/package.nls.es.json +280 -536
- package/resource/package.nls.fr.json +280 -536
- package/resource/package.nls.it.json +280 -536
- package/resource/package.nls.ja.json +280 -536
- package/resource/package.nls.json +22 -18
- package/resource/package.nls.ko.json +280 -536
- package/resource/package.nls.pl.json +280 -536
- package/resource/package.nls.pt-BR.json +280 -536
- package/resource/package.nls.ru.json +280 -536
- package/resource/package.nls.tr.json +280 -536
- package/resource/package.nls.zh-Hans.json +280 -536
- package/resource/package.nls.zh-Hant.json +280 -536
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
|
-
"core.addApi.continue": "Add",
|
|
4
2
|
"core.provision.provision": "Sağlama",
|
|
5
|
-
"core.provision.learnMore": "
|
|
3
|
+
"core.provision.learnMore": "Daha fazla bilgi edinin",
|
|
6
4
|
"core.provision.azureAccount": "Azure hesabı: %s",
|
|
7
5
|
"core.provision.azureSubscription": "Azure aboneliği: %s",
|
|
8
6
|
"core.provision.m365Account": "Microsoft 365 hesabı: %s",
|
|
9
|
-
"core.provision.confirmEnvAndCostNotice": "
|
|
7
|
+
"core.provision.confirmEnvAndCostNotice": "Kullanıma göre maliyet çıkabilir. Yukarıda listelenen hesapları kullanarak %s ortamında kaynak sağlamak istiyor musunuz?",
|
|
10
8
|
"core.deploy.confirmEnvNoticeV3": "Kaynakları %s ortamında dağıtmak ister misiniz?",
|
|
11
9
|
"core.provision.viewResources": "Sağlanan kaynakları görüntüle",
|
|
12
|
-
"core.deploy.aadManifestSuccessNotice": "
|
|
13
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "
|
|
14
|
-
"core.deploy.aadManifestLearnMore": "
|
|
15
|
-
"core.deploy.botTroubleShoot": "
|
|
16
|
-
"core.deploy.botTroubleShoot.learnMore": "
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "Uygulama Azure Active Directory başarıyla dağıtıldı. Azure Active Directory uygulamanızı nasıl görüntüleyeceğinizi kontrol etmek için \"Daha fazla bilgi\"ye tıklayın.",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Azure Active Directory uygulamanız başarıyla güncelleştirildi.",
|
|
12
|
+
"core.deploy.aadManifestLearnMore": "Daha fazla bilgi edinin",
|
|
13
|
+
"core.deploy.botTroubleShoot": "Azure'da bot uygulamasıyla ilgili sorunları gidermek için lütfen belgeler için daha fazla bilgi edinin'e tıklayın.",
|
|
14
|
+
"core.deploy.botTroubleShoot.learnMore": "Daha fazla bilgi edinin",
|
|
17
15
|
"core.option.deploy": "Dağıt",
|
|
18
16
|
"core.option.confirm": "Onayla",
|
|
19
|
-
"core.option.
|
|
17
|
+
"core.option.cancel": "İptal",
|
|
18
|
+
"core.option.learnMore": "Daha fazla bilgi edinin",
|
|
20
19
|
"core.option.upgrade": "Yükselt",
|
|
21
20
|
"core.option.moreInfo": "Daha Fazla Bilgi",
|
|
22
21
|
"core.progress.create": "Oluştur",
|
|
23
|
-
"core.progress.createFromTemplate": "
|
|
24
|
-
"core.progress.createFromSample": "
|
|
22
|
+
"core.progress.createFromTemplate": "Uygulama şablonu indiriliyor.",
|
|
23
|
+
"core.progress.createFromSample": "Örnek %s indiriliyor",
|
|
25
24
|
"core.progress.deploy": "Dağıtma",
|
|
26
25
|
"core.progress.publish": "Yayımlama",
|
|
27
26
|
"core.progress.provision": "Sağlama",
|
|
28
27
|
"core.progress.configureAzureStorage": "Azure Depolama yapılandırılıyor, statik web sitesi ayarını etkinleştirin.",
|
|
29
28
|
"core.progress.runCommand": "%s komutunu şurada çalıştır: %s",
|
|
30
29
|
"core.progress.deployToAzure": "%s, %s konumuna dağıtılıyor.",
|
|
30
|
+
"core.Notification.ReadMore": "Devamını okuyun",
|
|
31
31
|
"core.migrationV3.confirmOnly.Message": "Lütfen yükseltmeyi onaylayın",
|
|
32
32
|
"core.migrationV3.Message": "En son sürümle uyumlu kalmak için Teams Toolkit projenizi yükseltin. Bir Yükseltme Özeti ile birlikte bir yedekleme dizini oluşturulacaktır.",
|
|
33
33
|
"core.migrationV3.VS.Message": "En son Teams Araç Seti sürümüyle uyumlu kalmak için çözümünüzü yükseltin. İçinde yükseltme raporu içeren bir yedekleme dizini oluşturulur.",
|
|
@@ -35,214 +35,199 @@
|
|
|
35
35
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json yok. Visual Studio Code için Team Araç Seti v3.x / Team Araç Seti CLI v0.x / Visual Studio için Team Araç Seti v17.3 tarafından oluşturulan bir projeyi yükseltmeye çalışıyor olabilirsiniz. Lütfen Visual Studio Code için Team Araç Seti v4.x / Team Araç Seti CLI v1.x / Visual Studio için Team Araç Seti v17.4’ü yükleyin ve önce yükseltmeyi çalıştırın.",
|
|
36
36
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json geçersiz.",
|
|
37
37
|
"core.migrationV3.abandonedProject": "Bu proje yalnızca önizleme içindir ve Teams Toolkit tarafından desteklenmeyecektir. Lütfen yeni bir proje oluşturarak Teams Toolkit'i deneyin",
|
|
38
|
-
"core.migrationV3.notAllowedMigration": "Teams
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
38
|
+
"core.migrationV3.notAllowedMigration": "Teams Araç Seti'nin Yayın Öncesi sürümü yeni proje yapılandırmasını destekler ve önceki sürümlerle uyumsuzdur. Yeni bir proje oluşturarak deneyin veya önce projenizi yükseltmek için \"teamsfx upgrade\" komutunu çalıştırın.",
|
|
39
|
+
"core.projectVersionChecker.cliUseNewVersion": "TeamsFx CLI sürümünüz geçerli projeyi desteklemek için çok eski, lütfen aşağıdaki komutu kullanarak en son sürüme yükseltin:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "Geçerli proje Teams Araç Seti'nin yüklü sürümüyle uyumlu değil.",
|
|
41
41
|
"core.projectVersionChecker.vs.incompatibleProject": "Çözümdeki proje, Teams Araç Seti önizleme özelliği (Teams Uygulama Yapılandırması İyileştirmeleri) ile oluşturulur. Devam etmek için önizleme özelliğini açabilirsiniz.",
|
|
42
|
-
"core.deployArmTemplates.ActionSuccess": "ARM
|
|
43
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
42
|
+
"core.deployArmTemplates.ActionSuccess": "ARM şablonları başarıyla dağıtıldı. Kaynak grubu adı: %s. Dağıtım adı: %s",
|
|
43
|
+
"core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 Uygulaması sahiplerini listele' işlemi başarılı oldu, bunu [Çıkış panelinde](%s) görüntüleyebilirsiniz.",
|
|
44
44
|
"core.collaboration.GrantingPermission": "İzin veriliyor",
|
|
45
|
-
"core.collaboration.EmailCannotBeEmptyOrSame": "
|
|
46
|
-
"core.collaboration.CannotFindUserInCurrentTenant": "
|
|
45
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "Ortak çalışanın e-postası null veya geçerli kullanıcıyla aynı olamaz",
|
|
46
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "Kullanıcı, geçerli kiracıda bulunamıyor. E-posta adresinizin doğru olup olmadığını denetleyin",
|
|
47
47
|
"core.collaboration.GrantPermissionForUser": "%s kullanıcısı için izin ver",
|
|
48
48
|
"core.collaboration.AccountToGrantPermission": "İzin verilecek hesap: ",
|
|
49
49
|
"core.collaboration.StartingGrantPermission": "Ortam için izin vermeye başlama: ",
|
|
50
50
|
"core.collaboration.TenantId": "Kiracı Kimliği: ",
|
|
51
|
-
"core.collaboration.PermissionHasBeenGrantTo": "
|
|
51
|
+
"core.collaboration.PermissionHasBeenGrantTo": "şu kullanıcıya izin verildi: ",
|
|
52
52
|
"core.collaboration.GrantPermissionResourceId": ", Kaynak Kimliği: ",
|
|
53
53
|
"core.collaboration.ListingM365Permission": "Microsoft 365 izinlerinin kaydı\n",
|
|
54
54
|
"core.collaboration.AccountUsedToCheck": "Denetlemek için kullanılan hesap: ",
|
|
55
55
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nOrtam için tüm ekip uygulama sahiplerini listelenmeye başlıyor: ",
|
|
56
|
-
"core.collaboration.StartingListAllAadAppOwners": "\
|
|
56
|
+
"core.collaboration.StartingListAllAadAppOwners": "\nOrtam için tüm Azure Active Directory uygulama sahiplerini listelemeye başlıyoruz: ",
|
|
57
57
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams Uygulaması (Kimlik: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "SSO
|
|
58
|
+
"core.collaboration.SsoAadAppId": "SSO AAD Uygulaması (Kimlik: ",
|
|
59
59
|
"core.collaboration.TeamsAppOwner": "Teams Uygulaması Sahibi: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
60
|
+
"core.collaboration.AadAppOwner": "Azure Active Directory Uygulama Sahibi: ",
|
|
61
61
|
"core.collaboration.StaringCheckPermission": "Ortam iznini kontrol edilmeye başlanıyor: ",
|
|
62
62
|
"core.collaboration.CheckPermissionResourceId": "Kaynak kimliği: ",
|
|
63
63
|
"core.collaboration.Undefined": "tanımsız",
|
|
64
64
|
"core.collaboration.ResourceName": ", Kaynak Adı: ",
|
|
65
65
|
"core.collaboration.Permission": ", İzin: ",
|
|
66
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
66
|
+
"core.developerPortal.scaffold.CannotFindManifest": "%s Teams uygulaması için indirilen pakette bildirim bulunamadı.",
|
|
67
67
|
"plugins.spfx.questions.framework.title": "Çerçeve",
|
|
68
|
-
"plugins.spfx.questions.webpartName": "SharePoint Framework Web
|
|
68
|
+
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
69
69
|
"plugins.spfx.questions.webpartName.error.duplicate": "%s klasörü zaten var. Bileşeniniz için farklı bir ad seçin.",
|
|
70
70
|
"plugins.spfx.questions.webpartName.error.notMatch": "%s, desenle eşleşmiyor: %s",
|
|
71
71
|
"plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
|
|
72
|
-
"plugins.spfx.questions.packageSelect.placeholder": "
|
|
72
|
+
"plugins.spfx.questions.packageSelect.placeholder": "Yapı iskelesi için bir seçenek belirleyin",
|
|
73
73
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Genel olarak yüklenen SPFx’i (%s) kullan",
|
|
74
74
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Genel olarak yüklenen SPFx’i kullan",
|
|
75
75
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s veya üzeri",
|
|
76
76
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "En son SPFx’i (%s) Teams Araç Seti dizininde yerel olarak yükleyin ",
|
|
77
77
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "En son SPFx’i Teams Araç Seti dizininde yerel olarak yükle ",
|
|
78
78
|
"plugins.spfx.questions.spfxSolution.title": "SharePoint Çözümü",
|
|
79
|
-
"plugins.spfx.questions.spfxSolution.createNew": "
|
|
80
|
-
"plugins.spfx.questions.spfxSolution.createNew.detail": "
|
|
81
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew": "Yeni SPFx Çözümü Oluştur",
|
|
80
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "SPFx web bölümlerini kullanarak Teams Tab uygulaması oluşturma",
|
|
81
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "Mevcut SPFx Çözümünü İçeri Aktar",
|
|
82
82
|
"plugins.spfx.questions.spfxSolution.importExisting.detail": "SPFx istemci tarafı web bölümünü Microsoft Teams sekmesi veya kişisel uygulama olarak kullanıma sunma",
|
|
83
|
-
"plugins.spfx.deployNotice": "
|
|
84
|
-
"plugins.spfx.cannotFindPackage": "
|
|
85
|
-
"plugins.spfx.cannotGetSPOToken": "
|
|
86
|
-
"plugins.spfx.cannotGetGraphToken": "
|
|
87
|
-
"plugins.spfx.insufficientPermission": "
|
|
88
|
-
"plugins.spfx.createAppcatalogFail": "
|
|
89
|
-
"plugins.spfx.uploadAppcatalogFail": "
|
|
83
|
+
"plugins.spfx.deployNotice": "%s SharePoint paketi [%s](%s) konumuna başarıyla dağıtıldı.",
|
|
84
|
+
"plugins.spfx.cannotFindPackage": "%s SharePoint paketi bulunamıyor.",
|
|
85
|
+
"plugins.spfx.cannotGetSPOToken": "SPO erişim belirteci alınamıyor.",
|
|
86
|
+
"plugins.spfx.cannotGetGraphToken": "Graph erişim belirteci alınamıyor.",
|
|
87
|
+
"plugins.spfx.insufficientPermission": "Paket, %s Uygulama Kataloğuna yüklenemiyor ve dağıtılamıyor. Kuruluşunuzun Microsoft 365 kiracı yöneticisi izinlerine ihtiyacınız var. Test amacıyla [Microsoft 365 geliştirici programından](%s) ücretsiz Microsoft 365 kiracısı edinebilirsiniz.",
|
|
88
|
+
"plugins.spfx.createAppcatalogFail": "%s nedeniyle kiracı uygulama kataloğu oluşturulamıyor, yığın: %s.",
|
|
89
|
+
"plugins.spfx.uploadAppcatalogFail": "%s nedeniyle uygulama paketi karşıya yüklenemiyor.",
|
|
90
90
|
"plugins.spfx.buildSharepointPackage": "SharePoint paketi oluşturuluyor",
|
|
91
91
|
"plugins.spfx.deploy.title": "SharePoint paketini karşıya yükleme ve dağıtma",
|
|
92
92
|
"plugins.spfx.scaffold.title": "Proje için yapı iskelesi oluşturuluyor",
|
|
93
|
+
"plugins.spfx.error.npmInstallFailed": "%s nedeniyle 'npm install' çalıştırılamıyor",
|
|
93
94
|
"plugins.spfx.error.invalidDependency": "%s paketi doğrulanamıyor",
|
|
94
95
|
"plugins.spfx.error.noConfiguration": "SPFx projenizde .yo-rc.json dosyası yok. Yapılandırma dosyasını ekleyip yeniden deneyin.",
|
|
95
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "
|
|
96
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx geliştirme ortamı doğru kurulmamış. Doğru ortamı kurmak için kılavuzu takip etmek için \"Yardım Al\"a tıklayabilirsiniz.",
|
|
96
97
|
"plugins.spfx.scaffold.dependencyCheck": "Bağımlılıklar denetleniyor...",
|
|
97
|
-
"plugins.spfx.scaffold.dependencyInstall": "
|
|
98
|
+
"plugins.spfx.scaffold.dependencyInstall": "Bağımlılıklar yükleniyor. Bu işlemin tamamlanması 5 dakikadan uzun sürebilir.",
|
|
98
99
|
"plugins.spfx.scaffold.scaffoldProject": "Yeoman CLI kullanarak SPFx projesi oluşturma",
|
|
99
100
|
"plugins.spfx.scaffold.updateManifest": "Web bölümü bildirimini güncelleştir",
|
|
100
|
-
"plugins.spfx.GetTenantFailedError": "
|
|
101
|
-
"plugins.spfx.error.installLatestDependencyError": "
|
|
102
|
-
"plugins.spfx.error.scaffoldError": "
|
|
103
|
-
"plugins.spfx.error.import.retrieveSolutionInfo": "
|
|
104
|
-
"plugins.spfx.error.import.copySPFxSolution": "
|
|
105
|
-
"plugins.spfx.error.import.updateSPFxTemplate": "
|
|
106
|
-
"plugins.spfx.error.import.common": "
|
|
101
|
+
"plugins.spfx.GetTenantFailedError": "%s %s kiracısı alınamıyor",
|
|
102
|
+
"plugins.spfx.error.installLatestDependencyError": "%s klasöründe SPFx ortamı ayarlanırken bilinmeyen sorunlarla karşılaşıldı. Genel SpFx ortamını ayarlamak için [SharePoint Framework geliştirme ortamınızı ayarlama | Microsoft Learn](%s) sayfasına gidin.",
|
|
103
|
+
"plugins.spfx.error.scaffoldError": "Proje oluşturulamadı. Yeoman SharePoint Oluşturucusu buna neden olmuş olabilir. Ayrıntılar için [Çıkış paneli](%s) sayfasına bakın.",
|
|
104
|
+
"plugins.spfx.error.import.retrieveSolutionInfo": "Mevcut SPFx çözüm bilgileri alınamadı. Lütfen SPFx çözümünüzün geçerli olduğundan emin olun.",
|
|
105
|
+
"plugins.spfx.error.import.copySPFxSolution": "Mevcut SPFx çözümü kopyalanamadı: %s",
|
|
106
|
+
"plugins.spfx.error.import.updateSPFxTemplate": "Proje şablonları mevcut SPFx çözümüyle güncellenemedi: %s",
|
|
107
|
+
"plugins.spfx.error.import.common": "Mevcut SPFx çözümü Teams Araç Seti'ne aktarılamadı: %s",
|
|
107
108
|
"plugins.spfx.import.title": "SPFx çözümü içeri aktarılıyor",
|
|
108
109
|
"plugins.spfx.import.copyExistingSPFxSolution": "Mevcut SPFx çözümü kopyalanıyor...",
|
|
109
110
|
"plugins.spfx.import.generateSPFxTemplates": "Çözüm bilgilerine göre şablonlar oluşturuluyor...",
|
|
110
111
|
"plugins.spfx.import.updateTemplates": "Şablonlar güncelleştiriliyor...",
|
|
111
|
-
"plugins.spfx.import.success": "
|
|
112
|
-
"plugins.spfx.import.log.success": "Teams
|
|
113
|
-
"plugins.spfx.import.log.fail": "Teams
|
|
114
|
-
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
|
|
115
|
-
"plugins.spfx.addWebPart.install": "Install",
|
|
116
|
-
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
|
|
117
|
-
"plugins.spfx.addWebPart.upgrade": "Upgrade",
|
|
118
|
-
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
119
|
-
"plugins.spfx.addWebPart.versionMismatch.help": "Help",
|
|
120
|
-
"plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
|
|
121
|
-
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
122
|
-
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
123
|
-
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
|
|
124
|
-
"plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
|
|
112
|
+
"plugins.spfx.import.success": "SPFx çözümünüz, %s öğesine başarıyla aktarıldı.",
|
|
113
|
+
"plugins.spfx.import.log.success": "Teams Araç Seti, SPFx çözümünüzü içeri aktardı. İçeri aktarma ayrıntılarının tam günlüğü şuradadır: %s",
|
|
114
|
+
"plugins.spfx.import.log.fail": "Teams Araç Seti, SPFx çözümünüzü içeri aktaramadı. İçeri aktarma ayrıntılarının tam günlüğü şuradadır: %s.",
|
|
125
115
|
"plugins.frontend.checkNetworkTip": "Ağ bağlantınızı kontrol edin.",
|
|
126
116
|
"plugins.frontend.checkFsPermissionsTip": "Dosya sisteminiz için Okuma/Yazma izinlerine sahip olup olmadığınızı kontrol edin.",
|
|
127
117
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Depolama Hesabınız için izinlere sahip olup olmadığınızı kontrol edin.",
|
|
128
|
-
"plugins.frontend.checkSystemTimeTip": "
|
|
118
|
+
"plugins.frontend.checkSystemTimeTip": "Süresi dolmuş kimlik bilgileri alıyor olabilirsiniz. Sistem saatinizin doğru olup olmadığını kontrol edin.",
|
|
129
119
|
"suggestions.retryTheCurrentStep": "Geçerli adımı yeniden deneyin.",
|
|
130
120
|
"plugins.appstudio.buildSucceedNotice": "Teams paketi [yerel adres](%s) konumunda başarıyla oluşturuldu.",
|
|
131
121
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams paketi %s konumunda başarıyla oluşturuldu.",
|
|
132
122
|
"plugins.appstudio.createPackage.progressBar.message": "Teams uygulama paketi oluşturuluyor...",
|
|
133
|
-
"plugins.appstudio.validationFailedNotice": "
|
|
123
|
+
"plugins.appstudio.validationFailedNotice": "Bildirim Doğrulama başarısız!",
|
|
134
124
|
"plugins.appstudio.validateManifest.progressBar.message": "Bildirim doğrulanıyor...",
|
|
135
125
|
"plugins.appstudio.validateAppPackage.progressBar.message": "Uygulama paketi doğrulanıyor...",
|
|
136
|
-
"plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
|
|
137
126
|
"plugins.appstudio.adminPortal": "Yönetici portalına git",
|
|
138
|
-
"plugins.appstudio.publishSucceedNotice.cli": "[%s]
|
|
127
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s], Yönetici Portalı’nda (%s) başarıyla yayımlandı. Onaylandıktan sonra uygulamanız kuruluşunuzun kullanımına sunulacak. %s aracılığıyla daha fazla bilgi edinin.",
|
|
139
128
|
"plugins.appstudio.updatePublihsedAppConfirm": "Yeni bir güncelleştirme göndermek istiyor musunuz?",
|
|
140
|
-
"plugins.appstudio.teamsAppCreatedNotice": "Teams
|
|
141
|
-
"plugins.appstudio.teamsAppUpdatedLog": "Teams
|
|
142
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
143
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
144
|
-
"plugins.appstudio.updateManifestTip": "
|
|
145
|
-
"plugins.appstudio.updateOverwriteTip": "
|
|
146
|
-
"plugins.appstudio.pubWarn": "
|
|
129
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams uygulaması oluşturuldu %s",
|
|
130
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams uygulaması güncelleştirildi %s",
|
|
131
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Teams uygulama bildiriminiz başarıyla dağıtıldı. Uygulamanızı Teams Geliştirici Portalında görüntülemek için \"Geliştirici Portalında Görüntüle\"ye tıklayın.",
|
|
132
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Teams uygulama bildiriminiz şuraya başarıyla dağıtıldı: ",
|
|
133
|
+
"plugins.appstudio.updateManifestTip": "Bildirim dosyası yapılandırmaları zaten değiştirilmiş. Bildirim dosyasını yeniden üretmek ve Teams platformuna güncelleştirmek istiyor musunuz?",
|
|
134
|
+
"plugins.appstudio.updateOverwriteTip": "Teams platformundaki bildirim dosyası, son güncelleştirmeden sonra değiştirildi. Teams platformundaki bildirim dosyasını güncelleştirmeye ve dosyanın üzerine yazmaya devam etmek istiyor musunuz?",
|
|
135
|
+
"plugins.appstudio.pubWarn": "%s uygulaması zaten kiracı Uygulama Kataloğuna gönderildi.\nDurumu: %s\n",
|
|
147
136
|
"plugins.appstudio.lastModified": "Son Değişiklik: %s\n",
|
|
148
137
|
"plugins.appstudio.previewOnly": "Yalnızca önizleme",
|
|
149
138
|
"plugins.appstudio.previewAndUpdate": "Gözden geçir ve güncelleştir",
|
|
150
139
|
"plugins.appstudio.overwriteAndUpdate": "Üzerine yaz ve güncelleştir",
|
|
151
|
-
"plugins.appstudio.emptyAppPackage": "
|
|
152
|
-
"plugins.appstudio.unprocessedFile": "Teams
|
|
140
|
+
"plugins.appstudio.emptyAppPackage": "%s uygulamasının paketinde dosya bulunamadı.",
|
|
141
|
+
"plugins.appstudio.unprocessedFile": "%s, Teams Araç Seti tarafından işlenmedi.",
|
|
153
142
|
"plugins.appstudio.viewDeveloperPortal": "Geliştirici Portalında Görüntüle",
|
|
154
|
-
"plugins.bot.questionHostTypeTrigger.title": "
|
|
155
|
-
"plugins.bot.questionHostTypeTrigger.placeholder": "
|
|
143
|
+
"plugins.bot.questionHostTypeTrigger.title": "Tetikleyicileri seç",
|
|
144
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "Tetikleyicileri seç",
|
|
156
145
|
"plugins.bot.triggers.http-functions.description": "Azure İşlevleri",
|
|
157
|
-
"plugins.bot.triggers.http-functions.detail": "
|
|
146
|
+
"plugins.bot.triggers.http-functions.detail": "Azure İşlevleri üzeride barındırılan çalışan bir işlev, HTTP isteklerini dinleyebilir.",
|
|
158
147
|
"plugins.bot.triggers.http-functions.label": "HTTP Tetikleyicisi",
|
|
159
148
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure İşlevleri",
|
|
160
|
-
"plugins.bot.triggers.http-and-timer-functions.detail": "
|
|
149
|
+
"plugins.bot.triggers.http-and-timer-functions.detail": "Azure İşlevleri üzerinde barındırılan çalışan bir işlev, belirli bir zamanlamaya göre HTTP isteklerini dinleyerek bunlara yanıt verebilir.",
|
|
161
150
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP ve Zamanlayıcı Tetikleyicisi",
|
|
162
151
|
"plugins.bot.triggers.http-restify.description": "Restify Sunucusu",
|
|
163
|
-
"plugins.bot.triggers.http-restify.detail": "
|
|
152
|
+
"plugins.bot.triggers.http-restify.detail": "Azure App Service üzeride barındırılan çalışan bir restify sunucusu, HTTP isteklerini dinleyebilir.",
|
|
164
153
|
"plugins.bot.triggers.http-restify.label": "HTTP Tetikleyicisi",
|
|
165
154
|
"plugins.bot.triggers.http-webapi.description": "Web API Sunucusu",
|
|
166
|
-
"plugins.bot.triggers.http-webapi.detail": "
|
|
155
|
+
"plugins.bot.triggers.http-webapi.detail": "Azure App Service üzerinde barındırılan çalışan bir Web API sunucusu, HTTP isteklerini dinleyebilir.",
|
|
167
156
|
"plugins.bot.triggers.http-webapi.label": "HTTP Tetikleyicisi",
|
|
168
157
|
"plugins.bot.triggers.timer-functions.description": "Azure İşlevleri",
|
|
169
|
-
"plugins.bot.triggers.timer-functions.detail": "
|
|
158
|
+
"plugins.bot.triggers.timer-functions.detail": "Azure İşlevlerinde barındırılan çalışan bir işlev, belirli bir zamanlamaya göre yanıt verebilir.",
|
|
170
159
|
"plugins.bot.triggers.timer-functions.label": "Süreölçer Tetikleyicisi",
|
|
171
|
-
"error.NoProjectOpenedError": "
|
|
172
|
-
"error.
|
|
160
|
+
"error.NoProjectOpenedError": "Hiçbir proje açılmadı, yeni bir proje oluşturabilir veya mevcut bir projeyi açabilirsiniz.",
|
|
161
|
+
"error.InvalidEnvNameError": "Ortam adı yalnızca harf, rakam, _ ve - içerebilir.",
|
|
162
|
+
"error.UpgradeV3CanceledError": "Yükseltmeye hazır değilseniz lütfen Teams Araç Seti'nin eski sürümünü kullanmaya devam edin",
|
|
163
|
+
"error.InvalidInputError": "Geçersiz girişler: %s",
|
|
164
|
+
"error.ProjectEnvAlreadyExistError": "%s proje ortamı zaten var.",
|
|
165
|
+
"error.NotImplementedError": "Metot uygulanmadı: %s",
|
|
173
166
|
"error.FailedToParseResourceIdError": "'%s' kaynak kimliğinden '%s' alınamıyor.",
|
|
174
167
|
"error.NoSubscriptionFound": "Abonelik bulunamıyor.",
|
|
175
|
-
"error.TrustCertificateCancelError": "
|
|
176
|
-
"error.VideoFilterAppNotRemoteSupported": "
|
|
177
|
-
"error.appstudio.
|
|
178
|
-
"error.appstudio.
|
|
179
|
-
"error.appstudio.
|
|
180
|
-
"error.appstudio.apiFailed": "
|
|
181
|
-
"error.appstudio.
|
|
182
|
-
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
168
|
+
"error.TrustCertificateCancelError": "Kullanıcı iptal edildi. Teams'in, araç seti tarafından kullanılan otomatik olarak imzalanan SSL sertifikasına güvenmesi için, sertifika deponuza otomatik olarak imzalanan bir sertifika eklenmelidir.",
|
|
169
|
+
"error.VideoFilterAppNotRemoteSupported": "Uzak konumdaki video filtresi uygulaması, Teams Araç Seti tarafından desteklenmiyor. Proje kök klasöründeki README.md dosyasını denetleyin.",
|
|
170
|
+
"error.appstudio.teamsAppCreateFailed": "%s nedeniyle Teams Geliştirici Portalı’nda Teams uygulaması oluşturulamıyor.",
|
|
171
|
+
"error.appstudio.teamsAppUpdateFailed": "%s kimliğine sahip Teams uygulaması %s nedeniyle Teams Geliştirici Portalı’nda güncelleştirilemiyor",
|
|
172
|
+
"error.appstudio.apiFailed": "Geliştirici Portalı’na yapılan API çağrısı başarısız oldu. Ayrıntılar için [Çıkış panelini](command:fx-extension.showOutputChannel) denetleyin.",
|
|
173
|
+
"error.appstudio.apiFailed.telemetry": "Geliştirici Portalı API çağrısı başarısız oldu: %s, %s, API adı: %s, X-Correlation-ID: %s. Bu, aralıklı olarak ortaya çıkan bir hizmet hatasından kaynaklanıyor olabilir. Lütfen birkaç dakika bekleyin ve geçerli adımı yeniden deneyin.",
|
|
174
|
+
"error.appstudio.authServiceApiFailed": "Geliştirici Portalına API çağrısı başarısız oldu: %s, %s, İstek yolu: %s",
|
|
183
175
|
"error.appstudio.publishFailed": "%s kimlikli Teams uygulaması yayımlanamıyor.",
|
|
184
|
-
"error.appstudio.buildError": "
|
|
185
|
-
"error.appstudio.checkPermissionFailed": "
|
|
186
|
-
"error.appstudio.grantPermissionFailed": "
|
|
187
|
-
"error.appstudio.listCollaboratorFailed": "
|
|
188
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
176
|
+
"error.appstudio.buildError": "Teams Paketi oluşturulamadı!",
|
|
177
|
+
"error.appstudio.checkPermissionFailed": "İzin denetlenemedi. Neden: %s",
|
|
178
|
+
"error.appstudio.grantPermissionFailed": "İzin verilemedi. Neden: %s",
|
|
179
|
+
"error.appstudio.listCollaboratorFailed": "Ortak çalışan listelenemedi. Neden: %s",
|
|
180
|
+
"error.appstudio.updateManifestInvalidApp": "%s kimlikli Teams uygulaması bulunamıyor. Bildirimi Teams platformuna güncelleştirmeden önce hata ayıklamayı çalıştırmanız veya sağlamanız gerekiyor.",
|
|
189
181
|
"error.appstudio.invalidCapability": "Geçersiz özellik: %s",
|
|
190
|
-
"error.appstudio.capabilityExceedLimit": "
|
|
191
|
-
"error.appstudio.staticTabNotExist": "
|
|
192
|
-
"error.appstudio.capabilityNotExist": "
|
|
193
|
-
"error.appstudio.noManifestId": "
|
|
182
|
+
"error.appstudio.capabilityExceedLimit": "%s özelliği eklenemiyor, sınıra ulaştı.",
|
|
183
|
+
"error.appstudio.staticTabNotExist": "%s varlık kimliğine sahip statik sekme bulunamıyor, güncelleştirme başarısız.",
|
|
184
|
+
"error.appstudio.capabilityNotExist": "%s özelliği bildirimde yok, güncelleştirme başarısız.",
|
|
185
|
+
"error.appstudio.noManifestId": "Bildirim bul’da geçersiz kimlik bulundu.",
|
|
194
186
|
"error.appstudio.validateFetchSchemaFailed": "%s konumundan şema alınamıyor, ileti: %s",
|
|
195
187
|
"error.appstudio.validateSchemaNotDefined": "Bildirim şeması tanımlanmadı",
|
|
196
|
-
"error.appstudio.
|
|
197
|
-
"error.appstudio.
|
|
198
|
-
"error.appstudio.
|
|
199
|
-
"error.appstudio.
|
|
200
|
-
"error.appstudio.
|
|
201
|
-
"error.appstudio.
|
|
202
|
-
"error.
|
|
203
|
-
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
204
|
-
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
205
|
-
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
|
|
206
|
-
"error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
|
|
188
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Lütfen \"Zip Teams uygulama paketi\"nden paket oluşturmayı deneyin ve tekrar deneyin.",
|
|
189
|
+
"error.appstudio.teamsAppCreateConflict": "409 Çakışma hatasıyla Teams uygulaması oluşturulamıyor. Bu, uygulama kimliğinizin kiracınızdaki başka bir uygulamayla çakışmasından kaynaklanıyor olabilir. Daha fazla bilgi için Yardım Alın düğmesine tıklayın.",
|
|
190
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "Kuruluşunuzun uygulama mağazasında bu kimliğe sahip bir Teams uygulaması zaten var. Uygulama kimliğini el ile güncelleştirip yeniden deneyin.",
|
|
191
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "Mevcut hesabın botframework jetonu almasına izin verilmez.",
|
|
192
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework sağlama, bot kaydı oluşturmaya çalışmanın yasak sonucu.",
|
|
193
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework sağlama, bot kaydı oluşturmaya çalışmaktan kaynaklanan çatışma sonuçlarını döndürür.",
|
|
194
|
+
"error.generator.TemplateZipFallbackError": "Zip paketi indirilemiyor ve yerel zip paketi açılamıyor.",
|
|
207
195
|
"error.generator.TemplateNotFoundError": "%s şablonu bulunamıyor.",
|
|
208
196
|
"error.generator.SampleNotFoundError": "%s örneği bulunamıyor.",
|
|
209
|
-
"error.generator.
|
|
197
|
+
"error.generator.FetchZipFromUrlError": "%s konumundan zip paketi indirilemiyor.",
|
|
198
|
+
"error.generator.UnzipError": "Şablonların sıkıştırması açılamıyor ve diske yazılamıyor.",
|
|
210
199
|
"error.generator.MissKeyError": "%s anahtarı bulunamıyor",
|
|
211
|
-
"error.generator.
|
|
212
|
-
"error.generator.
|
|
213
|
-
"error.generator.
|
|
214
|
-
"error.copilotPlugin.
|
|
215
|
-
"error.
|
|
216
|
-
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
200
|
+
"error.generator.DownloadSampleApiLimitError": "Azaltma nedeniyle örnek indirilemiyor. Hız sınırı sıfırlandıktan sonra yeniden deneyin. Bu işlem 1 saat kadar sürebilir. Alternatif olarak, %s konumuna giderek depoyu git deposuna el ile kopyalayabilirsiniz.",
|
|
201
|
+
"error.generator.DownloadSampleNetworkError": "Ağ hatası nedeniyle örnek indirilemiyor. Ağ bağlantınızı kontrol edip yeniden deneyin. Alternatif olarak, %s konumuna giderek depoyu git deposuna el ile kopyalayabilirsiniz.",
|
|
202
|
+
"error.generator.ParseUrlError": "URL %s ayrıştırılamıyor",
|
|
203
|
+
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "'%s' adresinden OpenAI eklenti bildirimi alınamıyor.",
|
|
204
|
+
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
|
|
217
205
|
"error.m365.NotExtendedToM365Error": "Teams uygulaması, Microsoft 365’e genişletilemiyor. Teams uygulamanızı Microsoft 365’e genişletmek için 'teamsApp/extendToM365' eylemini kullanın.",
|
|
218
|
-
"core.QuestionAppName.validation.pattern": "
|
|
219
|
-
"core.QuestionAppName.validation.maxlength": "
|
|
220
|
-
"core.QuestionAppName.validation.pathExist": "
|
|
221
|
-
"core.
|
|
222
|
-
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
223
|
-
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
206
|
+
"core.QuestionAppName.validation.pattern": "Uygulama adı harfle başlamalı ve en az iki harf veya rakam içermelidir. Uygulama adı bazı özel karakterleri içeremez.",
|
|
207
|
+
"core.QuestionAppName.validation.maxlength": "Uygulama adı en fazla 30 uzunluğundan daha uzun.",
|
|
208
|
+
"core.QuestionAppName.validation.pathExist": "Yol mevcut: %s. Farklı bir uygulama adı seçin.",
|
|
209
|
+
"core.ProgrammingLanguageQuestion.placeholder": "Programlama dili seçin.",
|
|
224
210
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx şu anda yalnızca TypeScript'i destekliyor.",
|
|
225
211
|
"core.option.tutorial": "Öğreticiyi aç",
|
|
226
212
|
"core.option.github": "GitHub kılavuzu aç",
|
|
227
|
-
"core.option.inProduct": "
|
|
213
|
+
"core.option.inProduct": "Ürün içi kılavuz aç",
|
|
228
214
|
"core.TabOption.label": "Sekme",
|
|
229
|
-
"core.generator.officeAddin.importProject.title": "
|
|
230
|
-
"core.generator.officeAddin.importProject.copyFiles": "
|
|
231
|
-
"core.generator.officeAddin.importProject.convertProject": "
|
|
232
|
-
"core.generator.officeAddin.importProject.updateManifest": "
|
|
233
|
-
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
215
|
+
"core.generator.officeAddin.importProject.title": "Mevcut bir Outlook eklenti projesi içeri aktarılıyor",
|
|
216
|
+
"core.generator.officeAddin.importProject.copyFiles": "Dosyalar kopyalanıyor",
|
|
217
|
+
"core.generator.officeAddin.importProject.convertProject": "Proje dönüştürülüyor",
|
|
218
|
+
"core.generator.officeAddin.importProject.updateManifest": "Manifest değiştiriliyor",
|
|
234
219
|
"core.TabOption.description": "Kullanıcı arabirimi tabanlı uygulama",
|
|
235
220
|
"core.TabOption.detail": "Microsoft Teams'e eklenen Teams kullanan web sayfaları",
|
|
236
221
|
"core.DashboardOption.label": "Pano",
|
|
237
222
|
"core.DashboardOption.detail": "Önemli bilgileri görüntülemek için kartları ve pencere öğeleri olan bir tuval",
|
|
238
223
|
"core.BotNewUIOption.label": "Temel Bot",
|
|
239
|
-
"core.BotNewUIOption.detail": "
|
|
224
|
+
"core.BotNewUIOption.detail": "Özelleştirmeye hazır bir yankı botunun basit bir uygulaması",
|
|
240
225
|
"core.LinkUnfurlingOption.label": "Bağlantı Açma",
|
|
241
|
-
"core.LinkUnfurlingOption.detail": "
|
|
226
|
+
"core.LinkUnfurlingOption.detail": "İleti oluşturma alanına bir URL yapıştırıldığında bilgileri ve eylemleri görüntüle",
|
|
242
227
|
"core.MessageExtensionOption.labelNew": "Form Girişi ve İşlem Verileri Topla",
|
|
243
228
|
"core.MessageExtensionOption.label": "İleti Uzantısı",
|
|
244
229
|
"core.MessageExtensionOption.description": "Kullanıcılar Teams'de ileti oluşturduğunda özel kullanıcı arabirimi",
|
|
245
|
-
"core.MessageExtensionOption.detail": "
|
|
230
|
+
"core.MessageExtensionOption.detail": "Kullanıcı girişi alın, bu girişi kullanarak bir şey yapın ve özelleştirilmiş sonuçları geri gönderin",
|
|
246
231
|
"core.NotificationOption.label": "Sohbet Bildirim İletisi",
|
|
247
232
|
"core.NotificationOption.detail": "Teams sohbetlerinde görüntülenen bir iletiyle bildirin ve bilgilendirin",
|
|
248
233
|
"core.CommandAndResponseOption.label": "Sohbet Komutu",
|
|
@@ -253,171 +238,82 @@
|
|
|
253
238
|
"core.TabSPFxOption.detailNew": "SharePoint Framework ile UI oluşturun",
|
|
254
239
|
"core.TabNonSso.label": "Temel Sekme",
|
|
255
240
|
"core.TabNonSso.detail": "Özelleştirmeye hazır bir web uygulaması için basit bir uygulama",
|
|
256
|
-
"core.copilotPlugin.
|
|
257
|
-
"core.copilotPlugin.
|
|
258
|
-
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
259
|
-
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
241
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Teams Araç Seti API belirtiminizi kontrol etti:\n\nÖzet:\n%s.\n%s\n%s",
|
|
242
|
+
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Araç Seti, OpenAI eklenti bildiriminizi kontrol etti:\n\nÖzet:\n%s.\n%s\n%s",
|
|
260
243
|
"core.copilotPlugin.validate.summary.validate.failed": "%s başarısız oldu",
|
|
261
244
|
"core.copilotPlugin.validate.summary.validate.warning": "%s uyarısı",
|
|
262
|
-
"core.copilotPlugin.
|
|
263
|
-
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
245
|
+
"core.copilotPlugin.scaffold.summary": "OpenAPI belirtim dosyanız için aşağıdaki sorunları algılamıyoruz:\n%s",
|
|
264
246
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s Azaltma: Gerekli değil, operationId otomatik olarak oluşturuldu ve bu dosyaya \"%s\" eklendi.",
|
|
265
|
-
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
266
247
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" %s'den fazla karakter içermemelidir.",
|
|
267
248
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Tam açıklama eksik. ",
|
|
268
249
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Risk azaltma: \"%s\" içindeki \"%s\" alanını güncelleyin.",
|
|
269
250
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Komut \"%s\" eksik \"%s\".",
|
|
270
251
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Risk Azaltma: \"%s\" içinde Uyarlanabilir Kart şablonu oluşturun ve ardından \"%s\" alanını \"%s\" içindeki göreli yola güncelleyin.",
|
|
271
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
|
|
272
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
273
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
274
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
275
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
276
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
277
252
|
"core.createCapabilityQuestion.titleNew": "Özellikler",
|
|
278
253
|
"core.createCapabilityQuestion.placeholder": "Özellik seçin",
|
|
279
|
-
"core.createProjectQuestion.option.description.
|
|
254
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Windows'da Önizleme",
|
|
280
255
|
"core.createProjectQuestion.option.description.worksInOutlook": "Teams ve Outlook'ta çalışır",
|
|
281
256
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook ve Microsoft 365 uygulamasında çalışır",
|
|
282
|
-
"core.createProjectQuestion.option.description.worksInOutlookCopilot": "Teams, Outlook ve Copilot'ta çalışır",
|
|
283
257
|
"core.createProjectQuestion.projectType.bot.detail": "Yinelenen görevleri otomatik hale getirebilecek konuşma veya bilgilendirici sohbet deneyimleri",
|
|
284
258
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
285
259
|
"core.createProjectQuestion.projectType.bot.title": "Bot Kullanan Uygulama Özellikleri",
|
|
286
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "
|
|
287
|
-
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
260
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Teams ve Outlook'un sohbet oluşturma alanında arama yapın veya eylem başlatın",
|
|
288
261
|
"core.createProjectQuestion.projectType.messageExtension.title": "İleti Uzantısı Kullanan Uygulama Özellikleri",
|
|
289
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "
|
|
262
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Şeridi ve Görev Bölmesi'ni web içeriğinizle özelleştirin",
|
|
290
263
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Eklentisi",
|
|
291
264
|
"core.createProjectQuestion.projectType.outlookAddin.title": "Outlook Eklentisi Kullanan Uygulama Özellikleri",
|
|
292
|
-
"core.createProjectQuestion.projectType.
|
|
293
|
-
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
294
|
-
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
295
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
296
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
297
|
-
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
265
|
+
"core.createProjectQuestion.projectType.tab.detail": "Teams, Outlook ve Micosoft 365 uygulamasına kendi web içeriğinizi ekleyin",
|
|
298
266
|
"core.createProjectQuestion.projectType.tab.title": "Sekme Kullanan Uygulama Özellikleri",
|
|
299
|
-
"core.createProjectQuestion.projectType.
|
|
300
|
-
"core.createProjectQuestion.projectType.
|
|
301
|
-
"core.createProjectQuestion.projectType.
|
|
302
|
-
"core.createProjectQuestion.projectType.copilotPlugin.
|
|
303
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
304
|
-
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
305
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
|
|
306
|
-
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
307
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
308
|
-
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
309
|
-
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
310
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
311
|
-
"core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
|
|
312
|
-
"core.createProjectQuestion.projectType.createGroup.title": "Create",
|
|
313
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
|
|
314
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
|
|
267
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "API'lerinizi kullanarak Copilot'u genişletmek için bir eklenti oluşturun",
|
|
268
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot eklentisi",
|
|
269
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot eklentisi",
|
|
270
|
+
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Bir seçenek belirleyin",
|
|
315
271
|
"core.createProjectQuestion.title": "Yeni Proje",
|
|
316
|
-
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
317
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
318
272
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Yeni bir API ile başlayın",
|
|
319
273
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure İşlevleri'dan yeni BIR API ile eklenti oluşturun",
|
|
320
|
-
"core.createProjectQuestion.capability.
|
|
321
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
274
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI Belirtimi ile başla",
|
|
322
275
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Mevcut API'niz için bir eklenti oluşturun",
|
|
323
|
-
"core.createProjectQuestion.capability.
|
|
324
|
-
"core.createProjectQuestion.capability.
|
|
325
|
-
"core.createProjectQuestion.
|
|
326
|
-
"core.createProjectQuestion.
|
|
327
|
-
"core.createProjectQuestion.
|
|
328
|
-
"core.createProjectQuestion.
|
|
329
|
-
"core.createProjectQuestion.
|
|
330
|
-
"core.createProjectQuestion.
|
|
331
|
-
"core.createProjectQuestion.
|
|
332
|
-
"core.createProjectQuestion.
|
|
333
|
-
"core.createProjectQuestion.
|
|
334
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
335
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
336
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
337
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
338
|
-
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
339
|
-
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
340
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
|
|
341
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
342
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
343
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
344
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
345
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
346
|
-
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
347
|
-
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
348
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
349
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
350
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
351
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
352
|
-
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
353
|
-
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
354
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
355
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
356
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
357
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
358
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
359
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
360
|
-
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
361
|
-
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
362
|
-
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
363
|
-
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
364
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
365
|
-
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
366
|
-
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
367
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
368
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
369
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
370
|
-
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
371
|
-
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
372
|
-
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
373
|
-
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
374
|
-
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
375
|
-
"core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
|
|
376
|
-
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
377
|
-
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
378
|
-
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
276
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "OpenAI Eklentisi ile başlayın",
|
|
277
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "OpenAI Eklentisini Microsoft 365 Copilot’a dönüştürün",
|
|
278
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI Belirtimi",
|
|
279
|
+
"core.createProjectQuestion.apiSpec.placeholder": "OpenAPI Spesifikasyon URL’sini Girin",
|
|
280
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI Spesifikasyon Konumunu Girin",
|
|
281
|
+
"core.createProjectQuestion.AIPluginManifest.title": "OpenAI Eklenti Bildirimi",
|
|
282
|
+
"core.createProjectQuestion.AIPluginManifest.placeholder": "Web sitenizin etki alanını girin",
|
|
283
|
+
"core.createProjectQuestion.invalidUrl.message": "Lütfen geçerli bir URL girin",
|
|
284
|
+
"core.createProjectQuestion.invalidDomain.message": "Lütfen geçerli bir etki alanı girin",
|
|
285
|
+
"core.createProjectQuestion.apiSpec.operation.title": "Bir İşlem Seçin",
|
|
286
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "Yalnızca tek parametreli ve kimlik doğrulaması olmayan GET ve POST yöntemleri listelenir",
|
|
379
287
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "manifest.json içinde tanımlanan yöntemler listelenmiyor",
|
|
380
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "
|
|
381
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "
|
|
382
|
-
"core.createProjectQuestion.
|
|
383
|
-
"core.createProjectQuestion.
|
|
384
|
-
"core.createProjectQuestion.
|
|
385
|
-
"core.createProjectQuestion.
|
|
386
|
-
"core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
|
|
387
|
-
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
|
|
388
|
-
"core.createProjectQuestion.noPlugin.label": "No plugin",
|
|
389
|
-
"core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
|
|
390
|
-
"core.createProjectQuestion.addPlugin.label": "Add plugin",
|
|
391
|
-
"core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
|
|
392
|
-
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
393
|
-
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
288
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Geçersiz API belirtimi. Ayrıntılar için çıkış panelini denetleyin.",
|
|
289
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Geçersiz API belirtimi. Ayrıntılar için [çıkış panelini](command:fx-extension.showOutputChannel) kontrol edin.",
|
|
290
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "Geçersiz OpenAI eklenti bildirimi. Ayrıntılar için çıkış panelini kontrol edin.",
|
|
291
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Geçersiz OpenAI eklenti bildirimi. Ayrıntılar için [çıkış panelini](command:fx-extension.showOutputChannel) kontrol edin.",
|
|
292
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "\"%s\"de eksik URL.",
|
|
293
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Kimlik doğrulama türü desteklenmiyor. Desteklenen kimlik doğrulama türü: \"%s\".",
|
|
394
294
|
"core.aiBotOption.label": "AI Sohbet Botu",
|
|
395
|
-
"core.aiBotOption.detail": "
|
|
295
|
+
"core.aiBotOption.detail": "Teams AI kitaplığını kullanan bir sohbet botu",
|
|
396
296
|
"core.spfxFolder.title": "SPFx çözüm klasörü",
|
|
397
|
-
"core.spfxFolder.placeholder": "
|
|
297
|
+
"core.spfxFolder.placeholder": "SPFx çözümünüzü içeren klasörü seçin",
|
|
398
298
|
"core.QuestionSelectTargetEnvironment.title": "Ortam seçin",
|
|
399
299
|
"core.getQuestionNewTargetEnvironmentName.title": "Yeni ortam adı",
|
|
400
300
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "Yeni ortam adı",
|
|
401
301
|
"core.getQuestionNewTargetEnvironmentName.validation1": "Ortam adı yalnızca harf, rakam, _ ve - içerebilir.",
|
|
402
|
-
"core.getQuestionNewTargetEnvironmentName.validation3": "
|
|
302
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "'%s' ortamı oluşturulamıyor",
|
|
403
303
|
"core.getQuestionNewTargetEnvironmentName.validation4": "Ortam yapılandırmaları listelenemiyor",
|
|
404
304
|
"core.getQuestionNewTargetEnvironmentName.validation5": "%s proje ortamı zaten var.",
|
|
405
305
|
"core.QuestionSelectSourceEnvironment.title": "Kopya oluşturmak için bir ortam seçin",
|
|
406
306
|
"core.QuestionSelectResourceGroup.title": "Kaynak grubu seçin",
|
|
407
307
|
"core.QuestionNewResourceGroupName.placeholder": "Yeni kaynak grubu adı",
|
|
408
308
|
"core.QuestionNewResourceGroupName.title": "Yeni kaynak grubu adı",
|
|
409
|
-
"core.QuestionNewResourceGroupName.validation": "
|
|
309
|
+
"core.QuestionNewResourceGroupName.validation": "Ad yalnızca alfasayısal karakterler veya ._-() sembollerini içerebilir",
|
|
410
310
|
"core.QuestionNewResourceGroupLocation.title": "Yeni kaynak grubunun konumu",
|
|
411
|
-
"core.
|
|
412
|
-
"core.
|
|
413
|
-
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
414
|
-
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
|
|
415
|
-
"core.question.appName.title": "Application Name",
|
|
416
|
-
"core.question.appName.placeholder": "Input an application name",
|
|
311
|
+
"core.question.workspaceFolder.title": "Çalışma alanı klasörü",
|
|
312
|
+
"core.question.workspaceFolder.placeholder": "Proje kök klasörlerinizi içeren klasörü seçin",
|
|
417
313
|
"core.ScratchOptionYes.label": "Yeni uygulama oluşturun",
|
|
418
|
-
"core.ScratchOptionYes.detail": "
|
|
419
|
-
"core.ScratchOptionNo.label": "
|
|
420
|
-
"core.ScratchOptionNo.detail": "
|
|
314
|
+
"core.ScratchOptionYes.detail": "Yeni bir uygulama oluşturmak için Teams Araç Seti'ni kullanın.",
|
|
315
|
+
"core.ScratchOptionNo.label": "Bir örnekle başlayın",
|
|
316
|
+
"core.ScratchOptionNo.detail": "Yeni uygulamanızın başlangıç noktası olarak mevcut bir örneği kullanın.",
|
|
421
317
|
"core.RuntimeOptionNodeJS.detail": "Hızlı bir JavaScript sunucusu çalışma zamanı",
|
|
422
318
|
"core.RuntimeOptionDotNet.detail": "Ücretsiz. Platformlar arası. Açık Kaynak.",
|
|
423
319
|
"core.getRuntimeQuestion.title": "Teams Araç Seti: uygulamanız için çalışma zamanını seçin",
|
|
@@ -426,15 +322,8 @@
|
|
|
426
322
|
"core.SampleSelect.title": "Bir örnekle başlayın",
|
|
427
323
|
"core.SampleSelect.placeholder": "Örnek seçin",
|
|
428
324
|
"core.SampleSelect.buttons.viewSamples": "Örnekleri görüntüle",
|
|
429
|
-
"core.question.pluginAvailability.title": "Select Plugin Availability",
|
|
430
|
-
"core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
|
|
431
|
-
"core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
|
|
432
|
-
"core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
|
|
433
|
-
"core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
|
|
434
|
-
"core.addAction.success": "Action \"%s\" added to the project successfully.",
|
|
435
|
-
"core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
|
|
436
325
|
"core.updateBotIdsQuestion.title": "Hata ayıklama için yeni robotlar oluştur",
|
|
437
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
326
|
+
"core.updateBotIdsQuestion.placeholder": "Özgün botId değerinin kalması için seçimi kaldırın",
|
|
438
327
|
"core.updateBotIdForBot.description": "BotId %s'yi manifest.json'da \"${{BOT_ID}}\" olarak güncelleyin",
|
|
439
328
|
"core.updateBotIdForMessageExtension.description": "BotId %s'yi manifest.json'da \"${{BOT_ID}}\" olarak güncelleyin",
|
|
440
329
|
"core.updateBotIdForBot.label": "Bot",
|
|
@@ -443,41 +332,40 @@
|
|
|
443
332
|
"core.updateWebsiteUrlQuestion.title": "Hata ayıklama için web sitesi URL'lerini yapılandır",
|
|
444
333
|
"core.updateContentUrlOption.description": "%s olan içerik URL'sini %s olarak güncelleştirin",
|
|
445
334
|
"core.updateWebsiteUrlOption.description": "%s olan web sitesi URL'sini %s olarak güncelleştirin",
|
|
446
|
-
"core.updateUrlQuestion.placeholder": "
|
|
335
|
+
"core.updateUrlQuestion.placeholder": "Özgün URL’nin kalması için seçimi kaldırın",
|
|
447
336
|
"core.SingleSignOnOption.label": "Çoklu Oturum Açma",
|
|
448
337
|
"core.SingleSignOnOption.detail": "Teams Başlatma sayfaları ve Bot özelliği için Çoklu Oturum Açma özelliği geliştirme",
|
|
449
|
-
"core.getUserEmailQuestion.title": "
|
|
450
|
-
"core.getUserEmailQuestion.validation1": "
|
|
451
|
-
"core.getUserEmailQuestion.validation2": "
|
|
338
|
+
"core.getUserEmailQuestion.title": "Aynı Microsoft 365 kiracısı altındaki hesap için Teams/AAD uygulamasına sahip ekleme (e-posta)",
|
|
339
|
+
"core.getUserEmailQuestion.validation1": "E-posta adresi null veya boş olamaz",
|
|
340
|
+
"core.getUserEmailQuestion.validation2": "Lütfen [UserName] adını gerçek kullanıcı adına değiştirin",
|
|
452
341
|
"core.collaboration.error.failedToLoadDotEnvFile": ".env Dosyanız yüklenemiyor. Neden: %s",
|
|
453
|
-
"core.selectAadAppManifestQuestion.title": "
|
|
454
|
-
"core.selectTeamsAppManifestQuestion.title": "
|
|
455
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
342
|
+
"core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json dosyasını seçin",
|
|
343
|
+
"core.selectTeamsAppManifestQuestion.title": "Teams manifest.json dosyasını seçin",
|
|
344
|
+
"core.selectTeamsAppPackageQuestion.title": "Teams uygulama paketi dosyası seçin",
|
|
456
345
|
"core.selectLocalTeamsAppManifestQuestion.title": "Yerel Teams manifest.json dosyasını seçin",
|
|
457
|
-
"core.selectCollaborationAppTypeQuestion.title": "
|
|
346
|
+
"core.selectCollaborationAppTypeQuestion.title": "Ortak çalışanları yönetmek istediğiniz uygulamayı seçin",
|
|
458
347
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Bir doğrulama yöntemi seç",
|
|
459
348
|
"core.selectValidateMethodQuestion.validate.schemaOption": "Bildirim şemasını kullanarak doğrulayın",
|
|
349
|
+
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Bildirim şemasını kullanarak doğrulayın",
|
|
460
350
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Doğrulama kurallarını kullanarak uygulama paketini doğrulayın",
|
|
461
|
-
"core.selectValidateMethodQuestion.validate.
|
|
462
|
-
"core.
|
|
463
|
-
"core.
|
|
464
|
-
"core.aadAppQuestion.
|
|
465
|
-
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
351
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Doğrulama kurallarını kullanarak uygulama paketini doğrulayın",
|
|
352
|
+
"core.confirmManifestQuestion.placeholder": "Bildirimi onayla doğru seçildi",
|
|
353
|
+
"core.aadAppQuestion.label": "Azure Active Directory uygulaması",
|
|
354
|
+
"core.aadAppQuestion.description": "Çoklu Oturum Açma için Azure Active Directory uygulamanız",
|
|
466
355
|
"core.teamsAppQuestion.label": "Teams uygulaması",
|
|
467
356
|
"core.teamsAppQuestion.description": "Teams uygulamanız",
|
|
468
357
|
"core.M365SsoLaunchPageOptionItem.label": "Fluent UI’ya sahip React",
|
|
469
358
|
"core.M365SsoLaunchPageOptionItem.detail": "Teams'in görünüm ve hissini edinmek için Fluent UI React bileşenleri kullanan bir web uygulaması",
|
|
470
359
|
"core.M365SearchAppOptionItem.label": "Özel Arama Sonuçları",
|
|
471
360
|
"core.M365SearchAppOptionItem.detail": "Verileri doğrudan arama veya sohbet alanındaki Teams ve Outlook arama sonuçlarında görüntüleyin",
|
|
472
|
-
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
473
361
|
"core.SearchAppOptionItem.detail": "Verileri doğrudan arama veya sohbet alanından Teams arama sonuçlarında görüntüleyin",
|
|
474
362
|
"core.M365HostQuestion.title": "Platform",
|
|
475
363
|
"core.M365HostQuestion.placeholder": "Uygulamayı önizlemek için bir platform seçin",
|
|
476
364
|
"core.options.separator.additional": "Ek özellikler",
|
|
477
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "Teams
|
|
478
|
-
"core.common.LifecycleComplete.provision": "%s/%s
|
|
479
|
-
"core.common.LifecycleComplete.deploy": "%s/%s
|
|
480
|
-
"core.common.LifecycleComplete.publish": "%s/%s
|
|
365
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "Teams uygulaması başarıyla hazırlandı.",
|
|
366
|
+
"core.common.LifecycleComplete.provision": "Sağlama aşamasında %s/%s eylemleri başarıyla yürütüldü.",
|
|
367
|
+
"core.common.LifecycleComplete.deploy": "Dağıtım aşamasında %s/%s eylemleri başarıyla yürütüldü.",
|
|
368
|
+
"core.common.LifecycleComplete.publish": "Yayımlama aşamasında %s/%s eylemleri başarıyla yürütüldü.",
|
|
481
369
|
"core.common.TeamsMobileDesktopClientName": "Teams masaüstü, mobil istemci kimliği",
|
|
482
370
|
"core.common.TeamsWebClientName": "Teams web istemcisi kimliği",
|
|
483
371
|
"core.common.OfficeDesktopClientName": "Masaüstü istemci kimliği için Microsoft 365 uygulaması",
|
|
@@ -486,51 +374,18 @@
|
|
|
486
374
|
"core.common.OutlookDesktopClientName": "Outlook masaüstü istemci kimliği",
|
|
487
375
|
"core.common.OutlookWebClientName1": "Outlook web erişimi istemci kimliği 1",
|
|
488
376
|
"core.common.OutlookWebClientName2": "Outlook web erişimi istemci kimliği 2",
|
|
489
|
-
"core.common.CancelledMessage": "
|
|
490
|
-
"core.common.
|
|
491
|
-
"core.common.
|
|
492
|
-
"core.common.
|
|
493
|
-
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
377
|
+
"core.common.CancelledMessage": "İşlem iptal edildi.",
|
|
378
|
+
"core.common.SpecVersionNotSupported": "3.0.0'dan düşük OpenAPI sürümü desteklenmez.",
|
|
379
|
+
"core.common.NoServerInformation": "OpenAPI spesifikasyon dosyasında hiçbir sunucu bilgisi bulunamadı.",
|
|
380
|
+
"core.common.MultipleServerInformation": "OpenAPI belirtim dosyasında birden çok sunucu bilgisi bulundu.",
|
|
494
381
|
"core.common.RemoteRefNotSupported": "Uzak başvuru desteklenmiyor: %s.",
|
|
495
382
|
"core.common.MissingOperationId": "Eksik işlem kimlikleri: %s.",
|
|
496
|
-
"core.common.NoSupportedApi": "
|
|
497
|
-
"core.common.
|
|
498
|
-
"core.common.
|
|
499
|
-
"core.common.
|
|
500
|
-
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
501
|
-
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
502
|
-
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
503
|
-
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
504
|
-
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
505
|
-
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
506
|
-
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
507
|
-
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
508
|
-
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
509
|
-
"core.common.invalidReason.NoParameter": "no parameter",
|
|
510
|
-
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
511
|
-
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
512
|
-
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
513
|
-
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
514
|
-
"core.common.invalidReason.CircularReference": "circular reference inside API definition",
|
|
515
|
-
"core.common.UrlProtocolNotSupported": "Sunucu URL'si doğru değil: %s protokolü desteklenmiyor, bunun yerine https protokolünü kullanmalısınız.",
|
|
516
|
-
"core.common.RelativeServerUrlNotSupported": "Sunucu URL'si doğru değil: göreli sunucu URL'si desteklenmiyor.",
|
|
517
|
-
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
518
|
-
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
519
|
-
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
520
|
-
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
521
|
-
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
522
|
-
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
523
|
-
"core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
|
|
524
|
-
"core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
|
|
525
|
-
"core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
|
|
526
|
-
"core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
|
|
527
|
-
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
528
|
-
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
383
|
+
"core.common.NoSupportedApi": "OpenAPI belirtim dosyasında desteklenen API bulunamadı.",
|
|
384
|
+
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties' desteklenmiyor ve göz ardı edilecek.",
|
|
385
|
+
"core.common.SchemaNotSupported": "'oneOf', 'anyOf' ve 'not' şeması desteklenmiyor: %s.",
|
|
386
|
+
"core.common.UnknownSchema": "Bilinmeyen şema: %s.",
|
|
529
387
|
"core.importAddin.label": "Mevcut Bir Outlook Eklentisini İçeri Aktarın",
|
|
530
388
|
"core.importAddin.detail": "Bir Eklenti projesini en son uygulama bildirimine ve proje yapısına yükseltin",
|
|
531
|
-
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
532
|
-
"core.officeContentAddin.label": "Content Add-in",
|
|
533
|
-
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
534
389
|
"core.newTaskpaneAddin.label": "Görev bölmesi",
|
|
535
390
|
"core.newTaskpaneAddin.detail": "Şeridi bir düğmeyle özelleştirin ve Görev Bölmesine içerik ekleyin",
|
|
536
391
|
"core.summary.actionDescription": "Eylem %s%s",
|
|
@@ -543,47 +398,6 @@
|
|
|
543
398
|
"core.summary.actionSucceeded": "%s başarıyla yürütüldü.",
|
|
544
399
|
"core.summary.createdEnvFile": "Ortam dosyası oluşturulma zamanı:",
|
|
545
400
|
"core.copilot.addAPI.success": "%s başarıyla %s listesine eklendi",
|
|
546
|
-
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
547
|
-
"core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
548
|
-
"core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
|
|
549
|
-
"core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
|
|
550
|
-
"core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
|
|
551
|
-
"core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
|
|
552
|
-
"core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
|
|
553
|
-
"core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
|
|
554
|
-
"core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
|
|
555
|
-
"core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
|
|
556
|
-
"core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
|
|
557
|
-
"core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
|
|
558
|
-
"core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
|
|
559
|
-
"core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
|
|
560
|
-
"core.uninstallQuestion.manifestId": "Manifest ID",
|
|
561
|
-
"core.uninstallQuestion.env": "Environment",
|
|
562
|
-
"core.uninstallQuestion.titleId": "Title ID",
|
|
563
|
-
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
564
|
-
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
565
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
|
|
566
|
-
"core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
|
|
567
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
|
|
568
|
-
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
569
|
-
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
|
|
570
|
-
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
571
|
-
"core.uninstallQuestion.m365Option": "Microsoft 365 Application",
|
|
572
|
-
"core.uninstallQuestion.tdpOption": "App registration",
|
|
573
|
-
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
574
|
-
"core.uninstallQuestion.projectPath": "Project path",
|
|
575
|
-
"core.syncManifest.projectPath": "Project path",
|
|
576
|
-
"core.syncManifest.env": "Target Teams Toolkit Environment",
|
|
577
|
-
"core.syncManifest.teamsAppId": "Teams App ID (optional)",
|
|
578
|
-
"core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
|
|
579
|
-
"core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
|
|
580
|
-
"core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
|
|
581
|
-
"core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
|
|
582
|
-
"core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
|
|
583
|
-
"core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
|
|
584
|
-
"core.syncManifest.success": "Manifest synced to environment: %s successfully.",
|
|
585
|
-
"core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
|
|
586
|
-
"core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
|
|
587
401
|
"ui.select.LoadingOptionsPlaceholder": "Seçenekler yükleniyor...",
|
|
588
402
|
"ui.select.LoadingDefaultPlaceholder": "Varsayılan değer yükleniyor ...",
|
|
589
403
|
"error.aad.manifest.NameIsMissing": "ad eksik\n",
|
|
@@ -591,100 +405,89 @@
|
|
|
591
405
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess eksik\n",
|
|
592
406
|
"error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions eksik\n",
|
|
593
407
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications eksik\n",
|
|
594
|
-
"error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
|
|
595
|
-
"error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
|
|
596
|
-
"error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
|
|
597
|
-
"error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
|
|
598
408
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 1\n",
|
|
599
409
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims eksik\n",
|
|
600
410
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims erişim belirteci idtyp talebini içermiyor\n",
|
|
601
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
602
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "
|
|
603
|
-
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
411
|
+
"error.aad.manifest.AADManifestIssues": "AAD bildirimi, Teams Uygulamasını bozabilecek aşağıdaki sorunları içeriyor:\n",
|
|
412
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Etkinleştirildiğinde mevcut bir izin güncelleştirilemiyor veya silinemiyor. Olası nedenlerden biri, seçilen ortam için ACCESS_AS_USER_PERMISSION_ID ortam değişkeninin değiştirilmiş olmasıdır. İzin kimliklerinizin gerçek AAD uygulamasıyla aynı olduğundan emin olun ve tekrar deneyin.\n",
|
|
604
413
|
"error.aad.manifest.UnknownResourceAppId": "Bilinmeyen resourceAppId %s",
|
|
605
414
|
"error.aad.manifest.UnknownResourceAccessType": "Bilinmeyen resourceAccess: %s",
|
|
606
|
-
"error.aad.manifest.UnknownResourceAccessId": "
|
|
415
|
+
"error.aad.manifest.UnknownResourceAccessId": "Bilinmeyen kaynak Erişim kimliği: %s, resourceAccess kimliği olarak izin kullanıyorsanız, lütfen bunun yerine izin kimliğini kullanmayı deneyin.",
|
|
607
416
|
"core.addSsoFiles.emptyProjectPath": "Proje yolu boş",
|
|
608
417
|
"core.addSsoFiles.FailedToCreateAuthFiles": "SSO eklemek için dosyalar oluşturulamıyor. Ayrıntı hatası: %s.",
|
|
609
|
-
"core.getUserEmailQuestion.validation3": "
|
|
418
|
+
"core.getUserEmailQuestion.validation3": "E-posta adresi geçerli değil",
|
|
610
419
|
"plugins.bot.ErrorSuggestions": "Öneriler: %s",
|
|
611
420
|
"plugins.bot.InvalidValue": "Şu değere sahip %s geçersiz: %s",
|
|
612
|
-
"plugins.bot.SomethingIsMissing": "%s
|
|
421
|
+
"plugins.bot.SomethingIsMissing": "%s eksik.",
|
|
613
422
|
"plugins.bot.FailedToProvision": "%s sağlanamıyor.",
|
|
614
423
|
"plugins.bot.FailedToUpdateConfigs": "%s için yapılandırmalar güncelleştirilemiyor.",
|
|
615
|
-
"plugins.bot.BotRegistrationNotFoundWith": "
|
|
424
|
+
"plugins.bot.BotRegistrationNotFoundWith": "%s bot kimliğine sahip bot kaydı bulunamadı. Bot kayıtlarını denetleme hakkında daha fazla bilgi edinmek için 'Yardım Alın' düğmesine tıklayın.",
|
|
616
425
|
"plugins.bot.BotResourceExists": "Bot kaynağı %s üzerinde zaten var, Bot kaynağı oluşturmayı atlayın.",
|
|
617
426
|
"plugins.bot.FailRetrieveAzureCredentials": "Azure kimlik bilgileri alınamıyor.",
|
|
618
|
-
"plugins.bot.ProvisionBotRegistration": "Bot
|
|
619
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot
|
|
620
|
-
"plugins.bot.CheckLogAndFix": "
|
|
427
|
+
"plugins.bot.ProvisionBotRegistration": "Bot kaydı sağlanıyor.",
|
|
428
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot kaydı başarıyla sağlandı.",
|
|
429
|
+
"plugins.bot.CheckLogAndFix": "Lütfen Çıkış panelinde oturum açtığınızdan emin olun ve bu sorunu gidermeyi deneyin.",
|
|
621
430
|
"plugins.bot.AppStudioBotRegistration": "Geliştirici Portalı bot kaydı",
|
|
622
|
-
"plugins.function.getTemplateFromLocal": "
|
|
623
|
-
"error.depChecker.DefaultErrorMessage": "
|
|
624
|
-
"depChecker.learnMoreButtonText": "
|
|
431
|
+
"plugins.function.getTemplateFromLocal": "GitHub'dan en yeni şablon alınamıyor, yerel şablon kullanılmaya çalışılıyor.",
|
|
432
|
+
"error.depChecker.DefaultErrorMessage": "Gerekli bağımlılıkları kendiniz yükleyin.",
|
|
433
|
+
"depChecker.learnMoreButtonText": "Daha fazla bilgi",
|
|
625
434
|
"depChecker.needInstallNpm": "Yerel işlevlerinizin hatalarının ayıklanması için NPM’nin yüklü olması gerekir.",
|
|
626
435
|
"depChecker.failToValidateFuncCoreTool": "Yüklemeden sonra Azure Functions Core Tools doğrulanamıyor.",
|
|
627
|
-
"depChecker.symlinkDirAlreadyExist": "Symlink
|
|
628
|
-
"depChecker.portableFuncNodeNotMatched": "
|
|
629
|
-
"depChecker.invalidFuncVersion": "
|
|
630
|
-
"depChecker.noSentinelFile": "Azure Functions Core Tools
|
|
436
|
+
"depChecker.symlinkDirAlreadyExist": "Symlink hedefi zaten var",
|
|
437
|
+
"depChecker.portableFuncNodeNotMatched": "Size ait olan Node.js (@NodeVersion) ile Azure Functions Core Tools (@FuncVersion) uyumlu değil.",
|
|
438
|
+
"depChecker.invalidFuncVersion": "%s sürümünün biçimi geçersiz.",
|
|
439
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools yüklemesi tamamlanmadı.",
|
|
631
440
|
"depChecker.funcVersionNotMatch": "Azure Functions Core Tools (%s) sürümü belirtilen sürüm aralığıyla (%s) uyumlu değil.",
|
|
632
|
-
"depChecker.finishInstallBicep": "@NameVersion
|
|
633
|
-
"depChecker.downloadDotnet": "
|
|
441
|
+
"depChecker.finishInstallBicep": "@NameVersion başarıyla yüklendi.",
|
|
442
|
+
"depChecker.downloadDotnet": "@InstallDir dizinine yüklenecek ve ortamınızı etkilemeyecek olan taşınabilir @NameVersion sürümü indiriliyor ve yükleniyor.",
|
|
634
443
|
"depChecker.downloadBicep": "@InstallDir dizinine yüklenecek ve ortamınızı etkilemeyecek olan taşınabilir @NameVersion sürümü indiriliyor ve yükleniyor.",
|
|
635
|
-
"depChecker.finishInstallDotnet": "@NameVersion
|
|
444
|
+
"depChecker.finishInstallDotnet": "@NameVersion başarıyla yüklendi.",
|
|
636
445
|
"depChecker.useGlobalDotnet": "PATH'ten dotnet kullanılıyor:",
|
|
637
446
|
"depChecker.dotnetInstallStderr": "dotnet-install komutu, hata çıkış kodu olmadan ancak boş olmayan standart hatayla başarısız oldu.",
|
|
638
447
|
"depChecker.dotnetInstallErrorCode": "dotnet-install komutu başarısız oldu.",
|
|
639
448
|
"depChecker.NodeNotFound": "Node.js dosyası bulunamadı. Desteklenen düğüm sürümleri package.json dosyasında belirtilir. Desteklenen bir Node.js yüklemek için %s konumuna gidin. Yükleme tamamlandıktan sonra tüm Visual Studio Code örneklerinizi yeniden başlatın.",
|
|
640
449
|
"depChecker.V3NodeNotSupported": "Node.js (%s) resmi olarak desteklenen sürüm (%s) değildir. Projeniz çalışmaya devam edebilir, ancak desteklenen sürümü yüklemenizi öneririz. Desteklenen düğüm sürümleri package.json'da belirtilmiştir. Desteklenen bir Node.js yüklemek için %s adresine gidin.",
|
|
641
450
|
"depChecker.NodeNotLts": "Node.js (%s) bir LTS sürümü (%s) değildir. Bir LTS Node.js yüklemek için %s adresine gidin.",
|
|
642
|
-
"depChecker.dotnetNotFound": "
|
|
643
|
-
"depChecker.depsNotFound": "
|
|
644
|
-
"depChecker.linuxDepsNotFound": "
|
|
645
|
-
"depChecker.linuxDepsNotFoundHelpLinkMessage": "
|
|
451
|
+
"depChecker.dotnetNotFound": "@NameVersion bulunamıyor. .NET SDK'sının neden gerekli olduğu ile ilgili ayrıntılar için @HelpLink bağlantısına bakın",
|
|
452
|
+
"depChecker.depsNotFound": "@SupportedPackages bulunamıyor.\n\nTeams Araç Seti bu bağımlılıkları gerektirir.\n\n@InstallPackages paketlerini yüklemek için “Yükle” seçeneğine tıklayın.",
|
|
453
|
+
"depChecker.linuxDepsNotFound": "@SupportedPackages bulunamıyor. @SupportedPackages paketini el ile yükleyin ve Visual Studio Code’u yeniden başlatın.",
|
|
454
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages bulunamıyor.\n\nTeams Araç Seti bu bağımlılıkları gerektirir.",
|
|
646
455
|
"depChecker.failToDownloadFromUrl": "'@Url' konumundan dosya indirilemiyor, HTTP durumu: '@Status'.",
|
|
647
|
-
"depChecker.failToValidateVxTestAppInstallOptions": "
|
|
456
|
+
"depChecker.failToValidateVxTestAppInstallOptions": "Video genişletilebilirlik testi uygulaması önkoşul denetleyicisi için geçersiz bağımsız değişken. Lütfen task.json dosyasını kontrol edin.",
|
|
648
457
|
"depChecker.failToValidateVxTestApp": "Yüklemeden sonra video genişletilebilirlik testi uygulaması doğrulanamıyor.",
|
|
649
|
-
"depChecker.testToolVersionNotMatch": "Teams Uygulama Test Aracı (%s) sürümü belirtilen sürüm aralığıyla (%s) uyumlu değil.",
|
|
650
|
-
"depChecker.failedToValidateTestTool": "Teams Uygulama Test Aracı yüklemeden sonra doğrulanamıyor. %s",
|
|
651
458
|
"error.driver.outputEnvironmentVariableUndefined": "Çıkış ortamı değişken adları tanımlanmadı.",
|
|
652
|
-
"driver.aadApp.description.create": "
|
|
653
|
-
"driver.aadApp.description.update": "
|
|
459
|
+
"driver.aadApp.description.create": "Kullanıcıların kimliğini doğrulamak için Azure Active Directory uygulaması oluşturun",
|
|
460
|
+
"driver.aadApp.description.update": "Azure Active Directory uygulama bildirimini mevcut bir uygulamaya uygulayın",
|
|
654
461
|
"driver.aadApp.error.missingEnv": "%s ortam değişkeni ayarlanmadı.",
|
|
655
462
|
"driver.aadApp.error.generateSecretFailed": "İstemci gizli dizisi oluşturulamıyor.",
|
|
656
|
-
"driver.aadApp.error.invalidFieldInManifest": "
|
|
657
|
-
"driver.aadApp.
|
|
658
|
-
"driver.aadApp.
|
|
659
|
-
"driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
|
|
660
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
661
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
463
|
+
"driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory uygulama bildiriminde %s alanı eksik veya geçersiz.",
|
|
464
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory uygulaması oluşturuluyor...",
|
|
465
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory uygulaması güncelleştiriliyor...",
|
|
662
466
|
"driver.aadApp.log.startExecuteDriver": "%s eylemi yürütülüyor",
|
|
663
467
|
"driver.aadApp.log.successExecuteDriver": "%s işlemi başarıyla yürütüldü",
|
|
664
468
|
"driver.aadApp.log.failExecuteDriver": "%s eylemi yürütülemiyor. Hata iletisi: %s",
|
|
665
|
-
"driver.aadApp.log.startCreateAadApp": "
|
|
666
|
-
"driver.aadApp.log.successCreateAadApp": "
|
|
667
|
-
"driver.aadApp.log.skipCreateAadApp": "
|
|
668
|
-
"driver.aadApp.log.startGenerateClientSecret": "
|
|
669
|
-
"driver.aadApp.log.successGenerateClientSecret": "
|
|
670
|
-
"driver.aadApp.log.skipGenerateClientSecret": "
|
|
671
|
-
"driver.aadApp.log.outputAadAppManifest": "
|
|
672
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "
|
|
673
|
-
"
|
|
674
|
-
"botRegistration.
|
|
675
|
-
"botRegistration.log.
|
|
676
|
-
"botRegistration.log.
|
|
677
|
-
"
|
|
678
|
-
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
469
|
+
"driver.aadApp.log.startCreateAadApp": "%s ortam değişkeni yok. Yeni bir Azure Active Directory uygulaması oluşturuluyor...",
|
|
470
|
+
"driver.aadApp.log.successCreateAadApp": "%s nesne kimlikli Azure Active Directory uygulaması oluşturuldu.",
|
|
471
|
+
"driver.aadApp.log.skipCreateAadApp": "%s ortam değişkeni zaten var. Yeni Azure Active Directory uygulaması oluşturma adımı atlanıyor.",
|
|
472
|
+
"driver.aadApp.log.startGenerateClientSecret": "%s ortam değişkeni yok. Azure Active Directory uygulaması için istemci gizli dizisi oluşturuluyor...",
|
|
473
|
+
"driver.aadApp.log.successGenerateClientSecret": "%s nesne kimlikli Azure Active Directory uygulaması için istemci gizli anahtarı oluşturuldu",
|
|
474
|
+
"driver.aadApp.log.skipGenerateClientSecret": "%s ortam değişkeni zaten var. Azure Active Directory uygulaması istemci gizli dizisi oluşturma adımı atlanıyor.",
|
|
475
|
+
"driver.aadApp.log.outputAadAppManifest": "Azure Active Directory uygulama bildirimini derleme işlemi tamamlandı ve uygulama bildirimi içeriği şuraya yazıldı: %s",
|
|
476
|
+
"driver.aadApp.log.successUpdateAadAppManifest": "%s nesne kimlikli Azure Active Directory uygulamasına %s bildirimi uygulandı",
|
|
477
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "Bot AAD uygulaması oluşturuluyor...",
|
|
478
|
+
"botRegistration.log.startCreateBotAadApp": "Bot Azure Active Directory uygulaması oluşturuluyor.",
|
|
479
|
+
"botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory uygulaması başarıyla oluşturuldu.",
|
|
480
|
+
"botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory uygulaması oluşturma işlemi atlandı.",
|
|
481
|
+
"driver.botAadApp.create.description": "yeni bir bot oluşturun veya mevcut Azure Active Directory botu kullanın.",
|
|
679
482
|
"driver.botAadApp.log.startExecuteDriver": "%s eylemi yürütülüyor",
|
|
680
483
|
"driver.botAadApp.log.successExecuteDriver": "%s işlemi başarıyla yürütüldü",
|
|
681
484
|
"driver.botAadApp.log.failExecuteDriver": "%s eylemi yürütülemiyor. Hata iletisi: %s",
|
|
682
|
-
"driver.botAadApp.log.successCreateBotAad": "
|
|
683
|
-
"driver.botAadApp.log.useExistingBotAad": "
|
|
485
|
+
"driver.botAadApp.log.successCreateBotAad": "%s istemci kimlikli Azure Active Directory uygulaması oluşturuldu.",
|
|
486
|
+
"driver.botAadApp.log.useExistingBotAad": "%s istemci kimlikli mevcut Azure Active Directory uygulaması kullanıldı.",
|
|
684
487
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot parolası boş. Bot kimliği/parola çiftinin yeniden oluşturulması için env dosyasına ekleyin veya bot kimliğini silin. Eylem: %s.",
|
|
685
488
|
"driver.arm.description.deploy": "Verilen ARM şablonlarını Azure'a dağıtın.",
|
|
686
489
|
"driver.arm.deploy.progressBar.message": "ARM şablonları Azure'a dağıtılıyor...",
|
|
687
|
-
"debug.warningMessage": "
|
|
490
|
+
"debug.warningMessage": "Teams'de uygulama hataları ayıklamak için localhost sunucunuz HTTPS üzerinde olmalıdır.\nTeams'in araç seti tarafından kullanılan otomatik olarak imzalanmış SSL sertifikasına güvenmesi için, sertifika deponuza otomatik olarak imzalanmış bir sertifika eklenmelidir.\n Bu adımı atlayabilirsiniz, ancak Teams'de uygulamalarınızın hatalarını ayıklarken yeni bir tarayıcı penceresinde güvenli bağlantıya el ile güvenmeniz gerekecek.\nDaha fazla bilgi için \"https://aka.ms/teamsfx-ca-certificate\"sayfasına bakın.",
|
|
688
491
|
"debug.warningMessage2": " Sertifikayı yüklerken hesap kimlik bilgilerinizi sağlamanız istenebilir.",
|
|
689
492
|
"debug.install": "Yükle",
|
|
690
493
|
"driver.spfx.deploy.description": "SPFx paketini SharePoint uygulama kataloğuna dağıtır.",
|
|
@@ -693,99 +496,81 @@
|
|
|
693
496
|
"driver.spfx.deploy.deployPackage": "SPFx paketini kiracı uygulama kataloğuna dağıtın.",
|
|
694
497
|
"driver.spfx.deploy.skipCreateAppCatalog": "SharePoint uygulama kataloğu oluşturma adımına geçin.",
|
|
695
498
|
"driver.spfx.deploy.uploadPackage": "SPFx paketini kiracı uygulama kataloğuna yükleyin.",
|
|
696
|
-
"driver.spfx.info.tenantAppCatalogCreated": "
|
|
697
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "
|
|
698
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
499
|
+
"driver.spfx.info.tenantAppCatalogCreated": "%s SharePoint kiracı uygulama kataloğu oluşturuldu, etkin olması için birkaç dakika bekleyin.",
|
|
500
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "Kiracı uygulama kataloğu bulunamadı, yeniden deneyin: %s",
|
|
501
|
+
"driver.spfx.error.failedToGetAppCatalog": "Oluşturulduktan sonra Uygulama Kataloğu site URL'si alınamıyor. Birkaç dakika bekleyip yeniden denemeniz gerekebilir.",
|
|
699
502
|
"driver.spfx.error.noValidAppCatelog": "Kiracınızda geçerli bir uygulama kataloğu yok. Teams Araç Seti’nin sizin için katalog oluşturmasını istiyorsanız %s konumundaki 'createAppCatalogIfNotExist' özelliğini true olarak güncelleştirin veya kendiniz katalog oluşturun.",
|
|
700
503
|
"driver.spfx.add.description": "SPFx projesine ek web bölümü ekleyin",
|
|
701
|
-
"driver.spfx.add.successNotice": "
|
|
504
|
+
"driver.spfx.add.successNotice": "%s web bölümü projeye başarıyla eklendi.",
|
|
702
505
|
"driver.spfx.add.progress.title": "Web bölümü yapı iskelesi oluşturuluyor",
|
|
703
506
|
"driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI kullanarak SPFx web bölümü oluşturun",
|
|
704
507
|
"driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools denetlenemiyor ve yüklenemiyor.",
|
|
705
508
|
"driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK denetlenemiyor ve yüklenemiyor.",
|
|
706
|
-
"driver.prerequisite.error.testToolInstallationError": "Teams Uygulama Test Aracı denetlenemiyor ve yüklenemiyor.",
|
|
707
509
|
"driver.prerequisite.description": "Bağımlılıklar yükleniyor.",
|
|
708
510
|
"driver.prerequisite.progressBar": "Geliştirme araçları denetlenip yükleniyor.",
|
|
709
511
|
"driver.prerequisite.summary.devCert.trusted.succuss": "localhost için geliştirme sertifikası yüklü.",
|
|
710
512
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost için geliştirme sertifikası oluşturuldu.",
|
|
711
513
|
"driver.prerequisite.summary.devCert.skipped": "localhost için geliştirme sertifikasına güvenmeyi atla.",
|
|
712
|
-
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools
|
|
713
|
-
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools
|
|
514
|
+
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools, %s konumunda yüklü.",
|
|
515
|
+
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools yüklü.",
|
|
714
516
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK, %s konumunda yüklü.",
|
|
715
517
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK yüklü.",
|
|
716
|
-
"driver.
|
|
717
|
-
"driver.
|
|
718
|
-
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
719
|
-
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
518
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "Ortam dosyasında değişkenleri oluşturun veya güncelleştirin.",
|
|
519
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "Değişkenler %s konumunda başarıyla oluşturuldu.",
|
|
720
520
|
"driver.file.createOrUpdateJsonFile.description": "JSON dosyası oluşturun veya güncelleştirin.",
|
|
721
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
521
|
+
"driver.file.createOrUpdateJsonFile.summary": "JSON dosyası, %s konumunda başarıyla oluşturuldu.",
|
|
722
522
|
"driver.file.progressBar.appsettings": "JSON dosyası oluşturuluyor...",
|
|
723
523
|
"driver.file.progressBar.env": "Ortam değişkenleri oluşturuluyor...",
|
|
724
|
-
"driver.deploy.error.restartWebAppError": "
|
|
725
|
-
"driver.deploy.notice.deployAcceleration": "
|
|
524
|
+
"driver.deploy.error.restartWebAppError": "Web uygulaması yeniden başlatılamıyor.\nUygulama düzgün çalışmıyorsa lütfen web uygulamasını kendiniz yeniden başlatmayı deneyin.",
|
|
525
|
+
"driver.deploy.notice.deployAcceleration": "Azure App Service’ine dağıtım uzun sürer. Dağıtımınızı iyileştirmek için bu belgeye başvurabilirsiniz:",
|
|
726
526
|
"driver.deploy.notice.deployDryRunComplete": "Dağıtım hazırlıkları tamamlandı. Paketi `%s` içinde bulabilirsiniz",
|
|
727
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s`
|
|
728
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s`
|
|
729
|
-
"driver.deploy.azureStorageDeployDetailSummary": "`%s`
|
|
730
|
-
"driver.deploy.enableStaticWebsiteSummary": "Azure
|
|
731
|
-
"driver.deploy.
|
|
732
|
-
"driver.deploy.deployToAzureAppServiceDescription": "projeyi Azure App Service’e dağıtın.",
|
|
527
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s` Azure App Service’a başarıyla dağıtıldı.",
|
|
528
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s` Azure İşlevlerine başarıyla dağıtıldı.",
|
|
529
|
+
"driver.deploy.azureStorageDeployDetailSummary": "`%s` Microsoft Azure Depolama'ya başarıyla dağıtıldı.",
|
|
530
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure Depolama statik web sitesini başarıyla etkinleştirdi.",
|
|
531
|
+
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
|
|
733
532
|
"driver.deploy.deployToAzureFunctionsDescription": "projeyi Azure İşlevleri’ne dağıtın.",
|
|
734
533
|
"driver.deploy.deployToAzureStorageDescription": "projeyi Azure Depolama’ya dağıtın.",
|
|
735
|
-
"driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
|
|
736
534
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Depolama’da statik web sitesi ayarını etkinleştirin.",
|
|
737
535
|
"driver.common.suggestion.retryLater": "Lütfen tekrar deneyin.",
|
|
738
536
|
"driver.common.FailRetrieveAzureCredentialsRemoteError": "Uzak hizmet hatası nedeniyle Azure kimlik bilgileri alınamıyor.",
|
|
739
537
|
"driver.script.dotnetDescription": "dotnet komutu çalıştırılıyor.",
|
|
740
538
|
"driver.script.npmDescription": "npm komutu çalıştırılıyor.",
|
|
741
539
|
"driver.script.npxDescription": "npx komutu çalıştırılıyor.",
|
|
742
|
-
"driver.script.runCommandSummary": "`%s`
|
|
743
|
-
"driver.m365.acquire.description": "
|
|
540
|
+
"driver.script.runCommandSummary": "`%s` konumunda `%s` komutunun başarıyla yürütülmesi.",
|
|
541
|
+
"driver.m365.acquire.description": "uygulama paketiyle birlikte Microsoft 365 başlığı alın",
|
|
744
542
|
"driver.m365.acquire.progress.message": "Uygulama paketiyle birlikte Microsoft 365 başlığı alınıyor...",
|
|
745
|
-
"driver.m365.acquire.summary": "Microsoft 365
|
|
543
|
+
"driver.m365.acquire.summary": "Microsoft 365 başlığı başarıyla alındı (%s).",
|
|
746
544
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "oluşturulan Teams uygulama paketini SPFx çözümüne kopyalar.",
|
|
747
|
-
"driver.teamsApp.description.createDriver": "
|
|
748
|
-
"driver.teamsApp.description.updateDriver": "
|
|
749
|
-
"driver.teamsApp.description.publishDriver": "
|
|
750
|
-
"driver.teamsApp.description.validateDriver": "
|
|
751
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
545
|
+
"driver.teamsApp.description.createDriver": "Teams uygulaması oluşturun.",
|
|
546
|
+
"driver.teamsApp.description.updateDriver": "Teams uygulamasını güncelleştirin.",
|
|
547
|
+
"driver.teamsApp.description.publishDriver": "kiracı uygulama kataloğuna bir Teams uygulaması yayımlayın.",
|
|
548
|
+
"driver.teamsApp.description.validateDriver": "Teams uygulamasını doğrulayın.",
|
|
549
|
+
"driver.teamsApp.description.createAppPackageDriver": "Teams uygulama paketi oluşturun.",
|
|
752
550
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Teams uygulama paketi, SPFx çözümüne kopyalanıyor...",
|
|
753
551
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams uygulaması oluşturuluyor...",
|
|
754
552
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams uygulaması güncelleştiriliyor...",
|
|
755
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
553
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams uygulamasının kiracı Uygulama Kataloğuna zaten gönderilip gönderilmediği kontrol ediliyor",
|
|
756
554
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Yayımlanan Teams uygulamasını güncelleştir",
|
|
757
555
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams uygulaması yayımlanıyor...",
|
|
758
|
-
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
759
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
|
|
760
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
|
|
761
556
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "%s kimlikli Teams uygulaması zaten var, yeni bir Teams uygulaması oluşturma atlandı.",
|
|
762
557
|
"driver.teamsApp.summary.publishTeamsAppExists": "%s kimlikli Teams uygulaması, kuruluşun uygulama deposunda zaten var.",
|
|
763
558
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "%s kimlikli Teams uygulaması, kuruluşun uygulama deposunda yok.",
|
|
764
559
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "%s Teams uygulaması yönetici portalında başarıyla yayımlandı.",
|
|
765
560
|
"driver.teamsApp.summary.copyAppPackageSuccess": "%s Teams uygulaması %s uygulamasına başarıyla kopyalandı.",
|
|
766
561
|
"driver.teamsApp.summary.copyIconSuccess": "%s altında %s yeni simge(ler) başarıyla güncelleştirildi.",
|
|
767
|
-
"driver.teamsApp.summary.validate": "Teams
|
|
768
|
-
"driver.teamsApp.summary.
|
|
769
|
-
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
770
|
-
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
771
|
-
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
772
|
-
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
562
|
+
"driver.teamsApp.summary.validate": "Teams Araç Seti tüm doğrulama kuralları ile denetlendi:\n\nÖzet:\n%s.\n%s\n%s\n\nDoğrulamaların tam günlüğü burada bulunabilir: %s",
|
|
563
|
+
"driver.teamsApp.summary.validateManifest": "Teams Araç Seti, bildirimi şemasıyla birlikte kontrol etti:\n\nÖzet:\n%s.\n%s\n",
|
|
773
564
|
"driver.teamsApp.summary.validate.succeed": "%s geçti",
|
|
774
565
|
"driver.teamsApp.summary.validate.failed": "%s başarısız oldu",
|
|
775
566
|
"driver.teamsApp.summary.validate.warning": "%s uyarısı",
|
|
776
|
-
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
777
567
|
"driver.teamsApp.summary.validate.all": "Tümü",
|
|
778
|
-
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
779
|
-
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
780
|
-
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
781
568
|
"driver.teamsApp.validate.result": "Teams Araç Seti, uygulama paketinizi doğrulama kuralları ile denetlemeyi tamamladı.",
|
|
782
569
|
"driver.teamsApp.validate.result.display": "Teams Araç Seti, uygulama paketinizi doğrulama kurallarına göre denetlemeyi tamamladı. %s. Ayrıntılar için [Çıkış panelini](command:fx-extension.showOutputChannel) kontrol edin.",
|
|
783
570
|
"error.teamsApp.validate.apiFailed": "Teams uygulama paketi doğrulaması, %s nedeniyle başarısız oldu",
|
|
784
571
|
"error.teamsApp.validate.apiFailed.display": "Teams uygulama paketi doğrulanamadı. Ayrıntılar için [Çıkış panelini](command:fx-extension.showOutputChannel) denetleyin.",
|
|
785
|
-
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
786
572
|
"error.teamsApp.AppIdNotExistError": "%s kimliğine sahip Teams uygulaması Teams Geliştirici Portalında bulunmuyor.",
|
|
787
573
|
"error.teamsApp.InvalidAppIdError": "%s Teams uygulama kimliği geçersiz, GUID olmalıdır.",
|
|
788
|
-
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
789
574
|
"driver.botFramework.description": "dev.botframework.com üzerinde bot kaydını oluşturur veya güncelleştirir",
|
|
790
575
|
"driver.botFramework.summary.create": "Bot kaydı başarıyla oluşturuldu (%s).",
|
|
791
576
|
"driver.botFramework.summary.update": "Bot kaydı başarıyla güncelleştirildi (%s).",
|
|
@@ -800,62 +585,53 @@
|
|
|
800
585
|
"error.yaml.LifeCycleUndefinedError": "'%s' yaşam döngüsü tanımlanmadı, yaml dosyası: %s",
|
|
801
586
|
"error.yaml.InvalidActionInputError": "'%s' eylemi, %s parametreleri eksik olduğundan veya sağlanan YAML dosyasında (%s) geçersiz değere sahip olduğundan tamamlanamıyor. Gerekli parametrelerin sağlandığından ve geçerli değerlere sahip olduklarından emin olup yeniden deneyin.",
|
|
802
587
|
"error.common.InstallSoftwareError": "%s yüklenemiyor. Visual Studio Code’da Araç Seti'ni kullanıyorsanız el ile yükleyip Visual Studio Code’u yeniden başlatabilirsiniz.",
|
|
803
|
-
"error.common.
|
|
804
|
-
"error.common.
|
|
805
|
-
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
806
|
-
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
588
|
+
"error.common.MissingEnvironmentVariablesError": "Şu ortam değişkenleri eksik olduğundan program devam edemiyor: '%s'. Bu değişkenler şu dosya için gereklidir: %s. '%s' .env dosyasını doğru ad ve değerlerle düzenleyerek ya da sistem ortam değişkenlerini doğru ad ve değerlerle ayarlayarak gerekli değişkenlerin ayarlandığından emin olun. Teams Araç Seti ile oluşturulan yeni bir projeyle geliştiriyorsanız sağlama veya hata ayıklama çalıştırıldığında bu ortam değişkenleri için doğru değerler kaydedilir.",
|
|
589
|
+
"error.common.InvalidProjectError": "Bu komut yalnızca Teams Araç Seti tarafından oluşturulan proje için çalışır.",
|
|
807
590
|
"error.common.FileNotFoundError": "Dosya veya dizin bulunamadı: '%s'. Mevcut olup olmadığını ve buna erişim izninizin olup olmadığını denetleyin.",
|
|
808
591
|
"error.common.JSONSyntaxError": "JSON söz dizimi hatası: %s. JSON söz dizimini doğru biçimlendirilmiş olduğundan emin olmak için denetleyin.",
|
|
809
592
|
"error.common.ReadFileError": "Dosya şu nedenle okunamıyor: %s",
|
|
810
593
|
"error.common.UnhandledError": "%s görevi yapılırken beklenmeyen bir hata oluştu. %s",
|
|
811
594
|
"error.common.WriteFileError": "Dosya şu nedenle yazılamıyor: %s",
|
|
812
|
-
"error.common.FilePermissionError": "
|
|
595
|
+
"error.common.FilePermissionError": "Dosya işleme izin verilmiyor, gerekli izinlere sahip olduğundan emin olun: %s",
|
|
813
596
|
"error.common.MissingRequiredInputError": "Gerekli giriş eksik: %s",
|
|
814
|
-
"error.common.InputValidationError": "
|
|
597
|
+
"error.common.InputValidationError": "'%s' girişi doğrulanamadı: %s",
|
|
815
598
|
"error.common.NoEnvFilesError": ".env dosyaları bulunamıyor.",
|
|
816
599
|
"error.common.MissingRequiredFileError": "%s gerekli dosyası yok `%s`",
|
|
817
|
-
"error.common.HttpClientError": "
|
|
818
|
-
"error.common.HttpServerError": "
|
|
819
|
-
"error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
|
|
600
|
+
"error.common.HttpClientError": "%s görevi gerçekleştirilirken bir http istemcisi hatası oluştu. Hata yanıtı: %s",
|
|
601
|
+
"error.common.HttpServerError": "%s görevi gerçekleştirilirken bir http sunucusu hatası oluştu. Lütfen daha sonra yeniden deneyin. Hata yanıtı: %s",
|
|
820
602
|
"error.common.ConcurrentError": "Önceki görev hâlâ çalışıyor. Önceki göreviniz bitene kadar bekleyip yeniden deneyin.",
|
|
821
|
-
"error.
|
|
822
|
-
"error.
|
|
823
|
-
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
824
|
-
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
603
|
+
"error.upgrade.NoNeedUpgrade": "Bu proje zaten en son proje, yükseltmeye gerek yok.",
|
|
604
|
+
"error.collaboration.InvalidManifestError": "'id' anahtarı eksik olduğundan bildirim dosyanız ('%s') işlenemiyor. Uygulamanızı doğru şekilde tanımlamak için lütfen bildirim dosyasında 'id' anahtarının mevcut olduğundan emin olun.",
|
|
825
605
|
"error.collaboration.FailedToLoadManifest": "Bildirim dosyası yüklenemiyor. Neden: %s.",
|
|
826
|
-
"error.azure.InvalidAzureCredentialError": "
|
|
827
|
-
"error.azure.InvalidAzureSubscriptionError": "
|
|
828
|
-
"error.azure.ResourceGroupConflictError": "
|
|
606
|
+
"error.azure.InvalidAzureCredentialError": "Azure kimlik bilgileriniz alınamıyor. Azure hesabı kimlik bilgilerinizin uygun şekilde doğrulandığını kontrol edip yeniden deneyin.",
|
|
607
|
+
"error.azure.InvalidAzureSubscriptionError": "'%s' Azure aboneliği geçerli hesabınızda kullanılamıyor. Doğru Azure hesabıyla oturum açtığınızdan ve aboneliğe erişmek için gerekli izinlere sahip olduğunuzdan emin olun.",
|
|
608
|
+
"error.azure.ResourceGroupConflictError": "'%s' kaynak grubu zaten '%s' aboneliğinde mevcut. Farklı bir ad seçmeyi veya göreviniz için mevcut kaynak grubunu kullanmayı düşünün.",
|
|
829
609
|
"error.azure.SelectSubscriptionError": "Geçerli hesapta abonelik seçilemiyor.",
|
|
830
|
-
"error.azure.ResourceGroupNotExistError": "
|
|
610
|
+
"error.azure.ResourceGroupNotExistError": "'%s' kaynak grubu '%s' aboneliğinde bulunamıyor.",
|
|
831
611
|
"error.azure.CreateResourceGroupError": "'%s' kaynak grubu, '%s' aboneliğinde şu hata nedeniyle oluşturulamıyor: %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
832
612
|
"error.azure.CheckResourceGroupExistenceError": "''%s' kaynak grubunun varlığı %s' aboneliğinde şu hata nedeniyle denetlenemiyor: %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
833
613
|
"error.azure.ListResourceGroupsError": "'%s' aboneliğindeki kaynak grupları şu hata nedeniyle alınamıyor: %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
834
614
|
"error.azure.GetResourceGroupError": "'%s' aboneliğinde '%s' kaynak grubunun bilgileri, %s hatası nedeniyle denetlenemiyor. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
835
615
|
"error.azure.ListResourceGroupLocationsError": "'%s' aboneliği için kullanılabilir kaynak grubu konumları alınamıyor.",
|
|
836
|
-
"error.m365.M365TokenJSONNotFoundError": "
|
|
837
|
-
"error.m365.M365TenantIdNotFoundInTokenError": "
|
|
838
|
-
"error.m365.M365TenantIdNotMatchError": "
|
|
616
|
+
"error.m365.M365TokenJSONNotFoundError": "Microsoft 365 belirteci için JSON nesnesi alınamıyor. Hesabınızın kiracıya erişim yetkisine sahip olduğundan ve belirteç JSON nesnesinin geçerli olduğundan emin olun.",
|
|
617
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "Belirteç JSON nesnesinde Microsoft 365 kiracı kimliği alınamıyor. Hesabınızın kiracıya erişim yetkisine sahip olduğundan ve belirteç JSON nesnesinin geçerli olduğundan emin olun.",
|
|
618
|
+
"error.m365.M365TenantIdNotMatchError": "Kimlik doğrulaması başarısız oldu. Şu anda .env dosyasında belirtilenden (TEAMS_APP_TENANT_ID='%s') farklı bir Microsoft 365 kiracısında oturum açtınız. Bu sorunu çözmek ve geçerli oturum açmış kiracınıza geçmek için lütfen .env dosyasından '%s' değerlerini kaldırıp yeniden deneyin.",
|
|
839
619
|
"error.arm.CompileBicepError": "'%s' yolunda bulunan Bicep dosyaları JSON ARM şablonlarına derlenemiyor. %s hata iletisi döndürüldü. Bicep dosyalarında söz dizimi veya yapılandırma hatalarını kontrol edip yeniden deneyin.",
|
|
840
620
|
"error.arm.DownloadBicepCliError": "Bicep cli indirilemiyor şuradan indirilemiyor: '%s'. Hata iletisi: %s. Hatayı düzeltip yeniden deneyin veya teamsapp.yml yapılandırma dosyasındaki bicepCliVersion yapılandırmasını kaldırın. Teams Araç Seti, PATH yolundaki bicep CLI’yi kullanır",
|
|
841
|
-
"error.arm.DeployArmError.Notification": "
|
|
842
|
-
"error.arm.DeployArmError": "
|
|
843
|
-
"error.arm.GetArmDeploymentError": "
|
|
844
|
-
"error.arm.ConvertArmOutputError": "
|
|
845
|
-
"error.deploy.DeployEmptyFolderError": "
|
|
846
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "
|
|
847
|
-
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
848
|
-
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
621
|
+
"error.arm.DeployArmError.Notification": "'%s' dağıtım adı için ARM şablonları '%s' kaynak grubunda dağıtılamadı. Daha fazla ayrıntı için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
622
|
+
"error.arm.DeployArmError": "'%s' dağıtım adı için ARM şablonları, %s nedeniyle '%s' kaynak grubunda dağıtılamadı.",
|
|
623
|
+
"error.arm.GetArmDeploymentError": "'%s' dağıtım adı için ARM şablonları '%s' kaynak grubunda şu nedenle dağıtılamadı: %s. \nAyrıntılı hata iletisi şu nedenle alınamıyor: %s. \nDağıtım hatası için portaldaki %s kaynak grubuna başvurun.",
|
|
624
|
+
"error.arm.ConvertArmOutputError": "ARM dağıtım sonucu, eylem çıkışına dönüştürülemiyor, ARM dağıtım sonucunda yinelenen bir '%s' anahtarı var.",
|
|
625
|
+
"error.deploy.DeployEmptyFolderError": "Dağıtım klasöründe dosya bulunamadı: '%s'. Lütfen klasörün boş olmadığından ve gerekli tüm dosyaların dahil edildiğinden emin olun.",
|
|
626
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "İşlem zaman aşımına uğradığından dağıtım durumu denetlenemiyor. İnternet bağlantınızı kontrol edip yeniden deneyin. Sorun devam ederse lütfen olası sorunları belirlemek için Azure portalda dağıtım günlüklerini (Dağıtım -> Dağıtım merkezi -> Günlükler) gözden geçirin.",
|
|
849
627
|
"error.deploy.GetPublishingCredentialsError.Notification": "'%s' uygulama yayımlama kimlik bilgileri '%s' kaynak grubunda alınamıyor. Daha fazla ayrıntı için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
850
|
-
"error.deploy.GetPublishingCredentialsError": "
|
|
628
|
+
"error.deploy.GetPublishingCredentialsError": "'%s' uygulama yayımlama kimlik bilgileri '%s' kaynak grubunda şu nedenle alınamıyor:\n %s.\n Öneriler:\n 1. Uygulama adının ve kaynak grubu adının doğru yazıldığından ve geçerli olduğundan emin olun. \n 2. Azure hesabınızın API'ye erişmek için gerekli izinlere sahip olduğunu doğrulayın. Rolünüzü yükseltmeniz veya yöneticiden ek izinler istemeniz gerekebilir. \n 3. Hata iletisi kimlik doğrulama hatası veya ağ sorunu gibi belirli bir neden içeriyorsa hatayı çözmek için bu sorunu özel olarak araştırıp yeniden deneyin. \n 4. API'yi şu sayfada test edebilirsiniz: '%s'",
|
|
851
629
|
"error.deploy.DeployZipPackageError.Notification": "Zip paketi şu uç noktaya dağıtılamıyor: '%s'. Daha fazla ayrıntı için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun ve yeniden deneyin.",
|
|
852
|
-
"error.deploy.DeployZipPackageError": "
|
|
853
|
-
"error.deploy.CheckDeploymentStatusError": "
|
|
854
|
-
"error.deploy.DeployRemoteStartError": "
|
|
855
|
-
"error.script.ScriptTimeoutError": "
|
|
856
|
-
"error.script.
|
|
857
|
-
"error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
|
|
858
|
-
"error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
630
|
+
"error.deploy.DeployZipPackageError": "Zip paketi, Azure'da '%s' uç noktasına şu hata nedeniyle dağıtılamıyor: %s. \nÖneriler:\n 1. Azure hesabınızın API'ye erişmek için gerekli izinlere sahip olduğunu doğrulayın. \n 2. Uç noktanın Azure'da düzgün yapılandırıldığını ve gerekli kaynakların sağlandığını doğrulayın. \n 3. Zip paketinin geçerli ve hatasız olduğundan emin olun. \n 4. Hata iletisi, kimlik doğrulama hatası veya ağ sorunu gibi bir neden belirtiyorsa hatayı düzeltip yeniden deneyin. \n 5. Hata devam ederse, paketi şu bağlantıdaki yönergeleri izleyerek el ile dağıtmayı deneyebilirsiniz: '%s'",
|
|
631
|
+
"error.deploy.CheckDeploymentStatusError": "'%s' konumu için dağıtım durumu şu hata nedeniyle denetlenemiyor: %s. Sorun devam ederse lütfen olası sorunları belirlemek için Azure portalda dağıtım günlüklerini (Dağıtım -> Dağıtım merkezi -> Günlükler) gözden geçirin.",
|
|
632
|
+
"error.deploy.DeployRemoteStartError": "Paket '%s' konumu için Azure’a başarıyla dağıtıldı, ancak uygulama şu hata nedeniyle başlatılamıyor: %s.\n Neden açıkça belirtilmemişse sorunu gidermek için uygulayabileceğiniz öneriler aşağıdadır:\n 1. Uygulama günlüklerini denetleyin: Sorunun kök nedenini belirlemek için uygulama günlüklerinin hata iletilerini veya yığın izlemelerini denetleyin.\n 2. Azure yapılandırmasını denetleyin: Bağlantı dizeleri ve uygulama ayarları dahil Azure yapılandırmasının doğru olduğundan emin olun.\n 3. Uygulama kodunu denetleyin: Soruna neden olan herhangi bir söz dizimi veya mantık hatası olup olmadığını görmek için kodu gözden geçirin.\n 4. Bağımlılıkları denetleyin: Uygulama için gerekli tüm bağımlılıkların doğru şekilde yüklenip güncelleştirildiğini doğrulayın.\n 5. Uygulamayı yeniden başlatın: Sorunun çözülüp çözülmediğini görmek için uygulamayı Azure'da yeniden başlatmayı deneyin.\n 6. Kaynak ayırmayı denetleyin: Azure örneği için kaynak ayırmanın uygulama ve iş yükü için uygun olduğundan emin olun.\n 7. Azure desteğinden yardım alın: Sorun devam ederse daha fazla yardım için Azure desteğine başvurun.",
|
|
633
|
+
"error.script.ScriptTimeoutError": "Betik yürütme zaman aşımı: %s. YAML'de 'timeout' parametresini ayarlayın veya betiğinizin verimliliğini geliştirin.",
|
|
634
|
+
"error.script.ScriptExecutionError": "Betik ('%s') yürütme hatası: %s",
|
|
859
635
|
"error.deploy.AzureStorageClearBlobsError.Notification": "'%s' Azure Depolama Hesabındaki blob dosyaları temizlenemiyor. Daha fazla bilgi için [Çıkış paneli](command:fx-extension.showOutputChannel) bölümüne başvurun.",
|
|
860
636
|
"error.deploy.AzureStorageClearBlobsError": "'%s' Azure Depolama Hesabında blob dosyaları temizlenemiyor. Azure'dan gelen hata yanıtları şunlardır:\n %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
861
637
|
"error.deploy.AzureStorageUploadFilesError.Notification": "'%s' yerel klasörü, '%s' Azure Depolama Hesabına yüklenemiyor. Daha fazla bilgi için [Çıkış paneli](command:fx-extension.showOutputChannel) bölümüne başvurun.",
|
|
@@ -866,38 +642,6 @@
|
|
|
866
642
|
"error.deploy.AzureStorageGetContainerPropertiesError": "'%s' kapsayıcısının özellikleri, '%s' Azure Depolama hesabında şu hata nedeniyle alınamıyor: %s. Azure'dan gelen hata yanıtları şunlardır:\n %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
867
643
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "'%s' kapsayıcısının özellikleri '%s' Azure Depolama Hesabında şu nedenle ayarlanamıyor: %s. Daha fazla ayrıntı için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
868
644
|
"error.deploy.AzureStorageSetContainerPropertiesError": "'%s' Azure Depolama hesabında '%s' kapsayıcısının özellikleri, %s hatası nedeniyle ayarlanamıyor. Azure'dan gelen hata yanıtları şunlardır:\n %s. \nHata iletisinde neden belirtiliyorsa hatayı düzeltip yeniden deneyin.",
|
|
869
|
-
"error.core.failedToLoadManifestId": "
|
|
870
|
-
"error.core.appIdNotExist": "
|
|
871
|
-
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
872
|
-
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
873
|
-
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
874
|
-
"driver.aadApp.apiKey.title.update": "Updating API key...",
|
|
875
|
-
"driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
|
|
876
|
-
"driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
|
|
877
|
-
"driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
878
|
-
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
879
|
-
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
880
|
-
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
881
|
-
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
882
|
-
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
883
|
-
"driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
884
|
-
"driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
|
|
885
|
-
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
886
|
-
"driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
|
|
887
|
-
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
888
|
-
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
889
|
-
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
890
|
-
"driver.oauth.title.create": "Creating OAuth registration...",
|
|
891
|
-
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
892
|
-
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
893
|
-
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
894
|
-
"driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
|
|
895
|
-
"driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
|
|
896
|
-
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
897
|
-
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
898
|
-
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
899
|
-
"driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
|
|
900
|
-
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
901
|
-
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
902
|
-
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
645
|
+
"error.core.failedToLoadManifestId": "Bildiri kimliği şu yoldan yüklenemiyor: %s. Önce provizyonu çalıştırmalısınız.",
|
|
646
|
+
"error.core.appIdNotExist": "Uygulama kimliği bulunamıyor: %s. Geçerli M365 hesabınızda izin yok veya uygulama silinmiş olabilir."
|
|
903
647
|
}
|