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

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

@@ -0,0 +1,85 @@
{
"year": {
"previous": "मागील वर्ष",
"current": "हे वर्ष",
"next": "पुढील वर्ष",
"past": {
"one": "{0} वर्षापूर्वी",
"other": "{0} वर्षांपूर्वी"
},
"future": {
"one": "{0} वर्षामध्ये",
"other": "{0} वर्षांमध्ये"
}
},
"quarter": {
"previous": "मागील तिमाही",
"current": "ही तिमाही",
"next": "पुढील तिमाही",
"past": {
"one": "{0} तिमाहीपूर्वी",
"other": "{0} तिमाहींपूर्वी"
},
"future": {
"one": "येत्या {0} तिमाहीमध्ये",
"other": "येत्या {0} तिमाहींमध्ये"
}
},
"month": {
"previous": "मागील महिना",
"current": "हा महिना",
"next": "पुढील महिना",
"past": {
"one": "{0} महिन्यापूर्वी",
"other": "{0} महिन्यांपूर्वी"
},
"future": "{0} महिन्यामध्ये"
},
"week": {
"previous": "मागील आठवडा",
"current": "हा आठवडा",
"next": "पुढील आठवडा",
"past": {
"one": "{0} आठवड्यापूर्वी",
"other": "{0} आठवड्यांपूर्वी"
},
"future": {
"one": "येत्या {0} आठवड्यामध्ये",
"other": "येत्या {0} आठवड्यांमध्ये"
}
},
"day": {
"previous": "काल",
"current": "आज",
"next": "उद्या",
"past": {
"one": "{0} दिवसापूर्वी",
"other": "{0} दिवसांपूर्वी"
},
"future": {
"one": "{0} दिवसामध्ये",
"other": "येत्या {0} दिवसांमध्ये"
}
},
"hour": {
"current": "तासात",
"past": {
"one": "{0} तासापूर्वी",
"other": "{0} तासांपूर्वी"
},
"future": {
"one": "{0} तासामध्ये",
"other": "{0} तासांमध्ये"
}
},
"minute": {
"current": "या मिनिटात",
"past": "{0} मिनि. पूर्वी",
"future": "{0} मिनि. मध्ये"
},
"second": {
"current": "आत्ता",
"past": "{0} से. पूर्वी",
"future": "{0} से. मध्ये"
}
}