Files
hugo-theme-stack/i18n/cs.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 = "Skrýt menu"
darkMode = "Tmavý režim"
[list]
section = "Kategorie"
[list.page]
one = "{{ .Count }} stránka"
other = "{{ .Count }} stránek"
[list.subsection]
one = "Podkategorie"
other = "Podkategorie"
[article]
back = "Zpět"
tableOfContents = "Obsah"
relatedContent = "Související"
lastUpdatedOn = "Naposledy aktualizováno"
[article.readingTime]
one = "{{ .Count }} minuta"
other = "{{ .Count }} minut"
[article.alert]
note = "Poznámka"
tip = "Tip"
important = "Důležité"
warning = "Varování"
caution = "Upozornění"
[notFound]
title = "Nenalezeno"
subtitle = "Tato stránka neexistuje"
[widget]
[widget.archives]
title = "Archivy"
more = "Více"
[widget.tagCloud]
title = "Štítky"
[widget.categoriesCloud]
title = "Kategorie"
[search]
title = "Hledat"
placeholder = "Zadejte něco..."
resultTitle = "#PAGES_COUNT stránek (#TIME_SECONDS sekund)"
[footer]
builtWith = "Vytvořeno pomocí {{ .Generator }}"
designedBy = "Šablona {{ .Theme }} od {{ .DesignedBy }}"