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
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
toggleMenu: Εναλλαγή Μενού
|
||
|
||
darkMode: Σκοτεινό θέμα
|
||
|
||
list:
|
||
page:
|
||
one: "{{ .Count }} σελιδα"
|
||
other: "{{ .Count }} σελιδες"
|
||
section: Ενότητα
|
||
subsection:
|
||
one: Υποενότητα
|
||
other: Υποενότητες
|
||
|
||
article:
|
||
back: Πισω
|
||
tableOfContents: Πινακας περιεχομενων
|
||
relatedContent: Σχετικο περιεχομενο
|
||
lastUpdatedOn: Τελευταια τροποποιηση στις
|
||
readingTime:
|
||
one: "{{ .Count }} λεπτό ανάγνωσης"
|
||
other: "{{ .Count }} λεπτά ανάγνωσης"
|
||
|
||
notFound:
|
||
title: Δε βρέθηκε
|
||
subtitle: Η σελίδα δε βρέθηκε.
|
||
|
||
widget:
|
||
archives:
|
||
title: Αρχειο
|
||
more: Περισσότερα
|
||
|
||
search:
|
||
title: Αναζήτηση
|
||
placeholder: Πληκτρολογήστε κάτι...
|
||
resultTitle: "#PAGES_COUNT σελιδες (#TIME_SECONDS δευτερολεπτα)"
|
||
|
||
footer:
|
||
builtWith: Δημιουργήθηκε με τη χρήση {{ .Generator }}
|
||
designedBy: Το θέμα {{ .Theme }} σχεδιάστηκε από το {{ .DesignedBy }}
|