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

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

@@ -0,0 +1,75 @@
{
"year": {
"previous": "گزشتہ سال",
"current": "اس سال",
"next": "اگلے سال",
"past": "{0} سال پہلے",
"future": "{0} سال میں"
},
"quarter": {
"previous": "گزشتہ سہ ماہی",
"current": "اس سہ ماہی",
"next": "اگلے سہ ماہی",
"past": "{0} سہ ماہی پہلے",
"future": "{0} سہ ماہی میں"
},
"month": {
"previous": "پچھلا مہینہ",
"current": "اس مہینہ",
"next": "اگلا مہینہ",
"past": {
"one": "{0} مہینہ پہلے",
"other": "{0} مہینے پہلے"
},
"future": {
"one": "{0} مہینہ میں",
"other": "{0} مہینے میں"
}
},
"week": {
"previous": "پچھلے ہفتہ",
"current": "اس ہفتہ",
"next": "اگلے ہفتہ",
"past": {
"one": "{0} ہفتہ پہلے",
"other": "{0} ہفتے پہلے"
},
"future": {
"one": "{0} ہفتہ میں",
"other": "{0} ہفتے میں"
}
},
"day": {
"previous": "گزشتہ کل",
"previous-2": "گزشتہ پرسوں",
"current": "آج",
"next": "آئندہ کل",
"next-2": "آنے والا پرسوں",
"past": {
"one": "{0} دن پہلے",
"other": "{0} دنوں پہلے"
},
"future": {
"one": "{0} دن میں",
"other": "{0} دنوں میں"
}
},
"hour": {
"current": "اس گھنٹے",
"past": {
"one": "{0} گھنٹہ پہلے",
"other": "{0} گھنٹے پہلے"
},
"future": "{0} گھنٹے میں"
},
"minute": {
"current": "اس منٹ",
"past": "{0} منٹ پہلے",
"future": "{0} منٹ میں"
},
"second": {
"current": "اب",
"past": "{0} سیکنڈ پہلے",
"future": "{0} سیکنڈ میں"
}
}