2018-05-28 21:18:11 +02:00
|
|
|
module.exports = {
|
2018-05-30 01:17:44 +02:00
|
|
|
_: {
|
2018-07-07 15:04:32 +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',
|
|
|
|
bad_password: 'Bad pasword, try again',
|
2018-06-30 14:52:18 +02:00
|
|
|
months_ago: 'months ago',
|
|
|
|
days_ago: 'days ago',
|
|
|
|
hours_ago: 'hours ago',
|
|
|
|
never: 'never',
|
2018-05-30 01:17:44 +02:00
|
|
|
},
|
2018-05-28 21:18:11 +02:00
|
|
|
wallets: {
|
|
|
|
list: {
|
|
|
|
tabBarLabel: 'Wallets',
|
|
|
|
app_name: 'Blue Wallet',
|
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',
|
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-07-14 20:54:27 +02:00
|
|
|
wallet_name: 'wallet name',
|
|
|
|
wallet_type: 'wallet type',
|
|
|
|
or: 'or',
|
|
|
|
import_wallet: 'Import wallet',
|
2018-05-28 21:18:11 +02:00
|
|
|
},
|
|
|
|
details: {
|
2018-06-28 03:43:28 +02:00
|
|
|
title: 'wallet details',
|
2018-05-28 21:18:11 +02:00
|
|
|
address: 'Address',
|
|
|
|
type: 'Type',
|
|
|
|
label: 'Label',
|
|
|
|
are_you_sure: 'Are you sure?',
|
|
|
|
yes_delete: 'Yes, delete',
|
|
|
|
no_cancel: 'No, cancel',
|
|
|
|
delete_this_wallet: 'Delete this wallet',
|
|
|
|
export_backup: 'Export / backup',
|
|
|
|
},
|
|
|
|
export: {
|
2018-06-29 00:17:14 +02:00
|
|
|
title: 'wallet export',
|
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-06-28 03:43:28 +02:00
|
|
|
title: 'transaction details',
|
2018-05-28 21:18:11 +02:00
|
|
|
from: 'From',
|
|
|
|
to: 'To',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
send: {
|
|
|
|
list: {
|
|
|
|
tabBarLabel: 'Send',
|
2018-07-12 01:38:24 +02:00
|
|
|
header: 'send',
|
2018-05-28 21:18:11 +02:00
|
|
|
},
|
|
|
|
details: {
|
|
|
|
title: 'Create Transaction',
|
|
|
|
amount_fiels_is_not_valid: 'Amount field is not valid',
|
|
|
|
fee_fiels_is_not_valid: 'Fee field is not valid',
|
|
|
|
address_fiels_is_not_valid: 'Address field is not valid',
|
|
|
|
receiver_placeholder: 'receiver address here',
|
|
|
|
amount_placeholder: 'amount to send (in BTC)',
|
|
|
|
fee_placeholder: 'plus transaction fee (in BTC)',
|
|
|
|
memo_placeholder: 'memo to self',
|
|
|
|
cancel: 'Cancel',
|
|
|
|
scan: 'Scan',
|
|
|
|
create: 'Create',
|
|
|
|
remaining_balance: 'Remaining balance',
|
|
|
|
},
|
|
|
|
create: {
|
|
|
|
title: 'Create Transaction',
|
|
|
|
error: 'Error creating transaction. Invalid address or send amount?',
|
|
|
|
go_back: 'Go Back',
|
2018-07-07 15:04:32 +02:00
|
|
|
this_is_hex: 'This is transaction hex, signed and ready to be broadcast to the network. Continue?',
|
2018-05-28 21:18:11 +02:00
|
|
|
to: 'To',
|
|
|
|
amount: 'Amount',
|
|
|
|
fee: 'Fee',
|
|
|
|
tx_size: 'TX size',
|
|
|
|
satoshi_per_byte: 'satoshiPerByte',
|
|
|
|
memo: 'Memo',
|
|
|
|
broadcast: 'Broadcast',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
receive: {
|
|
|
|
list: {
|
|
|
|
tabBarLabel: 'Receive',
|
2018-06-25 00:22:46 +02:00
|
|
|
header: 'receive',
|
2018-05-28 21:18:11 +02:00
|
|
|
},
|
|
|
|
details: {
|
|
|
|
title: 'Share this address with payer',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
settings: {
|
|
|
|
tabBarLabel: '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',
|
|
|
|
about: 'About',
|
|
|
|
},
|
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 ' +
|
|
|
|
'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.',
|
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-05-28 21:18:11 +02:00
|
|
|
};
|