app-contracts.json 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "You are using an ABI with an outdated format. Please generate a new one.": "You are using an ABI with an outdated format. Please generate a new one.",
  3. "invalid ABI file selected": "invalid ABI file selected",
  4. "click to select or drag and drop a JSON ABI file": "click to select or drag and drop a JSON ABI file",
  5. "The code hash for the on-chain deployed code.": "The code hash for the on-chain deployed code.",
  6. "code hash": "code hash",
  7. "Save": "Save",
  8. "Add an existing code hash": "Add an existing code hash",
  9. "ABI": "ABI",
  10. "Forget this code hash": "Forget this code hash",
  11. "deploy": "deploy",
  12. "Deploy this code hash as a smart contract": "Deploy this code hash as a smart contract",
  13. "No code hashes available": "No code hashes available",
  14. "Upload WASM": "Upload WASM",
  15. "The compiled WASM for the contract that you wish to deploy. Each unique code blob will be attached with a code hash that can be used to create new instances.": "The compiled WASM for the contract that you wish to deploy. Each unique code blob will be attached with a code hash that can be used to create new instances.",
  16. "compiled contract WASM": "compiled contract WASM",
  17. "The code is not recognized as being in valid WASM format": "The code is not recognized as being in valid WASM format",
  18. "Upload": "Upload",
  19. "Unable to find on-chain WASM code for the supplied codeHash": "Unable to find on-chain WASM code for the supplied codeHash",
  20. "The codeHash is not a valid hex hash": "The codeHash is not a valid hex hash",
  21. "The address for the deployed contract instance.": "The address for the deployed contract instance.",
  22. "contract address": "contract address",
  23. "Add an existing contract": "Add an existing contract",
  24. "Call a contract": "Call a contract",
  25. "Specify the user account to use for this contract call. And fees will be deducted from this account.": "Specify the user account to use for this contract call. And fees will be deducted from this account.",
  26. "call from account": "call from account",
  27. "A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.": "A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.",
  28. "contract to use": "contract to use",
  29. "The message to send to this contract. Parameters are adjusted based on the ABI provided.": "The message to send to this contract. Parameters are adjusted based on the ABI provided.",
  30. "message to send": "message to send",
  31. "The allotted value for this contract, i.e. the amount transferred to the contract as part of this call.": "The allotted value for this contract, i.e. the amount transferred to the contract as part of this call.",
  32. "value": "value",
  33. "The maximum amount of gas that can be used by this deployment, if the code requires more, the deployment will fail.": "The maximum amount of gas that can be used by this deployment, if the code requires more, the deployment will fail.",
  34. "maximum gas allowed": "maximum gas allowed",
  35. "Cancel": "Cancel",
  36. "Call": "Call",
  37. "address forgotten": "address forgotten",
  38. "Messages": "Messages",
  39. "Forget this contract": "Forget this contract",
  40. "execute": "execute",
  41. "Call a method on this contract": "Call a method on this contract",
  42. "No contracts available": "No contracts available",
  43. "Deploy a code hash": "Deploy a code hash",
  44. "Unable to find deployed contract code at the specified address": "Unable to find deployed contract code at the specified address",
  45. "The value is not in a valid address format": "The value is not in a valid address format",
  46. "The contract WASM previously deployed. Internally this is identified by the hash of the code, as either created or attached.": "The contract WASM previously deployed. Internally this is identified by the hash of the code, as either created or attached.",
  47. "code for this contract": "code for this contract",
  48. "The deployment constructor information for this contract, as provided by the ABI.": "The deployment constructor information for this contract, as provided by the ABI.",
  49. "The allotted endowment for this contract, i.e. the amount transferred to the contract upon instantiation.": "The allotted endowment for this contract, i.e. the amount transferred to the contract upon instantiation.",
  50. "endowment": "endowment",
  51. "Deploy": "Deploy",
  52. "Specify the user account to use for this deployment. And fees will be deducted from this account.": "Specify the user account to use for this deployment. And fees will be deducted from this account.",
  53. "deployment account": "deployment account",
  54. "Confirm ABI removal": "Confirm ABI removal",
  55. "You are about to remove this code's ABI. Once completed, should you need to access it again, you will have to manually re-upload it.": "You are about to remove this code's ABI. Once completed, should you need to access it again, you will have to manually re-upload it.",
  56. "This operation does not impact the associated on-chain code or any of its contracts.": "This operation does not impact the associated on-chain code or any of its contracts.",
  57. "Remove": "Remove",
  58. "The maximum amount of gas that can be used by this call. If the code requires more, the call will fail.": "The maximum amount of gas that can be used by this call. If the code requires more, the call will fail.",
  59. "Call results": "Call results",
  60. "constructor ": "constructor ",
  61. "send as RPC call": "send as RPC call",
  62. "send as transaction": "send as transaction",
  63. "Clear all": "Clear all"
  64. }