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
path: root/i18n
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2021-03-27 16:20:47 +0300
committerMatthias Thym <git@thym.at>2021-03-27 16:38:36 +0300
commit21a5834a2faff056815d8bb4c3b500a171971094 (patch)
tree307025be5923729e90638f7766fca77bf10008d3 /i18n
parent3e8490da1d7beabfc563a16e64428f1df9aa942c (diff)
i18n: German translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/i18n/de.yaml b/i18n/de.yaml
new file mode 100644
index 0000000..25a708a
--- /dev/null
+++ b/i18n/de.yaml
@@ -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 }}