From 65fc2a130aa2eb38173a3dad4eee34e6600baa11 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 25 Jun 2026 19:52:09 +0800
Subject: [PATCH] Fix localized default category labels

---
 src/Apptag/Localization/de.json |   78 +++++++++++++++++++-------------------
 1 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/src/Apptag/Localization/de.json b/src/Apptag/Localization/de.json
index e084e2c..a36a22e 100644
--- a/src/Apptag/Localization/de.json
+++ b/src/Apptag/Localization/de.json
@@ -98,28 +98,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": "Tags gesammelt von Apps entfernen (alle abgewahlten vorhandenen Tags werden aus allen ausgewahlten Apps entfernt).",
-  "smart.category.browser": "Browsers",
-  "smart.category.communication": "Communication",
+  "smart.category.browser": "Browser",
+  "smart.category.communication": "Kommunikation",
   "smart.category.productivity": "Produktivität",
-  "smart.category.file-management": "File Management",
-  "smart.category.transfer": "Uploads & Downloads",
-  "smart.category.development": "Programmierung",
-  "smart.category.design": "Design",
-  "smart.category.writing": "Writing",
-  "smart.category.media": "Media",
-  "smart.category.video": "Video",
-  "smart.category.audio": "Audio",
-  "smart.category.picture-photo": "Pictures & Photos",
-  "smart.category.utilities": "Utilities",
-  "smart.category.system": "System Apps",
+  "smart.category.file-management": "Dateiverwaltung",
+  "smart.category.transfer": "Uploads und Downloads",
+  "smart.category.development": "Entwicklung",
+  "smart.category.design": "Gestaltung",
+  "smart.category.writing": "Schreiben",
+  "smart.category.media": "Medien",
+  "smart.category.video": "Videos",
+  "smart.category.audio": "Ton",
+  "smart.category.picture-photo": "Bilder und Fotos",
+  "smart.category.utilities": "Dienstprogramme",
+  "smart.category.system": "System-Apps",
   "smart.category.system-enhancement": "Systemerweiterungen",
-  "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",
+  "smart.category.entertainment": "Unterhaltung",
+  "smart.category.game": "Spiele",
+  "smart.category.finance": "Finanzen",
+  "smart.category.education": "Bildung",
+  "smart.category.ai-tools": "KI-Tools",
+  "smart.category.security": "Sicherheit",
+  "smart.category.other": "Andere",
   "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",
@@ -185,27 +185,27 @@
   "quickSearch.globalHotkey": "Quick Search (global)",
   "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
   "quickSearch.spaceDisplay": "Space",
-  "smart.category.GTD": "Tasks & GTD",
-  "smart.category.Notes": "Notes",
-  "smart.category.Meeting": "Meetings",
-  "smart.category.office": "Office",
+  "smart.category.GTD": "Aufgaben und GTD",
+  "smart.category.Notes": "Notizen",
+  "smart.category.Meeting": "Besprechungen",
+  "smart.category.office": "Büro",
   "smart.category.PDF": "PDF",
-  "smart.category.api-tools": "API Tools",
-  "smart.category.database-tools": "Databases",
+  "smart.category.api-tools": "API-Tools",
+  "smart.category.database-tools": "Datenbanken",
   "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",
+  "smart.category.ide": "Entwicklungsumgebungen",
+  "smart.category.runtime-sdk": "Laufzeiten und SDKs",
+  "smart.category.terminal-tools": "Terminal-Tools",
+  "smart.category.Font": "Schriften",
+  "smart.category.ui-prototyping": "UI-Prototyping",
+  "smart.category.3d-cad": "3D und CAD",
+  "smart.category.diagramming": "Diagramme",
+  "smart.category.system-maintenance": "Systemwartung",
+  "smart.category.window-management": "Fensterverwaltung",
+  "smart.category.device-management": "Geräteverwaltung",
+  "smart.category.input-tools": "Eingabewerkzeuge",
+  "smart.category.Automation": "Automatisierung",
+  "smart.category.network-tools": "Netzwerk-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.",

--
Gitblit v1.9.3