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.
 
 
 

17 lines
758 B

import { defineMessages } from 'react-intl'
/* eslint-disable max-len */
export default defineMessages({
grab_coffee:
'It looks like this could take some time - you might want to grab a coffee or try again later!',
waiting_for_peers: 'Waiting for peers…',
preparing: 'Preparing…',
sync_title: 'Welcome back to your Zap wallet!',
sync_description:
'Please wait a while whilst we fetch all of your latest data from the blockchain.',
fund_title: 'Fund your Zap wallet',
fund_description: 'Might as well fund your wallet while you’re waiting to sync.',
sync_caption: 'Syncing to the blockchain',
block_progress: 'Block {currentBlock} of {totalBlocks}',
filter_progress: 'Commitment Filter {currentFilter} of {totalFilters}'
})