Files
cm-app-crawlspider/node_modules/relative-time-format/locale/mk/narrow.json

78 lines
1.8 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.
{
"year": {
"previous": "минатата година",
"current": "оваа година",
"next": "следната година",
"past": "пред {0} год.",
"future": "за {0} год."
},
"quarter": {
"previous": "последното тромесечје",
"current": "ова тромесечје",
"next": "следното тромесечје",
"past": "пред {0} тромес.",
"future": "за {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": "пред {0} мин.",
"future": "за {0} мин."
},
"second": {
"current": "сега",
"past": "пред {0} сек.",
"future": "за {0} сек."
}
}