`${translate('SEND.INSUFFICIENT_FUNDS')}max available balance is${(0.00000001*(_balanceSats-_fees[this.props.ActiveCoin.coin])).toFixed(8)}${this.props.ActiveCoin.coin}`,
`${translate('SEND.INSUFFICIENT_FUNDS')}max available balance is${Number(this.state.sendFromAmount||this.props.ActiveCoin.balance.transparent)}${this.props.ActiveCoin.coin}`,
@ -105,7 +105,7 @@ class CoindClearDataDirPanel extends React.Component {
<divclassName="row">
<divclassName="col-sm-12 padding-bottom-10">
<h4className="col-red">
<iclassName="fa fa-warning"></i> Warning: the following form will wipe out all native coin data!<br />Don't touch anything if you'renotsurewhatyou'redoing.
'GET_AN_INVITE_P2':'to our slack if you\'re not registered yet'
},
'API':{
'DAEMON_IS_STILL_RUNNING':'daemon is still running. If you want to completely stop it and remove use stop icon next time.',
'CONN_ERROR':'Connection error',
'KMD_PASSIVE_ERROR':'Please make sure to run komodod manually',
'ERROR_SM':'error',
@ -72,6 +97,8 @@ export const _lang = {
'NO_ACTIVE_COIN':'No active coin',
},
'INDEX':{
'ERROR_READING':'Error reading',
'SHOW':'Show',
'SPV_SERVER_IP':'Server IP',
'SPV_SERVER_PORT':'Server Port',
'SPV_SERVER_CON_TYPE':'Connection type',
@ -336,6 +363,9 @@ export const _lang = {
'LITE_MODE_DESC':'Lite mode doesn\'t require any blockchain to be loaded locally. All data is requested on demand from Electrum servers. Lite mode has higher network latency compared to native mode.',
},
'JUMBLR':{
'PASSPHRASE':'Passphrase',
'PAUSE':'Pause',
'STOP':'Stop',
'TO_SM':'to',
'ABOUT':'About Jumblr',
'JUMBLR_FUNCTIONS':'Jumblr functions all locally which means no middle man is required to jumble your funds. '+
@ -434,6 +464,18 @@ export const _lang = {
'ERROR':'Error',
},
'DASHBOARD':{
'RPC_CONN_FAILURE':'Unable to establish RPC connection! Retries count',
'REMOVE':'Remove',
'STOP':'Stop',
'SOFT_LOGOUT':'Soft logout',
'COMPLETE_LOGOUT':'Complete logout',
'GENERATE_SM':'generate',
'RECEIVE_ADDR_COPIED':'address copied to clipboard',
'SERVER_SM':'server',
'IS_UNREACHABLE':'is unreachable',
'SERVER_SET_TO':'server is set to',
'SPV_AUTO_SWITCH':'Trying to switch to another server',
'HOW_TO_SWITCH_MANUALLY':'How to switch manually',
'SELECT_ADDRESS':'- Select Address -',
'SEND_TOADDR_REQ':'To Address is required.',
'SEND_FROMADDR_REQ':'From Address is required.',
@ -471,6 +513,15 @@ export const _lang = {
'CURRENT_BLOCK_SM':'current block',
},
'TOASTR':{
'ERROR':'Error',
'FAILED_TO_VERIFY_ADDR':'Failed to verify address',
'COIN_UNABLE_TO_STOP':'Unable to stop @template@. Try again.',
'COIN_IS_STOPED':'is stopped',
'COIN_IS_REMOVED':'is removed',
'JUMBLR_RESUMED':'Jumblr resumed',
'JUMBLR_PAUSED':'Jumblr paused',
'DATADIR_UNABLE_TO_CLEAR':'Unable to clear',
'DATADIR_CLEARED':'data folder is cleared',
'PORT_IS_TAKEN':'Port @template@ is already taken!',
'KOMODO_DATADIR_INVALID':'Komodo datadir path is invalid.<br>It must be an absolute path to an existing folder that doesn\'t contain spaces and/or any special characters.',
@ -602,6 +653,30 @@ export const _lang = {
'JUMBLR_MOTTO':'Secure, Native and Decentralised Coin Anonymizer',
},
'SETTINGS':{
'DAEMON_PORTS':'Daemon ports',
'KEY_IS_NOT_FOUND':'Key is not found',
'ADDRESSES_SM':'addresses',
'ACCOUNT_SM':'account',
'ACCOUNTS_SM':'accounts',
'GET_KEY':'Get key',
'DATADIR_DELETE_PROMPT':'Are you sure you want to clear @template@ data folder?',
'YES':'Yes',
'NO':'No',
'KEEP':'Keep',
'DELETE':'Delete',
'COIND_DELETING':'Deleting @template@ data..',
'COIND_DATADIR_CLEAR_P1':'Warning: the following form will wipe out all native coin data!',
'COIND_DATADIR_CLEAR_P2':'Don\'t touch anything if you\'re not sure what you\'re doing.',
'GET_KEYS':'Get keys',
'FETCHING_KEYS':'Fetching keys',
'SEARCH_KEY_PATTERN':'Search key pattern',
'ADDRESS':'Address',
'KEYS_SM':'keys',
'FOUND':'Found',
'PICK_A_COIN':'Pick a coin',
'CLEAR_NATIVE_DATADIR':'Clear native coin data dir',
'KEYS_SM':'keys',
'KEYS_CAP':'Keys',
'BIP39_DISC':'Hardware wallets disclaimer: by using this form you\'re acknowledging risks of exposing your seed',
'BIP39_DESC_P1':'Description: the form below is going to search for a pub key depending on a range of key path combinations is chosen (No of accounts * account address path depth).',
'BIP39_DESC_P2':'The app might temporary freeze for several seconds during search procedure.',
@ -662,6 +737,10 @@ export const _lang = {
'DOWNLOAD':'Download',
},
'SEND':{
'MIN_AMOUNT_IS':'min @template@ amount is',
'AMOUNT_IS_TOO_SMALL':'Amount @template@ is too small',