Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/ast/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ast/index.js
generated
vendored
Normal 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
102
node_modules/relative-time-format/locale/ast/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’añu pasáu",
|
||||
"current": "esti añu",
|
||||
"next": "l’añ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"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/ast/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/ast/narrow.json
generated
vendored
Normal 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."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ast/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ast/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){var r=!String(n).split(".")[1];return 1==n&&r?"one":"other"}
|
||||
72
node_modules/relative-time-format/locale/ast/short.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/ast/short.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’añu pas.",
|
||||
"current": "esti añu",
|
||||
"next": "l’añ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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user