Files
hermit-V2/i18n/de.toml
JH220 aka. Jan-Hendrik 578a17ce74 Added german translation
2024-02-10 19:41:07 +00:00

42 lines
530 B
TOML

# Translations for German
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "Seite nicht gefunden…"
[home]
other = "Startseite"
[archives]
other = "Archive"
# posts/single.html
#
[seeAlso]
other = "Siehe auch"
[wordCount]
other = "{{ .WordCount }} Wörter"
[tableOfContents]
other = "Inhalt"
[newer]
other = "Neuer"
[older]
other = "Älter"
# partials/header.html
#
[menu]
other = "Menü"
[share]
other = "Teilen"
[featuredImage]
other = "Ausgewähltes Bild"