diff --git a/BTCPayServer/wwwroot/checkout/js/langs/es.js b/BTCPayServer/wwwroot/checkout/js/langs/es.js index 4df714e7d..f02c40e37 100644 --- a/BTCPayServer/wwwroot/checkout/js/langs/es.js +++ b/BTCPayServer/wwwroot/checkout/js/langs/es.js @@ -44,7 +44,10 @@ const locales_es = { // Invoice archived "This invoice has been archived": "Esta factura ha sido archivada", "Archived_Body": "Por favor, comuníquese con la tienda para obtener información de su pedido o asistencia", - // Lightning + // Lightning "BOLT 11 Invoice": "Factura BOLT 11", - "Node Info": "Información del nodo" - }; + "Node Info": "Información del nodo", + // + "txCount": "{{count}} transacción", + "txCount_plural": "{{count}} transacciones" +};