Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
69
node_modules/relative-time-format/locale/pt/narrow.json
generated
vendored
Normal file
69
node_modules/relative-time-format/locale/pt/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ano passado",
|
||||
"current": "este ano",
|
||||
"next": "próximo ano",
|
||||
"past": {
|
||||
"one": "-{0} ano",
|
||||
"other": "-{0} anos"
|
||||
},
|
||||
"future": {
|
||||
"one": "+{0} ano",
|
||||
"other": "+{0} anos"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trim. passado",
|
||||
"current": "este trim.",
|
||||
"next": "próximo trim.",
|
||||
"past": "-{0} trim.",
|
||||
"future": "+{0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mês passado",
|
||||
"current": "este mês",
|
||||
"next": "próximo mês",
|
||||
"past": {
|
||||
"one": "-{0} mês",
|
||||
"other": "-{0} meses"
|
||||
},
|
||||
"future": {
|
||||
"one": "+{0} mês",
|
||||
"other": "+{0} meses"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "semana passada",
|
||||
"current": "esta semana",
|
||||
"next": "próxima semana",
|
||||
"past": "-{0} sem.",
|
||||
"future": "+{0} sem."
|
||||
},
|
||||
"day": {
|
||||
"previous": "ontem",
|
||||
"previous-2": "anteontem",
|
||||
"current": "hoje",
|
||||
"next": "amanhã",
|
||||
"next-2": "depois de amanhã",
|
||||
"past": "há {0} dias",
|
||||
"future": {
|
||||
"one": "+{0} dia",
|
||||
"other": "+{0} dias"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "esta hora",
|
||||
"past": "-{0} h",
|
||||
"future": "+{0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "este minuto",
|
||||
"past": "-{0} min",
|
||||
"future": "+{0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "agora",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user