Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
60
node_modules/relative-time-format/locale/el/narrow.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/el/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "πέρσι",
|
||||
"current": "φέτος",
|
||||
"next": "επόμενο έτος",
|
||||
"past": {
|
||||
"one": "{0} έτος πριν",
|
||||
"other": "{0} έτη πριν"
|
||||
},
|
||||
"future": {
|
||||
"one": "σε {0} έτος",
|
||||
"other": "σε {0} έτη"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "προηγ. τρίμ.",
|
||||
"current": "τρέχον τρίμ.",
|
||||
"next": "επόμ. τρίμ.",
|
||||
"past": "{0} τρίμ. πριν",
|
||||
"future": "σε {0} τρίμ."
|
||||
},
|
||||
"month": {
|
||||
"previous": "προηγούμενος μήνας",
|
||||
"current": "τρέχων μήνας",
|
||||
"next": "επόμενος μήνας",
|
||||
"past": "{0} μ. πριν",
|
||||
"future": "σε {0} μ."
|
||||
},
|
||||
"week": {
|
||||
"previous": "προηγούμενη εβδομάδα",
|
||||
"current": "τρέχουσα εβδομάδα",
|
||||
"next": "επόμενη εβδομάδα",
|
||||
"past": "{0} εβδ. πριν",
|
||||
"future": "σε {0} εβδ."
|
||||
},
|
||||
"day": {
|
||||
"previous": "χθες",
|
||||
"previous-2": "προχθές",
|
||||
"current": "σήμερα",
|
||||
"next": "αύριο",
|
||||
"next-2": "μεθαύριο",
|
||||
"past": "{0} ημ. πριν",
|
||||
"future": "σε {0} ημ."
|
||||
},
|
||||
"hour": {
|
||||
"current": "τρέχουσα ώρα",
|
||||
"past": "{0} ώ. πριν",
|
||||
"future": "σε {0} ώ."
|
||||
},
|
||||
"minute": {
|
||||
"current": "τρέχον λεπτό",
|
||||
"past": "{0} λ. πριν",
|
||||
"future": "σε {0} λ."
|
||||
},
|
||||
"second": {
|
||||
"current": "τώρα",
|
||||
"past": "{0} δ. πριν",
|
||||
"future": "σε {0} δ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user