Skip to content

Commit

Permalink
feat(i18n): add German translations for new features and refactor
Browse files Browse the repository at this point in the history
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
  • Loading branch information
totoroot committed Aug 25, 2021
1 parent e24f567 commit 7584c1c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,54 @@ list:
other: Unterabschnitte

article:
back:
other: Zurück

tableOfContents:
other: Inhaltsverzeichnis

relatedContents:
other: Verwandte Inhalte

lastUpdatedOn:
other: Zuletzt aktualisiert am

readingTime:
one: "{{ .Count }} Minute Lesezeit"
other: "{{ .Count }} Minuten Lesezeit"

notFound:
title:
other: Seite nicht gefunden

subtitle:
other: Diese Seite existiert nicht.
other: Diese Seite existiert nicht

widget:
archives:
title:
other: Archiv

more:
other: Weitere

tagCloud:
title:
other: Schlagwörter

search:
title:
other: Suche

placeholder:
other: Etwas tippen...

resultTitle:
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
other: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"

footer:
builtWith:
other: Erstellt mit {{ .Generator }}

designedBy:
other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}

0 comments on commit 7584c1c

Please sign in to comment.