From 0258b3eae7b09beed0f2b6cc70e76d8627a19615 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 25 May 2026 00:20:14 +0800
Subject: [PATCH] Keep fullscreen secondary windows in current Space

---
 Apptag/Localization/de.json |   59 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 43 insertions(+), 16 deletions(-)

diff --git a/Apptag/Localization/de.json b/Apptag/Localization/de.json
index a728586..9e71a18 100644
--- a/Apptag/Localization/de.json
+++ b/Apptag/Localization/de.json
@@ -6,6 +6,7 @@
   "menu.preferences": "Einstellungen…",
   "menu.quit": "Beenden",
   "menu.language": "Sprache",
+  "menu.help": "Hilfe",
   "menu.version": "Version",
   "settings.language": "Sprache",
   "settings.languagePicker": "App-Sprache:",
@@ -89,28 +90,28 @@
   "edit.feedbackAddFormat": "Dieser Vorgang hat %tagCount% Tags zu %appCount% Apps hinzugefugt (%appNames%).",
   "edit.feedbackRemoveFormat": "Dieser Vorgang hat %tagCount% Tags von %appCount% Apps entfernt (%appNames%). Entfernte Tags: %tagNames%.",
   "edit.removeHint": "Hier konnen nur bereits vorhandene Tags abgewahlt werden. Tags mit rotem Loschsymbol werden nach der Bestatigung entfernt.",
-  "smart.category.browser": "Browser",
-  "smart.category.communication": "Kommunikation",
+  "smart.category.browser": "Browsers",
+  "smart.category.communication": "Communication",
   "smart.category.productivity": "Produktivität",
-  "smart.category.file-management": "Dateiverwaltung",
+  "smart.category.file-management": "File Management",
   "smart.category.transfer": "Uploads & Downloads",
   "smart.category.development": "Programmierung",
   "smart.category.design": "Design",
-  "smart.category.writing": "Schreiben",
-  "smart.category.media": "Medien",
+  "smart.category.writing": "Writing",
+  "smart.category.media": "Media",
   "smart.category.video": "Video",
   "smart.category.audio": "Audio",
-  "smart.category.picture-photo": "Bilder & Fotos",
-  "smart.category.utilities": "Dienstprogramme",
-  "smart.category.system": "System-Apps",
+  "smart.category.picture-photo": "Pictures & Photos",
+  "smart.category.utilities": "Utilities",
+  "smart.category.system": "System Apps",
   "smart.category.system-enhancement": "Systemerweiterungen",
-  "smart.category.entertainment": "Unterhaltung",
-  "smart.category.game": "Spiele",
-  "smart.category.finance": "Finanzen",
-  "smart.category.education": "Lernen",
-  "smart.category.ai-tools": "KI-Tools",
-  "smart.category.security": "Sicherheit",
-  "smart.category.other": "Sonstiges",
+  "smart.category.entertainment": "Entertainment",
+  "smart.category.game": "Games",
+  "smart.category.finance": "Finance",
+  "smart.category.education": "Education",
+  "smart.category.ai-tools": "AI Tools",
+  "smart.category.security": "Security",
+  "smart.category.other": "Other",
   "smartstart.auto.title": "Smart Start hat deine Apps sortiert",
   "smartstart.auto.messageFormat": "%appCount% Apps mit %tagCount% Tag-Zuweisungen sortiert.",
   "smartstart.suggestion.title": "Smart-Start-Vorschläge sind bereit",
@@ -166,5 +167,31 @@
   "quickSearch.internalHotkeyStatus": "App list only",
   "quickSearch.globalHotkey": "Quick Search (global)",
   "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
-  "quickSearch.spaceDisplay": "Space"
+  "quickSearch.spaceDisplay": "Space",
+  "smart.category.GTD": "Tasks & GTD",
+  "smart.category.Notes": "Notes",
+  "smart.category.Meeting": "Meetings",
+  "smart.category.office": "Office",
+  "smart.category.PDF": "PDF",
+  "smart.category.api-tools": "API Tools",
+  "smart.category.database-tools": "Databases",
+  "smart.category.devops": "DevOps",
+  "smart.category.ide": "IDEs",
+  "smart.category.runtime-sdk": "Runtimes & SDKs",
+  "smart.category.terminal-tools": "Terminal Tools",
+  "smart.category.Font": "Fonts",
+  "smart.category.ui-prototyping": "UI Prototyping",
+  "smart.category.3d-cad": "3D & CAD",
+  "smart.category.diagramming": "Diagramming",
+  "smart.category.system-maintenance": "System Maintenance",
+  "smart.category.window-management": "Window Management",
+  "smart.category.device-management": "Device Management",
+  "smart.category.input-tools": "Input Tools",
+  "smart.category.Automation": "Automation",
+  "smart.category.network-tools": "Network Tools",
+  "help.openPDF": "Hilfe-PDF öffnen",
+  "help.copyLink": "Link zum Hilfe-PDF kopieren",
+  "help.currentLanguage": "Öffnet das Online-PDF für die aktuelle App-Sprache.",
+  "settings.language.auto": "Automatisch",
+  "help.downloadPDF": "Hilfe-PDF herunterladen"
 }

--
Gitblit v1.9.3