diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json
index ae54222a..9c0c9c31 100644
--- a/public/locales/cs/common.json
+++ b/public/locales/cs/common.json
@@ -498,5 +498,15 @@
         "active_workers": "Active Workers",
         "total_workers": "Total Workers",
         "records_total": "Queue Length"
+    },
+    "healthchecks": {
+        "new": "New",
+        "up": "Online",
+        "grace": "In Grace Period",
+        "down": "Offline",
+        "paused": "Paused",
+        "status": "Status",
+        "last_ping": "Last Ping",
+        "never": "No pings yet"
     }
 }