Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turkish translation updated #4572

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vscode/microsoft-kiota/l10n/bundle.l10n.tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Generate an API client": "Bir API istemcisi oluşturun",
"Choose a name for the client class": "İstemci sınıfı için bir isim seçin",
"Choose a name for the client class namespace": "İstemci sınıfı isim alanı için bir isim seçin",
"Enter an output path relative to the root of the project": "Proje köküne göre bir çıktı yolu girin",
"Enter an output path relative to the root of the project": "Proje kök dizinine göre bir çıktı yolu girin",
"Pick a language": "Bir dil seçin",
"Downloading kiota requires an internet connection. Please check your connection and try again.": "Kiota'nın indirilmesi bir internet bağlantısı gerektirir. Lütfen bağlantınızı kontrol edin ve tekrar deneyin.",
"Kiota download failed. Try closing all Visual Studio Code windows and open only one. Check the extension host logs for more information.": "Kiota indirme işlemi başarısız oldu. Tüm Visual Studio Code pencerelerini kapatmayı ve yalnızca birini açmayı deneyin. Daha fazla bilgi için extension host loglarını kontrol edin.",
Expand All @@ -32,7 +32,7 @@
"Open a lock file": "Bir kilit dosyası açın",
"Filter the API description": "API açıklamasını filtreleyin",
"Enter a filter": "Filtre girin",
"Searching...": "Araştırıcı...",
"Searching...": "Aranıyor...",
"A path or URL to an API manifest": "API manifestinin yolu veya URLsi",
"Open an API manifest": "API manifestini açın",
"Invalid URL, please check the documentation for the supported URLs": "Geçersiz URL, lütfen desteklenen URL'ler için dokümanları kontrol edin",
Expand Down
2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/package.nls.tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"kiota.generate.backingStore.description": "Modeller için yedekleme deposunu etkinleştirir",
"kiota.generate.excludeBackwardCompatible.description": "Geriye dönük olarak uyumlu ve eski varlıkları oluşturulan sonuçtan hariç tutar. Yeni müşteriler için kullanılmalı",
"kiota.cleanOutput.description": "Kod dosyalarını oluşturmadan önce çıktı dizinindeki tüm dosyaları kaldırır",
"kiota.generate.disabledValidationRules.description": "OpenAPI açıklama doğrulama kuralları olarak belirlenir: \nDivergentResponseSchema\nGetWithBody\nInconsistentTypeFormatPair\nKnownAndNotSupportedFormats\nMissingDiscriminator\nMultipleServerEntries\nNoContentWithBody\nNoServerEntry\nUrlFormEncodedComplex\nValidationRuleSetExtensions\nAll",
"kiota.generate.disabledValidationRules.description": "Devre dışı bırakılacak OpenAPI açıklama doğrulama kuralları: \nDivergentResponseSchema\nGetWithBody\nInconsistentTypeFormatPair\nKnownAndNotSupportedFormats\nMissingDiscriminator\nMultipleServerEntries\nNoContentWithBody\nNoServerEntry\nUrlFormEncodedComplex\nValidationRuleSetExtensions\nAll",
"kiota.clearCache.description": "Önbelleğe alınmış tüm verileri temizler",
"kiota.generate.serializer.description": "Serileştiriciler için tam nitelikli sınıf adları",
"kiota.generate.deserializer.description": "Seri durumdan çıkarma işlemleri için tam nitelikli sınıf adları",
Expand Down
Loading