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

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