From 7c97841d07d4a596508f663c887d1f67d105faf6 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 20 May 2026 13:07:20 +0800
Subject: [PATCH] perf: reduce launcher scroll and search jank
---
Apptag/Localization/cs.json | 29 +++++++----------------------
1 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/Apptag/Localization/cs.json b/Apptag/Localization/cs.json
index e574f01..ccbbffb 100644
--- a/Apptag/Localization/cs.json
+++ b/Apptag/Localization/cs.json
@@ -1,6 +1,8 @@
{
"menu.show": "Zobrazit TagLauncher",
"menu.showAppList": "Zobrazit seznam aplikací",
+ "menu.shortcutUnavailable": "shortcut unavailable",
+ "menu.showShortcutUnavailable": "Show TagLauncher (shortcut unavailable)",
"menu.preferences": "Předvolby…",
"menu.quit": "Ukončit",
"menu.language": "Jazyk",
@@ -153,33 +155,16 @@
"quickSearch.hotkeys": "Keyboard shortcuts",
"quickSearch.mainHotkey": "App list",
"quickSearch.mainHotkeyDesc": "Opens the TagLauncher app list.",
- "quickSearch.directHotkey": "Quick Search (global)",
- "quickSearch.directHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
- "quickSearch.record": "Change",
- "quickSearch.recording": "Recording",
- "quickSearch.clear": "Clear",
- "quickSearch.restoreDefault": "Restore default",
- "quickSearch.retry": "Retry registration",
- "quickSearch.recordingHint": "Press the new global shortcut. Press Esc to cancel.",
- "quickSearch.disabled": "Disabled",
- "quickSearch.blocked": "Blocked",
- "quickSearch.previousStillActive": "Previous shortcut remains active:",
"quickSearch.status.Active": "Active",
- "quickSearch.status.Conflict": "Conflict",
- "quickSearch.status.Disabled": "Disabled",
- "quickSearch.hotkeyConflict.spotlight": "Command + Space is used by Spotlight. Change Spotlight in macOS Keyboard Shortcuts, or choose another shortcut.",
- "quickSearch.hotkeyConflict.finderSearch": "Option + Command + Space is used by the Finder search window. Change macOS Keyboard Shortcuts, or choose another shortcut.",
- "quickSearch.hotkeyConflict.previousInput": "Control + Space is used to switch to the previous input source. Change macOS Keyboard Shortcuts, or choose another shortcut.",
- "quickSearch.hotkeyConflict.nextInput": "Control + Option + Space is used to switch to the next input source. Change macOS Keyboard Shortcuts, or choose another shortcut.",
- "quickSearch.hotkeyConflict.emoji": "Control + Command + Space is used for Emoji & Symbols. Change macOS Keyboard Shortcuts, or choose another shortcut.",
- "quickSearch.hotkeyConflict.generic": "This shortcut is already used by macOS or another app. Choose another shortcut, or change the shortcut in the other app and retry.",
+ "quickSearch.status.registrationFailed": "Registration failed",
+ "quickSearch.status.unavailable": "Shortcut unavailable",
+ "quickSearch.mainHotkeyUnavailableMessage": "%shortcut% cannot be registered right now. It may be used by macOS, an input method, or another app. The app-list shortcut is temporarily unavailable. Check keyboard shortcuts or shortcut conflicts, then restart TagLauncher. Error code: %status%.",
+ "quickSearch.globalHotkeyUnavailableMessage": "%shortcut% cannot be registered right now. It may be used by macOS, an input method, or another app. Global Quick Search is temporarily unavailable. Check keyboard shortcuts or shortcut conflicts, then restart TagLauncher. Error code: %status%.",
"quickSearch.loading": "Preparing search index…",
- "quickSearch.openKeyboardSettings": "Open macOS Keyboard Shortcuts settings",
"quickSearch.internalHotkey": "Quick Search (inside TagLauncher)",
"quickSearch.internalHotkeyDesc": "Works only while the TagLauncher app list is open.",
"quickSearch.internalHotkeyStatus": "App list only",
"quickSearch.globalHotkey": "Quick Search (global)",
"quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
- "quickSearch.spaceDisplay": "Space",
- "quickSearch.hotkeyConflict.fnSpace": "Fn + Space may already be used by macOS input source or Globe/Fn shortcuts. Open macOS Keyboard Shortcuts to change that system shortcut, or choose another shortcut here."
+ "quickSearch.spaceDisplay": "Space"
}
--
Gitblit v1.9.3