fix: lowercase in tr.json

This commit is contained in:
shimeoki
2025-07-30 13:31:24 +03:00
parent bafd27f1e5
commit c5b077e395

View File

@@ -358,16 +358,16 @@
"other": "{} URL"
},
"minute": {
"one": "{} Dakika",
"other": "{} Dakika"
"one": "{} dakika",
"other": "{} dakika"
},
"hour": {
"one": "{} Saat",
"other": "{} Saat"
"one": "{} saat",
"other": "{} saat"
},
"day": {
"one": "{} Gün",
"other": "{} Gün"
"one": "{} gün",
"other": "{} gün"
},
"clearedNLogsBeforeXAfterY": {
"one": "{n} log temizlendi (önce = {before}, sonra = {after})",