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/zh.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/VoiceSnapGo/frontend/src/lib/i18n/zh.json b/VoiceSnapGo/frontend/src/lib/i18n/zh.json
index c15a30a..8a52d67 100755
--- a/VoiceSnapGo/frontend/src/lib/i18n/zh.json
+++ b/VoiceSnapGo/frontend/src/lib/i18n/zh.json
@@ -54,6 +54,9 @@
"grant": "去授权",
"granted": "已授权",
"missing": "未授权",
+ "enabled": "已启用",
+ "disabled": "未启用",
+ "optional": "可选",
"checking": "检查中",
"allGranted": "所有权限已就绪",
"needsAttention": "有权限需要处理",
@@ -69,6 +72,10 @@
"inputMonitoring": {
"title": "输入监控",
"desc": "用于在 VoiceSnap 窗口不可见、其他 App 正在前台时监听右 Alt 全局热键。"
+ },
+ "backgroundActivity": {
+ "title": "后台活动 / 登录项",
+ "desc": "用于登录系统后自动启动 VoiceSnap,并允许它作为菜单栏应用在后台运行;不影响当前已经打开的语音输入。"
}
},
"hotkeys": {
--
Gitblit v1.9.3