From 71a520840eb3debe46173c1f73bc85bbea0b1aa6 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 23:42:38 +0800
Subject: [PATCH] Implement Pro custom hotkeys for 8.2.0

---
 src/Apptag/Localization/en.json |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json
index 59f580a..b08b243 100644
--- a/src/Apptag/Localization/en.json
+++ b/src/Apptag/Localization/en.json
@@ -297,5 +297,21 @@
   "pro.theme.status.unlocked": "All themes are unlocked on this Mac.",
   "theme.tuning.dark": "Dark colorful tuning",
   "theme.tuning.light": "Light colorful tuning",
-  "theme.tuning.desc": "Adjust the liquid color flow. The theme keeps its current light or dark style. Themes only change the App Grid background. Containers keep one consistent glass surface."
+  "theme.tuning.desc": "Adjust the liquid color flow. The theme keeps its current light or dark style. Themes only change the App Grid background. Containers keep one consistent glass surface.",
+  "pro.feature.customHotkeys": "Custom shortcuts",
+  "pro.feature.customHotkeys.benefit": "Set your own global shortcuts for the app list and Quick Search.",
+  "pro.prompt.customHotkeys": "Custom shortcuts are part of Pro. Unlock Pro to set your own global shortcuts.",
+  "hotkeys.customize": "Customize",
+  "hotkeys.restoreDefault": "Restore default",
+  "hotkeys.recording": "Press the new shortcut now. Press Esc to cancel.",
+  "hotkeys.recordingInline": "Recording",
+  "hotkeys.recordingCancelled": "Shortcut recording cancelled.",
+  "hotkeys.saved": "Shortcut saved.",
+  "hotkeys.restored": "Default shortcut restored.",
+  "hotkeys.proRequired": "Unlock Pro to customize shortcuts.",
+  "hotkeys.error.modifierRequired": "Use at least Command, Control, or two modifiers.",
+  "hotkeys.error.unsupportedKey": "This key is not supported.",
+  "hotkeys.error.reserved": "This shortcut is reserved by macOS or the app.",
+  "hotkeys.error.duplicate": "This shortcut already belongs to another TagLauncher action.",
+  "hotkeys.error.registrationFailed": "Shortcut could not be registered. Error code: %status%."
 }

--
Gitblit v1.9.3