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

View File

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

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

@@ -0,0 +1,102 @@
{
"year": {
"previous": "lañu pasáu",
"current": "esti añu",
"next": "lañu viniente",
"past": {
"one": "hai {0} añu",
"other": "hai {0} años"
},
"future": {
"one": "en {0} añu",
"other": "en {0} años"
}
},
"quarter": {
"previous": "trimestre anterior",
"current": "esti trimestre",
"next": "trimestre viniente",
"past": {
"one": "hai {0} trimestre",
"other": "hai {0} trimestres"
},
"future": {
"one": "en {0} trimestre",
"other": "en {0} trimestres"
}
},
"month": {
"previous": "el mes pasáu",
"current": "esti mes",
"next": "el mes viniente",
"past": {
"one": "hai {0} mes",
"other": "hai {0} meses"
},
"future": {
"one": "en {0} mes",
"other": "en {0} meses"
}
},
"week": {
"previous": "la selmana pasada",
"current": "esta selmana",
"next": "la selmana viniente",
"past": {
"one": "hai {0} selmana",
"other": "hai {0} selmanes"
},
"future": {
"one": "en {0} selmana",
"other": "en {0} selmanes"
}
},
"day": {
"previous": "ayeri",
"previous-2": "antayeri",
"current": "güei",
"next": "mañana",
"next-2": "pasao mañana",
"past": {
"one": "hai {0} día",
"other": "hai {0} díes"
},
"future": {
"one": "en {0} día",
"other": "en {0} díes"
}
},
"hour": {
"current": "esta hora",
"past": {
"one": "hai {0} hora",
"other": "hai {0} hores"
},
"future": {
"one": "en {0} hora",
"other": "en {0} hores"
}
},
"minute": {
"current": "esti minutu",
"past": {
"one": "hai {0} minutu",
"other": "hai {0} minutos"
},
"future": {
"one": "en {0} minutu",
"other": "en {0} minutos"
}
},
"second": {
"current": "agora",
"past": {
"one": "hai {0} segundu",
"other": "hai {0} segundos"
},
"future": {
"one": "en {0} segundu",
"other": "en {0} segundos"
}
}
}

View File

@@ -0,0 +1,54 @@
{
"year": {
"previous": "añu pas.",
"current": "esti añu",
"next": "añu vin.",
"past": "hai {0} a.",
"future": "en {0} a."
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} tr.",
"future": "en {0} tr."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": "hai {0} m.",
"future": "en {0} m."
},
"week": {
"previous": "selm. pas.",
"current": "esta selm.",
"next": "selm. vin.",
"past": "hai {0} se.",
"future": "en {0} se."
},
"day": {
"previous": "ayeri",
"previous-2": "antay.",
"current": "güei",
"next": "mañ.",
"next-2": "p. mañ.",
"past": "hai {0} d.",
"future": "en {0} d."
},
"hour": {
"current": "esta h.",
"past": "hai {0} h.",
"future": "en {0} h."
},
"minute": {
"current": "esti min.",
"past": "hai {0} min.",
"future": "en {0} min."
},
"second": {
"current": "agora",
"past": "hai {0} s.",
"future": "en {0} s."
}
}

View File

@@ -0,0 +1 @@
module.exports=function(n){var r=!String(n).split(".")[1];return 1==n&&r?"one":"other"}

View File

@@ -0,0 +1,72 @@
{
"year": {
"previous": "lañu pas.",
"current": "esti añu",
"next": "lañu vin.",
"past": {
"one": "hai {0} añu",
"other": "hai {0} años"
},
"future": {
"one": "en {0} añu",
"other": "en {0} años"
}
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} trim.",
"future": "en {0} trim."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": {
"one": "hai {0} mes",
"other": "hai {0} meses"
},
"future": {
"one": "en {0} mes",
"other": "en {0} meses"
}
},
"week": {
"previous": "selm. pasada",
"current": "esta selm.",
"next": "selm. viniente",
"past": "hai {0} selm.",
"future": "en {0} selm."
},
"day": {
"previous": "ayeri",
"previous-2": "antayeri",
"current": "güei",
"next": "mañana",
"next-2": "pasao mañana",
"past": {
"one": "hai {0} día",
"other": "hai {0} díes"
},
"future": {
"one": "en {0} día",
"other": "en {0} díes"
}
},
"hour": {
"current": "esta hora",
"past": "hai {0} h.",
"future": "en {0} h."
},
"minute": {
"current": "esti min.",
"past": "hai {0} min.",
"future": "en {0} min."
},
"second": {
"current": "agora",
"past": "hai {0} seg.",
"future": "en {0} seg."
}
}