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/pt-BR.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/pt-BR.json b/Apptag/Localization/pt-BR.json index 31f41b0..034e939 100644 --- a/Apptag/Localization/pt-BR.json +++ b/Apptag/Localization/pt-BR.json @@ -6,6 +6,7 @@ "menu.preferences": "Preferências…", "menu.quit": "Sair", "menu.language": "Idioma", + "menu.help": "Ajuda", "menu.version": "Versão", "settings.language": "Idioma", "settings.languagePicker": "Idioma do app:", @@ -62,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", @@ -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": "Open Help PDF", + "help.copyLink": "Copy Help PDF link", + "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