geosphere-maps/public/assets/date-picker/nls/el.json
2023-09-22 11:33:13 +02:00

33 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "DD/MM/YYYY",
"weekStart": 1,
"placeholder": "DD/MM/YYYY",
"days": {
"abbreviated": ["Κυρ", "Δευ", "Τρί", "Τετ", "Πέμ", "Παρ", "Σάβ"],
"narrow": ["Κ", "Δ", "Τ", "Τ", "Π", "Π", "Σ"],
"short": ["Κυ", "Δε", "Τρ", "Τε", "Πέ", "Πα", "Σά"],
"wide": ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"]
},
"numerals": "0123456789",
"months": {
"abbreviated": ["Ιαν", "Φεβ", "Μάρ", "Απρ", "Μάι", "Ιούν", "Ιούλ", "Αύγ", "Σεπ", "Οκτ", "Νοέ", "Δεκ"],
"narrow": ["Ι", "Φ", "Μ", "Α", "Μ", "Ι", "Ι", "Α", "Σ", "Ο", "Ν", "Δ"],
"wide": [
"Ιανουάριος",
"Φεβρουάριος",
"Μάρτιος",
"Απρίλιος",
"Μάιος",
"Ιούνιος",
"Ιούλιος",
"Αύγουστος",
"Σεπτέμβριος",
"Οκτώβριος",
"Νοέμβριος",
"Δεκέμβριος"
]
}
}