From f13ddbbc6708ec0e6b8b975c92f98cdf424518e0 Mon Sep 17 00:00:00 2001 From: 0xsid0703 Date: Mon, 12 Jan 2026 14:54:08 +0100 Subject: [PATCH] fix: Add missing translation keys for MonitorList component - Add selectAllMonitorsAria - Add deselectAllMonitorsAria - Add Actions - Add deleteMonitorsMsg - Add noMonitorsPausedMsg - Add noMonitorsResumedMsg Fixes translation test failures --- src/lang/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lang/en.json b/src/lang/en.json index 406cc2b7e..b80f0a1ae 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -88,6 +88,12 @@ "retriesDescription": "Maximum retries before the service is marked as down and a notification is sent", "Only retry if status code check fails": "Only retry if status code check fails", "retryOnlyOnStatusCodeFailureDescription": "If enabled, retries will only occur when the HTTP status code check fails (e.g., server is down). If the status code check passes but the JSON query fails, the monitor will be marked as down immediately without retries.", + "selectAllMonitorsAria": "Select all monitors", + "deselectAllMonitorsAria": "Deselect all monitors", + "Actions": "Actions", + "deleteMonitorsMsg": "Are you sure you want to delete the selected monitors?", + "noMonitorsPausedMsg": "No active monitors to pause", + "noMonitorsResumedMsg": "No paused monitors to resume", "ignoredTLSError": "TLS/SSL errors have been ignored", "ignoreTLSError": "Ignore TLS/SSL errors for HTTPS websites", "ignoreTLSErrorGeneral": "Ignore TLS/SSL error for connection",