Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

54
node_modules/relative-time-format/locale/sk/short.json generated vendored Normal file
View 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"
}
}