From 53a1692d313a1203ddbed3103b13375a8362bca3 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 22:39:30 +0800
Subject: [PATCH] Update about page review info for 2.1.27
---
privatevoice.src/frontend/src/lib/i18n/en.json | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/privatevoice.src/frontend/src/lib/i18n/en.json b/privatevoice.src/frontend/src/lib/i18n/en.json
index 8211f00..8c83064 100755
--- a/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -134,12 +134,22 @@
"checkingUpdate": "Checking...",
"isLatestVersion": "Up to date",
"checkFailed": "Check failed",
- "tagline": "Private. Offline.",
- "slogan": "Private. Offline.",
+ "displayName": "PrivateVoice Dictation",
+ "tagline": "Private offline · Custom dictionary · Privacy protected",
+ "slogan": "Voice dictation that truly belongs to you",
+ "offlineText": "This app runs fully offline. All speech recognition is completed on the local device using local models including SenseVoice, Qwen3-ASR, Moonshine English, and Parakeet.",
+ "noDataText": "Data never leaves the device. The app does not collect, upload, or store any voice, text, dictionary, or usage data.",
"legalText": "This app is a secondary development based on the open-source VoiceSnap project and follows the MIT License.",
"legalDetails": "For complete copyright notices, license text, and improvement details, visit:",
- "supportUrl": "https://shanghai3168.github.io/privatevoice-support/",
- "openSupport": "Open copyright and license details",
+ "sourceProjectLabel": "Source project",
+ "licenseLabel": "License details",
+ "privacyLabel": "Privacy policy",
+ "feedbackLabel": "Support",
+ "sourceUrl": "https://github.com/vorojar/VoiceSnap",
+ "licenseUrl": "https://shanghai3168.github.io/privatevoice-dictation-support/",
+ "privacyUrl": "https://shanghai3168.github.io/privatevoice-dictation-support/privacy.html",
+ "feedbackUrl": "https://shanghai3168.github.io/privatevoice-dictation-support/support.html",
+ "openSupport": "Open support and feedback",
"copyright": "© {year} PrivateVoice Dictation · MIT License"
},
"history": {
--
Gitblit v1.9.3