Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/sk/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/sk/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user