From 9a85354d8b41e05ba8729cd8f44592291de9117a Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 01:40:19 +0800
Subject: [PATCH] Implement Round 2 language settings

---
 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..1b2d78b 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. The offline model remains SenseVoice in this round",
+    "languageEnglishDesc": "Use the English interface. The offline model remains SenseVoice in this round",
     "autoHide": "Auto-hide Indicator",
     "autoHideDesc": "Automatically hide the floating indicator after completion",
     "soundFeedback": "Sound Feedback",

--
Gitblit v1.9.3