Skip to content

Commit

Permalink
fix(theme-translations): complete Turkish theme translations #8289
Browse files Browse the repository at this point in the history
  • Loading branch information
ABB65 authored and slorber committed Jan 26, 2023
1 parent d531e50 commit b82c31b
Showing 1 changed file with 11 additions and 9 deletions.
Expand Up @@ -4,19 +4,19 @@
"theme.CodeBlock.copied": "Kopyalandı",
"theme.CodeBlock.copy": "Kopyala",
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
"theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
"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.TOCCollapsible.toggleButtonLabel": "Bu sayfada",
"theme.admonition.caution": "caution",
"theme.admonition.danger": "danger",
"theme.admonition.info": "info",
"theme.admonition.note": "note",
"theme.admonition.tip": "tip",
"theme.admonition.caution": "uyarı",
"theme.admonition.danger": "tehlike",
"theme.admonition.info": "bilgi",
"theme.admonition.note": "not",
"theme.admonition.tip": "ipucu",
"theme.blog.archive.description": "Arşiv",
"theme.blog.archive.title": "Arşiv",
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
Expand All @@ -43,12 +43,12 @@
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu",
"theme.docs.paginator.next": "Sonraki",
"theme.docs.paginator.previous": "Önceki",
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Gezinme çubuğunu kapat",
"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.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Gezinme çubuğunu aç/kapat",
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
"theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
"theme.docs.versionBadge.label": "Version: {versionLabel}",
Expand All @@ -64,5 +64,7 @@
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
"theme.tags.tagsListLabel": "Etiketler:",
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
"theme.tags.tagsPageTitle": "Etiketler"
"theme.tags.tagsPageTitle": "Etiketler",
"theme.unlistedContent.message": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
"theme.unlistedContent.title": "Listelenmeyen sayfa"
}

0 comments on commit b82c31b

Please sign in to comment.