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

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "keçən il",
"current": "bu il",
"next": "gələn il",
"past": "{0} il öncə",
"future": "{0} il ərzində"
},
"quarter": {
"previous": "keçən rüb",
"current": "bu rüb",
"next": "gələn rüb",
"past": "{0} rüb öncə",
"future": "{0} rüb ərzində"
},
"month": {
"previous": "keçən ay",
"current": "bu ay",
"next": "gələn ay",
"past": "{0} ay öncə",
"future": "{0} ay ərzində"
},
"week": {
"previous": "keçən həftə",
"current": "bu həftə",
"next": "gələn həftə",
"past": "{0} həftə öncə",
"future": "{0} həftə ərzində"
},
"day": {
"previous": "dünən",
"current": "bu gün",
"next": "sabah",
"past": "{0} gün öncə",
"future": "{0} gün ərzində"
},
"hour": {
"current": "bu saat",
"past": "{0} saat öncə",
"future": "{0} saat ərzində"
},
"minute": {
"current": "bu dəqiqə",
"past": "{0} dəqiqə öncə",
"future": "{0} dəqiqə ərzində"
},
"second": {
"current": "indi",
"past": "{0} saniyə öncə",
"future": "{0} saniyə ərzində"
}
}