Files
hugo-theme-stack/i18n/de.toml
T
JimmyandGitHub c872a77edb refactor: migrate i18n files from YAML to TOML format and simplify structure (#1230)
* refactor: migrate i18n files from YAML to TOML format and simplify structure

* refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly

* refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file

* docs: update comments for i18n language availability and CJK language detection in hugo.toml.
2026-01-25 21:01:32 +01:00

48 lines
1.1 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"
[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 }}"