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/kok/long.json generated vendored Normal file
View File

@@ -0,0 +1,52 @@
{
"year": {
"previous": "फाटलें वर्स",
"current": "हें वर्स",
"next": "फुडलें वर्स",
"past": "{0} वर्सां आदीं",
"future": "{0} वर्सांनीं"
},
"quarter": {
"previous": "फाटलो त्रैमासीक",
"current": "हो त्रैमासीक",
"next": "फुडलो त्रैमासीक",
"past": "{0} त्रैमासीकां आदीं",
"future": "{0} त्रैमासीकांत"
},
"month": {
"previous": "फाटलो म्हयनो",
"current": "हो म्हयनो",
"next": "फुडलो म्हयनो",
"past": "{0} म्हयन्यां आदीं",
"future": "{0} म्हयन्यानीं"
},
"week": {
"previous": "निमाणो सप्तक",
"current": "हो सप्तक",
"next": "फुडलो सप्तक",
"past": "{0} सप्तकां आदीं",
"future": "{0} सप्तकांनीं"
},
"day": {
"previous": "काल",
"current": "आयज",
"next": "फाल्यां",
"past": "{0} दीस आदीं",
"future": "{0} दिसानीं"
},
"hour": {
"current": "हें वर",
"past": "{0} वरा आदीं",
"future": "{0} वरांनीं"
},
"minute": {
"current": "हें मिनीट",
"past": "{0} मिन्टां आदीं",
"future": "{0} मिन्टां"
},
"second": {
"current": "आतां",
"past": "{0} सेकंद आदीं",
"future": "{0} सेकंदानीं"
}
}