diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-10-12 13:42:24 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-10-12 18:29:40 +0000 |
| commit | fda1c851cf507ca7e309e80ff068444dfaab93c3 (patch) | |
| tree | d349fdae4fa1a3a1e32152f0df41948fd56b7f89 /apps/web/lib/i18n/locales/en | |
| parent | 7ee9416e8f1689b6390ea51c7a8484936c12026d (diff) | |
| download | karakeep-fda1c851cf507ca7e309e80ff068444dfaab93c3.tar.zst | |
feat: Add service dependency checks in the server overview page
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
| -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": { |
