2018-05-31 19:38:20 +01:00
module . exports = {
2018-09-16 13:57:18 +01:00
_ : {
storage _is _encrypted : 'Your storage is encrypted. Password is required to decrypt it' ,
enter _password : 'Enter password' ,
bad _password : 'Bad pasword, try again' ,
months _ago : 'months ago' ,
days _ago : 'days ago' ,
hours _ago : 'hours ago' ,
never : 'never' ,
} ,
2018-05-31 19:38:20 +01:00
wallets : {
list : {
tabBarLabel : 'Monederos' ,
app _name : 'Blue Wallet' ,
title : 'Mi Monederos de Bitcoin' ,
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-05-31 19:38:20 +01:00
add : 'Añadir Monedero' ,
2018-09-16 13:57:18 +01:00
create _a _wallet : 'Create a wallet' ,
create _a _wallet1 : "It's free and you can create" ,
create _a _wallet2 : 'as many as you like' ,
latest _transaction : 'latest transaction' ,
empty _txs1 : 'Your transactions will appear here,' ,
empty _txs2 : 'none at the moment' ,
2018-05-31 19:38:20 +01:00
} ,
add : {
title : 'Añadir Monedero' ,
description :
'Puedes escanear el monedero de papel (en WIF - Formato de importación de monederos) o crear un nuevo monedero. Monederos segwit estan compatibles por defecto.' ,
scan : 'Escaniar' ,
create : 'Crear' ,
label _new _segwit : 'Nuevo SegWit' ,
2018-09-16 13:57:18 +01:00
wallet _name : 'wallet name' ,
wallet _type : 'wallet type' ,
or : 'or' ,
import _wallet : 'Import wallet' ,
imported : 'Imported' ,
coming _soon : 'Coming soon' ,
lightning : 'Lightning' ,
bitcoin : 'Bitcoin' ,
2018-05-31 19:38:20 +01:00
} ,
details : {
title : 'Detalles del Monedero' ,
address : 'Dirección' ,
type : 'Tipo' ,
label : 'Etiqueta' ,
are _you _sure : 'Estas seguro?' ,
yes _delete : 'Si, eliminar' ,
no _cancel : 'No, cancelar' ,
delete _this _wallet : 'Eliminar eso Monedero' ,
export _backup : 'Exportar / guardar' ,
} ,
export : {
title : 'Exportacion de Monedero' ,
} ,
2018-09-16 13:57:18 +01:00
import : {
title : 'import' ,
explanation :
"Write here you mnemonic, private key, WIF, or anything you've got. BlueWallet will do it's best to guess the correct format and import your wallet" ,
imported : 'Imported' ,
error : 'Failed to import. Is it event valid?' ,
success : 'Success' ,
do _import : 'Import' ,
scan _qr : 'or scan QR code instead?' ,
} ,
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' ,
bad _password : 'Mal contraseña' ,
wallet _already _exists : 'Eso monedero ya existe' ,
bad _wif : 'Mal WIF' ,
imported _wif : 'Importado WIF ' ,
with _address : ' con dirección ' ,
imported _segwit : 'Importado SegWit' ,
imported _legacy : 'Importado Legado' ,
2018-09-16 13:57:18 +01:00
imported _watchonly : 'Imported Watch-only' ,
2018-05-31 19:38:20 +01:00
} ,
} ,
transactions : {
list : {
tabBarLabel : 'Transacciónes' ,
title : 'Mi Transacciónes' ,
2018-07-07 14:04:32 +01:00
description : 'Una lista de las transacciones entrantes o salientes de sus monederos' ,
2018-05-31 19:38:20 +01:00
conf : 'conf' ,
} ,
details : {
title : 'Detalles de Transaccion' ,
from : 'De' ,
to : 'A' ,
} ,
} ,
send : {
list : {
tabBarLabel : 'Enviar' ,
header : 'Elige monedero' ,
} ,
details : {
title : 'Crear Transaccion' ,
amount _fiels _is _not _valid : 'La cantidad no es válida' ,
fee _fiels _is _not _valid : 'La tasa no es válida' ,
address _fiels _is _not _valid : 'La dirección no es válida' ,
receiver _placeholder : 'La dirección de recipiente' ,
amount _placeholder : 'cantidad para enviar (in BTC)' ,
fee _placeholder : 'más tasa de transaccion (in BTC)' ,
memo _placeholder : 'comentario (para ti mismo)' ,
cancel : 'Cancelar' ,
scan : 'Escaniar' ,
create : 'Crear' ,
remaining _balance : 'Balance disponible' ,
} ,
create : {
title : 'Crear una Transaccion' ,
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' ,
tx _size : 'TX tamaño' ,
satoshi _per _byte : 'satoshiPorByte' ,
memo : 'Comentario' ,
broadcast : 'Transmitir' ,
2018-09-16 13:57:18 +01:00
not _enough _fee : 'Not enough fee. Increase the fee' ,
2018-05-31 19:38:20 +01:00
} ,
} ,
receive : {
list : {
tabBarLabel : 'Recivir' ,
header : 'Elige el monedero' ,
} ,
details : {
title : 'Comparte esta dirección con el pagador' ,
} ,
} ,
settings : {
tabBarLabel : 'Ajustes' ,
header : 'Ajustes' ,
plausible _deniability : 'Negación plausible...' ,
storage _not _encrypted : 'Almacenamiento: no esta encriptado' ,
2018-09-16 13:57:18 +01:00
storage _encrypted : 'Storage: encrypted' ,
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-05-31 19:38:20 +01:00
retype _password : 'Ingresa la contraseña de nuevo' ,
passwords _do _not _match : 'Contraseñas deben ser iguales' ,
encrypt _storage : 'Cifrar almacenamiento' ,
about : 'Sobre nosotros' ,
} ,
2018-09-16 13:57:18 +01:00
plausibledeniability : {
title : 'Plausible Deniability' ,
help :
'Under certain circumstances, you might be forced to disclose a ' +
'password. To keep your coins safe, BlueWallet can create another ' +
'encrypted storage, with a different password. Under the pressure, ' +
'you can disclose this password to a 3rd party. If entered in ' +
"BlueWallet, it will unlock new 'fake' storage. This will seem " +
'legit to a 3rd party, but will secretly keep your main storage ' +
'with coins safe.' ,
help2 : 'New storage will be fully functional, and you can store some ' + 'minimum amounts there so it looks more believable.' ,
create _fake _storage : 'Create fake encrypted storage' ,
go _back : 'Go Back' ,
create _password : 'Create a password' ,
create _password _explanation : 'Password for fake storage should not match password for your main storage' ,
password _should _not _match : 'Password for fake storage should not match password for your main storage' ,
retype _password : 'Retype password' ,
passwords _do _not _match : 'Passwords do not match, try again' ,
success : 'Success' ,
} ,
2018-09-22 12:01:55 +01:00
lnd : {
title : 'manage funds' ,
choose _source _wallet : 'Choose a source wallet' ,
refill _lnd _balance : 'Refill Lightning wallet balance' ,
refill : 'Refill' ,
withdraw : 'Withdraw' ,
} ,
2018-05-31 19:43:56 +01:00
} ;