diff options
Diffstat (limited to 'apps/web/lib/i18n/locales')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 450949c6..4e79be51 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -351,6 +351,18 @@ "total_bookmarks": "Total Bookmarks", "server_version": "Server Version" }, + "service_connections": { + "title": "Service Connections", + "description": "Monitor the health and connectivity of external system dependencies", + "search_engine": "Search Engine", + "browser": "Browser", + "queue_system": "Queue System", + "status": { + "not_configured": "Not Configured", + "connected": "Connected", + "disconnected": "Disconnected" + } + }, "background_jobs": { "jobs": { "crawler": { |
