From da71eb5bccbdbd22da7cd74b6ddcec031f069482 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 15:59:53 +0800 Subject: [PATCH] Stabilize empty-drop tag removal confirmation --- Apptag/Localization/es.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/es.json b/Apptag/Localization/es.json index 0ac4318..8d7332e 100644 --- a/Apptag/Localization/es.json +++ b/Apptag/Localization/es.json @@ -63,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", @@ -191,5 +196,7 @@ "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." + "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