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