fix: lowercase in pt.json

This commit is contained in:
shimeoki
2025-07-30 13:29:25 +03:00
parent 6c995df40a
commit ae537758aa

View File

@@ -358,16 +358,16 @@
"other": "{} URLs"
},
"minute": {
"one": "{} Minuto",
"other": "{} Minutos"
"one": "{} minuto",
"other": "{} minutos"
},
"hour": {
"one": "{} Hora",
"other": "{} Horas"
"one": "{} hora",
"other": "{} horas"
},
"day": {
"one": "{} Dia",
"other": "{} Dias"
"one": "{} dia",
"other": "{} dias"
},
"clearedNLogsBeforeXAfterY": {
"one": "Foi limpo {n} log (antes = {antes}, depois = {depois})",