Skip to content

Commit 712a9b2

Browse files
feat(i18n): add Greek Language Support. (#903)
1 parent d921b98 commit 712a9b2

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

_data/locales/el-GR.yml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Δημοσίευση
7+
category: Κατηγορία
8+
tag: Ετικέτα
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Home
14+
categories: Κατηγορίες
15+
tags: Ετικέτες
16+
archives: Αρχεία
17+
about: Σχετικά
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: αναζήτηση
22+
cancel: Ακύρωση
23+
no_results: Oops! Κανένα αποτέλεσμα δεν βρέθηκε.
24+
25+
panel:
26+
lastmod: Σχετικά ενημερωμένα
27+
trending_tags: Ετικέτες τάσης
28+
toc: Περιεχόμενα
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: Η δημοσίευση αυτή βρίσκεται υπο την άδεια :LICENSE_NAME Greekforce1821.
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: Ορισμένα δικαιώματα reserved.
39+
verbose: >-
40+
Εκτός αλλού ή οπουδήποτε αλλού, τα blog posts σε αυτήν την σελίδα βρίσκονται υπο την άδεια
41+
Creative Commons Attribution 4.0 International (CC BY 4.0) του δημιουργού.
42+
43+
meta: Αξιοποιώντας την :PLATFORM theme :THEME.
44+
45+
not_found:
46+
statment: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει.
47+
48+
notification:
49+
update_found: Υπάρχει διαθέσιμη μια νέα έκδοση του περιεχομένου.
50+
update: Ενημέρωση
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: Από
56+
posted: Δημοσιεύθηκε
57+
updated: Ενημερώθηκε
58+
words: λέξεις
59+
pageview_measure: προβολές
60+
read_time:
61+
unit: Λεπτά
62+
prompt: διαβάσματος
63+
relate_posts: Περισσότερα
64+
share: Κοινοποιήστε
65+
button:
66+
next: Νεότερα
67+
previous: Παλαιότερα
68+
copy_code:
69+
succeed: Αντιγράφθηκε!
70+
share_link:
71+
title: Αντιγραφή συνδέσμου
72+
succeed: Η διεύθυνση αντιγράφθηκε με επιτυχία!
73+
# pinned prompt of posts list on homepage
74+
pin_prompt: Pinned
75+
76+
# Date time format.
77+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78+
df:
79+
post:
80+
strftime: '%b %e, %Y'
81+
dayjs: 'll'
82+
archives:
83+
strftime: '%b'
84+
dayjs: 'MMM'
85+
86+
# categories page
87+
categories:
88+
category_measure:
89+
singular: Κατηγορία
90+
plural: Κατηγορίες
91+
post_measure:
92+
singular: Δημοσίευση
93+
plural: Δημοσιεύσεις

0 commit comments

Comments
 (0)