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

72 lines
1.3 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.",
"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."
}
}