From be83948fab7b643634ede2403abdca27e6b45f29 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 04 Jun 2026 01:09:14 +0800 Subject: [PATCH] Fix quick search early mouse dismiss --- Apptag/Localization/zh-Hant.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/zh-Hant.json b/Apptag/Localization/zh-Hant.json index d669d7a..cf1ac2c 100644 --- a/Apptag/Localization/zh-Hant.json +++ b/Apptag/Localization/zh-Hant.json @@ -63,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": "寫作", @@ -191,5 +196,7 @@ "smart.category.network-tools": "網路工具", "help.openPDF": "打開說明文件", "help.copyLink": "複製說明文件連結", - "help.currentLanguage": "將依目前應用程式語言開啟對應版本的線上 PDF。" + "help.currentLanguage": "將依目前應用程式語言開啟對應版本的線上 PDF。", + "settings.language.auto": "自動", + "help.downloadPDF": "下載說明文件" } -- Gitblit v1.9.3