diff --git a/po/es.po b/po/es.po index 938434cc0..6f2499a88 100644 --- a/po/es.po +++ b/po/es.po @@ -137,6 +137,18 @@ msgstr "¡Bitcoin URI no es válida!" msgid "Bitcoin address" msgstr "Dirección bitcoin" +#: public/views/preferencesFee.html +msgid "" +"Bitcoin transactions may include a fee collected by miners on the network. " +"The higher the fee, the greater the incentive a miner has to include that " +"transaction in a block. The ‘Emergency’ level should only be used when there " +"is a network congestion." +msgstr "" +"Las transacciones de Bitcoin pueden incluir una tasa que es recaudada por " +"los mineros de la red. Cuanto mayor sea la tasa, mayor será el incentivo de " +"los mineros para incluir esa transacción en un bloque. El nivel 'Emergencia' " +"debe ser utilizado solo cuando hay una congestión en la red." + #: public/views/modals/txp-details.html msgid "Broadcast Payment" msgstr "Emitir Pago" @@ -381,6 +393,10 @@ msgstr "Económico" msgid "Email Notifications" msgstr "Notificaciones por Email" +#: src/js/controllers/preferencesFee.js +msgid "Emergency" +msgstr "Emergencia" + #: public/views/preferences.html msgid "Encrypt Private Key" msgstr "Encriptar Clave Privada" diff --git a/public/views/preferencesFee.html b/public/views/preferencesFee.html index 53e0374f9..85191018b 100644 --- a/public/views/preferencesFee.html +++ b/public/views/preferencesFee.html @@ -1,7 +1,7 @@
+ ng-init="titleSection='Bitcoin Network Fee Policy'; goBackToState = 'preferences'; noColor = true">