mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
625fd6ffb8
@ -91,6 +91,10 @@ Now, when a new commit is pushed to either the `master` or `main` branches,
|
|||||||
the static site is automatically built and deployed. Push your changes to see
|
the static site is automatically built and deployed. Push your changes to see
|
||||||
the workflow in action.
|
the workflow in action.
|
||||||
|
|
||||||
|
If the GitHub Page doesn't show up after a few minutes, ensure the source branch
|
||||||
|
for your GitHub Page is set to `gh-pages` in your repository settings
|
||||||
|
`github.com/<username>/<repository>/settings/pages`.
|
||||||
|
|
||||||
Your documentation should shortly appear at `<username>.github.io/<repository>`.
|
Your documentation should shortly appear at `<username>.github.io/<repository>`.
|
||||||
|
|
||||||
[GitHub Actions]: https://github.com/features/actions
|
[GitHub Actions]: https://github.com/features/actions
|
||||||
|
@ -3,23 +3,39 @@
|
|||||||
-#}
|
-#}
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "el",
|
"language": "el",
|
||||||
"clipboard.copy": "Αντιγραφή",
|
"direction": "ltr",
|
||||||
"clipboard.copied": "Αντιγράφηκε",
|
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
|
||||||
|
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||||
"footer.previous": "Επόμενη",
|
"footer.previous": "Προηγούμενο",
|
||||||
"footer.next": "Προηγούμενη",
|
"footer.next": "Επόμενο",
|
||||||
|
"footer.title": "Υποσέλιδο",
|
||||||
|
"header.title": "Κεφαλίδα",
|
||||||
"meta.comments": "Σχόλια",
|
"meta.comments": "Σχόλια",
|
||||||
"meta.source": "Πηγή",
|
"meta.source": "Πηγή",
|
||||||
"search.config.pipeline": " ",
|
"nav.title": "Πλοήγηση",
|
||||||
|
"search.config.pipeline": "stopWordFilter",
|
||||||
|
"search.config.separator": "[\s\-]+",
|
||||||
"search.placeholder": "Αναζήτηση",
|
"search.placeholder": "Αναζήτηση",
|
||||||
|
"search.share": "Διαμοίραση",
|
||||||
|
"search.reset": "Καθαρισμός",
|
||||||
|
"search.result.initializer": "Αρχικοποίηση αναζήτησης",
|
||||||
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
||||||
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
|
"search.result.none": "Δεν βρέθηκαν αντίστοιχα αρχεία",
|
||||||
"search.result.one": "1 αντίστοιχο αρχείο",
|
"search.result.one": "1 έγγραφο ταιριάζει",
|
||||||
"search.result.other": "# αντίστοιχα αρχεία",
|
"search.result.other": "# έγγραφα ταιριάζουν",
|
||||||
|
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
|
||||||
|
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
|
||||||
|
"search.result.term.missing": "Λείπει",
|
||||||
|
"search.title": "Αναζήτηση",
|
||||||
|
"select.language.title": "Επιλογή γλώσσας",
|
||||||
|
"select.version.title": "Επιλογή έκδοσης",
|
||||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||||
"source.revision.date": "τελευταία ενημέρωση",
|
"source.revision.date": "Τελευταία ενημέρωση",
|
||||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
"source.file.date.updated": "Τελευταία ενημέρωση",
|
||||||
"source.file.date.created": "Δημιουργήθηκε",
|
"source.file.date.created": "Δημιουργήθηκε",
|
||||||
"toc.title": "Πίνακας περιεχομένων"
|
"tabs.title": "Καρτέλες",
|
||||||
|
"toc.title": "Πίνακας περιεχομένων",
|
||||||
|
"top.title": "Επιστροφή στην αρχή"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -23,23 +23,39 @@
|
|||||||
<!-- Translations: Greek -->
|
<!-- Translations: Greek -->
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "el",
|
"language": "el",
|
||||||
"clipboard.copy": "Αντιγραφή",
|
"direction": "ltr",
|
||||||
"clipboard.copied": "Αντιγράφηκε",
|
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
|
||||||
|
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||||
"footer.previous": "Επόμενη",
|
"footer.previous": "Προηγούμενο",
|
||||||
"footer.next": "Προηγούμενη",
|
"footer.next": "Επόμενο",
|
||||||
|
"footer.title": "Υποσέλιδο",
|
||||||
|
"header.title": "Κεφαλίδα",
|
||||||
"meta.comments": "Σχόλια",
|
"meta.comments": "Σχόλια",
|
||||||
"meta.source": "Πηγή",
|
"meta.source": "Πηγή",
|
||||||
"search.config.pipeline": " ",
|
"nav.title": "Πλοήγηση",
|
||||||
|
"search.config.pipeline": "stopWordFilter",
|
||||||
|
"search.config.separator": "[\s\-]+",
|
||||||
"search.placeholder": "Αναζήτηση",
|
"search.placeholder": "Αναζήτηση",
|
||||||
|
"search.share": "Διαμοίραση",
|
||||||
|
"search.reset": "Καθαρισμός",
|
||||||
|
"search.result.initializer": "Αρχικοποίηση αναζήτησης",
|
||||||
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
||||||
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
|
"search.result.none": "Δεν βρέθηκαν αντίστοιχα αρχεία",
|
||||||
"search.result.one": "1 αντίστοιχο αρχείο",
|
"search.result.one": "1 έγγραφο ταιριάζει",
|
||||||
"search.result.other": "# αντίστοιχα αρχεία",
|
"search.result.other": "# έγγραφα ταιριάζουν",
|
||||||
|
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
|
||||||
|
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
|
||||||
|
"search.result.term.missing": "Λείπει",
|
||||||
|
"search.title": "Αναζήτηση",
|
||||||
|
"select.language.title": "Επιλογή γλώσσας",
|
||||||
|
"select.version.title": "Επιλογή έκδοσης",
|
||||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||||
"source.revision.date": "τελευταία ενημέρωση",
|
"source.revision.date": "Τελευταία ενημέρωση",
|
||||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
"source.file.date.updated": "Τελευταία ενημέρωση",
|
||||||
"source.file.date.created": "Δημιουργήθηκε",
|
"source.file.date.created": "Δημιουργήθηκε",
|
||||||
"toc.title": "Πίνακας περιεχομένων"
|
"tabs.title": "Καρτέλες",
|
||||||
|
"toc.title": "Πίνακας περιεχομένων",
|
||||||
|
"top.title": "Επιστροφή στην αρχή"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user