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

7
node_modules/relative-time-format/locale/uz/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
locale: 'uz',
long: require('./long.json'),
short: require('./short.json'),
narrow: require('./narrow.json'),
quantify: require('./quantify')
}

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "otgan yil",
"current": "shu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "otgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "otgan oy",
"current": "shu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "otgan hafta",
"current": "shu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
}

View File

@@ -0,0 +1,52 @@
{
"year": {
"previous": "oʻtgan yil",
"current": "bu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "otgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "otgan oy",
"current": "shu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "otgan hafta",
"current": "shu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
}

View File

@@ -0,0 +1 @@
module.exports=function(n){return 1==n?"one":"other"}

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "oʻtgan yil",
"current": "bu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "otgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "otgan oy",
"current": "shu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "otgan hafta",
"current": "shu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
}