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

60 lines
1.2 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": {
"many": "-{0} л.",
"other": "-{0} г."
},
"future": {
"many": "+{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} с"
}
}