From 0a7ff41ebc1303f0fc0d6e0f9a61e9d8fe795cce Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 21:45:21 +0800
Subject: [PATCH] Allow duplicate bundle IDs with different app names

---
 Apptag/Localization/es.json |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/Apptag/Localization/es.json b/Apptag/Localization/es.json
index 415d3c7..8d7332e 100644
--- a/Apptag/Localization/es.json
+++ b/Apptag/Localization/es.json
@@ -6,6 +6,7 @@
   "menu.preferences": "Preferencias…",
   "menu.quit": "Salir",
   "menu.language": "Idioma",
+  "menu.help": "Ayuda",
   "menu.version": "Versión",
   "settings.language": "Idioma",
   "settings.languagePicker": "Idioma de la app:",
@@ -62,6 +63,11 @@
   "drop.systemDefaultWarning": "No arrastres a las categorías predeterminadas del sistema",
   "drop.uncategorizedConfirmTitle": "¿Mover a Sin clasificar?",
   "drop.uncategorizedConfirmMessage": "Mover %appName% a Sin clasificar eliminará sus %tagCount% asociaciones de etiquetas actuales: %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": "Diseño",
   "tag.development": "Desarrollo",
   "tag.writing": "Escritura",
@@ -187,5 +193,10 @@
   "smart.category.device-management": "Device Management",
   "smart.category.input-tools": "Input Tools",
   "smart.category.Automation": "Automation",
-  "smart.category.network-tools": "Network Tools"
+  "smart.category.network-tools": "Network Tools",
+  "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.",
+  "settings.language.auto": "Automático",
+  "help.downloadPDF": "Descargar PDF de ayuda"
 }

--
Gitblit v1.9.3