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",