fix: Add missing translation keys for MonitorList component

- Add selectAllMonitorsAria
- Add deselectAllMonitorsAria
- Add Actions
- Add deleteMonitorsMsg
- Add noMonitorsPausedMsg
- Add noMonitorsResumedMsg

Fixes translation test failures
This commit is contained in:
0xsid0703 2026-01-12 14:54:08 +01:00
parent e5d85c7fcd
commit f13ddbbc67

View File

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