From 024255c6a55c9f740ce740726616dc6ff4273b06 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 19:41:10 +0800
Subject: [PATCH] Rename app to PrivateVoice Dictation

---
 privatevoice.src/frontend/src/lib/i18n/en.json |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/privatevoice.src/frontend/src/lib/i18n/en.json b/privatevoice.src/frontend/src/lib/i18n/en.json
index 4982b61..8211f00 100755
--- a/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -1,7 +1,9 @@
 {
   "app": {
-    "name": "PrivateVoice Input",
-    "secondaryName": "私语输入"
+    "name": "PrivateVoice Dictation",
+    "brandName": "PrivateVoice",
+    "brandTagline": "Private. Offline.",
+    "secondaryName": "Private. Offline."
   },
   "nav": {
     "home": "Home",
@@ -30,7 +32,7 @@
     "done": "Typed"
   },
   "home": {
-    "tagline": "Private.Offline",
+    "tagline": "Private. Offline.",
     "description": "Hold {key} to speak, release to recognize and type",
     "hotkeyLabel": "Trigger Hotkey",
     "modeHint": "Hold to record, release to type · Tap to start free talk, tap again to stop",
@@ -70,9 +72,9 @@
     "copyToClipboard": "Save Recognition to Clipboard",
     "copyToClipboardDesc": "Keep recognized text in the clipboard after input; off uses it only temporarily",
     "startAtLogin": "Start at Login",
-    "startAtLoginDesc": "Launch PrivateVoice Input when you log in",
+    "startAtLoginDesc": "Launch PrivateVoice Dictation when you log in",
     "hideDockIcon": "Hide Dock Icon",
-    "hideDockIconDesc": "Show PrivateVoice Input only in the menu bar"
+    "hideDockIconDesc": "Show PrivateVoice Dictation only in the menu bar"
   },
   "models": {
     "sensevoiceDesc": "Lightweight Chinese offline model for Chinese and mixed Chinese-English input.",
@@ -82,7 +84,7 @@
   },
   "permissions": {
     "title": "Permission Check",
-    "subtitle": "PrivateVoice Input needs these permissions for recording, global hotkeys, and automatic text input",
+    "subtitle": "PrivateVoice Dictation needs these permissions for recording, global hotkeys, and automatic text input",
     "refresh": "Refresh",
     "grant": "Grant",
     "granted": "Granted",
@@ -108,7 +110,7 @@
     },
     "backgroundActivity": {
       "title": "Background Activity / Login Item",
-      "desc": "Starts PrivateVoice Input after login and allows it to run as a menu bar app in the background; it does not affect the currently running voice input."
+      "desc": "Starts PrivateVoice Dictation after login and allows it to run as a menu bar app in the background; it does not affect the currently running voice input."
     }
   },
   "hotkeys": {
@@ -132,13 +134,13 @@
     "checkingUpdate": "Checking...",
     "isLatestVersion": "Up to date",
     "checkFailed": "Check failed",
-    "tagline": "Private.Offline",
-    "slogan": "Private.Offline",
+    "tagline": "Private. Offline.",
+    "slogan": "Private. Offline.",
     "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",
-    "copyright": "© {year} PrivateVoice Input · MIT License"
+    "copyright": "© {year} PrivateVoice Dictation · MIT License"
   },
   "history": {
     "title": "Recognition History",
@@ -198,7 +200,7 @@
     "from": "Recognized As",
     "to": "Replace With",
     "fromPlaceholder": "e.g. voice snap",
-    "toPlaceholder": "e.g. PrivateVoice Input",
+    "toPlaceholder": "e.g. PrivateVoice Dictation",
     "add": "Add",
     "edit": "Edit",
     "save": "Save",

--
Gitblit v1.9.3