Files
hugo-theme-stack/i18n/de.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

toggleMenu = "Menü umschalten"
darkMode = "Dunkler Modus"
[list]
section = "Abschnitt"
[list.page]
one = "{{ .Count }} Seite"
other = "{{ .Count }} Seiten"
[list.subsection]
one = "Unterabschnitt"
other = "Unterabschnitte"
[article]
back = "Zurück"
tableOfContents = "Inhaltsverzeichnis"
relatedContent = "Verwandte Inhalte"
lastUpdatedOn = "Zuletzt aktualisiert am"
[article.readingTime]
one = "{{ .Count }} Minute Lesezeit"
other = "{{ .Count }} Minuten Lesezeit"
[article.alert]
note = "Hinweis"
tip = "Tipp"
important = "Wichtig"
warning = "Warnung"
caution = "Vorsicht"
[notFound]
title = "Seite nicht gefunden"
subtitle = "Diese Seite existiert nicht"
[widget]
[widget.archives]
title = "Archiv"
more = "Weitere"
[widget.tagCloud]
title = "Schlagwörter"
[widget.categoriesCloud]
title = "Kategorien"
[search]
title = "Suche"
placeholder = "Etwas tippen..."
resultTitle = "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
[footer]
builtWith = "Erstellt mit {{ .Generator }}"
designedBy = "Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}"