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

100
node_modules/relative-time-format/locale/lb/long.json generated vendored Normal file
View File

@@ -0,0 +1,100 @@
{
"year": {
"previous": "lescht Joer",
"current": "dëst Joer",
"next": "nächst Joer",
"past": {
"one": "virun {0} Joer",
"other": "viru(n) {0} Joer"
},
"future": {
"one": "an {0} Joer",
"other": "a(n) {0} Joer"
}
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": {
"one": "virun {0} Quartal",
"other": "viru(n) {0} Quartaler"
},
"future": {
"one": "an {0} Quartal",
"other": "a(n) {0} Quartaler"
}
},
"month": {
"previous": "leschte Mount",
"current": "dëse Mount",
"next": "nächste Mount",
"past": {
"one": "virun {0} Mount",
"other": "viru(n) {0} Méint"
},
"future": {
"one": "an {0} Mount",
"other": "a(n) {0} Méint"
}
},
"week": {
"previous": "lescht Woch",
"current": "dës Woch",
"next": "nächst Woch",
"past": {
"one": "virun {0} Woch",
"other": "viru(n) {0} Wochen"
},
"future": {
"one": "an {0} Woch",
"other": "a(n) {0} Wochen"
}
},
"day": {
"previous": "gëschter",
"current": "haut",
"next": "muer",
"past": {
"one": "virun {0} Dag",
"other": "viru(n) {0} Deeg"
},
"future": {
"one": "an {0} Dag",
"other": "a(n) {0} Deeg"
}
},
"hour": {
"current": "this hour",
"past": {
"one": "virun {0} Stonn",
"other": "viru(n) {0} Stonnen"
},
"future": {
"one": "an {0} Stonn",
"other": "a(n) {0} Stonnen"
}
},
"minute": {
"current": "this minute",
"past": {
"one": "virun {0} Minutt",
"other": "viru(n) {0} Minutten"
},
"future": {
"one": "an {0} Minutt",
"other": "a(n) {0} Minutten"
}
},
"second": {
"current": "now",
"past": {
"one": "virun {0} Sekonn",
"other": "viru(n) {0} Sekonnen"
},
"future": {
"one": "an {0} Sekonn",
"other": "a(n) {0} Sekonnen"
}
}
}