app-toolbox.json 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "Crypto not detected": "Crypto not detected",
  3. "Cryptography used to create this signature. It is auto-detected on valid signatures.": "Cryptography used to create this signature. It is auto-detected on valid signatures.",
  4. "Detection on the input string to determine if it is hex or non-hex.": "Detection on the input string to determine if it is hex or non-hex.",
  5. "Hash data": "Hash data",
  6. "No": "No",
  7. "RPC calls": "RPC calls",
  8. "Sign message": "Sign message",
  9. "Submit RPC call": "Submit RPC call",
  10. "The account that signed the input": "The account that signed the input",
  11. "The account's password specified at the creation of this account.": "The account's password specified at the creation of this account.",
  12. "The actual JSONRPC module and function to make a call to.": "The actual JSONRPC module and function to make a call to.",
  13. "The blake2b 256-bit hash of the actual input data.": "The blake2b 256-bit hash of the actual input data.",
  14. "The data that was signed. This is used in combination with the signature for the verification. It can either be hex or a string.": "The data that was signed. This is used in combination with the signature for the verification. It can either be hex or a string.",
  15. "The input data to hash. This can be either specified as a hex value (0x-prefix) or as a string.": "The input data to hash. This can be either specified as a hex value (0x-prefix) or as a string.",
  16. "The input data to sign. This can be either specified as a hex value (0x-prefix) or as a string.": "The input data to sign. This can be either specified as a hex value (0x-prefix) or as a string.",
  17. "The resulting signature of the input data, as done with the crypto algorithm from the account. (This could be non-deterministic for some types such as sr25519).": "The resulting signature of the input data, as done with the crypto algorithm from the account. (This could be non-deterministic for some types such as sr25519).",
  18. "The selected account to be unlocked.": "The selected account to be unlocked.",
  19. "The signature as by the account being checked, supplied as a hex-formatted string.": "The signature as by the account being checked, supplied as a hex-formatted string.",
  20. "This account that will perform the message signing.": "This account that will perform the message signing.",
  21. "This external account cannot be used to sign data. Only Limited support is currently available for signing from any non-internal accounts.": "This external account cannot be used to sign data. Only Limited support is currently available for signing from any non-internal accounts.",
  22. "This injected account cannot be used to sign data since the extension does not support raw signing.": "This injected account cannot be used to sign data since the extension does not support raw signing.",
  23. "Unlock": "Unlock",
  24. "Unlock account": "Unlock account",
  25. "Unlock the account for signing. Once active the signature will be generated based on the content provided.": "Unlock the account for signing. Once active the signature will be generated based on the content provided.",
  26. "Verify signature": "Verify signature",
  27. "Yes": "Yes",
  28. "You need to unlock this account to be able to sign data.": "You need to unlock this account to be able to sign data.",
  29. "account": "account",
  30. "call the selected endpoint": "call the selected endpoint",
  31. "from the following data": "from the following data",
  32. "hex input data": "hex input data",
  33. "password": "password",
  34. "select the account you wish to sign data with": "select the account you wish to sign data with",
  35. "sign data from account": "sign data from account",
  36. "sign the following data": "sign the following data",
  37. "signature crypto type": "signature crypto type",
  38. "signature of supplied data": "signature of supplied data",
  39. "the resulting hash is": "the resulting hash is",
  40. "the supplied signature": "the supplied signature",
  41. "using the following data": "using the following data",
  42. "verify using address": "verify using address",
  43. "with an index of": "with an index of"
  44. }