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/nl.json |   78 +++++++++++++++++++-------------------
 1 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/src/Apptag/Localization/nl.json b/src/Apptag/Localization/nl.json
index ee38fce..c653b6a 100644
--- a/src/Apptag/Localization/nl.json
+++ b/src/Apptag/Localization/nl.json
@@ -98,28 +98,28 @@
   "edit.feedbackAddFormat": "Deze actie heeft %tagCount% tags toegevoegd aan %appCount% apps (%appNames%).",
   "edit.feedbackRemoveFormat": "Deze actie heeft %tagCount% tags verwijderd van %appCount% apps (%appNames%). Verwijderde tags: %tagNames%.",
   "edit.removeHint": "Tags in bulk van apps verwijderen (alle uitgevinkte bestaande tags worden uit alle aangevinkte apps verwijderd).",
-  "smart.category.browser": "Browsers",
-  "smart.category.communication": "Communication",
+  "smart.category.browser": "Webbrowsers",
+  "smart.category.communication": "Communicatie",
   "smart.category.productivity": "Productiviteit",
-  "smart.category.file-management": "File Management",
-  "smart.category.transfer": "Uploads & Downloads",
-  "smart.category.development": "Programmeren",
+  "smart.category.file-management": "Bestandsbeheer",
+  "smart.category.transfer": "Uploads en downloads",
+  "smart.category.development": "Ontwikkeling",
   "smart.category.design": "Ontwerp",
-  "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.system-enhancement": "Systeemuitbreidingen",
-  "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.writing": "Schrijven",
+  "smart.category.media": "Mediabestanden",
+  "smart.category.video": "Videomateriaal",
+  "smart.category.audio": "Geluid",
+  "smart.category.picture-photo": "Afbeeldingen en foto’s",
+  "smart.category.utilities": "Hulpprogramma’s",
+  "smart.category.system": "Systeemapps",
+  "smart.category.system-enhancement": "Systeemverbeteringen",
+  "smart.category.entertainment": "Ontspanning",
+  "smart.category.game": "Spellen",
+  "smart.category.finance": "Financiën",
+  "smart.category.education": "Onderwijs",
+  "smart.category.ai-tools": "AI-tools",
+  "smart.category.security": "Beveiliging",
+  "smart.category.other": "Overig",
   "smartstart.auto.title": "Smart Start heeft je apps georganiseerd",
   "smartstart.auto.messageFormat": "%appCount% apps georganiseerd met %tagCount% tagtoewijzingen.",
   "smartstart.suggestion.title": "Smart Start-suggesties zijn klaar",
@@ -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": "Taken en GTD",
+  "smart.category.Notes": "Notities",
+  "smart.category.Meeting": "Vergaderingen",
+  "smart.category.office": "Kantoor",
   "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": "Databanken",
   "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": "IDE’s",
+  "smart.category.runtime-sdk": "Runtimes en SDK’s",
+  "smart.category.terminal-tools": "Terminalhulpmiddelen",
+  "smart.category.Font": "Lettertypen",
+  "smart.category.ui-prototyping": "UI-prototyping",
+  "smart.category.3d-cad": "3D en CAD",
+  "smart.category.diagramming": "Diagrammen",
+  "smart.category.system-maintenance": "Systeemonderhoud",
+  "smart.category.window-management": "Vensterbeheer",
+  "smart.category.device-management": "Apparaatbeheer",
+  "smart.category.input-tools": "Invoerhulpmiddelen",
+  "smart.category.Automation": "Automatisering",
+  "smart.category.network-tools": "Netwerkhulpmiddelen",
   "help.openPDF": "Open Help PDF",
   "help.copyLink": "Copy Help PDF link",
   "help.currentLanguage": "Opens the online PDF for the current app language.",

--
Gitblit v1.9.3