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/zh.json | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/privatevoice.src/frontend/src/lib/i18n/zh.json b/privatevoice.src/frontend/src/lib/i18n/zh.json
index 99a8181..3b24839 100755
--- a/privatevoice.src/frontend/src/lib/i18n/zh.json
+++ b/privatevoice.src/frontend/src/lib/i18n/zh.json
@@ -134,12 +134,22 @@
"checkingUpdate": "正在检查...",
"isLatestVersion": "已是最新版本",
"checkFailed": "检查失败",
+ "displayName": "私语输入法 (PrivateVoice Dictation)",
"tagline": "私密离线 · 自定义词库 · 保护隐私",
"slogan": "真正属于你的语音输入法",
+ "offlineText": "本应用完全离线运行,所有语音识别均在本地设备上完成,使用 SenseVoice、Qwen3-ASR、Moonshine English、Parakeet 等本地模型。",
+ "noDataText": "数据永不出设备,不会收集、上传或存储任何语音、文本、词库或使用数据。",
"legalText": "本应用基于开源项目 VoiceSnap 进行二次开发,遵循 MIT License。",
"legalDetails": "完整版权声明、许可文本及改进详情,请访问:",
- "supportUrl": "https://shanghai3168.github.io/privatevoice-support/",
- "openSupport": "打开版权与许可说明",
+ "sourceProjectLabel": "原项目地址",
+ "licenseLabel": "版权许可",
+ "privacyLabel": "隐私政策",
+ "feedbackLabel": "支持与反馈",
+ "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": "打开支持与反馈",
"copyright": "© {year} 私语输入法 · MIT License"
},
"history": {
--
Gitblit v1.9.3