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

60
node_modules/relative-time-format/locale/bg/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": "преди {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": {
"one": "преди {0} ден",
"other": "преди {0} дни"
},
"future": {
"one": "след {0} ден",
"other": "след {0} дни"
}
},
"hour": {
"current": "в този час",
"past": "преди {0} ч",
"future": "след {0} ч"
},
"minute": {
"current": "в тази минута",
"past": "преди {0} мин",
"future": "след {0} мин"
},
"second": {
"current": "сега",
"past": "преди {0} сек",
"future": "след {0} сек"
}
}