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/sv.json |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Apptag/Localization/sv.json b/Apptag/Localization/sv.json
index 09c78f4..f13d8da 100644
--- a/Apptag/Localization/sv.json
+++ b/Apptag/Localization/sv.json
@@ -63,6 +63,11 @@
   "drop.systemDefaultWarning": "Dra inte appar till systemets standardkategorier",
   "drop.uncategorizedConfirmTitle": "Flytta till Okategoriserat?",
   "drop.uncategorizedConfirmMessage": "Om %appName% flyttas till Okategoriserat tas de nuvarande %tagCount% taggkopplingarna bort: %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": "Utveckling",
   "tag.writing": "Skrivande",
@@ -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": "Automatiskt",
+  "help.downloadPDF": "Ladda ner hjälp-PDF"
 }

--
Gitblit v1.9.3