mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
4be110e540
* 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>
39 lines
893 B
YAML
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 }}
|