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

54 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": "пр. {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": "пр. {0} д",
"future": "сл. {0} д"
},
"hour": {
"current": "в този час",
"past": "пр. {0} ч",
"future": "сл. {0} ч"
},
"minute": {
"current": "в тази минута",
"past": "пр. {0} мин",
"future": "сл. {0} мин"
},
"second": {
"current": "сега",
"past": "пр. {0} сек",
"future": "сл. {0} сек"
}
}