* 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ü Kapcsolása"
|
|
darkMode = "Sötét Mód"
|
|
|
|
[list]
|
|
section = "Szekció"
|
|
|
|
[list.page]
|
|
one = "{{ .Count }} oldal"
|
|
other = "{{ .Count }} oldalak"
|
|
|
|
[list.subsection]
|
|
one = "Alszekció"
|
|
other = "Alszekciók"
|
|
|
|
[article]
|
|
back = "Vissza"
|
|
tableOfContents = "Tartalomjegyzék"
|
|
relatedContent = "Kapcsolódó tartalom"
|
|
lastUpdatedOn = "Utolsó frissítés időpontja"
|
|
|
|
[article.readingTime]
|
|
one = "{{ .Count }} percnyi olvasmány"
|
|
other = "{{ .Count }} percnyi olvasmány"
|
|
|
|
[article.alert]
|
|
note = "Megjegyzés"
|
|
tip = "Tipp"
|
|
important = "Fontos"
|
|
warning = "Figyelmeztetés"
|
|
caution = "Óvatosság"
|
|
|
|
[notFound]
|
|
title = "Nem található"
|
|
subtitle = "Ez az oldal nem létezik"
|
|
|
|
[widget]
|
|
[widget.archives]
|
|
title = "Archívum"
|
|
more = "Több"
|
|
|
|
[widget.tagCloud]
|
|
title = "Cimkék"
|
|
|
|
[widget.categoriesCloud]
|
|
title = "Kategóriák"
|
|
|
|
[search]
|
|
title = "Keresés"
|
|
placeholder = "Írj valamit..."
|
|
resultTitle = "#PAGES_COUNT oldal (#TIME_SECONDS másodperc alatt)"
|
|
|
|
[footer]
|
|
builtWith = "{{ .Generator }} használatával készült"
|
|
designedBy = "A {{ .Theme }} dizájnt {{ .DesignedBy }} tervezte"
|