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

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

@@ -0,0 +1,64 @@
{
"year": {
"previous": "פֿאַראַיאָר",
"current": "הײַ יאָר",
"next": "איבער א יאָר",
"past": "פֿאַר {0} יאָר",
"future": {
"one": "איבער א יאָר",
"other": "איבער {0} יאָר"
}
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "פֿאַרגאנגענעם חודש",
"current": "דעם חודש",
"next": "קומענדיקן חודש",
"past": {
"one": "פֿאַר {0} חודש",
"other": "פֿאַר {0} חדשים"
},
"future": {
"one": "איבער {0} חודש",
"other": "איבער {0} חדשים"
}
},
"week": {
"previous": "last week",
"current": "this week",
"next": "איבער אַכט טאָג",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "נעכטן",
"current": "היינט",
"next": "מארגן",
"past": "-{0} d",
"future": {
"one": "אין {0} טאָג אַרום",
"other": "אין {0} טעג אַרום"
}
},
"hour": {
"current": "this hour",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "this minute",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "now",
"past": "-{0} s",
"future": "+{0} s"
}
}