-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Turkish translations for theme labels
- Loading branch information
1 parent
12afb9e
commit 0f6d9b3
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
packages/docusaurus-theme-classic/codeTranslations/tr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"theme.AnnouncementBar.closeButtonAriaLabel": "Kapat", | ||
"theme.CodeBlock.copied": "Kopyalandı", | ||
"theme.CodeBlock.copy": "Kopyala", | ||
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala", | ||
"theme.NotFound.p1": "Aradığınız şeyi bulamadık.", | ||
"theme.NotFound.p2": "Lütfen sizi orijinal URL'ye yönlendiren sitenin sahibiyle iletişime geçin ve bağlantısının bozuk olduğunu bildirin.", | ||
"theme.NotFound.title": "Sayfa Bulunamadı", | ||
"theme.Playground.liveEditor": "Canlı Düzenleyici", | ||
"theme.Playground.result": "Sonuç", | ||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Kapat", | ||
"theme.PwaReloadPopup.info": "Yeni sürüm mevcut", | ||
"theme.PwaReloadPopup.refreshButtonText": "Yenile", | ||
"theme.SearchBar.label": "Ara", | ||
"theme.SearchPage.algoliaLabel": "Algolia ile Ara", | ||
"theme.SearchPage.emptyResultsTitle": "Dokümanlarda ara", | ||
"theme.SearchPage.existingResultsTitle": "Arama sonuçları", | ||
"theme.SearchPage.fetchingNewResults": "Yeni sonuçlar getiriliyor...", | ||
"theme.SearchPage.inputLabel": "Ara", | ||
"theme.SearchPage.inputPlaceholder": "Aramanızı buraya yazın", | ||
"theme.SearchPage.noResultsText": "Hiçbir sonuç bulunamadı", | ||
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu", | ||
"theme.blog.paginator.newerEntries": "Yeni Girdiler", | ||
"theme.blog.paginator.olderEntries": "Eski Girdiler", | ||
"theme.blog.post.date": "{day} {month} {year}", | ||
"theme.blog.post.nPosts": "{count} gönderi", | ||
"theme.blog.post.onePost": "Bir gönderi", | ||
"theme.blog.post.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu", | ||
"theme.blog.post.paginator.newerPost": "Daha Yeni Gönderi", | ||
"theme.blog.post.paginator.olderPost": "Daha Eski Gönderi", | ||
"theme.blog.post.readMore": "Daha Fazla", | ||
"theme.blog.post.readingTime": "{readingTime} dakikalık okuma", | ||
"theme.blog.tagTitle": "\"{tagName}\" ile etiketlenmiş {nPosts}", | ||
"theme.common.editThisPage": "Bu sayfayı düzenle", | ||
"theme.common.headingLinkTitle": "Başlığa doğrudan bağlantı", | ||
"theme.common.month.april": "Nisan", | ||
"theme.common.month.august": "Ağustos", | ||
"theme.common.month.december": "Aralık", | ||
"theme.common.month.february": "Şubat", | ||
"theme.common.month.january": "Ocak", | ||
"theme.common.month.july": "Temmuz", | ||
"theme.common.month.june": "Haziran", | ||
"theme.common.month.march": "Mart", | ||
"theme.common.month.may": "Mayıs", | ||
"theme.common.month.november": "Kasım", | ||
"theme.common.month.october": "Ekim", | ||
"theme.common.month.september": "Eylül", | ||
"theme.common.skipToMainContent": "Ana içeriğe geç", | ||
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu", | ||
"theme.docs.paginator.next": "Sonraki", | ||
"theme.docs.paginator.previous": "Önceki", | ||
"theme.docs.sidebar.collapseButtonAriaLabel": "Kenar çubuğunu daralt", | ||
"theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt", | ||
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet", | ||
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet", | ||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Menüyü kapat", | ||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Menüyü aç", | ||
"theme.docs.versions.latestVersionLinkLabel": "en son sürüm", | ||
"theme.docs.versions.latestVersionSuggestionLabel": "Güncel belgeler için bkz. {latestVersionLink} ({versionLabel}).", | ||
"theme.docs.versions.unmaintainedVersionLabel": "Bu, {siteTitle} {versionLabel} dokümantasyonudur ve bakımı sonlanmıştır.", | ||
"theme.docs.versions.unreleasedVersionLabel": "Bu, {siteTitle} {versionLabel} sürümü için yayınlanmamış dokümantasyondur.", | ||
"theme.lastUpdated.atDate": "{date}", | ||
"theme.lastUpdated.byUser": "{user}", | ||
"theme.lastUpdated.lastUpdatedAtBy": "En son {atDate} tarihinde {byUser} tarafından güncellendi", | ||
"theme.tags.tagsListLabel": "Etiketler:", | ||
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle", | ||
"theme.tags.tagsPageTitle": "Etiketler" | ||
} |