Files
hugo-theme-stack/i18n/sk.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.2 KiB
TOML

toggleMenu = "Skryť menu"
darkMode = "Tmavý režim"
[list]
section = "Kategórie"
[list.page]
one = "{{ .Count }} stránka"
other = "{{ .Count }} stránok"
[list.subsection]
one = "Podkategória"
other = "Podkategórie"
[article]
back = "Späť"
tableOfContents = "Obsah"
relatedContent = "Súvisiace"
lastUpdatedOn = "Naposledy aktualizované"
[article.readingTime]
one = "{{ .Count }} minúta"
other = "{{ .Count }} minút"
[article.alert]
note = "Poznámka"
tip = "Tip"
important = "Dôležité"
warning = "Varovanie"
caution = "Upozornenie"
[notFound]
title = "Nenájdené"
subtitle = "Tato stránka neexistuje"
[widget]
[widget.archives]
title = "Archívy"
more = "Viac"
[widget.tagCloud]
title = "Štítky"
[widget.categoriesCloud]
title = "Kategórie"
[search]
title = "Hladať"
placeholder = "Zadajte niečo..."
resultTitle = "#PAGES_COUNT stránok (#TIME_SECONDS sekúnd)"
[footer]
builtWith = "Vytvorené pomocou {{ .Generator }}"
designedBy = "Šablóna {{ .Theme }} od {{ .DesignedBy }}"