enCommon top-level constant
Implementation
const Map<String, String> enCommon = {
'copy': 'Copy ',
'edit': 'Edit',
'delete': 'Delete',
'success': 'Success',
'fail': 'Failed',
'ok': 'Ok',
'cancel': 'Cancel',
'detail': 'Detail',
'next': 'Next',
'note': 'Note',
'loading': 'Loading...',
'assets': 'Assets',
'profile': 'Profile',
'list.empty': 'No data',
'list.end': 'No more data',
'tx.submit': 'Submit',
'tx.from': 'You are about to sign a transaction from ',
'tx.network': 'Network',
'tx.network.no': 'Not connected',
'tx.call': 'Calling',
'tx.proxy': 'sign with proxy account',
'tx.proxy.brief':
'\nA recoverable account can\nsend Tx through a proxy account\n',
'tx.proxy.invalid': 'Invalid proxy account',
'tx.fee': 'Fees',
'tx.tip': 'Tips',
'tx.tip.brief':
'\nAdding a tip to this Tx, paying\nthe block author for greater priority.\n',
'tx.cancelled': 'Tx Cancelled',
'tx.wait': 'Waiting',
'tx.Ready': 'Ready',
'tx.Broadcast': 'Broadcast',
'tx.Inblock': 'Inblock',
'tx.qr': 'Sign via QR',
'tx.no.sign': 'Submit (no sign)',
'tx.disabledCall': 'temporarily unavailable',
'uos.scan': 'Scan signed and send',
'uos.qr.invalid': 'Invalid QR code',
'uos.warn':
'Safety Warning!!! DO NOT send this QR to anyone or you may LOSE your assets!!!',
'uos.pass.warn':
'Safety Warning!!! You are using offline signature to send transaction!!! Please make sure you fully understand the security risks of this operation!!!',
'unlock': 'Unlock Account with Password',
'pass.old': 'Current Password',
'pass.invalid': 'Invalid Password',
'pass.error': 'Wrong Password',
'pass.error.text': 'Failed to unlock account, please check password.',
'pass.checking': 'Checking password...',
'submit.sign': 'Sign',
'submit.sign.tx': 'Sign Tx',
'submit.sign.msg': 'Sign Message',
'submit.signer': 'Signer',
'exit.confirm': 'Do you want to exit the App?',
};