Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

View 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"
}
}