aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-10-12 13:42:24 +0000
committerMohamed Bassem <me@mbassem.com>2025-10-12 18:29:40 +0000
commitfda1c851cf507ca7e309e80ff068444dfaab93c3 (patch)
treed349fdae4fa1a3a1e32152f0df41948fd56b7f89 /apps/web/lib/i18n/locales
parent7ee9416e8f1689b6390ea51c7a8484936c12026d (diff)
downloadkarakeep-fda1c851cf507ca7e309e80ff068444dfaab93c3.tar.zst
feat: Add service dependency checks in the server overview page
Diffstat (limited to 'apps/web/lib/i18n/locales')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json12
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": {