From 47e0419e81ee015b469cc9f2a891cad8fa505eec Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 18 May 2026 17:54:50 +0800
Subject: [PATCH] build: apply selected macOS app icon

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

diff --git a/VoiceSnapGo/frontend/src/lib/i18n/en.json b/VoiceSnapGo/frontend/src/lib/i18n/en.json
index 96aa055..5dacfa2 100755
--- a/VoiceSnapGo/frontend/src/lib/i18n/en.json
+++ b/VoiceSnapGo/frontend/src/lib/i18n/en.json
@@ -32,10 +32,17 @@
     "tagline": "Snap · Voice to Text",
     "description": "Hold {key} to speak, release to recognize and type",
     "hotkeyLabel": "Trigger Hotkey",
-    "modeHint": "Hold to record, release to type · Tap to start free talk, tap again to stop"
+    "modeHint": "Hold to record, release to type · Tap to start free talk, tap again to stop",
+    "modeHintTap": "Tap to start speaking, tap again to stop and type",
+    "modeHintHold": "Hold to speak, release to stop and type"
   },
   "settings": {
     "inputDevice": "Input Device",
+    "hotkeyMode": "Voice Input Mode",
+    "hotkeyModeTap": "Tap",
+    "hotkeyModeHold": "Hold",
+    "hotkeyModeTapDesc": "Tap the hotkey to start speaking, then tap again to stop and type",
+    "hotkeyModeHoldDesc": "Hold the hotkey to speak, release to stop and type",
     "autoHide": "Auto-hide Indicator",
     "autoHideDesc": "Automatically hide the floating indicator after completion",
     "soundFeedback": "Sound Feedback",
@@ -54,6 +61,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 +79,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