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:
authorJimmy Cai <jimmehcai@gmail.com>2021-03-28 01:35:54 +0300
committerGitHub <noreply@github.com>2021-03-28 01:35:54 +0300
commit5d004786d6f41c64fea8ebbb4f68f3a95f3e2596 (patch)
treeab5c4bfcd6f63f18d12a9429e97a4d55730f86f3
parent3e8490da1d7beabfc563a16e64428f1df9aa942c (diff)
parent87fad5fd81deff42d686c634fdf54cdec0a16221 (diff)
Merge pull request #174 from totoroot/main
i18n: German translation
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--i18n/de.yaml53
2 files changed, 54 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 67dcfc2..9a22130 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -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:
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 }}