Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
80
node_modules/relative-time-format/locale/sl/short.json
generated
vendored
Normal file
80
node_modules/relative-time-format/locale/sl/short.json
generated
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "lani",
|
||||
"current": "letos",
|
||||
"next": "naslednje leto",
|
||||
"past": {
|
||||
"one": "pred {0} letom",
|
||||
"two": "pred {0} letoma",
|
||||
"other": "pred {0} leti"
|
||||
},
|
||||
"future": {
|
||||
"one": "čez {0} leto",
|
||||
"two": "čez {0} leti",
|
||||
"few": "čez {0} leta",
|
||||
"other": "čez {0} let"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "zadnje četrtletje",
|
||||
"current": "to četrtletje",
|
||||
"next": "naslednje četrtletje",
|
||||
"past": "pred {0} četrtl.",
|
||||
"future": "čez {0} četrtl."
|
||||
},
|
||||
"month": {
|
||||
"previous": "prejšnji mesec",
|
||||
"current": "ta mesec",
|
||||
"next": "naslednji mesec",
|
||||
"past": "pred {0} mes.",
|
||||
"future": "čez {0} mes."
|
||||
},
|
||||
"week": {
|
||||
"previous": "prejšnji teden",
|
||||
"current": "ta teden",
|
||||
"next": "naslednji teden",
|
||||
"past": "pred {0} ted.",
|
||||
"future": "čez {0} ted."
|
||||
},
|
||||
"day": {
|
||||
"previous": "včeraj",
|
||||
"previous-2": "predvčerajšnjim",
|
||||
"current": "danes",
|
||||
"next": "jutri",
|
||||
"next-2": "pojutrišnjem",
|
||||
"past": {
|
||||
"one": "pred {0} dnevom",
|
||||
"two": "pred {0} dnevoma",
|
||||
"other": "pred {0} dnevi"
|
||||
},
|
||||
"future": {
|
||||
"one": "čez {0} dan",
|
||||
"two": "čez {0} dneva",
|
||||
"other": "čez {0} dni"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "v tej uri",
|
||||
"past": {
|
||||
"one": "pred {0} uro",
|
||||
"two": "pred {0} urama",
|
||||
"other": "pred {0} urami"
|
||||
},
|
||||
"future": {
|
||||
"one": "čez {0} uro",
|
||||
"two": "čez {0} uri",
|
||||
"few": "čez {0} ure",
|
||||
"other": "čez {0} ur"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "to minuto",
|
||||
"past": "pred {0} min.",
|
||||
"future": "čez {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "zdaj",
|
||||
"past": "pred {0} s",
|
||||
"future": "čez {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user