enCommon top-level constant

Map<String, String> const enCommon

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.loading': 'Loading...',
  'list.empty': 'No data',
  'list.end': 'No more data',
  'tx.submit': 'Submit',
  'tx.from': 'Sign 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',
  'tx.params': 'Params',
  '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 Transaction',
  'submit.sign.msg': 'Sign Message',
  'submit.sign.send': 'Sign & Send',
  'submit.signer': 'Signer',
  'exit.confirm': 'Do you want to exit the App?',
  'amount.error': 'Invalid amount',
  'address.error': 'Invalid address',
  'address.scam': 'Scam address',
  'scan.help': 'Please put the QR code in the box',
  'balance': 'Balance',
  'max': 'Max',
  'nominate.active': 'Active',
  'nominate.over': 'Oversubscribed',
  'nominate.inactive': 'Inactive',
  'nominate.waiting': 'Waiting',
  'dApp.auth': 'Approve authorization',
  'dApp.connect.tip':
      'Only approve this request if you trust the application. Approving gives the application access to the addresses of your accounts.',
  'dApp.connect.allow': 'Allow Access',
  'dApp.connect.reject': 'Reject',
  'dApp.confirm.title': 'Transaction & Sign',
  'dApp.confirm': 'Confirm',
  'dApp.share': 'Share',
  'dApp.refresh': 'Refresh',
  'dApp.copylink': 'Copy Link',
  'dApp.browser': 'Open in browser',
  'dApp.src': 'Request from',
  'dApp.data': 'Data',
  'search.token': 'Search Token',
  'filter': 'Filter',
};