You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
1.0 KiB

import { defineMessages } from 'react-intl'
/* eslint-disable max-len */
export default defineMessages({
calculating: 'calculating',
current_balance: 'Your current balance',
error_no_route: 'We were unable to find a route to your destination. Please try again later.',
error_not_enough_funds: 'You do not have enough funds available to make this payment.',
request_label_combined: 'Payment Request or Address',
request_label_offchain: 'Payment Request',
request_label_onchain: 'Address',
searching_routes: 'searching for routes',
next_block_confirmation: 'next block confirmation',
next: 'Next',
back: 'Back',
send: 'Send',
fee: 'Fee',
fee_range: 'between {minFee} and {maxFee} msat',
unknown: 'unknown',
amount: 'Amount',
per_byte: 'per byte',
upto: 'up to',
total: 'Total',
memo: 'Memo',
description:
'You can send Bitcoin (BTC) through the Lightning Network or make a On-Chain Transaction. Just paste your Lightning Payment Request or the Bitcoin Address in the field below. Zap will guide you to the process.'
})