relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
56 lines • 1.13 kB
JSON
{
"locale": "sk",
"style": "short",
"year": {
"previous": "minulý rok",
"current": "tento rok",
"next": "budúci rok",
"past": "pred {0} r.",
"future": "o {0} r."
},
"quarter": {
"previous": "minulý štvrťr.",
"current": "tento štvrťr.",
"next": "budúci štvrťr.",
"past": "pred {0} štvrťr.",
"future": "o {0} štvrťr."
},
"month": {
"previous": "minulý mes.",
"current": "tento mes.",
"next": "budúci mes.",
"past": "pred {0} mes.",
"future": "o {0} mes."
},
"week": {
"previous": "minulý týž.",
"current": "tento týž.",
"next": "budúci týž.",
"past": "pred {0} týž.",
"future": "o {0} týž."
},
"day": {
"previous": "včera",
"previous-2": "predvčerom",
"current": "dnes",
"next": "zajtra",
"next-2": "pozajtra",
"past": "pred {0} d.",
"future": "o {0} d."
},
"hour": {
"current": "v tejto hodine",
"past": "pred {0} h",
"future": "o {0} h"
},
"minute": {
"current": "v tejto minúte",
"past": "pred {0} min",
"future": "o {0} min"
},
"second": {
"current": "teraz",
"past": "pred {0} s",
"future": "o {0} s"
}
}