102 lines
1.9 KiB
JSON
102 lines
1.9 KiB
JSON
{
|
|
"year": {
|
|
"previous": "ano passado",
|
|
"current": "este ano",
|
|
"next": "próximo ano",
|
|
"past": {
|
|
"one": "há {0} ano",
|
|
"other": "há {0} anos"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} ano",
|
|
"other": "dentro de {0} anos"
|
|
}
|
|
},
|
|
"quarter": {
|
|
"previous": "trimestre passado",
|
|
"current": "este trimestre",
|
|
"next": "próximo trimestre",
|
|
"past": {
|
|
"one": "há {0} trimestre",
|
|
"other": "há {0} trimestres"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} trimestre",
|
|
"other": "dentro de {0} trimestres"
|
|
}
|
|
},
|
|
"month": {
|
|
"previous": "mês passado",
|
|
"current": "este mês",
|
|
"next": "próximo mês",
|
|
"past": {
|
|
"one": "há {0} mês",
|
|
"other": "há {0} meses"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} mês",
|
|
"other": "dentro de {0} meses"
|
|
}
|
|
},
|
|
"week": {
|
|
"previous": "semana passada",
|
|
"current": "esta semana",
|
|
"next": "próxima semana",
|
|
"past": {
|
|
"one": "há {0} semana",
|
|
"other": "há {0} semanas"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} semana",
|
|
"other": "dentro de {0} semanas"
|
|
}
|
|
},
|
|
"day": {
|
|
"previous": "ontem",
|
|
"previous-2": "anteontem",
|
|
"current": "hoje",
|
|
"next": "amanhã",
|
|
"next-2": "depois de amanhã",
|
|
"past": {
|
|
"one": "há {0} dia",
|
|
"other": "há {0} dias"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} dia",
|
|
"other": "dentro de {0} dias"
|
|
}
|
|
},
|
|
"hour": {
|
|
"current": "esta hora",
|
|
"past": {
|
|
"one": "há {0} hora",
|
|
"other": "há {0} horas"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} hora",
|
|
"other": "dentro de {0} horas"
|
|
}
|
|
},
|
|
"minute": {
|
|
"current": "este minuto",
|
|
"past": {
|
|
"one": "há {0} minuto",
|
|
"other": "há {0} minutos"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} minuto",
|
|
"other": "dentro de {0} minutos"
|
|
}
|
|
},
|
|
"second": {
|
|
"current": "agora",
|
|
"past": {
|
|
"one": "há {0} segundo",
|
|
"other": "há {0} segundos"
|
|
},
|
|
"future": {
|
|
"one": "dentro de {0} segundo",
|
|
"other": "dentro de {0} segundos"
|
|
}
|
|
}
|
|
} |