Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
72
node_modules/relative-time-format/locale/pt/short.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/pt/short.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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": "trim. passado",
|
||||
"current": "este trim.",
|
||||
"next": "próximo trim.",
|
||||
"past": "há {0} trim.",
|
||||
"future": "dentro de {0} trim."
|
||||
},
|
||||
"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": "há {0} sem.",
|
||||
"future": "dentro de {0} sem."
|
||||
},
|
||||
"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": "há {0} h",
|
||||
"future": "dentro de {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "este minuto",
|
||||
"past": "há {0} min",
|
||||
"future": "dentro de {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "agora",
|
||||
"past": "há {0} s",
|
||||
"future": "dentro de {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user