From 75099b99d4d8de0c7d6d8bc5946ae3a8a4eae947 Mon Sep 17 00:00:00 2001 From: lepipele Date: Fri, 13 Apr 2018 14:44:42 -0500 Subject: [PATCH] TxCount strings in Spanish --- BTCPayServer/wwwroot/checkout/js/langs/es.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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" +};