From f74610a0f7e651ce4c63375ffd30fa74f48a47df Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:54:05 -0600 Subject: [PATCH] New translations en-us.json (Czech) --- mealie/lang/messages/cs-CZ.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mealie/lang/messages/cs-CZ.json b/mealie/lang/messages/cs-CZ.json index 7753ac775190..a944f3a92910 100644 --- a/mealie/lang/messages/cs-CZ.json +++ b/mealie/lang/messages/cs-CZ.json @@ -31,5 +31,14 @@ "generic-updated-with-url": "{name} byl aktualizován, {url}", "generic-duplicated": "{name} byl duplikován", "generic-deleted": "{name} byl odstraněn" + }, + "datetime": { + "year": "year|years", + "day": "day|days", + "hour": "hour|hours", + "minute": "minute|minutes", + "second": "second|seconds", + "millisecond": "millisecond|milliseconds", + "microsecond": "microsecond|microseconds" } }