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

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

@@ -0,0 +1,54 @@
{
"year": {
"previous": "aurreko urtea",
"current": "aurten",
"next": "hurrengo urtea",
"past": "Duela {0} urte",
"future": "{0} urte barru"
},
"quarter": {
"previous": "aurreko hiruhilekoa",
"current": "hiruhileko hau",
"next": "hurrengo hiruhilekoa",
"past": "Duela {0} hiruhileko",
"future": "{0} hiruhileko barru"
},
"month": {
"previous": "aurreko hilabetean",
"current": "hilabete honetan",
"next": "hurrengo hilabetean",
"past": "Duela {0} hilabete",
"future": "{0} hilabete barru"
},
"week": {
"previous": "aurreko astean",
"current": "aste honetan",
"next": "hurrengo astean",
"past": "Duela {0} aste",
"future": "{0} aste barru"
},
"day": {
"previous": "atzo",
"previous-2": "herenegun",
"current": "gaur",
"next": "bihar",
"next-2": "etzi",
"past": "Duela {0} egun",
"future": "{0} egun barru"
},
"hour": {
"current": "ordu honetan",
"past": "Duela {0} ordu",
"future": "{0} ordu barru"
},
"minute": {
"current": "minutu honetan",
"past": "Duela {0} minutu",
"future": "{0} minutu barru"
},
"second": {
"current": "orain",
"past": "Duela {0} segundo",
"future": "{0} segundo barru"
}
}