Skip to content

Commit

Permalink
fix(theme-translations): complete turkish theme default translations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazansancar authored and slorber committed Oct 28, 2022
1 parent 9063488 commit 55c0abc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
@@ -1,7 +1,7 @@
{
"theme.IdealImageMessage.404error": "404. Image not found",
"theme.IdealImageMessage.error": "Error. Click to reload",
"theme.IdealImageMessage.load": "Click to load{sizeMessage}",
"theme.IdealImageMessage.loading": "Loading...",
"theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
"theme.IdealImageMessage.404error": "404. Resim Bulunamadı!",
"theme.IdealImageMessage.error": "Hata. Yeniden yüklemek için tıklayın",
"theme.IdealImageMessage.load": "Yüklemek için tıklayın{sizeMessage}",
"theme.IdealImageMessage.loading": "Yükleniyor...",
"theme.IdealImageMessage.offline": "Tarayıcınız çevrimdışı. Resim yüklenemedi"
}
Expand Up @@ -6,8 +6,8 @@
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
"theme.ErrorPageContent.title": "This page crashed.",
"theme.ErrorPageContent.tryAgain": "Try again",
"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ı",
Expand All @@ -27,18 +27,18 @@
"theme.blog.post.paginator.olderPost": "Daha Eski Gönderi",
"theme.blog.post.plurals": "Bir gönderi|{count} gönderi",
"theme.blog.post.readMore": "Daha Fazla",
"theme.blog.post.readMoreLabel": "Read more about {title}",
"theme.blog.post.readMoreLabel": "{title} hakkında daha fazla bilgi edinin",
"theme.blog.post.readingTime.plurals": "{readingTime} dakikalık okuma|{readingTime} dakikalık okuma",
"theme.blog.sidebar.navAriaLabel": "Blog son gönderiler navigasyonu",
"theme.blog.tagTitle": "\"{tagName}\" ile etiketlenmiş {nPosts}",
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
"theme.colorToggle.ariaLabel.mode.light": "light mode",
"theme.colorToggle.ariaLabel": "Karanlık ve aydınlık mod arasında geçiş yapın (şu anda {mode})",
"theme.colorToggle.ariaLabel.mode.dark": "Karanlık mod",
"theme.colorToggle.ariaLabel.mode.light": "Aydınlık mod",
"theme.common.editThisPage": "Bu sayfayı düzenle",
"theme.common.headingLinkTitle": "Başlığa doğrudan bağlantı",
"theme.common.skipToMainContent": "Ana içeriğe geç",
"theme.docs.DocCard.categoryDescription": "{count} items",
"theme.docs.breadcrumbs.home": "Home page",
"theme.docs.breadcrumbs.home": "Ana sayfa",
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu",
"theme.docs.paginator.next": "Sonraki",
Expand All @@ -56,7 +56,7 @@
"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.lastUpdated.lastUpdatedAtBy": "En son {atDate} {byUser} güncellendi",
"theme.navbar.mobileLanguageDropdown.label": "Languages",
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Ana menüye dön",
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
Expand Down
@@ -1,29 +1,29 @@
{
"theme.SearchBar.label": "Ara",
"theme.SearchBar.seeAll": "See all {count} results",
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
"theme.SearchModal.footer.closeText": "to close",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
"theme.SearchModal.footer.navigateText": "to navigate",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
"theme.SearchModal.footer.searchByText": "Search by",
"theme.SearchBar.seeAll": "{count} sonucun tümünü görün",
"theme.SearchModal.errorScreen.helpText": "Ağ bağlantınızı kontrol etmek isteyebilirsiniz.",
"theme.SearchModal.errorScreen.titleText": "Sonuçlar alınamadı",
"theme.SearchModal.footer.closeKeyAriaLabel": "ESC Tuşu",
"theme.SearchModal.footer.closeText": "Kapat",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Aşağı ok",
"theme.SearchModal.footer.navigateText": "yönlendir",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Yukarı ok",
"theme.SearchModal.footer.searchByText": "Şuna göre ara:",
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
"theme.SearchModal.footer.selectText": "to select",
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
"theme.SearchModal.placeholder": "Search docs",
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
"theme.SearchModal.footer.selectText": "Seç",
"theme.SearchModal.noResultsScreen.noResultsText": "için sonuç yok",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Bilmemize izin ver.",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Bu sorgunun sonuç döndürmesi gerektiğine inanıyor musunuz?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Aramayı deneyin",
"theme.SearchModal.placeholder": "Dokümanlarda ara",
"theme.SearchModal.searchBox.cancelButtonText": "İptal",
"theme.SearchModal.searchBox.resetButtonTitle": "Sorguyu temizle",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favori",
"theme.SearchModal.startScreen.noRecentSearchesText": "Son arama yok",
"theme.SearchModal.startScreen.recentSearchesTitle": "Son",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Bu aramayı favorilerden kaldır",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Bu aramayı geçmişten kaldır",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Bu aramayı kaydet",
"theme.SearchPage.algoliaLabel": "Algolia ile Ara",
"theme.SearchPage.documentsFound.plurals": "Bir döküman bulundu|{count} döküman bulundu",
"theme.SearchPage.emptyResultsTitle": "Dokümanlarda ara",
Expand Down

0 comments on commit 55c0abc

Please sign in to comment.