72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"year": {
|
|
"previous": "ano pasado",
|
|
"current": "este ano",
|
|
"next": "seguinte ano",
|
|
"past": {
|
|
"one": "hai {0} ano",
|
|
"other": "hai {0} anos"
|
|
},
|
|
"future": {
|
|
"one": "en {0} ano",
|
|
"other": "en {0} anos"
|
|
}
|
|
},
|
|
"quarter": {
|
|
"previous": "trim. pasado",
|
|
"current": "este trim.",
|
|
"next": "trim. seguinte",
|
|
"past": "hai {0} trim.",
|
|
"future": "en {0} trim."
|
|
},
|
|
"month": {
|
|
"previous": "m. pasado",
|
|
"current": "este m.",
|
|
"next": "m. seguinte",
|
|
"past": {
|
|
"one": "hai {0} mes",
|
|
"other": "hai {0} meses"
|
|
},
|
|
"future": {
|
|
"one": "en {0} mes",
|
|
"other": "en {0} meses"
|
|
}
|
|
},
|
|
"week": {
|
|
"previous": "sem. pasada",
|
|
"current": "esta sem.",
|
|
"next": "sem. seguinte",
|
|
"past": "hai {0} sem.",
|
|
"future": "en {0} sem."
|
|
},
|
|
"day": {
|
|
"previous": "onte",
|
|
"previous-2": "antonte",
|
|
"current": "hoxe",
|
|
"next": "mañá",
|
|
"next-2": "pasadomañá",
|
|
"past": {
|
|
"one": "hai {0} día",
|
|
"other": "hai {0} días"
|
|
},
|
|
"future": {
|
|
"one": "en {0} día",
|
|
"other": "en {0} días"
|
|
}
|
|
},
|
|
"hour": {
|
|
"current": "esta hora",
|
|
"past": "hai {0} h",
|
|
"future": "en {0} h"
|
|
},
|
|
"minute": {
|
|
"current": "este minuto",
|
|
"past": "hai {0} min",
|
|
"future": "en {0} min"
|
|
},
|
|
"second": {
|
|
"current": "agora",
|
|
"past": "hai {0} s",
|
|
"future": "en {0} s"
|
|
}
|
|
} |