2018-05-31 19:38:20 +01:00
module . exports = {
2018-09-16 13:57:18 +01:00
_ : {
2018-10-03 21:49:29 -04:00
storage _is _encrypted : 'Su almacenamiento está cifrado. Se requiere contraseña para descifrarla.' ,
enter _password : 'Inserte contraseña' ,
bad _password : 'Contraseña incorrecta. Intente nuevamente.' ,
never : 'nunca' ,
2019-01-06 22:50:33 -05:00
continue : 'Continua' ,
ok : 'OK' ,
2018-09-16 13:57:18 +01:00
} ,
2018-05-31 19:38:20 +01:00
wallets : {
2018-10-09 00:25:36 -04:00
options : 'opciones' ,
2018-12-23 19:44:31 -05:00
select _wallet : 'Selecciona billetera' ,
2019-01-06 22:50:33 -05:00
createBitcoinWallet :
'In order to use a Lightning wallet, a Bitcoin wallet is needed in order to fund it. Would you like to continue anyway?' ,
2018-05-31 19:38:20 +01:00
list : {
2019-01-24 15:31:03 -05:00
app _name : 'BlueWallet' ,
2018-12-11 22:52:46 +00:00
title : 'billeteras' ,
2018-07-07 22:15:14 +01:00
header : 'Un Monedero esta representado con secreto (clave privada) y una dirección' + 'que puedes compartir para recibir monedas.' ,
2018-10-03 21:49:29 -04:00
add : 'Añadir Carterqa' ,
2020-04-15 19:03:28 +02:00
create _a _wallet : 'Agrega una billetera' ,
2019-12-24 21:35:47 -06:00
create _a _wallet1 : 'Es gratis y puedes crear' ,
2018-10-03 21:49:29 -04:00
create _a _wallet2 : 'cuantas usted quiera' ,
2020-04-15 19:03:28 +02:00
create _a _button : 'Agrega ahora' ,
2018-10-03 21:49:29 -04:00
latest _transaction : 'última transacción' ,
empty _txs1 : 'Sus transacciones aparecerán aquí,' ,
empty _txs2 : 'ninguno por el momento.' ,
2019-03-30 19:32:58 +00:00
empty _txs1 _lightning :
'Lightning wallet should be used for your daily transactions. Fees are unfairly cheap and speed is blazing fast.' ,
2019-03-19 11:34:19 +01:00
empty _txs2 _lightning : '\nTo start using it tap on "manage funds" and topup your balance.' ,
2018-10-28 01:11:07 +01:00
tap _here _to _buy : 'Tap here to buy Bitcoin' ,
2018-05-31 19:38:20 +01:00
} ,
2018-12-11 22:52:46 +00:00
reorder : {
title : 'Reorganizar Billetera' ,
} ,
2018-05-31 19:38:20 +01:00
add : {
2018-12-11 22:52:46 +00:00
title : 'Añadir billetera' ,
2018-05-31 19:38:20 +01:00
description :
2018-12-11 22:52:46 +00:00
'Puedes escanear la billetera de papel (en WIF - Formato de importación de billeteras) o crear una nueva billetera. Las billeteras SegWit estan compatibles por defecto.' ,
2020-01-30 17:22:50 +01:00
scan : 'Escanear' ,
2018-05-31 19:38:20 +01:00
create : 'Crear' ,
label _new _segwit : 'Nuevo SegWit' ,
2018-12-19 21:06:06 -05:00
label _new _lightning : 'Nuevo Lightning' ,
2018-12-11 22:52:46 +00:00
wallet _name : 'nombre de billetera' ,
wallet _type : 'tipo de billetera' ,
2018-10-03 21:49:29 -04:00
or : 'o' ,
2018-12-11 22:52:46 +00:00
import _wallet : 'Importar billetera' ,
2018-10-03 21:49:29 -04:00
imported : 'Importado' ,
coming _soon : 'Viene pronto' ,
2018-09-16 13:57:18 +01:00
lightning : 'Lightning' ,
bitcoin : 'Bitcoin' ,
2018-05-31 19:38:20 +01:00
} ,
details : {
2018-12-11 22:52:46 +00:00
title : 'Detalles de la billetera' ,
2018-05-31 19:38:20 +01:00
address : 'Dirección' ,
2020-02-26 16:23:35 +00:00
master _fingerprint : 'Master fingerprint' ,
2018-05-31 19:38:20 +01:00
type : 'Tipo' ,
label : 'Etiqueta' ,
2018-10-30 05:35:24 -04:00
delete : 'Eliminar' ,
save : 'Guardar' ,
2018-10-22 18:51:30 -04:00
destination : 'destino' ,
description : 'descripcion' ,
2018-10-03 21:49:29 -04:00
are _you _sure : '¿Estás seguro?' ,
2018-05-31 19:38:20 +01:00
yes _delete : 'Si, eliminar' ,
no _cancel : 'No, cancelar' ,
2018-10-03 21:49:29 -04:00
delete _this _wallet : 'Eliminar esta carterqa' ,
export _backup : 'Exportar / Guardar' ,
2018-10-28 01:11:07 +01:00
buy _bitcoin : 'Buy Bitcoin' ,
2018-12-27 16:37:12 +01:00
show _xpub : 'Show wallet XPUB' ,
2020-05-08 16:49:54 +01:00
connected _to : 'Connected to' ,
advanced : 'Advanced' ,
use _with _hardware _wallet : 'Use with hardware wallet' ,
2018-05-31 19:38:20 +01:00
} ,
export : {
2018-12-11 22:52:46 +00:00
title : 'Exportacion de billetera' ,
2018-05-31 19:38:20 +01:00
} ,
2018-12-27 16:37:12 +01:00
xpub : {
title : 'wallet XPUB' ,
2018-12-27 19:29:02 +01:00
copiedToClipboard : 'Copiado a portapapeles.' ,
2018-12-27 16:37:12 +01:00
} ,
2018-09-16 13:57:18 +01:00
import : {
2018-10-03 21:49:29 -04:00
title : 'importar' ,
2018-09-16 13:57:18 +01:00
explanation :
2018-12-11 22:52:46 +00:00
'Escriba aquí mnemotécnica, clave privada, WIF o cualquier cosa que tenga. BlueWallet hará todo lo posible para adivinar el formato correcto e importar su billetera.' ,
2018-10-03 21:49:29 -04:00
imported : 'Importado' ,
error : 'No se pudo importar. ¿Es valido?' ,
success : 'Exito' ,
do _import : 'Importar' ,
scan _qr : 'o escanear codigo QR?' ,
2018-09-16 13:57:18 +01:00
} ,
2018-05-31 19:38:20 +01:00
scanQrWif : {
go _back : 'Regresar' ,
cancel : 'Cancelar' ,
decoding : 'Descodificación' ,
input _password : 'Ingrese su contraseña' ,
password _explain : 'Eso es BIP38 clave privada encriptada' ,
2018-10-03 21:49:29 -04:00
bad _password : 'Contraseña equivocada' ,
2018-12-11 22:52:46 +00:00
wallet _already _exists : 'Esa billetera ya existe' ,
2018-10-03 21:49:29 -04:00
bad _wif : 'WIF equivocado' ,
imported _wif : 'WIF importado ' ,
with _address : ' con dirección ' ,
imported _segwit : 'SegWit importado' ,
imported _legacy : 'Legado importado' ,
imported _watchonly : 'Watch-only importado' ,
2018-05-31 19:38:20 +01:00
} ,
} ,
transactions : {
list : {
tabBarLabel : 'Transacciónes' ,
2018-10-03 21:49:29 -04:00
title : 'transacciónes' ,
2018-12-11 22:52:46 +00:00
description : 'Una lista de las transacciones entrantes o salientes de sus billeteras' ,
2018-05-31 19:38:20 +01:00
conf : 'conf' ,
} ,
details : {
2018-10-29 18:11:48 -04:00
title : 'Transaccion' ,
2018-05-31 19:38:20 +01:00
from : 'De' ,
to : 'A' ,
2018-09-29 21:24:53 -04:00
copy : 'Copiar' ,
2018-11-01 15:44:39 -04:00
transaction _details : 'Detalles de la transacción' ,
2019-08-13 19:08:38 -04:00
show _in _block _explorer : 'Mostrar en explorador de bloques' ,
2018-05-31 19:38:20 +01:00
} ,
} ,
send : {
2018-10-02 03:39:59 -04:00
header : 'enviar' ,
2018-10-27 11:13:09 -04:00
confirm : {
header : 'Confirm' ,
sendNow : 'Send now' ,
} ,
success : {
done : 'Done' ,
} ,
2018-05-31 19:38:20 +01:00
details : {
title : 'Crear Transaccion' ,
2018-10-20 22:10:21 +01:00
amount _field _is _not _valid : 'La cantidad no es válida' ,
fee _field _is _not _valid : 'La tasa no es válida' ,
address _field _is _not _valid : 'La dirección no es válida' ,
2018-05-31 19:38:20 +01:00
receiver _placeholder : 'La dirección de recipiente' ,
amount _placeholder : 'cantidad para enviar (in BTC)' ,
fee _placeholder : 'más tasa de transaccion (in BTC)' ,
2018-10-20 22:10:21 +01:00
note _placeholder : 'comentario (para ti mismo)' ,
2018-10-27 11:13:09 -04:00
create _tx _error : 'Se ha producido un error al crear la transacción. Por favor, asegúrese de que la dirección es válida.' ,
2018-05-31 19:38:20 +01:00
cancel : 'Cancelar' ,
scan : 'Escaniar' ,
2018-10-20 22:10:21 +01:00
address : 'Direccion' ,
2018-05-31 19:38:20 +01:00
create : 'Crear' ,
2018-10-20 22:10:21 +01:00
send : 'Envíar' ,
2018-05-31 19:38:20 +01:00
remaining _balance : 'Balance disponible' ,
2018-10-20 22:10:21 +01:00
total _exceeds _balance : 'El monto excede el balance disponible.' ,
2018-05-31 19:38:20 +01:00
} ,
create : {
title : 'Crear una Transaccion' ,
2018-10-27 11:13:09 -04:00
details : 'Detalles' ,
2018-07-07 14:04:32 +01:00
error : 'Error al crear una transacción. ¿Dirección o cantidad estan invalidas?' ,
2018-05-31 19:38:20 +01:00
go _back : 'Regresar' ,
2018-07-07 22:15:14 +01:00
this _is _hex : 'Este es representacion hex de transacción, firmado y listo para ser transmitido a la red. ¿Continuar?' ,
2018-05-31 19:38:20 +01:00
to : 'A' ,
amount : 'Cantidad' ,
fee : 'Tasa' ,
2018-10-03 21:49:29 -04:00
tx _size : 'tamaño de TX' ,
2018-05-31 19:38:20 +01:00
satoshi _per _byte : 'satoshiPorByte' ,
memo : 'Comentario' ,
broadcast : 'Transmitir' ,
2018-10-03 21:49:29 -04:00
not _enough _fee : 'Tasa no es suficiente. Incremente la tasa' ,
2018-05-31 19:38:20 +01:00
} ,
} ,
receive : {
2018-10-02 03:39:59 -04:00
header : 'Recibir' ,
2018-05-31 19:38:20 +01:00
details : {
title : 'Comparte esta dirección con el pagador' ,
2018-09-29 21:24:53 -04:00
share : 'Compartir' ,
copiedToClipboard : 'Copiado a portapapeles.' ,
2018-12-25 15:25:12 +01:00
label : 'Description' ,
2019-01-11 20:02:25 +01:00
create : 'Create' ,
2018-12-25 15:25:12 +01:00
setAmount : 'Receive with amount' ,
2018-05-31 19:38:20 +01:00
} ,
2019-08-04 20:34:17 +01:00
scan _lnurl : 'Scan to receive' ,
2018-05-31 19:38:20 +01:00
} ,
2018-10-28 01:11:07 +01:00
buyBitcoin : {
header : 'Buy Bitcoin' ,
tap _your _address : 'Tap your address to copy it to clipboard:' ,
copied : 'Copied to Clipboard!' ,
} ,
2018-05-31 19:38:20 +01:00
settings : {
tabBarLabel : 'Ajustes' ,
header : 'Ajustes' ,
plausible _deniability : 'Negación plausible...' ,
2018-10-03 21:49:29 -04:00
storage _not _encrypted : 'Almacenamiento: no esta cifrado' ,
storage _encrypted : 'Almacenamiento: cifrado' ,
2018-05-31 19:38:20 +01:00
password : 'Contraseña' ,
2018-07-07 14:04:32 +01:00
password _explain : 'Crea la contraseña que usarás para descifrar el almacenamiento' ,
2018-10-03 21:49:29 -04:00
retype _password : 'Ingresa la contraseña nuevamente' ,
2018-05-31 19:38:20 +01:00
passwords _do _not _match : 'Contraseñas deben ser iguales' ,
encrypt _storage : 'Cifrar almacenamiento' ,
2019-01-11 20:02:25 +01:00
lightning _settings : 'Lightning settings' ,
2019-01-11 15:26:22 -05:00
lightning _settings _explain :
'To connect to your own LND node please install LndHub' +
2019-01-11 20:02:25 +01:00
' and put its URL here in settings. Leave blank to use default ' +
'ndHub\n (lndhub.io)' ,
2019-07-18 11:22:01 +01:00
electrum _settings : 'Electrum Settings' ,
electrum _settings _explain : 'Set to blank to use default' ,
2019-01-11 20:02:25 +01:00
save : 'save' ,
2018-05-31 19:38:20 +01:00
about : 'Sobre nosotros' ,
2018-09-30 04:31:09 -04:00
language : 'Idioma' ,
currency : 'Moneda' ,
2019-05-19 20:49:42 +01:00
advanced _options : 'Advanced Options' ,
enable _advanced _mode : 'Enable advanced mode' ,
2018-05-31 19:38:20 +01:00
} ,
2018-09-16 13:57:18 +01:00
plausibledeniability : {
2018-10-03 21:49:29 -04:00
title : 'Negación plausible' ,
2018-09-16 13:57:18 +01:00
help :
2018-10-03 21:49:29 -04:00
'Bajo ciertas circunstancias, usted podría verse obligado a revelar un ' +
'contraseña. Para mantener sus monedas seguras, BlueWallet puede crear otro ' +
'almacenamiento cifrado, con una contraseña diferente. Bajo la presión' +
'puede revelar esta contraseña a un tercero. Si se ingresa en ' +
'BlueWallet, desbloqueará un nuevo almacenamiento `falso`. Esto parecerá ' +
'legítimo para un tercero, pero en secreto mantendrá su almacenamiento principal ' +
'con monedas seguras.' ,
help2 : 'El nuevo almacen sera completamente funcional, y puedes almacenar ' + 'cantidades minimas para que sea mas creible.' ,
create _fake _storage : 'Crear un almacen cifrado falso' ,
go _back : 'Regresar' ,
create _password : 'Crear una contraseña' ,
create _password _explanation : 'La contraseña para el almacen falso no puede ser el mismo para su almacen principal.' ,
password _should _not _match : 'La contraseña para el almacen falso no puede ser el mismo para su almacen principal.' ,
retype _password : 'Volver a escribir contraseña' ,
passwords _do _not _match : 'Las contraseñas no coinciden, intente nuevamente' ,
success : 'Exitoso' ,
2018-09-16 13:57:18 +01:00
} ,
2018-09-22 12:01:55 +01:00
lnd : {
2018-10-02 03:39:59 -04:00
title : 'manejar fondos' ,
2018-12-11 22:52:46 +00:00
choose _source _wallet : 'Elija una billetera de fuente' ,
refill _lnd _balance : 'Rellenar el balance de la billetera Lightning' ,
2018-10-03 21:49:29 -04:00
refill : 'Rellenar' ,
withdraw : 'Retirar' ,
2019-02-17 02:50:23 -05:00
placeholder : 'Invoice' ,
2018-12-27 01:12:19 -05:00
expired : 'Expirado' ,
2019-01-04 19:10:59 -05:00
sameWalletAsInvoiceError : 'You can not pay an invoice with the same wallet used to create it.' ,
2018-09-22 12:01:55 +01:00
} ,
2019-04-22 12:51:47 +01:00
pleasebackup : {
title : 'Your wallet is created...' ,
text :
2019-11-02 21:58:55 +01:00
"Please take a moment to write down this mnemonic phrase on a piece of paper. It's your backup you can use to restore the wallet on other device." ,
2019-04-22 12:51:47 +01:00
ok : 'OK, I wrote this down!' ,
} ,
2019-05-03 23:58:23 +01:00
lndViewInvoice : {
wasnt _paid _and _expired : 'This invoice was not paid for and has expired' ,
has _been _paid : 'This invoice has been paid for' ,
please _pay : 'Please pay' ,
sats : 'sats' ,
for : 'For:' ,
additional _info : 'Additional Information' ,
open _direct _channel : 'Open direct channel with this node:' ,
} ,
2018-05-31 19:43:56 +01:00
} ;