Skip to content

Commit

Permalink
feat(v2): Add Turkish translations for theme labels (#4312)
Browse files Browse the repository at this point in the history
* Add Turkish translations for theme labels

* Fix: better handle last update switches
  • Loading branch information
caglarturali committed Mar 2, 2021
1 parent 603c202 commit 9413ba9
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/tr.json
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} tarihinde",
"theme.lastUpdated.byUser": "{user} tarafından",
"theme.lastUpdated.lastUpdatedAtBy": "En son{atDate}{byUser} güncellendi",
"theme.tags.tagsListLabel": "Etiketler:",
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
"theme.tags.tagsPageTitle": "Etiketler"
}

0 comments on commit 9413ba9

Please sign in to comment.