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

57 lines
1.4 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": "{0} міс. тому",
"future": "за {0} міс."
},
"week": {
"previous": "минулого тижня",
"current": "цього тижня",
"next": "наступного тижня",
"past": "{0} тиж. тому",
"future": "за {0} тиж."
},
"day": {
"previous": "учора",
"previous-2": "позавчора",
"current": "сьогодні",
"next": "завтра",
"next-2": "післязавтра",
"past": {
"one": "{0} д. тому",
"other": "-{0} дн."
},
"future": "за {0} д."
},
"hour": {
"current": "цієї години",
"past": "{0} год тому",
"future": "за {0} год"
},
"minute": {
"current": "цієї хвилини",
"past": "{0} хв тому",
"future": "за {0} хв"
},
"second": {
"current": "зараз",
"past": "{0} с тому",
"future": "за {0} с"
}
}