From ddbd0b7ac03c8e97d8ba54708d61e8c0c96ad160 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 01 Jul 2026 23:28:45 +0800
Subject: [PATCH] Stop tracking local release artifacts

---
 privatevoice.src/frontend/src/lib/i18n/en.json |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/privatevoice.src/frontend/src/lib/i18n/en.json b/privatevoice.src/frontend/src/lib/i18n/en.json
index 89ff807..7f8aa66 100755
--- a/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -66,7 +66,10 @@
     "modelCurrent": "Current",
     "modelUse": "Use",
     "modelDownload": "Download",
+    "modelCancel": "Cancel",
+    "modelCancelling": "Cancelling",
     "modelWorking": "Working",
+    "modelUnavailable": "Unavailable",
     "modelInstalled": "Installed",
     "modelNotInstalled": "Not installed",
     "modelActionFailed": "Model action failed",
@@ -88,7 +91,9 @@
     "parakeetV3Desc": "Multilingual European offline model for French, German, Spanish, Italian, and Portuguese.",
     "japaneseDesc": "Dedicated Japanese offline model based on ReazonSpeech.",
     "koreanDesc": "Dedicated Korean offline model for Korean dictation.",
-    "qwen3Desc": "Higher quality Chinese offline model for long Chinese dictation, technical terms, and mixed Chinese-English input."
+    "qwen3Desc": "Higher quality Chinese offline model for long Chinese dictation, technical terms, and mixed Chinese-English input.",
+    "qwen3RequiresMacOS14": "Qwen3-ASR requires macOS 14 or later. This compatibility build does not support downloading it.",
+    "windowsPreviewUnsupported": "The Windows preview currently supports SenseVoice only. This model is not available yet."
   },
   "permissions": {
     "title": "Permission Check",
@@ -276,7 +281,12 @@
     "optimizing": "Optimizing...",
     "extracting": "Extracting model files...",
     "complete": "Complete",
-    "failed": "Setup failed"
+    "failed": "Setup failed",
+    "cancel": "Cancel",
+    "cancelling": "Cancelling",
+    "cancelled": "Cancelled",
+    "cancelledDetail": "Model download was cancelled. You can download it again later.",
+    "retry": "Download again"
   },
   "update": {
     "title": "Update Available",

--
Gitblit v1.9.3