From 0f9cfc463875d63e76d8dd33fc440c0b74031988 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 8 Aug 2026 18:54:16 -0300 Subject: [PATCH] fix(i18n): preserve Portuguese catalog parity --- src/i18n/messages/pt-BR.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/messages/pt-BR.json b/src/i18n/messages/pt-BR.json index 0b169975fc..0891717f3a 100644 --- a/src/i18n/messages/pt-BR.json +++ b/src/i18n/messages/pt-BR.json @@ -10191,6 +10191,8 @@ "copied": "Copiado!", "run": "Executar", "running": "Executando...", + "loading": "Carregando...", + "retry": "Tentar novamente", "response": "Resposta", "tunnel": "Tunnel", "send": "Enviar",