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

7
node_modules/relative-time-format/locale/hi/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
locale: 'hi',
long: require('./long.json'),
short: require('./short.json'),
narrow: require('./narrow.json'),
quantify: require('./quantify')
}

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

@@ -0,0 +1,57 @@
{
"year": {
"previous": "पिछला वर्ष",
"current": "इस वर्ष",
"next": "अगला वर्ष",
"past": "{0} वर्ष पहले",
"future": "{0} वर्ष में"
},
"quarter": {
"previous": "अंतिम तिमाही",
"current": "इस तिमाही",
"next": "अगली तिमाही",
"past": "{0} तिमाही पहले",
"future": {
"one": "{0} तिमाही में",
"other": "{0} तिमाहियों में"
}
},
"month": {
"previous": "पिछला माह",
"current": "इस माह",
"next": "अगला माह",
"past": "{0} माह पहले",
"future": "{0} माह में"
},
"week": {
"previous": "पिछला सप्ताह",
"current": "इस सप्ताह",
"next": "अगला सप्ताह",
"past": "{0} सप्ताह पहले",
"future": "{0} सप्ताह में"
},
"day": {
"previous": "कल",
"previous-2": "परसों",
"current": "आज",
"next": "कल",
"next-2": "परसों",
"past": "{0} दिन पहले",
"future": "{0} दिन में"
},
"hour": {
"current": "यह घंटा",
"past": "{0} घंटे पहले",
"future": "{0} घंटे में"
},
"minute": {
"current": "यह मिनट",
"past": "{0} मिनट पहले",
"future": "{0} मिनट में"
},
"second": {
"current": "अब",
"past": "{0} सेकंड पहले",
"future": "{0} सेकंड में"
}
}

View File

@@ -0,0 +1,54 @@
{
"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": "कल",
"previous-2": "परसों",
"current": "आज",
"next": "कल",
"next-2": "परसों",
"past": "{0} दिन पहले",
"future": "{0} दिन में"
},
"hour": {
"current": "यह घंटा",
"past": "{0} घं॰ पहले",
"future": "{0} घं॰ में"
},
"minute": {
"current": "यह मिनट",
"past": "{0} मि॰ पहले",
"future": "{0} मि॰ में"
},
"second": {
"current": "अब",
"past": "{0} से॰ पहले",
"future": "{0} से॰ में"
}
}

View File

@@ -0,0 +1 @@
module.exports=function(n){return 0<=n&&n<=1?"one":"other"}

60
node_modules/relative-time-format/locale/hi/short.json generated vendored Normal file
View File

@@ -0,0 +1,60 @@
{
"year": {
"previous": "पिछला वर्ष",
"current": "इस वर्ष",
"next": "अगला वर्ष",
"past": "{0} वर्ष पहले",
"future": "{0} वर्ष में"
},
"quarter": {
"previous": "अंतिम तिमाही",
"current": "इस तिमाही",
"next": "अगली तिमाही",
"past": {
"one": "{0} तिमाही पहले",
"other": "{0} तिमाहियों पहले"
},
"future": {
"one": "{0} तिमाही में",
"other": "{0} तिमाहियों में"
}
},
"month": {
"previous": "पिछला माह",
"current": "इस माह",
"next": "अगला माह",
"past": "{0} माह पहले",
"future": "{0} माह में"
},
"week": {
"previous": "पिछला सप्ताह",
"current": "इस सप्ताह",
"next": "अगला सप्ताह",
"past": "{0} सप्ताह पहले",
"future": "{0} सप्ताह में"
},
"day": {
"previous": "कल",
"previous-2": "परसों",
"current": "आज",
"next": "कल",
"next-2": "परसों",
"past": "{0} दिन पहले",
"future": "{0} दिन में"
},
"hour": {
"current": "यह घंटा",
"past": "{0} घं॰ पहले",
"future": "{0} घं॰ में"
},
"minute": {
"current": "यह मिनट",
"past": "{0} मि॰ पहले",
"future": "{0} मि॰ में"
},
"second": {
"current": "अब",
"past": "{0} से॰ पहले",
"future": "{0} से॰ में"
}
}