Skip to content

Commit

Permalink
Merge pull request #174 from totoroot/main
Browse files Browse the repository at this point in the history
i18n: German translation
  • Loading branch information
Jimmy Cai authored Mar 27, 2021
2 parents 3e8490d + 87fad5f commit 5d00478
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:

# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de
DefaultContentLanguage: en

permalinks:
Expand Down
53 changes: 53 additions & 0 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
toggleMenu:
other: Menü umschalten

darkMode:
other: Dunkler Modus

list:
page:
one: "{{ .Count }} Seite"
other: "{{ .Count }} Seiten"

section:
other: Abschnitt

subsection:
one: Unterabschnitt
other: Unterabschnitte

article:
relatedContents:
other: Verwandte Inhalte
lastUpdatedOn:
other: Zuletzt aktualisiert am

notFound:
title:
other: Seite nicht gefunden
subtitle:
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)"

footer:
builtWith:
other: Erstellt mit {{ .Generator }}
designedBy:
other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}

0 comments on commit 5d00478

Please sign in to comment.