Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
102
node_modules/relative-time-format/locale/pt/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/pt/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user