mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
fix: lowercase in cs.json
This commit is contained in:
@@ -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})",
|
||||
|
Reference in New Issue
Block a user