2018-05-28 21:18:11 +02:00
module . exports = {
2018-05-30 01:17:44 +02:00
_ : {
2019-09-20 17:11:11 +02:00
storage _is _encrypted : 'Your storage is encrypted. Password is required to decrypt it' ,
2018-05-30 01:17:44 +02:00
enter _password : 'Enter password' ,
2019-03-04 11:28:26 +01:00
bad _password : 'Bad password, try again' ,
2018-06-30 14:52:18 +02:00
never : 'never' ,
2019-01-07 04:50:33 +01:00
continue : 'Continue' ,
ok : 'OK' ,
2018-05-30 01:17:44 +02:00
} ,
2018-05-28 21:18:11 +02:00
wallets : {
2018-12-24 01:44:31 +01:00
select _wallet : 'Select Wallet' ,
2018-10-09 06:25:36 +02:00
options : 'options' ,
2019-01-09 16:25:03 +01:00
createBitcoinWallet :
'You currently do not have a Bitcoin wallet. In order to fund a Lightning wallet, a Bitcoin wallet needs to be created or imported. Would you like to continue anyway?' ,
2018-05-28 21:18:11 +02:00
list : {
2019-01-24 21:31:03 +01:00
app _name : 'BlueWallet' ,
2018-06-25 00:22:46 +02:00
title : 'wallets' ,
2018-07-07 15:04:32 +02:00
header : 'A wallet represents a pair of a secret (private key) and an address' + 'you can share to receive coins.' ,
2018-05-28 21:18:11 +02:00
add : 'Add Wallet' ,
2018-06-25 00:22:46 +02: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' ,
2018-06-30 14:52:18 +02:00
latest _transaction : 'latest transaction' ,
empty _txs1 : 'Your transactions will appear here,' ,
empty _txs2 : 'none at the moment' ,
2019-03-30 20:32:58 +01: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 10:31:53 +01:00
empty _txs2 _lightning : '\nTo start using it tap on "manage funds" and topup your balance.' ,
2018-10-28 02:11:07 +02:00
tap _here _to _buy : 'Tap here to buy Bitcoin' ,
2018-05-28 21:18:11 +02:00
} ,
2018-12-11 23:52:46 +01:00
reorder : {
title : 'Reorder Wallets' ,
} ,
2018-05-28 21:18:11 +02:00
add : {
2018-06-28 03:43:28 +02:00
title : 'add wallet' ,
2018-05-28 21:18:11 +02:00
description :
'You can either scan backup paper wallet (in WIF - Wallet Import Format), or create a new wallet. Segwit wallets supported by default.' ,
scan : 'Scan' ,
create : 'Create' ,
label _new _segwit : 'New SegWit' ,
2018-12-20 03:06:06 +01:00
label _new _lightning : 'New Lightning' ,
2019-03-05 02:04:40 +01:00
wallet _name : 'name' ,
2018-10-20 23:10:21 +02:00
wallet _type : 'type' ,
2018-07-14 20:54:27 +02:00
or : 'or' ,
import _wallet : 'Import wallet' ,
2018-07-22 16:49:59 +02:00
imported : 'Imported' ,
2018-07-28 21:14:08 +02:00
coming _soon : 'Coming soon' ,
lightning : 'Lightning' ,
bitcoin : 'Bitcoin' ,
2018-05-28 21:18:11 +02:00
} ,
details : {
2018-10-30 10:35:24 +01:00
title : 'Wallet' ,
2018-05-28 21:18:11 +02:00
address : 'Address' ,
type : 'Type' ,
label : 'Label' ,
2018-10-23 00:51:30 +02:00
destination : 'destination' ,
description : 'description' ,
2018-05-28 21:18:11 +02:00
are _you _sure : 'Are you sure?' ,
yes _delete : 'Yes, delete' ,
no _cancel : 'No, cancel' ,
2018-10-30 10:35:24 +01:00
delete : 'Delete' ,
save : 'Save' ,
2018-05-28 21:18:11 +02:00
delete _this _wallet : 'Delete this wallet' ,
export _backup : 'Export / backup' ,
2018-10-28 02:11:07 +02:00
buy _bitcoin : 'Buy Bitcoin' ,
2018-12-27 16:37:12 +01:00
show _xpub : 'Show wallet XPUB' ,
2018-05-28 21:18:11 +02:00
} ,
export : {
2018-06-29 00:17:14 +02:00
title : 'wallet export' ,
2018-05-28 21:18:11 +02:00
} ,
2018-12-27 16:37:12 +01:00
xpub : {
title : 'wallet XPUB' ,
2018-12-27 19:29:02 +01:00
copiedToClipboard : 'Copied to clipboard.' ,
2018-12-27 16:37:12 +01:00
} ,
2018-07-28 21:14:08 +02:00
import : {
title : 'import' ,
explanation :
2018-12-30 23:39:23 +01:00
"Write here your mnemonic, private key, WIF, or anything you've got. BlueWallet will do its best to guess the correct format and import your wallet" ,
2018-07-28 21:14:08 +02:00
imported : 'Imported' ,
2018-12-25 21:53:24 +01:00
error : 'Failed to import. Please, make sure that the provided data is valid.' ,
2018-07-28 21:14:08 +02:00
success : 'Success' ,
do _import : 'Import' ,
scan _qr : 'or scan QR code instead?' ,
} ,
2018-05-28 21:18:11 +02:00
scanQrWif : {
go _back : 'Go Back' ,
cancel : 'Cancel' ,
decoding : 'Decoding' ,
input _password : 'Input password' ,
password _explain : 'This is BIP38 encrypted private key' ,
bad _password : 'Bad password' ,
wallet _already _exists : 'Such wallet already exists' ,
bad _wif : 'Bad WIF' ,
imported _wif : 'Imported WIF ' ,
with _address : ' with address ' ,
imported _segwit : 'Imported SegWit' ,
imported _legacy : 'Imported Legacy' ,
2018-07-14 21:53:43 +02:00
imported _watchonly : 'Imported Watch-only' ,
2018-05-28 21:18:11 +02:00
} ,
} ,
transactions : {
list : {
tabBarLabel : 'Transactions' ,
2018-06-25 00:22:46 +02:00
title : 'transactions' ,
2018-05-28 21:18:11 +02:00
description : 'A list of ingoing or outgoing transactions of your wallets' ,
conf : 'conf' ,
} ,
details : {
2018-10-29 23:11:48 +01:00
title : 'Transaction' ,
2018-09-29 17:35:04 +02:00
from : 'Input' ,
to : 'Output' ,
2018-09-29 06:58:09 +02:00
copy : 'Copy' ,
2018-11-01 20:44:39 +01:00
transaction _details : 'Transaction details' ,
2019-09-20 17:11:11 +02:00
show _in _block _explorer : 'View in block explorer' ,
2018-05-28 21:18:11 +02:00
} ,
} ,
send : {
2018-09-29 00:17:26 +02:00
header : 'Send' ,
2018-05-28 21:18:11 +02:00
details : {
2018-08-19 00:10:12 +02:00
title : 'create transaction' ,
2018-10-20 23:10:21 +02:00
amount _field _is _not _valid : 'Amount field is not valid' ,
fee _field _is _not _valid : 'Fee field is not valid' ,
address _field _is _not _valid : 'Address field is not valid' ,
total _exceeds _balance : 'The sending amount exceeds the available balance.' ,
2018-10-27 17:13:09 +02:00
create _tx _error : 'There was an error creating the transaction. Please, make sure the address is valid.' ,
2018-10-20 23:10:21 +02:00
address : 'address' ,
2018-05-28 21:18:11 +02:00
amount _placeholder : 'amount to send (in BTC)' ,
fee _placeholder : 'plus transaction fee (in BTC)' ,
2018-10-20 23:10:21 +02:00
note _placeholder : 'note to self' ,
2018-05-28 21:18:11 +02:00
cancel : 'Cancel' ,
scan : 'Scan' ,
2018-10-20 23:10:21 +02:00
send : 'Send' ,
2018-05-28 21:18:11 +02:00
create : 'Create' ,
remaining _balance : 'Remaining balance' ,
} ,
2018-10-27 17:13:09 +02:00
confirm : {
header : 'Confirm' ,
sendNow : 'Send now' ,
} ,
success : {
done : 'Done' ,
} ,
2018-05-28 21:18:11 +02:00
create : {
2018-10-27 17:13:09 +02:00
details : 'Details' ,
2018-08-19 00:10:12 +02:00
title : 'create transaction' ,
2018-05-28 21:18:11 +02:00
error : 'Error creating transaction. Invalid address or send amount?' ,
go _back : 'Go Back' ,
2018-10-20 23:10:21 +02:00
this _is _hex : 'This is transaction hex, signed and ready to be broadcast to the network.' ,
2018-05-28 21:18:11 +02:00
to : 'To' ,
amount : 'Amount' ,
fee : 'Fee' ,
tx _size : 'TX size' ,
2018-10-20 23:10:21 +02:00
satoshi _per _byte : 'Satoshi per byte' ,
2018-05-28 21:18:11 +02:00
memo : 'Memo' ,
broadcast : 'Broadcast' ,
2018-08-19 00:10:12 +02:00
not _enough _fee : 'Not enough fee. Increase the fee' ,
2018-05-28 21:18:11 +02:00
} ,
} ,
receive : {
2018-09-30 23:27:46 +02:00
header : 'Receive' ,
2018-05-28 21:18:11 +02:00
details : {
title : 'Share this address with payer' ,
2018-09-29 17:35:04 +02:00
share : 'share' ,
copiedToClipboard : 'Copied to clipboard.' ,
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-28 21:18:11 +02:00
} ,
2019-09-20 17:11:11 +02:00
scan _lnurl : 'Scan to receive' ,
2018-05-28 21:18:11 +02:00
} ,
2018-10-28 02:11:07 +02:00
buyBitcoin : {
header : 'Buy Bitcoin' ,
tap _your _address : 'Tap your address to copy it to clipboard:' ,
copied : 'Copied to Clipboard!' ,
} ,
2018-05-28 21:18:11 +02:00
settings : {
2018-06-28 03:43:28 +02:00
header : 'settings' ,
2018-05-28 21:18:11 +02:00
plausible _deniability : 'Plausible deniability...' ,
storage _not _encrypted : 'Storage: not encrypted' ,
2018-05-30 01:17:44 +02:00
storage _encrypted : 'Storage: encrypted' ,
2018-05-28 21:18:11 +02:00
password : 'Password' ,
password _explain : 'Create the password you will use to decrypt the storage' ,
retype _password : 'Re-type password' ,
passwords _do _not _match : 'Passwords do not match' ,
encrypt _storage : 'Encrypt storage' ,
2019-01-11 21:21:59 +01:00
lightning _settings : 'Lightning Settings' ,
2019-01-11 21:26:22 +01:00
lightning _settings _explain :
'To connect to your own LND node please install LndHub' +
2019-03-05 02:04:40 +01:00
" and put its URL here in settings. Leave blank to use BlueWallet's LNDHub (lndhub.io). Wallets created after saving changes will connect to the specified LNDHub." ,
2019-07-18 12:22:01 +02:00
electrum _settings : 'Electrum Settings' ,
electrum _settings _explain : 'Set to blank to use default' ,
2019-03-05 02:04:40 +01:00
save : 'Save' ,
2018-05-28 21:18:11 +02:00
about : 'About' ,
2018-09-30 05:05:41 +02:00
language : 'Language' ,
currency : 'Currency' ,
2019-05-19 21:49:42 +02:00
advanced _options : 'Advanced Options' ,
enable _advanced _mode : 'Enable advanced mode' ,
2018-05-28 21:18:11 +02:00
} ,
2018-05-30 01:17:44 +02: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 ' +
2018-12-30 04:54:25 +01:00
'encrypted storage, with a different password. Under pressure, ' +
2018-05-30 01:17:44 +02:00
'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.' ,
2018-07-07 23:15:14 +02:00
help2 : 'New storage will be fully functional, and you can store some ' + 'minimum amounts there so it looks more believable.' ,
2018-05-30 01:17:44 +02:00
create _fake _storage : 'Create fake encrypted storage' ,
go _back : 'Go Back' ,
create _password : 'Create a password' ,
2018-07-07 15:04:32 +02:00
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' ,
2018-05-30 01:17:44 +02:00
retype _password : 'Retype password' ,
passwords _do _not _match : 'Passwords do not match, try again' ,
success : 'Success' ,
} ,
2018-09-22 13:01:55 +02:00
lnd : {
title : 'manage funds' ,
choose _source _wallet : 'Choose a source wallet' ,
refill _lnd _balance : 'Refill Lightning wallet balance' ,
refill : 'Refill' ,
withdraw : 'Withdraw' ,
2018-12-27 07:12:19 +01:00
expired : 'Expired' ,
2019-02-17 08:50:23 +01:00
placeholder : 'Invoice' ,
2019-01-05 01:10:59 +01:00
sameWalletAsInvoiceError : 'You can not pay an invoice with the same wallet used to create it.' ,
2018-09-22 13:01:55 +02:00
} ,
2019-04-22 13:51:47 +02:00
pleasebackup : {
title : 'Your wallet is created...' ,
text :
"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. You can use Electrum wallet on desktop (https://electrum.org/) to restore the same wallet." ,
ok : 'OK, I wrote this down!' ,
} ,
2019-05-04 00:58:23 +02: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:' ,
} ,
2019-09-20 17:11:11 +02:00
} ;