From df8fa07327102cd7ec490151805610d1b17271a5 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 14:16:56 +0800
Subject: [PATCH] Add Round 3 QA report
---
privatevoice.src/frontend/src/lib/i18n/en.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/privatevoice.src/frontend/src/lib/i18n/en.json b/privatevoice.src/frontend/src/lib/i18n/en.json
index 94b25f3..e0c9ba9 100755
--- a/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -44,6 +44,13 @@
"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",
+ "language": "Language",
+ "languageAuto": "Automatic",
+ "languageChinese": "Chinese",
+ "languageEnglish": "English",
+ "languageAutoDesc": "Follow the system language, currently choosing only between Chinese and English",
+ "languageChineseDesc": "Use the Chinese interface with SenseVoice as the default offline model",
+ "languageEnglishDesc": "Use the English interface with Moonshine English as the default offline model",
"autoHide": "Auto-hide Indicator",
"autoHideDesc": "Automatically hide the floating indicator after completion",
"soundFeedback": "Sound Feedback",
--
Gitblit v1.9.3