aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/de.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/i18n/de.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/de.yaml74
1 files changed, 74 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/i18n/de.yaml b/themes/hugo-theme-stack/i18n/de.yaml
new file mode 100644
index 0000000..7ab5b56
--- /dev/null
+++ b/themes/hugo-theme-stack/i18n/de.yaml
@@ -0,0 +1,74 @@
+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:
+ 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:
+ other: Seite nicht gefunden
+
+ subtitle:
+ other: Diese Seite existiert nicht
+
+widget:
+ archives:
+ title:
+ other: Archiv
+
+ more:
+ other: Weitere
+
+ tagCloud:
+ title:
+ other: Schlagwörter
+
+ categoriesCloud:
+ title:
+ other: Kategorien
+
+search:
+ title:
+ other: Suche
+
+ placeholder:
+ other: Etwas tippen...
+
+ resultTitle:
+ other: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
+
+footer:
+ builtWith:
+ other: Erstellt mit {{ .Generator }}
+
+ designedBy:
+ other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}