-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add Greek Language Support. (#903)
- Loading branch information
1 parent
d921b98
commit 712a9b2
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Δημοσίευση | ||
category: Κατηγορία | ||
tag: Ετικέτα | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Home | ||
categories: Κατηγορίες | ||
tags: Ετικέτες | ||
archives: Αρχεία | ||
about: Σχετικά | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: αναζήτηση | ||
cancel: Ακύρωση | ||
no_results: Oops! Κανένα αποτέλεσμα δεν βρέθηκε. | ||
|
||
panel: | ||
lastmod: Σχετικά ενημερωμένα | ||
trending_tags: Ετικέτες τάσης | ||
toc: Περιεχόμενα | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Η δημοσίευση αυτή βρίσκεται υπο την άδεια :LICENSE_NAME Greekforce1821. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Ορισμένα δικαιώματα reserved. | ||
verbose: >- | ||
Εκτός αλλού ή οπουδήποτε αλλού, τα blog posts σε αυτήν την σελίδα βρίσκονται υπο την άδεια | ||
Creative Commons Attribution 4.0 International (CC BY 4.0) του δημιουργού. | ||
meta: Αξιοποιώντας την :PLATFORM theme :THEME. | ||
|
||
not_found: | ||
statment: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει. | ||
|
||
notification: | ||
update_found: Υπάρχει διαθέσιμη μια νέα έκδοση του περιεχομένου. | ||
update: Ενημέρωση | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Από | ||
posted: Δημοσιεύθηκε | ||
updated: Ενημερώθηκε | ||
words: λέξεις | ||
pageview_measure: προβολές | ||
read_time: | ||
unit: Λεπτά | ||
prompt: διαβάσματος | ||
relate_posts: Περισσότερα | ||
share: Κοινοποιήστε | ||
button: | ||
next: Νεότερα | ||
previous: Παλαιότερα | ||
copy_code: | ||
succeed: Αντιγράφθηκε! | ||
share_link: | ||
title: Αντιγραφή συνδέσμου | ||
succeed: Η διεύθυνση αντιγράφθηκε με επιτυχία! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: Pinned | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%b %e, %Y' | ||
dayjs: 'll' | ||
archives: | ||
strftime: '%b' | ||
dayjs: 'MMM' | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: Κατηγορία | ||
plural: Κατηγορίες | ||
post_measure: | ||
singular: Δημοσίευση | ||
plural: Δημοσιεύσεις |