From cb18cd360cd4509d210a4a49255b4e912e699078 Mon Sep 17 00:00:00 2001 From: shimeoki Date: Wed, 30 Jul 2025 13:24:29 +0300 Subject: [PATCH] fix: lowercase in cs.json --- assets/translations/cs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/translations/cs.json b/assets/translations/cs.json index d828e15..aae7ef1 100644 --- a/assets/translations/cs.json +++ b/assets/translations/cs.json @@ -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})",