react-signer.json 2.9 KB

123456789101112131415161718192021222324252627
  1. {
  2. "The selected account does not exist on your keyring": "The selected account does not exist on your keyring",
  3. "The selected account does not have the required balance available for this transaction": "The selected account does not have the required balance available for this transaction",
  4. "Submitting this transaction will drop the account balance to below the existential amount ({{existentialDeposit}}), which can result in the account being removed from the chain state and its associated funds burned.": "Submitting this transaction will drop the account balance to below the existential amount ({{existentialDeposit}}), which can result in the account being removed from the chain state and its associated funds burned.",
  5. "This account does have a reserved/locked balance, not taken into account": "This account does have a reserved/locked balance, not taken into account",
  6. "Fees includes the transaction fee and the per-byte fee": "Fees includes the transaction fee and the per-byte fee",
  7. "Fees totalling {{fees}} will be applied to the submission": "Fees totalling {{fees}} will be applied to the submission",
  8. "{{total}} estimated total amount (fees + value)": "{{total}} estimated total amount (fees + value)",
  9. "Estimation does not account for the transaction weight": "Estimation does not account for the transaction weight",
  10. "The deposit is below the {{minimum}} minimum required for the proposal to be evaluated": "The deposit is below the {{minimum}} minimum required for the proposal to be evaluated",
  11. "The deposit of {{deposit}} will be reserved until the proposal is completed": "The deposit of {{deposit}} will be reserved until the proposal is completed",
  12. "The final recipient balance is less or equal to {{existentialDeposit}} (the existential amount) and will not be reflected": "The final recipient balance is less or equal to {{existentialDeposit}} (the existential amount) and will not be reflected",
  13. "A fee of {{creationFee}} will be deducted from the sender since the destination account does not exist": "A fee of {{creationFee}} will be deducted from the sender since the destination account does not exist",
  14. "Cancel": "Cancel",
  15. "Scan Signature Qr": "Scan Signature Qr",
  16. "Submit (no signature)": "Submit (no signature)",
  17. "Sign via {{hardwareType}}": "Sign via {{hardwareType}}",
  18. "Sign via Qr": "Sign via Qr",
  19. "Sign and Submit": "Sign and Submit",
  20. "Add a tip to this extrinsic, paying the block author for greater priority": "Add a tip to this extrinsic, paying the block author for greater priority",
  21. "Tip (optional)": "Tip (optional)",
  22. "wrong password": "wrong password",
  23. "sending from my account": "sending from my account",
  24. "unlock account with password": "unlock account with password",
  25. "Include an optional tip for faster processing": "Include an optional tip for faster processing",
  26. "Do not include a tip for the block author": "Do not include a tip for the block author"
  27. }