Files
hugo-theme-stack/i18n/tr.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.3 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
toggleMenu = "Menüyü Gizle"
darkMode = "Koyu Mod"
[list]
section = "Bölüm"
[list.page]
one = "{{ .Count }} makale"
other = "{{ .Count }} makale"
[list.subsection]
one = "Alt bölüm"
other = "Alt bölümler"
[article]
back = "Geri"
tableOfContents = "İçindekiler"
relatedContent = "Benzer içerikler"
lastUpdatedOn = "Son güncelleme"
[article.readingTime]
one = "{{ .Count }} dakika okuma süresi"
other = "{{ .Count }} dakika okuma süresi"
[article.alert]
note = "Not"
tip = "İpucu"
important = "Önemli"
warning = "Uyarı"
caution = "Dikkat"
[notFound]
title = "Bulunamadı"
subtitle = "Aradığınız sayfa mevcut değil."
[widget]
[widget.archives]
title = "Arşiv"
more = "Daha fazla"
[widget.tagCloud]
title = "Etiketler"
[widget.categoriesCloud]
title = "Kategoriler"
[search]
title = "Arama"
placeholder = "Birşeyler yazın..."
resultTitle = "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
[footer]
builtWith = "{{ .Generator }} ile oluşturuldu."
designedBy = "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"