fix: lowercase in cs.json

This commit is contained in:
shimeoki
2025-07-30 13:24:29 +03:00
parent b203934f10
commit cb18cd360c

View File

@@ -358,16 +358,16 @@
"other": "{} Adres"
},
"minute": {
"one": "{} Minuta",
"other": "{} Minut"
"one": "{} minuta",
"other": "{} minut"
},
"hour": {
"one": "{} Hodina",
"other": "{} Hodin"
"one": "{} hodina",
"other": "{} hodin"
},
"day": {
"one": "{} Den",
"other": "{} Dnů"
"one": "{} den",
"other": "{} dnů"
},
"clearedNLogsBeforeXAfterY": {
"one": "{n} Záznam vymazán (před = {before}, po = {after})",