Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/de.yaml')
-rw-r--r--i18n/de.yaml67
1 files changed, 49 insertions, 18 deletions
diff --git a/i18n/de.yaml b/i18n/de.yaml
index ff0e351..7ab5b56 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -1,43 +1,74 @@
-toggleMenu: Menü umschalten
+toggleMenu:
+ other: Menü umschalten
-darkMode: Dunkler Modus
+darkMode:
+ other: Dunkler Modus
list:
page:
one: "{{ .Count }} Seite"
other: "{{ .Count }} Seiten"
- section: Abschnitt
+
+ section:
+ other: Abschnitt
+
subsection:
one: Unterabschnitt
other: Unterabschnitte
article:
- back: Zurück
- tableOfContents: Inhaltsverzeichnis
- relatedContent: Verwandte Inhalte
- lastUpdatedOn: Zuletzt aktualisiert am
+ back:
+ other: Zurück
+
+ tableOfContents:
+ other: Inhaltsverzeichnis
+
+ relatedContent:
+ other: Verwandte Inhalte
+
+ lastUpdatedOn:
+ other: Zuletzt aktualisiert am
+
readingTime:
one: "{{ .Count }} Minute Lesezeit"
other: "{{ .Count }} Minuten Lesezeit"
notFound:
- title: Seite nicht gefunden
- subtitle: Diese Seite existiert nicht
+ title:
+ other: Seite nicht gefunden
+
+ subtitle:
+ other: Diese Seite existiert nicht
widget:
archives:
- title: Archiv
- more: Weitere
+ title:
+ other: Archiv
+
+ more:
+ other: Weitere
+
tagCloud:
- title: Schlagwörter
+ title:
+ other: Schlagwörter
+
categoriesCloud:
- title: Kategorien
+ title:
+ other: Kategorien
search:
- title: Suche
- placeholder: Etwas tippen...
- resultTitle: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
+ title:
+ other: Suche
+
+ placeholder:
+ other: Etwas tippen...
+
+ resultTitle:
+ other: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
footer:
- builtWith: Erstellt mit {{ .Generator }}
- designedBy: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}
+ builtWith:
+ other: Erstellt mit {{ .Generator }}
+
+ designedBy:
+ other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}