feat(i18n): add German translations for new features and refactor

add translation for feature `back`
add translation for feature `tableOfContents`
add translation for feature `readingTime`
fix translation for feature `resultTitle`
add newlines according to i18n en config
This commit is contained in:
Matthias Thym 2021-08-25 15:11:10 +02:00
parent e24f5672c3
commit 7584c1c635

View File

@ -17,23 +17,37 @@ list:
other: Unterabschnitte other: Unterabschnitte
article: article:
back:
other: Zurück
tableOfContents:
other: Inhaltsverzeichnis
relatedContents: relatedContents:
other: Verwandte Inhalte other: Verwandte Inhalte
lastUpdatedOn: lastUpdatedOn:
other: Zuletzt aktualisiert am other: Zuletzt aktualisiert am
readingTime:
one: "{{ .Count }} Minute Lesezeit"
other: "{{ .Count }} Minuten Lesezeit"
notFound: notFound:
title: title:
other: Seite nicht gefunden other: Seite nicht gefunden
subtitle: subtitle:
other: Diese Seite existiert nicht. other: Diese Seite existiert nicht
widget: widget:
archives: archives:
title: title:
other: Archiv other: Archiv
more: more:
other: Weitere other: Weitere
tagCloud: tagCloud:
title: title:
other: Schlagwörter other: Schlagwörter
@ -41,13 +55,16 @@ widget:
search: search:
title: title:
other: Suche other: Suche
placeholder: placeholder:
other: Etwas tippen... other: Etwas tippen...
resultTitle: resultTitle:
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)" other: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
footer: footer:
builtWith: builtWith:
other: Erstellt mit {{ .Generator }} other: Erstellt mit {{ .Generator }}
designedBy: designedBy:
other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }} other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}