* 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
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
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ı"
|