Files
cm-app-crawlspider/node_modules/relative-time-format/locale/ast/long.json

102 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}
}