-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from totoroot/main
i18n: German translation
- Loading branch information
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |