Skip to content

Commit

Permalink
Updates for file locales/en.json in es (#1343)
Browse files Browse the repository at this point in the history
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
  • Loading branch information
transifex-integration[bot] authored Nov 7, 2023
1 parent d84419b commit cb5750d
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"amount": "Cantidad",
"fee": "Tarifa",
"search": "Búsqueda",
"viewInBlockExplorer": "Ver en el explorador de bloques"
"viewInBlockExplorer": "Ver en el explorador de bloques",
"blocks": "{{numBlocks}} bloques"
},
"buttons": {
"ok": "Ok",
Expand Down Expand Up @@ -296,6 +297,7 @@
"remoteCommitmentTxid": "Compromiso remoto TXID",
"closeChannel": "Cerrar Canal",
"forceClosePendingChannel": "Cierre Forzoso del canal pendiente",
"forceCloseDelay": "Retraso de cierre forzado",
"closeChannelPrompt": {
"title": "Cerrar canal"
}
Expand Down Expand Up @@ -742,14 +744,17 @@
"rpc": {
"title": "Establecer servidor de bitcoind RPC"
},
"rpcuser": {
"title": "Establezca el usuario de bitcoind RPC"
},
"rpcpass": {
"title": "Establezca la contraseña de bitcoind RPC"
},
"zmqRawBlock": {
"title": "Establecer servidor de bitcoind ZMQ Raw Block"
},
"zmqRawTx": {
"title": "Establecer servidor de bitcoind ZMQ Raw Tx"
},
"p2tr": {
"title": "Habilita la recepción en On-chain a través de Taproot (P2TR)"
}
},
"LN": {
Expand Down Expand Up @@ -802,6 +807,17 @@
"msg": "¿Te gustaría restaurar el servidor por defecto de Dunder?"
}
},
"speedloaderServer": {
"title": "Establecer el servidor de sincronización del canal LN",
"subtitle": "",
"setDialog": {
"title": "Establecer el servidor de sincronización del canal LN"
},
"restoreDialog": {
"title": "Restaurar el servidor de sincronización del canal LN",
"msg": "¿Le gustaría restaurar al servidor predeterminado de sincronización de canal LN ?"
}
},
"graphSync": {
"title": "Espera a que el grafo se sincronice antes de pagar",
"subtitle": "El grafo sincronizado dirige los pagos por las mejores rutas"
Expand Down Expand Up @@ -1005,7 +1021,8 @@
"title": "Hacer cumplir la sincronización de \"gossip\" al inicio"
},
"persistentServices": {
"title": "Habilitar LND y Tor persistentes (si están habilitados)"
"title": "Habilitar la aplicación persistente",
"subtitle": "La aplicación permanece activa en segundo plano"
}
}
},
Expand Down

0 comments on commit cb5750d

Please sign in to comment.