aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/de.yaml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/de.yaml
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/de.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/de.yaml74
1 files changed, 0 insertions, 74 deletions
diff --git a/themes/hugo-theme-stack/i18n/de.yaml b/themes/hugo-theme-stack/i18n/de.yaml
deleted file mode 100644
index 7ab5b56..0000000
--- a/themes/hugo-theme-stack/i18n/de.yaml
+++ /dev/null
@@ -1,74 +0,0 @@
-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 }}