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/ko.json |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/src/Apptag/Localization/ko.json b/src/Apptag/Localization/ko.json
index 662ce02..d649ebc 100644
--- a/src/Apptag/Localization/ko.json
+++ b/src/Apptag/Localization/ko.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": "트랙패드 제스처",
+  "trackpadGesture.description": "서드파티 도구에서 트랙패드 제스처를 이 URL에 연결하면 앱 목록이 열립니다.",
+  "trackpadGesture.status": "외부 도구",
   "smart.category.GTD": "작업 및 GTD",
   "smart.category.Notes": "메모",
   "smart.category.Meeting": "회의",
@@ -235,13 +238,13 @@
   "usageTips.tip8.title": "팁 8 - 메모 편집",
   "usageTips.tip8.detail": "앱을 오른쪽 클릭, 메모 입력.",
   "theme.default": "기본",
-  "theme.deepBlue": "딥 블루",
+  "theme.deepBlue": "어두운 컬러풀",
   "theme.black": "검정",
   "theme.pink": "분홍",
   "theme.purple": "보라",
   "theme.green": "초록",
   "theme.blue": "파랑",
-  "theme.colorful": "컬러풀",
+  "theme.colorful": "밝은 컬러풀",
   "usageTips.closeReminder.title": "나중에 팁 다시 보기",
   "usageTips.closeReminder.message": "설정 > 일반에서 “사용 팁 숨기기”를 해제하면 팁을 다시 볼 수 있습니다.",
   "usageTips.closeReminder.doNotRemind": "알겠습니다. 다음에 팁을 닫을 때 다시 알리지 마세요.",
@@ -290,5 +293,25 @@
   "pro.theme.preview.status": "Pro 테마 미리보기",
   "pro.theme.status.free": "무료 테마가 이제 준비되었습니다. 모든 고급 테마를 유지하려면 Pro을(를) 잠금 해제하세요.",
   "pro.theme.status.preview": "Pro 테마를 미리 보는 중입니다. 미리보기가 끝난 후에도 유지하려면 Pro을(를) 잠금 해제하세요.",
-  "pro.theme.status.unlocked": "모든 테마는 이 Mac에서 잠금 해제됩니다."
+  "pro.theme.status.previewCountdown": "미리보기 중 · %time% 남음",
+  "pro.theme.status.unlocked": "모든 테마는 이 Mac에서 잠금 해제됩니다.",
+  "theme.tuning.dark": "어두운 컬러풀 조정",
+  "theme.tuning.light": "밝은 컬러풀 조정",
+  "theme.tuning.desc": "흐르는 액체 색감을 조정합니다. 테마의 밝기 스타일은 유지됩니다. 테마는 앱 그리드 배경만 바꿉니다. 컨테이너는 일관된 유리 표면을 유지합니다.",
+  "pro.feature.customHotkeys": "사용자 지정 단축키",
+  "pro.feature.customHotkeys.benefit": "앱 목록과 Quick Search의 전역 단축키를 직접 설정합니다.",
+  "pro.prompt.customHotkeys": "사용자 지정 단축키는 Pro 기능입니다. Pro를 잠금 해제해 전역 단축키를 설정하세요.",
+  "hotkeys.customize": "사용자 지정",
+  "hotkeys.restoreDefault": "기본값 복원",
+  "hotkeys.recording": "새 단축키를 지금 누르세요. Esc로 취소합니다.",
+  "hotkeys.recordingInline": "기록 중",
+  "hotkeys.recordingCancelled": "단축키 기록이 취소되었습니다.",
+  "hotkeys.saved": "단축키가 저장되었습니다.",
+  "hotkeys.restored": "기본 단축키가 복원되었습니다.",
+  "hotkeys.proRequired": "단축키를 사용자 지정하려면 Pro가 필요합니다.",
+  "hotkeys.error.modifierRequired": "Command, Control 또는 두 개 이상의 보조 키를 사용하세요.",
+  "hotkeys.error.unsupportedKey": "이 키는 지원되지 않습니다.",
+  "hotkeys.error.reserved": "이 단축키는 macOS 또는 앱에서 예약되어 있습니다.",
+  "hotkeys.error.duplicate": "이 단축키는 다른 TagLauncher 동작에 이미 사용 중입니다.",
+  "hotkeys.error.registrationFailed": "단축키를 등록할 수 없습니다. 오류 코드: %status%."
 }

--
Gitblit v1.9.3