From aa6d716dff8ea05a57500aab74775292df7954b2 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 18 May 2026 15:49:59 +0800
Subject: [PATCH] feat: add permission status panel

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

diff --git a/VoiceSnapGo/frontend/src/lib/i18n/zh.json b/VoiceSnapGo/frontend/src/lib/i18n/zh.json
index 9f3b2e1..c15a30a 100755
--- a/VoiceSnapGo/frontend/src/lib/i18n/zh.json
+++ b/VoiceSnapGo/frontend/src/lib/i18n/zh.json
@@ -5,6 +5,7 @@
   "nav": {
     "home": "首页",
     "userdict": "词库",
+    "permissions": "权限",
     "history": "历史",
     "about": "关于"
   },
@@ -46,6 +47,30 @@
     "hideDockIcon": "隐藏 Dock 图标",
     "hideDockIconDesc": "只在菜单栏显示 VoiceSnap 图标"
   },
+  "permissions": {
+    "title": "权限检查",
+    "subtitle": "VoiceSnap 需要这些权限才能稳定完成录音、全局热键和自动上屏",
+    "refresh": "刷新",
+    "grant": "去授权",
+    "granted": "已授权",
+    "missing": "未授权",
+    "checking": "检查中",
+    "allGranted": "所有权限已就绪",
+    "needsAttention": "有权限需要处理",
+    "summaryDesc": "授权完成后这里会自动变成绿灯",
+    "microphone": {
+      "title": "麦克风",
+      "desc": "用于录制你的语音,这是开始识别前必须拿到的权限。"
+    },
+    "accessibility": {
+      "title": "辅助功能",
+      "desc": "用于把识别结果自动输入到当前文本框,也用于模拟粘贴和键盘输入。"
+    },
+    "inputMonitoring": {
+      "title": "输入监控",
+      "desc": "用于在 VoiceSnap 窗口不可见、其他 App 正在前台时监听右 Alt 全局热键。"
+    }
+  },
   "hotkeys": {
     "title": "触发热键",
     "current": "当前热键",

--
Gitblit v1.9.3