mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08: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>
40 lines
916 B
YAML
40 lines
916 B
YAML
toggleMenu: Menü Kapcsolása
|
|
|
|
darkMode: Sötét Mód
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} oldal"
|
|
other: "{{ .Count }} oldalak"
|
|
section: Szekció
|
|
subsection:
|
|
one: Alszekció
|
|
other: Alszekciók
|
|
|
|
article:
|
|
back: Vissza
|
|
tableOfContents: Tartalomjegyzék
|
|
relatedContent: Kapcsolódó tartalom
|
|
lastUpdatedOn: Utolsó frissítés időpontja
|
|
readingTime:
|
|
one: "{{ .Count }} percnyi olvasmány"
|
|
other: "{{ .Count }} percnyi olvasmány"
|
|
|
|
notFound:
|
|
title: Nem található
|
|
subtitle: Ez az oldal nem létezik
|
|
|
|
widget:
|
|
archives:
|
|
title: Archívum
|
|
more: Több
|
|
|
|
search:
|
|
title: Keresés
|
|
placeholder: Írj valamit...
|
|
resultTitle: "#PAGES_COUNT oldal (#TIME_SECONDS másodperc alatt)"
|
|
|
|
footer:
|
|
builtWith: "{{ .Generator }} használatával készült"
|
|
designedBy: A {{ .Theme }} dizájnt {{ .DesignedBy }} tervezte
|