hugo-theme-stack/i18n/de.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

39 lines
893 B
YAML

toggleMenu: Menü umschalten
darkMode: Dunkler Modus
list:
page:
one: "{{ .Count }} Seite"
other: "{{ .Count }} Seiten"
section: Abschnitt
subsection:
one: Unterabschnitt
other: Unterabschnitte
article:
back: Zurück
tableOfContents: Inhaltsverzeichnis
relatedContent: Verwandte Inhalte
lastUpdatedOn: Zuletzt aktualisiert am
readingTime:
one: "{{ .Count }} Minute Lesezeit"
other: "{{ .Count }} Minuten Lesezeit"
notFound:
title: Seite nicht gefunden
subtitle: Diese Seite existiert nicht
widget:
archives:
title: Archiv
more: Weitere
search:
title: Suche
placeholder: Etwas tippen...
resultTitle: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
footer:
builtWith: Erstellt mit {{ .Generator }}
designedBy: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}