From cee955fb9dd6b8a63f342c7e17afdc24427c6e06 Mon Sep 17 00:00:00 2001 From: Ricardo Andrade Date: Sat, 14 Apr 2018 07:48:31 -0300 Subject: [PATCH] Update pt_BR.js --- BTCPayServer/wwwroot/checkout/js/langs/pt_BR.js | 6 ++++++ 1 file changed, 6 insertions(+) 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" };