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

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "last year",
"current": "this year",
"next": "next year",
"past": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
"future": "Nǔu ŋguꞋ {0}"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "last month",
"current": "this month",
"next": "next month",
"past": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
"future": "Nǔu {0} saŋ"
},
"week": {
"previous": "last week",
"current": "this week",
"next": "next week",
"past": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
"future": "Nǔu ŋgap-mbi {0}"
},
"day": {
"previous": "yesterday",
"current": "lɔꞋɔ",
"next": "tomorrow",
"past": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
"future": "Nǔu lɛ́Ꞌ {0}"
},
"hour": {
"current": "this hour",
"past": "ɛ́ gɛ mɔ́ {0} háwa",
"future": "nǔu háwa {0}"
},
"minute": {
"current": "this minute",
"past": "ɛ́ gɛ́ mɔ́ minút {0}",
"future": "nǔu {0} minút"
},
"second": {
"current": "now",
"past": "-{0} s",
"future": "+{0} s"
}
}