Files
cm-app-crawlspider/node_modules/relative-time-format/locale/sr/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} с."
}
}