From b4a1ba5df0f073bf346c3f4407b613bf08d29f08 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 19:34:57 +0800 Subject: [PATCH] Add AppKit tag navigation --- Apptag/Localization/pt-BR.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/pt-BR.json b/Apptag/Localization/pt-BR.json index 98b4a03..034e939 100644 --- a/Apptag/Localization/pt-BR.json +++ b/Apptag/Localization/pt-BR.json @@ -63,6 +63,11 @@ "drop.systemDefaultWarning": "Não arraste apps para categorias padrão do sistema", "drop.uncategorizedConfirmTitle": "Mover para Sem categoria?", "drop.uncategorizedConfirmMessage": "Mover %appName% para Sem categoria removerá suas %tagCount% associações de tags atuais: %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": "Design", "tag.development": "Desenvolvimento", "tag.writing": "Escrita", @@ -191,5 +196,7 @@ "smart.category.network-tools": "Network Tools", "help.openPDF": "Open Help PDF", "help.copyLink": "Copy Help PDF link", - "help.currentLanguage": "Opens the online PDF for the current app language." + "help.currentLanguage": "Opens the online PDF for the current app language.", + "settings.language.auto": "Automático", + "help.downloadPDF": "Baixar PDF de ajuda" } -- Gitblit v1.9.3