From c64b469e5f7830b83db0d0cae29cf38248465efb Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 22:42:35 +0800
Subject: [PATCH] Add release manifest for 2.1.27 about page candidate

---
 privatevoice.src/frontend/src/lib/i18n/zh.json |   40 +++++++++++++++++++++++++---------------
 1 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/privatevoice.src/frontend/src/lib/i18n/zh.json b/privatevoice.src/frontend/src/lib/i18n/zh.json
index 6b5c43e..3b24839 100755
--- a/privatevoice.src/frontend/src/lib/i18n/zh.json
+++ b/privatevoice.src/frontend/src/lib/i18n/zh.json
@@ -1,9 +1,9 @@
 {
   "app": {
-    "name": "PrivateVoice Dictation",
-    "brandName": "PrivateVoice",
-    "brandTagline": "Private. Offline.",
-    "secondaryName": "Private. Offline."
+    "name": "私语输入法",
+    "brandName": "私语输入法",
+    "brandTagline": "永远离线·稳定极速",
+    "secondaryName": "永远离线·稳定极速"
   },
   "nav": {
     "home": "首页",
@@ -72,9 +72,9 @@
     "copyToClipboard": "识别内容保存到剪贴板",
     "copyToClipboardDesc": "输入文字后仍保留在剪贴板,关闭后仅临时用于上屏",
     "startAtLogin": "开机自启动",
-    "startAtLoginDesc": "登录系统时自动启动 PrivateVoice Dictation",
+    "startAtLoginDesc": "登录系统时自动启动私语输入法",
     "hideDockIcon": "隐藏 Dock 图标",
-    "hideDockIconDesc": "只在菜单栏显示 PrivateVoice Dictation 图标"
+    "hideDockIconDesc": "只在菜单栏显示私语输入法图标"
   },
   "models": {
     "sensevoiceDesc": "轻量中文离线模型,适合中文和中英混输。",
@@ -84,7 +84,7 @@
   },
   "permissions": {
     "title": "权限检查",
-    "subtitle": "PrivateVoice Dictation 需要这些权限才能稳定完成录音、全局热键和自动上屏",
+    "subtitle": "私语输入法需要这些权限才能稳定完成录音、全局热键和自动上屏",
     "refresh": "刷新",
     "grant": "去授权",
     "granted": "已授权",
@@ -106,11 +106,11 @@
     },
     "inputMonitoring": {
       "title": "输入监控",
-      "desc": "用于在 PrivateVoice Dictation 窗口不可见、其他 App 正在前台时监听右 Alt 全局热键。"
+      "desc": "用于在私语输入法窗口不可见、其他 App 正在前台时监听右 Alt 全局热键。"
     },
     "backgroundActivity": {
       "title": "后台活动 / 登录项",
-      "desc": "用于登录系统后自动启动 PrivateVoice Dictation,并允许它作为菜单栏应用在后台运行;不影响当前已经打开的语音输入。"
+      "desc": "用于登录系统后自动启动私语输入法,并允许它作为菜单栏应用在后台运行;不影响当前已经打开的语音输入。"
     }
   },
   "hotkeys": {
@@ -134,13 +134,23 @@
     "checkingUpdate": "正在检查...",
     "isLatestVersion": "已是最新版本",
     "checkFailed": "检查失败",
-    "tagline": "永远离线·稳定极速",
-    "slogan": "Private. Offline.",
+    "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": "打开版权与许可说明",
-    "copyright": "© {year} PrivateVoice Dictation · MIT License"
+    "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": {
     "title": "识别历史",
@@ -200,7 +210,7 @@
     "from": "识别结果",
     "to": "替换为",
     "fromPlaceholder": "例如:私语输入",
-    "toPlaceholder": "例如:PrivateVoice Dictation",
+    "toPlaceholder": "例如:私语输入法",
     "add": "添加",
     "edit": "编辑",
     "save": "保存",

--
Gitblit v1.9.3