From f6c42d1a709e55de9895c564401165ca6c2e3f8e Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 29 May 2026 01:06:51 +0800
Subject: [PATCH] Rename app grid shared support file

---
 Apptag/Localization/en.json |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Apptag/Localization/en.json b/Apptag/Localization/en.json
index 63f290a..64a1216 100644
--- a/Apptag/Localization/en.json
+++ b/Apptag/Localization/en.json
@@ -63,6 +63,11 @@
   "drop.systemDefaultWarning": "Do not drag apps into system default categories",
   "drop.uncategorizedConfirmTitle": "Move to Uncategorized?",
   "drop.uncategorizedConfirmMessage": "Moving %appName% to Uncategorized will remove its current %tagCount% tag associations: %tagNames%.",
+  "drop.removeTagConfirmTitle": "Remove tag?",
+  "drop.removeTagConfirmMessage": "Remove %appName% from the tag %tagName%?",
+  "drop.removeTagDoNotAskAgain": "Got it, don't remind me again",
+  "drop.removeTagConfirmYes": "Yes",
+  "drop.removeTagConfirmNo": "No",
   "tag.design": "Design",
   "tag.development": "Development",
   "tag.writing": "Writing",
@@ -191,5 +196,7 @@
   "smart.category.network-tools": "Network Tools",
   "help.openPDF": "Open Help PDF",
   "help.copyLink": "Copy Help PDF link",
-  "help.currentLanguage": "Opens the online PDF for the current app language."
+  "help.currentLanguage": "Opens the online PDF for the current app language.",
+  "settings.language.auto": "Automatic",
+  "help.downloadPDF": "Download Help PDF"
 }

--
Gitblit v1.9.3