diff --git a/BTCPayServer/wwwroot/checkout/js/langs/pt_BR.js b/BTCPayServer/wwwroot/checkout/js/langs/pt_BR.js index 9da3ad7a4..e49b1bdb4 100644 --- a/BTCPayServer/wwwroot/checkout/js/langs/pt_BR.js +++ b/BTCPayServer/wwwroot/checkout/js/langs/pt_BR.js @@ -45,4 +45,10 @@ Você pode voltar para {{storeName}} se quiser enviar o seu pagamento novamente. // Invoice archived "This invoice has been archived": "Essa fatura foi arquivada", "Archived_Body": "Por favor, entre em contato com o estabelecimento para informações e suporte" + // Lightning + "BOLT 11 Invoice": "Fatura BOLT 11", + "Node Info": "Informação de nó", + // + "txCount": "{{count}} transação", + "txCount_plural": "{{count}} transações" };