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/es.json |   76 +++++++++++++++++++-------------------
 1 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/src/Apptag/Localization/es.json b/src/Apptag/Localization/es.json
index d984e81..10d100f 100644
--- a/src/Apptag/Localization/es.json
+++ b/src/Apptag/Localization/es.json
@@ -98,28 +98,28 @@
   "edit.feedbackAddFormat": "Esta operacion agrego %tagCount% etiquetas a %appCount% apps (%appNames%).",
   "edit.feedbackRemoveFormat": "Esta operacion elimino %tagCount% etiquetas de %appCount% apps (%appNames%). Etiquetas eliminadas: %tagNames%.",
   "edit.removeHint": "Quitar etiquetas de apps por lotes (todas las etiquetas existentes desmarcadas se quitaran de todas las apps seleccionadas).",
-  "smart.category.browser": "Browsers",
-  "smart.category.communication": "Communication",
+  "smart.category.browser": "Navegadores",
+  "smart.category.communication": "Comunicación",
   "smart.category.productivity": "Productividad",
-  "smart.category.file-management": "File Management",
-  "smart.category.transfer": "Uploads & Downloads",
-  "smart.category.development": "Programación",
+  "smart.category.file-management": "Gestión de archivos",
+  "smart.category.transfer": "Cargas y descargas",
+  "smart.category.development": "Desarrollo",
   "smart.category.design": "Diseño",
-  "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.writing": "Escritura",
+  "smart.category.media": "Medios",
+  "smart.category.video": "Vídeo",
+  "smart.category.audio": "Sonido",
+  "smart.category.picture-photo": "Imágenes y fotos",
+  "smart.category.utilities": "Utilidades",
+  "smart.category.system": "Apps del sistema",
   "smart.category.system-enhancement": "Mejoras del sistema",
-  "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": "Entretenimiento",
+  "smart.category.game": "Juegos",
+  "smart.category.finance": "Finanzas",
+  "smart.category.education": "Educación",
+  "smart.category.ai-tools": "Herramientas de IA",
+  "smart.category.security": "Seguridad",
+  "smart.category.other": "Otros",
   "smartstart.auto.title": "Smart Start organizó tus apps",
   "smartstart.auto.messageFormat": "Se organizaron %appCount% apps con %tagCount% asignaciones de etiquetas.",
   "smartstart.suggestion.title": "Sugerencias de Smart Start listas",
@@ -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": "Tareas y GTD",
+  "smart.category.Notes": "Notas",
+  "smart.category.Meeting": "Reuniones",
+  "smart.category.office": "Oficina",
   "smart.category.PDF": "PDF",
-  "smart.category.api-tools": "API Tools",
-  "smart.category.database-tools": "Databases",
+  "smart.category.api-tools": "Herramientas API",
+  "smart.category.database-tools": "Bases de datos",
   "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": "Entornos IDE",
+  "smart.category.runtime-sdk": "Runtimes y SDKs",
+  "smart.category.terminal-tools": "Herramientas de terminal",
+  "smart.category.Font": "Fuentes",
+  "smart.category.ui-prototyping": "Prototipos de UI",
+  "smart.category.3d-cad": "3D y CAD",
+  "smart.category.diagramming": "Diagramas",
+  "smart.category.system-maintenance": "Mantenimiento del sistema",
+  "smart.category.window-management": "Gestión de ventanas",
+  "smart.category.device-management": "Gestión de dispositivos",
+  "smart.category.input-tools": "Herramientas de entrada",
+  "smart.category.Automation": "Automatización",
+  "smart.category.network-tools": "Herramientas de red",
   "help.openPDF": "Abrir PDF de ayuda",
   "help.copyLink": "Copiar enlace del PDF de ayuda",
   "help.currentLanguage": "Abre el PDF en línea para el idioma actual de la app.",

--
Gitblit v1.9.3