From 6a74e8e739c3d2db2db737b1ecb0117eb88a4129 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 18 May 2026 16:07:07 +0800
Subject: [PATCH] feat: show background activity status

---
 VoiceSnapGo/frontend/src/lib/i18n/en.json |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/VoiceSnapGo/frontend/src/lib/i18n/en.json b/VoiceSnapGo/frontend/src/lib/i18n/en.json
index 96aa055..4527cd3 100755
--- a/VoiceSnapGo/frontend/src/lib/i18n/en.json
+++ b/VoiceSnapGo/frontend/src/lib/i18n/en.json
@@ -54,6 +54,9 @@
     "grant": "Grant",
     "granted": "Granted",
     "missing": "Missing",
+    "enabled": "Enabled",
+    "disabled": "Disabled",
+    "optional": "Optional",
     "checking": "Checking",
     "allGranted": "All permissions are ready",
     "needsAttention": "Some permissions need attention",
@@ -69,6 +72,10 @@
     "inputMonitoring": {
       "title": "Input Monitoring",
       "desc": "Listens for the global right Alt hotkey while other apps are in front."
+    },
+    "backgroundActivity": {
+      "title": "Background Activity / Login Item",
+      "desc": "Starts VoiceSnap after login and allows it to run as a menu bar app in the background; it does not affect the currently running voice input."
     }
   },
   "hotkeys": {

--
Gitblit v1.9.3