From 2d6bbe1773aaf2f74070a25e7e3032b811a3ab2b Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 23:47:55 +0800 Subject: [PATCH] Enhance tag drag lift feedback --- Apptag/Localization/zh-Hant.json | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/zh-Hant.json b/Apptag/Localization/zh-Hant.json index cacf597..cf1ac2c 100644 --- a/Apptag/Localization/zh-Hant.json +++ b/Apptag/Localization/zh-Hant.json @@ -6,6 +6,7 @@ "menu.preferences": "偏好設定…", "menu.quit": "退出", "menu.language": "語言", + "menu.help": "說明", "menu.version": "版本", "settings.language": "語言", "settings.languagePicker": "應用程式語言:", @@ -62,6 +63,11 @@ "drop.systemDefaultWarning": "請勿拖動至系統預設分類", "drop.uncategorizedConfirmTitle": "歸類為未分類?", "drop.uncategorizedConfirmMessage": "將 %appName% 歸類為未分類,會解除它目前關聯的 %tagCount% 個標籤:%tagNames%。", + "drop.removeTagConfirmTitle": "要移除這個標籤嗎?", + "drop.removeTagConfirmMessage": "要將 %appName% 移出「%tagName%」標籤嗎?", + "drop.removeTagDoNotAskAgain": "知道了,以後不用再提醒我", + "drop.removeTagConfirmYes": "是", + "drop.removeTagConfirmNo": "否", "tag.design": "設計", "tag.development": "程式設計", "tag.writing": "寫作", @@ -166,5 +172,31 @@ "quickSearch.internalHotkeyStatus": "僅主介面有效", "quickSearch.globalHotkey": "快捷搜尋(全域)", "quickSearch.globalHotkeyDesc": "不在 TagLauncher 主介面時,直接打開快捷搜尋。全域有效。", - "quickSearch.spaceDisplay": "Space(空格鍵)" + "quickSearch.spaceDisplay": "Space(空格鍵)", + "smart.category.GTD": "任務與 GTD", + "smart.category.Notes": "筆記", + "smart.category.Meeting": "會議", + "smart.category.office": "辦公", + "smart.category.PDF": "PDF", + "smart.category.api-tools": "API 工具", + "smart.category.database-tools": "資料庫", + "smart.category.devops": "DevOps", + "smart.category.ide": "IDE", + "smart.category.runtime-sdk": "執行環境與 SDK", + "smart.category.terminal-tools": "終端工具", + "smart.category.Font": "字型", + "smart.category.ui-prototyping": "UI 原型", + "smart.category.3d-cad": "3D 與 CAD", + "smart.category.diagramming": "圖表繪製", + "smart.category.system-maintenance": "系統維護", + "smart.category.window-management": "視窗管理", + "smart.category.device-management": "裝置管理", + "smart.category.input-tools": "輸入工具", + "smart.category.Automation": "自動化", + "smart.category.network-tools": "網路工具", + "help.openPDF": "打開說明文件", + "help.copyLink": "複製說明文件連結", + "help.currentLanguage": "將依目前應用程式語言開啟對應版本的線上 PDF。", + "settings.language.auto": "自動", + "help.downloadPDF": "下載說明文件" } -- Gitblit v1.9.3