From 7999e66c9c78ada3666eb7cea7c22a352bb4cbf0 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 24 Jun 2026 02:30:51 +0800
Subject: [PATCH] Add cancellable model downloads
---
privatevoice.src/frontend/src/lib/i18n/en.json | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/privatevoice.src/frontend/src/lib/i18n/en.json b/privatevoice.src/frontend/src/lib/i18n/en.json
index 89ff807..6444716 100755
--- a/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -66,6 +66,8 @@
"modelCurrent": "Current",
"modelUse": "Use",
"modelDownload": "Download",
+ "modelCancel": "Cancel",
+ "modelCancelling": "Cancelling",
"modelWorking": "Working",
"modelInstalled": "Installed",
"modelNotInstalled": "Not installed",
@@ -276,7 +278,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