Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/sr/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/sr/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'sr',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
103
node_modules/relative-time-format/locale/sr/long.json
generated
vendored
Normal file
103
node_modules/relative-time-format/locale/sr/long.json
generated
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "прошле године",
|
||||
"current": "ове године",
|
||||
"next": "следеће године",
|
||||
"past": {
|
||||
"one": "пре {0} године",
|
||||
"few": "пре {0} године",
|
||||
"other": "пре {0} година"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} годину",
|
||||
"few": "за {0} године",
|
||||
"other": "за {0} година"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "прошлог квартала",
|
||||
"current": "овог квартала",
|
||||
"next": "следећег квартала",
|
||||
"past": "пре {0} квартала",
|
||||
"future": {
|
||||
"one": "за {0} квартал",
|
||||
"other": "за {0} квартала"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "прошлог месеца",
|
||||
"current": "овог месеца",
|
||||
"next": "следећег месеца",
|
||||
"past": {
|
||||
"one": "пре {0} месеца",
|
||||
"few": "пре {0} месеца",
|
||||
"other": "пре {0} месеци"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} месец",
|
||||
"few": "за {0} месеца",
|
||||
"other": "за {0} месеци"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "прошле недеље",
|
||||
"current": "ове недеље",
|
||||
"next": "следеће недеље",
|
||||
"past": {
|
||||
"one": "пре {0} недеље",
|
||||
"few": "пре {0} недеље",
|
||||
"other": "пре {0} недеља"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} недељу",
|
||||
"few": "за {0} недеље",
|
||||
"other": "за {0} недеља"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "јуче",
|
||||
"previous-2": "прекјуче",
|
||||
"current": "данас",
|
||||
"next": "сутра",
|
||||
"next-2": "прекосутра",
|
||||
"past": "пре {0} дана",
|
||||
"future": {
|
||||
"one": "за {0} дан",
|
||||
"other": "за {0} дана"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "овог сата",
|
||||
"past": {
|
||||
"one": "пре {0} сата",
|
||||
"few": "пре {0} сата",
|
||||
"other": "пре {0} сати"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} сат",
|
||||
"few": "за {0} сата",
|
||||
"other": "за {0} сати"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "овог минута",
|
||||
"past": "пре {0} минута",
|
||||
"future": {
|
||||
"one": "за {0} минут",
|
||||
"other": "за {0} минута"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "сада",
|
||||
"past": {
|
||||
"one": "пре {0} секунде",
|
||||
"few": "пре {0} секунде",
|
||||
"other": "пре {0} секунди"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} секунду",
|
||||
"few": "за {0} секунде",
|
||||
"other": "за {0} секунди"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/sr/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/sr/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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} с."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/sr/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/sr/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var i=String(e).split("."),s=i[0],c=i[1]||"",l=!i[1],n=s.slice(-1),r=s.slice(-2),t=c.slice(-1),f=c.slice(-2);return l&&1==n&&11!=r||1==t&&11!=f?"one":l&&2<=n&&n<=4&&(r<12||14<r)||2<=t&&t<=4&&(f<12||14<f)?"few":"other"}
|
||||
54
node_modules/relative-time-format/locale/sr/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/sr/short.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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} сек."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user