Files
cm-app-crawlspider/node_modules/javascript-time-ago/locale-more-styles/ru/short-convenient.json

68 lines
1.7 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": "вчера",
"current": "сегодня",
"next": "завтра",
"past": "{0} дн. назад",
"future": "через {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} сек."
},
"now": {
"past": "только что",
"future": "сейчас"
}
}