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/so/index.js generated vendored Normal file
View File

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

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "Sannadkii la soo dhaafay",
"current": "Sannadkan",
"next": "Sannadka xiga",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "Bishii la soo dhaafay",
"current": "Bishan",
"next": "Bisha xigta",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "Usbuucii la soo dhaafay",
"current": "Usbuucan",
"next": "Usbuuca xiga",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "Shalay",
"current": "Maanta",
"next": "Berri",
"past": "-{0} d",
"future": "+{0} d"
},
"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"
}
}

View File

@@ -0,0 +1,52 @@
{
"year": {
"previous": "Sannadkii la soo dhaafay",
"current": "Sannadkan",
"next": "Sannadka xiga",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "Bishii la soo dhaafay",
"current": "Bishan",
"next": "Bisha xigta",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "Usbuucii la soo dhaafay",
"current": "Usbuucan",
"next": "Usbuuca xiga",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "Shalay",
"current": "Maanta",
"next": "Berri",
"past": "-{0} d",
"future": "+{0} d"
},
"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"
}
}

View File

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

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

@@ -0,0 +1,52 @@
{
"year": {
"previous": "Sannadkii la soo dhaafay",
"current": "Sannadkan",
"next": "Sannadka xiga",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "Bishii la soo dhaafay",
"current": "Bishan",
"next": "Bisha xigta",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "Usbuucii la soo dhaafay",
"current": "Usbuucan",
"next": "Usbuuca xiga",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "Shalay",
"current": "Maanta",
"next": "Berri",
"past": "-{0} d",
"future": "+{0} d"
},
"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"
}
}