From 18c90acda54cb46815a081ecfc36ea8f2b9e93fd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 29 Jun 2026 00:12:04 +0800
Subject: [PATCH] Fix custom hotkey settings UI for 8.2.1

---
 src/Apptag/Localization/en.json |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json
index 2921d09..b08b243 100644
--- a/src/Apptag/Localization/en.json
+++ b/src/Apptag/Localization/en.json
@@ -187,6 +187,9 @@
   "quickSearch.globalHotkey": "Quick Search (global)",
   "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
   "quickSearch.spaceDisplay": "Space",
+  "trackpadGesture.title": "Trackpad gesture",
+  "trackpadGesture.description": "Map a trackpad gesture in a third-party tool to this URL to show the app list.",
+  "trackpadGesture.status": "External tool",
   "smart.category.GTD": "Tasks & GTD",
   "smart.category.Notes": "Notes",
   "smart.category.Meeting": "Meetings",
@@ -235,13 +238,13 @@
   "usageTips.tip8.title": "Tip 8 - Edit notes",
   "usageTips.tip8.detail": "Right-click an app, enter a note.",
   "theme.default": "Default",
-  "theme.deepBlue": "Deep Blue",
+  "theme.deepBlue": "Dark Colorful",
   "theme.black": "Black",
   "theme.pink": "Pink",
   "theme.purple": "Purple",
   "theme.green": "Green",
   "theme.blue": "Blue",
-  "theme.colorful": "Colorful",
+  "theme.colorful": "Light Colorful",
   "usageTips.closeReminder.title": "Show tips again later",
   "usageTips.closeReminder.message": "You can show tips again later in Settings > General by clearing “Hide usage tips”.",
   "usageTips.closeReminder.doNotRemind": "Got it. Don’t remind me next time I close tips.",
@@ -290,5 +293,25 @@
   "pro.theme.preview.status": "Previewing Pro theme",
   "pro.theme.status.free": "Free themes are ready now. Unlock Pro to keep every advanced theme.",
   "pro.theme.status.preview": "Previewing a Pro theme. Unlock Pro to keep it after the preview ends.",
-  "pro.theme.status.unlocked": "All themes are unlocked on this Mac."
+  "pro.theme.status.previewCountdown": "Previewing · %time% left",
+  "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.",
+  "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