diff --git a/CHANGELOG.md b/CHANGELOG.md index c25e1ad356..86573c679d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Current ### Features +- [#4540](https://github.com/blockscout/blockscout/pull/4540) - Allign copy buttons for `Block Details` and `Transaction Details` pages - [#4528](https://github.com/blockscout/blockscout/pull/4528) - Block Details page: rework view - [#4531](https://github.com/blockscout/blockscout/pull/4531) - Add Arbitrum support - [#4524](https://github.com/blockscout/blockscout/pull/4524) - Add index position of transaction in the block diff --git a/apps/block_scout_web/assets/css/_mixins.scss b/apps/block_scout_web/assets/css/_mixins.scss index 62fa6d38ee..911b1b6587 100644 --- a/apps/block_scout_web/assets/css/_mixins.scss +++ b/apps/block_scout_web/assets/css/_mixins.scss @@ -213,6 +213,37 @@ } } +@mixin square-icon-button-inline($color, $dimensions) { + align-items: center; + border: 1px solid $color; + border-radius: 2px; + cursor: pointer; + display: inline; + height: $dimensions; + justify-content: center; + transition: $transition-cont; + width: $dimensions; + + svg { + display: block; + height: 100%; + width: 100%; + } + + path { + fill: $color; + transition: $transition-cont; + } + + &:hover { + background-color: $color; + + path { + fill: #fff; + } + } +} + @mixin image-2x($image, $width: 100%, $height: 100%) { @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), diff --git a/apps/block_scout_web/assets/css/components/_btn_copy.scss b/apps/block_scout_web/assets/css/components/_btn_copy.scss index 56054e2df4..42e3d829c3 100644 --- a/apps/block_scout_web/assets/css/components/_btn_copy.scss +++ b/apps/block_scout_web/assets/css/components/_btn_copy.scss @@ -3,7 +3,7 @@ $btn-copy-dimensions: 31px !default; $btn-copy-small-dimensions: 22px !default; .btn-copy-icon { - @include square-icon-button($btn-copy-color, $btn-copy-dimensions); + @include square-icon-button-inline($btn-copy-color, $btn-copy-dimensions); &.btn-copy-icon-no-borders { &:hover { background-color: transparent; @@ -20,9 +20,8 @@ $btn-copy-small-dimensions: 22px !default; &.btn-copy-icon-small { &.btn-copy-icon-custom { position: absolute; - top: -1.2px; } - @include square-icon-button($btn-copy-color, $btn-copy-small-dimensions); + @include square-icon-button-inline($btn-copy-color, $btn-copy-small-dimensions); &.btn-copy-icon-no-borders { &:hover { background-color: transparent; diff --git a/apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex index 8bb461ba34..496cec31bb 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex @@ -86,14 +86,12 @@ text: gettext("A block producer who successfully included the block onto the blockchain.") %> <%= gettext("Miner") %> -
Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.
\nActive stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.
\nIf you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.
\n" +msgstr "" + +#, elixir-format +#: +#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36 +msgid "To become a candidate, your staking address must be funded with %{tokenSymbol} tokens and %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.
\nTo become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the Stake button next to the address to begin the process.
" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:86 +msgid "A block producer who successfully included the block onto the blockchain." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:73 msgid "A string with the name of the action to be invoked." @@ -153,6 +184,11 @@ msgstr "" msgid "Action" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:326 +msgid "Actual gas amount used by the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_validator_metadata_modal.html.eex:16 #: lib/block_scout_web/templates/transaction_log/_logs.html.eex:26 @@ -160,6 +196,16 @@ msgstr "" msgid "Address" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:175 +msgid "Address (external or contract) receiving the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:155 +msgid "Address (external or contract) sending the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/index.html.eex:5 msgid "Addresses" @@ -213,6 +259,11 @@ msgstr "" msgid "Amount of %{symbol} placed by an address." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:195 +msgid "Amount of distributed reward. Miners receive a static block reward + Tx fees + uncle fees." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/eth_rpc.html.eex:15 msgid "Anything not in this list is not supported. Click on the method to be taken to the documentation for that method, and check the notes section for any potential differences." @@ -285,10 +336,15 @@ msgstr "" msgid "Become a Candidate" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:347 +msgid "Binary data included with the transaction. See input / logs below for additional info." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/_coin_balances.html.eex:8 #: lib/block_scout_web/templates/block/overview.html.eex:24 -#: lib/block_scout_web/templates/transaction/overview.html.eex:116 +#: lib/block_scout_web/templates/transaction/overview.html.eex:114 msgid "Block" msgstr "" @@ -309,6 +365,11 @@ msgstr "" msgid "Block Details" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:45 +msgid "Block Height" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/app.html.eex:40 msgid "Block Mined, awaiting import..." @@ -319,6 +380,11 @@ msgstr "" msgid "Block Pending" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:146 +msgid "Block difficulty for miner, used to calibrate block generation time (Note: constant in POA based networks)." +msgstr "" + #, elixir-format #: lib/block_scout_web/views/block_transaction_view.ex:15 msgid "Block not found, please try again later." @@ -329,6 +395,11 @@ msgstr "" msgid "Block number" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:113 +msgid "Block number containing the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/chain/_metatags.html.eex:4 msgid "BlockScout provides analytics data, API, and Smart Contract tools for the %{subnetwork}" @@ -500,6 +571,21 @@ msgstr "" msgid "Compiler version" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:349 +msgid "Confirmed" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:92 +msgid "Confirmed by " +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:146 +msgid "Confirmed within" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract_verification/new.html.eex:4 #: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:13 @@ -536,6 +622,11 @@ msgstr "" msgid "Constructor Arguments" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:185 +msgid "Contract" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract/index.html.eex:114 msgid "Contract ABI" @@ -618,8 +709,8 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address/overview.html.eex:37 #: lib/block_scout_web/templates/address/overview.html.eex:38 +#: lib/block_scout_web/templates/block/overview.html.eex:93 #: lib/block_scout_web/templates/block/overview.html.eex:94 -#: lib/block_scout_web/templates/block/overview.html.eex:95 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:40 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:41 msgid "Copy Address" @@ -642,11 +733,29 @@ msgstr "" msgid "Copy Deployed ByteCode" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:165 +#: lib/block_scout_web/templates/transaction/overview.html.eex:166 +msgid "Copy From Address" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:117 +#: lib/block_scout_web/templates/block/overview.html.eex:118 +msgid "Copy Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/metadata/index.html.eex:20 msgid "Copy Metadata" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:137 +#: lib/block_scout_web/templates/block/overview.html.eex:138 +msgid "Copy Parent Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/transaction_raw_trace/index.html.eex:15 msgid "Copy Raw Trace" @@ -658,6 +767,14 @@ msgstr "" msgid "Copy Source Code" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:194 +#: lib/block_scout_web/templates/transaction/overview.html.eex:195 +#: lib/block_scout_web/templates/transaction/overview.html.eex:204 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +msgid "Copy To Address" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:32 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:33 @@ -665,20 +782,30 @@ msgid "Copy Token ID" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:56 +#: lib/block_scout_web/templates/transaction/overview.html.eex:55 msgid "Copy Transaction Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:57 +#: lib/block_scout_web/templates/transaction/overview.html.eex:56 msgid "Copy Txn Hash" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:373 +msgid "Copy Txn Hex Input" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:379 +msgid "Copy Txn UTF-8 Input" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/log/_data_decoded_view.html.eex:20 #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:38 -#: lib/block_scout_web/templates/transaction/overview.html.eex:382 -#: lib/block_scout_web/templates/transaction/overview.html.eex:388 +#: lib/block_scout_web/templates/transaction/overview.html.eex:372 +#: lib/block_scout_web/templates/transaction/overview.html.eex:378 msgid "Copy Value" msgstr "" @@ -727,6 +854,11 @@ msgstr "" msgid "Current Stake:" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:65 +msgid "Current transaction state: Success, Failed (Error), or Pending (In Process)" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_metatags.html.eex:6 msgid "DApp for Staking %{symbol} tokens" @@ -740,6 +872,16 @@ msgstr "" msgid "Data" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:62 +msgid "Date & time at which block was produced." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:132 +msgid "Date & time of transaction inclusion, including length of time for confirmation." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:52 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:75 @@ -819,7 +961,7 @@ msgid "Details" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:149 +#: lib/block_scout_web/templates/block/overview.html.eex:147 msgid "Difficulty" msgstr "" @@ -1001,7 +1143,7 @@ msgstr "" #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:42 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:40 #: lib/block_scout_web/templates/address_transaction/index.html.eex:38 -#: lib/block_scout_web/templates/transaction/overview.html.eex:158 +#: lib/block_scout_web/templates/transaction/overview.html.eex:156 #: lib/block_scout_web/views/address_internal_transaction_view.ex:9 #: lib/block_scout_web/views/address_token_transfer_view.ex:9 #: lib/block_scout_web/views/address_transaction_view.ex:9 @@ -1015,17 +1157,27 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/block/_tile.html.eex:57 -#: lib/block_scout_web/templates/block/overview.html.eex:177 -#: lib/block_scout_web/templates/transaction/overview.html.eex:328 +#: lib/block_scout_web/templates/block/overview.html.eex:175 +#: lib/block_scout_web/templates/transaction/overview.html.eex:318 msgid "Gas Limit" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:308 +msgid "Gas Price" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/_tile.html.eex:62 -#: lib/block_scout_web/templates/block/overview.html.eex:168 +#: lib/block_scout_web/templates/block/overview.html.eex:166 msgid "Gas Used" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:327 +msgid "Gas Used by Transaction" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/overview.html.eex:52 msgid "Genesis Block" @@ -1049,13 +1201,13 @@ msgid "Gwei" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:113 +#: lib/block_scout_web/templates/block/overview.html.eex:111 msgid "Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:365 -#: lib/block_scout_web/templates/transaction/overview.html.eex:369 +#: lib/block_scout_web/templates/transaction/overview.html.eex:355 +#: lib/block_scout_web/templates/transaction/overview.html.eex:359 msgid "Hex (Default)" msgstr "" @@ -1100,6 +1252,16 @@ msgstr "" msgid "Inactive Pool Addresses. Current validator pools are specified by a checkmark." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:339 +msgid "Index position of Transaction in the block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:208 +msgid "Index position(s) of referenced stale blocks." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/log/_data_decoded_view.html.eex:6 msgid "Indexed?" @@ -1115,6 +1277,11 @@ msgstr "" msgid "Input" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:177 +msgid "Interacted With (To)" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:6 msgid "Internal Transaction" @@ -1203,6 +1370,26 @@ msgstr "" msgid "Likelihood of Becoming a Validator on the Next Epoch" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:261 +msgid "List of ERC-1155 tokens created in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:247 +msgid "List of token burnt in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:232 +msgid "List of token minted in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:218 +msgid "List of token transferred in the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:26 msgid "Loading chart" @@ -1277,6 +1464,11 @@ msgstr "" msgid "Max of" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:317 +msgid "Maximum gas amount approved for the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/metadata/index.html.eex:18 #: lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:10 @@ -1406,8 +1598,8 @@ msgid "No Information" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:186 -#: lib/block_scout_web/templates/transaction/overview.html.eex:347 +#: lib/block_scout_web/templates/block/overview.html.eex:184 +#: lib/block_scout_web/templates/transaction/overview.html.eex:337 msgid "Nonce" msgstr "" @@ -1468,7 +1660,7 @@ msgid "Parameters" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:129 +#: lib/block_scout_web/templates/block/overview.html.eex:127 msgid "Parent Hash" msgstr "" @@ -1523,7 +1715,12 @@ msgid "Pools searching is already in progress for this address" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:215 +#: lib/block_scout_web/templates/transaction/overview.html.eex:339 +msgid "Position" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:213 msgid "Position %{index}" msgstr "" @@ -1550,6 +1747,11 @@ msgstr "" msgid "Price" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:307 +msgid "Price per unit of gas specified by the sender. Higher gas prices can prioritize transaction inclusion during times of high usage." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/common_components/_btn_qr_code.html.eex:10 #: lib/block_scout_web/templates/common_components/_modal_qr_code.html.eex:5 @@ -1568,7 +1770,7 @@ msgid "RPC" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:358 +#: lib/block_scout_web/templates/transaction/overview.html.eex:348 msgid "Raw Input" msgstr "" @@ -1645,7 +1847,12 @@ msgid "Responses" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:105 +#: lib/block_scout_web/templates/transaction/overview.html.eex:66 +msgid "Result" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:103 msgid "Revert reason" msgstr "" @@ -1683,6 +1890,11 @@ msgstr "" msgid "Search" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/search/results.html.eex:12 +msgid "Search Results" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/_search.html.eex:3 msgid "Search by address, token symbol name, transaction hash, or block number" @@ -1746,6 +1958,16 @@ msgstr "" msgid "Show only those I have stake in" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:102 +msgid "Size" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:101 +msgid "Size of the block in bytes." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:38 #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54 @@ -1864,6 +2086,11 @@ msgstr "" msgid "Static Call" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:78 +msgid "Status" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:37 msgid "Submit an Issue" @@ -1916,11 +2143,21 @@ msgstr "" msgid "The Number of Delegators in the Pool" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:110 +msgid "The SHA256 hash of the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:39 msgid "The amount can be claimed after the current epoch finishes." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:43 +msgid "The block height of a particular block is defined as the number of blocks preceding it in the blockchain." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:23 msgid "The first amount is the candidate’s own stake, the second is the total amount staked into the pool by the candidate and all delegators." @@ -1936,11 +2173,21 @@ msgstr "" msgid "The first amount is the validator’s own stake, the second is the total amount staked into the pool by the validator and all delegators." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:126 +msgid "The hash of the block from which this block was generated." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:43 msgid "The number of delegators providing stake to the pool. Click on the number to see more details." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:71 +msgid "The number of transactions in the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:34 msgid "The percentage of stake in a single pool relative to the total amount staked in all active pools. A higher ratio results in a greater likelihood of validator pool selection." @@ -1952,17 +2199,32 @@ msgstr "" msgid "The rest addresses are delegators of its pool." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:102 +msgid "The revert reason of the transaction." +msgstr "" + #, elixir-format #: #: lib/block_scout_web/templates/stakes/_stakes_modal_claim_reward_content.html.eex:34 msgid "The staking epochs for which the reward could be claimed (read-only field):" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:77 +msgid "The status of the transaction: Confirmed or Unconfirmed." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:58 msgid "The table refreshed block(s) ago." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:165 +msgid "The total gas amount used in the block and its percentage of gas filled in the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_validation/index.html.eex:20 msgid "There are no blocks validated by this address." @@ -2117,11 +2379,17 @@ msgstr "" msgid "This transaction is pending confirmation." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:63 +#: lib/block_scout_web/templates/transaction/overview.html.eex:133 +msgid "Timestamp" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:36 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:34 #: lib/block_scout_web/templates/address_transaction/index.html.eex:32 -#: lib/block_scout_web/templates/transaction/overview.html.eex:183 +#: lib/block_scout_web/templates/transaction/overview.html.eex:179 #: lib/block_scout_web/views/address_internal_transaction_view.ex:8 #: lib/block_scout_web/views/address_token_transfer_view.ex:8 #: lib/block_scout_web/views/address_transaction_view.ex:8 @@ -2152,6 +2420,11 @@ msgstr "" msgid "Token Burning" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:452 +msgid "Token Creation" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:10 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:33 @@ -2212,6 +2485,26 @@ msgstr "" msgid "Tokens" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:248 +msgid "Tokens Burnt" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:262 +msgid "Tokens Created" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:233 +msgid "Tokens Minted" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:219 +msgid "Tokens Transferred" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_metatags.html.eex:13 msgid "Top Accounts - %{subnetwork} Explorer" @@ -2229,7 +2522,7 @@ msgid "Topics" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:159 +#: lib/block_scout_web/templates/block/overview.html.eex:157 msgid "Total Difficulty" msgstr "" @@ -2244,8 +2537,23 @@ msgid "Total blocks" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/chain/show.html.eex:132 -msgid "Total transactions" +#: lib/block_scout_web/templates/block/overview.html.eex:156 +msgid "Total difficulty of the chain until this block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:174 +msgid "Total gas limit provided by all transactions in the block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:292 +msgid "Total transaction fee." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/chain/show.html.eex:132 +msgid "Total transactions" msgstr "" #, elixir-format @@ -2274,12 +2582,27 @@ msgstr "" msgid "Transaction Details" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:293 +msgid "Transaction Fee" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:48 +msgid "Transaction Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:2 #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:16 msgid "Transaction Inputs" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:336 +msgid "Transaction number from the sending address. Each transaction sent from an address increments the nonce by 1." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_tabs.html.eex:7 #: lib/block_scout_web/templates/address_transaction/index.html.eex:17 @@ -2331,7 +2654,7 @@ msgid "Type" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:372 +#: lib/block_scout_web/templates/transaction/overview.html.eex:362 msgid "UTF-8" msgstr "" @@ -2347,16 +2670,26 @@ msgid "Uncle Reward" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:211 +#: lib/block_scout_web/templates/block/overview.html.eex:209 #: lib/block_scout_web/templates/layout/_topnav.html.eex:29 msgid "Uncles" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:348 +msgid "Unconfirmed" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/inventory/_token.html.eex:6 msgid "Unique Token" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:47 +msgid "Unique character string (TxID) assigned to every verified transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/channels/stakes_channel.ex:891 #: lib/block_scout_web/channels/stakes_channel.ex:938 @@ -2415,10 +2748,15 @@ msgid "Validator pools can be banned for misbehavior (such as not revealing secr msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:287 +#: lib/block_scout_web/templates/transaction/overview.html.eex:277 msgid "Value" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:276 +msgid "Value sent in the native token (and USD) if applicable." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract/index.html.eex:24 #: lib/block_scout_web/templates/address_contract/index.html.eex:152 @@ -2660,6 +2998,11 @@ msgstr "" msgid "candidate" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:190 +msgid "created" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/eth_rpc.html.eex:12 msgid "custom RPC" @@ -2734,346 +3077,3 @@ msgstr "" #: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18 msgid "validator" msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:349 -msgid "Confirmed" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:94 -msgid "Confirmed by " -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:148 -msgid "Confirmed within" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -msgid "Contract" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:168 -#: lib/block_scout_web/templates/transaction/overview.html.eex:169 -msgid "Copy From Address" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:200 -#: lib/block_scout_web/templates/transaction/overview.html.eex:201 -#: lib/block_scout_web/templates/transaction/overview.html.eex:213 -#: lib/block_scout_web/templates/transaction/overview.html.eex:214 -msgid "Copy To Address" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:383 -msgid "Copy Txn Hex Input" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:389 -msgid "Copy Txn UTF-8 Input" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:318 -msgid "Gas Price" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:337 -msgid "Gas Used by Transaction" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:181 -msgid "Interacted With (To)" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:271 -msgid "List of ERC-1155 tokens created in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:257 -msgid "List of token burnt in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:242 -msgid "List of token minted in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:228 -msgid "List of token transferred in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:68 -msgid "Result" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:80 -msgid "Status" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:104 -msgid "The revert reason of the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:63 -#: lib/block_scout_web/templates/transaction/overview.html.eex:135 -msgid "Timestamp" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:452 -msgid "Token Creation" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:258 -msgid "Tokens Burnt" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:272 -msgid "Tokens Created" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:243 -msgid "Tokens Minted" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:229 -msgid "Tokens Transferred" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:303 -msgid "Transaction Fee" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:48 -msgid "Transaction Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:348 -msgid "Unconfirmed" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:194 -msgid "created" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/search/results.html.eex:12 -msgid "Search Results" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:336 -msgid "Actual gas amount used by the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:179 -msgid "Address (external or contract) receiving the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:157 -msgid "Address (external or contract) sending the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:357 -msgid "Binary data included with the transaction. See input / logs below for additional info." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:115 -msgid "Block number containing the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:67 -msgid "Current transaction state: Success, Failed (Error), or Pending (In Process)" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:134 -msgid "Date & time of transaction inclusion, including length of time for confirmation." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:327 -msgid "Maximum gas amount approved for the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:317 -msgid "Price per unit of gas specified by the sender. Higher gas prices can prioritize transaction inclusion during times of high usage." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:79 -msgid "The status of the transaction: Confirmed or Unconfirmed." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:302 -msgid "Total transaction fee." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:346 -msgid "Transaction number from the sending address. Each transaction sent from an address increments the nonce by 1." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:47 -msgid "Unique character string (TxID) assigned to every verified transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:286 -msgid "Value sent in the native token (and USD) if applicable." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76 -msgid "Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.
\nActive stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.
\nIf you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.
\n" -msgstr "" - -#, elixir-format -#: -#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36 -msgid "To become a candidate, your staking address must be funded with %{tokenSymbol} tokens and %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.
\nTo become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the Stake button next to the address to begin the process.
" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:349 -msgid "Position" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:349 -msgid "Index position of Transaction in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:47 -msgid "%{block_type} Height" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:185 -msgid "64-bit hash of value verifying proof-of-work (note: null for POA chains)." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:86 -msgid "A block producer who successfully included the block onto the blockchain." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:197 -msgid "Amount of distributed reward. Miners receive a static block reward + Tx fees + uncle fees." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:45 -msgid "Block Height" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:148 -msgid "Block difficulty for miner, used to calibrate block generation time (Note: constant in POA based networks)." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:119 -#: lib/block_scout_web/templates/block/overview.html.eex:120 -msgid "Copy Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:139 -#: lib/block_scout_web/templates/block/overview.html.eex:140 -msgid "Copy Parent Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:62 -msgid "Date & time at which block was produced." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:104 -msgid "Size" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:103 -msgid "Size of the block in bytes." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:112 -msgid "The SHA256 hash of the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:43 -msgid "The block height of a particular block is defined as the number of blocks preceding it in the blockchain." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:128 -msgid "The hash of the block from which this block was generated." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:71 -msgid "The number of transactions in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:167 -msgid "The total gas amount used in the block and its percentage of gas filled in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:158 -msgid "Total difficulty of the chain until this block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:176 -msgid "Total gas limit provided by all transactions in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:210 -msgid "Index position(s) of referenced stale blocks." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:76 -msgid "%{count} Transaction" -msgstr "" diff --git a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po index 2e07788bc1..ac7721688c 100644 --- a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po +++ b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po @@ -46,11 +46,21 @@ msgstr "" msgid "%{block_type} Details" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:47 +msgid "%{block_type} Height" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/index.html.eex:11 msgid "%{block_type}s" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:76 +msgid "%{count} Transaction" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/overview.html.eex:78 #: lib/block_scout_web/templates/chain/_block.html.eex:11 @@ -96,6 +106,27 @@ msgstr "" msgid "- We're indexing this chain right now. Some of the counts may be inaccurate." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:183 +msgid "64-bit hash of value verifying proof-of-work (note: null for POA chains)." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76 +msgid "Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.
\nActive stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.
\nIf you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.
\n" +msgstr "" + +#, elixir-format +#: +#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36 +msgid "To become a candidate, your staking address must be funded with %{tokenSymbol} tokens and %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.
\nTo become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the Stake button next to the address to begin the process.
" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:86 +msgid "A block producer who successfully included the block onto the blockchain." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:73 msgid "A string with the name of the action to be invoked." @@ -153,6 +184,11 @@ msgstr "" msgid "Action" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:326 +msgid "Actual gas amount used by the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_validator_metadata_modal.html.eex:16 #: lib/block_scout_web/templates/transaction_log/_logs.html.eex:26 @@ -160,6 +196,16 @@ msgstr "" msgid "Address" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:175 +msgid "Address (external or contract) receiving the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:155 +msgid "Address (external or contract) sending the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/index.html.eex:5 msgid "Addresses" @@ -213,6 +259,11 @@ msgstr "" msgid "Amount of %{symbol} placed by an address." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:195 +msgid "Amount of distributed reward. Miners receive a static block reward + Tx fees + uncle fees." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/eth_rpc.html.eex:15 msgid "Anything not in this list is not supported. Click on the method to be taken to the documentation for that method, and check the notes section for any potential differences." @@ -285,10 +336,15 @@ msgstr "" msgid "Become a Candidate" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:347 +msgid "Binary data included with the transaction. See input / logs below for additional info." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/_coin_balances.html.eex:8 #: lib/block_scout_web/templates/block/overview.html.eex:24 -#: lib/block_scout_web/templates/transaction/overview.html.eex:116 +#: lib/block_scout_web/templates/transaction/overview.html.eex:114 msgid "Block" msgstr "" @@ -309,6 +365,11 @@ msgstr "" msgid "Block Details" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:45 +msgid "Block Height" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/app.html.eex:40 msgid "Block Mined, awaiting import..." @@ -319,6 +380,11 @@ msgstr "" msgid "Block Pending" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:146 +msgid "Block difficulty for miner, used to calibrate block generation time (Note: constant in POA based networks)." +msgstr "" + #, elixir-format #: lib/block_scout_web/views/block_transaction_view.ex:15 msgid "Block not found, please try again later." @@ -329,6 +395,11 @@ msgstr "" msgid "Block number" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:113 +msgid "Block number containing the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/chain/_metatags.html.eex:4 msgid "BlockScout provides analytics data, API, and Smart Contract tools for the %{subnetwork}" @@ -500,6 +571,21 @@ msgstr "" msgid "Compiler version" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:349 +msgid "Confirmed" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:92 +msgid "Confirmed by " +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:146 +msgid "Confirmed within" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract_verification/new.html.eex:4 #: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:13 @@ -536,6 +622,11 @@ msgstr "" msgid "Constructor Arguments" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:185 +msgid "Contract" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract/index.html.eex:114 msgid "Contract ABI" @@ -618,8 +709,8 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address/overview.html.eex:37 #: lib/block_scout_web/templates/address/overview.html.eex:38 +#: lib/block_scout_web/templates/block/overview.html.eex:93 #: lib/block_scout_web/templates/block/overview.html.eex:94 -#: lib/block_scout_web/templates/block/overview.html.eex:95 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:40 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:41 msgid "Copy Address" @@ -642,11 +733,29 @@ msgstr "" msgid "Copy Deployed ByteCode" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:165 +#: lib/block_scout_web/templates/transaction/overview.html.eex:166 +msgid "Copy From Address" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:117 +#: lib/block_scout_web/templates/block/overview.html.eex:118 +msgid "Copy Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/metadata/index.html.eex:20 msgid "Copy Metadata" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:137 +#: lib/block_scout_web/templates/block/overview.html.eex:138 +msgid "Copy Parent Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/transaction_raw_trace/index.html.eex:15 msgid "Copy Raw Trace" @@ -658,6 +767,14 @@ msgstr "" msgid "Copy Source Code" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:194 +#: lib/block_scout_web/templates/transaction/overview.html.eex:195 +#: lib/block_scout_web/templates/transaction/overview.html.eex:204 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +msgid "Copy To Address" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:32 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:33 @@ -665,20 +782,30 @@ msgid "Copy Token ID" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:56 +#: lib/block_scout_web/templates/transaction/overview.html.eex:55 msgid "Copy Transaction Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:57 +#: lib/block_scout_web/templates/transaction/overview.html.eex:56 msgid "Copy Txn Hash" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:373 +msgid "Copy Txn Hex Input" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:379 +msgid "Copy Txn UTF-8 Input" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/log/_data_decoded_view.html.eex:20 #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:38 -#: lib/block_scout_web/templates/transaction/overview.html.eex:382 -#: lib/block_scout_web/templates/transaction/overview.html.eex:388 +#: lib/block_scout_web/templates/transaction/overview.html.eex:372 +#: lib/block_scout_web/templates/transaction/overview.html.eex:378 msgid "Copy Value" msgstr "" @@ -727,6 +854,11 @@ msgstr "" msgid "Current Stake:" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:65 +msgid "Current transaction state: Success, Failed (Error), or Pending (In Process)" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_metatags.html.eex:6 msgid "DApp for Staking %{symbol} tokens" @@ -740,6 +872,16 @@ msgstr "" msgid "Data" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:62 +msgid "Date & time at which block was produced." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:132 +msgid "Date & time of transaction inclusion, including length of time for confirmation." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:52 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:75 @@ -819,7 +961,7 @@ msgid "Details" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:149 +#: lib/block_scout_web/templates/block/overview.html.eex:147 msgid "Difficulty" msgstr "" @@ -1001,7 +1143,7 @@ msgstr "" #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:42 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:40 #: lib/block_scout_web/templates/address_transaction/index.html.eex:38 -#: lib/block_scout_web/templates/transaction/overview.html.eex:158 +#: lib/block_scout_web/templates/transaction/overview.html.eex:156 #: lib/block_scout_web/views/address_internal_transaction_view.ex:9 #: lib/block_scout_web/views/address_token_transfer_view.ex:9 #: lib/block_scout_web/views/address_transaction_view.ex:9 @@ -1015,17 +1157,27 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/block/_tile.html.eex:57 -#: lib/block_scout_web/templates/block/overview.html.eex:177 -#: lib/block_scout_web/templates/transaction/overview.html.eex:328 +#: lib/block_scout_web/templates/block/overview.html.eex:175 +#: lib/block_scout_web/templates/transaction/overview.html.eex:318 msgid "Gas Limit" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:308 +msgid "Gas Price" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/_tile.html.eex:62 -#: lib/block_scout_web/templates/block/overview.html.eex:168 +#: lib/block_scout_web/templates/block/overview.html.eex:166 msgid "Gas Used" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:327 +msgid "Gas Used by Transaction" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/block/overview.html.eex:52 msgid "Genesis Block" @@ -1049,13 +1201,13 @@ msgid "Gwei" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:113 +#: lib/block_scout_web/templates/block/overview.html.eex:111 msgid "Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:365 -#: lib/block_scout_web/templates/transaction/overview.html.eex:369 +#: lib/block_scout_web/templates/transaction/overview.html.eex:355 +#: lib/block_scout_web/templates/transaction/overview.html.eex:359 msgid "Hex (Default)" msgstr "" @@ -1100,6 +1252,16 @@ msgstr "" msgid "Inactive Pool Addresses. Current validator pools are specified by a checkmark." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:339 +msgid "Index position of Transaction in the block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:208 +msgid "Index position(s) of referenced stale blocks." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/log/_data_decoded_view.html.eex:6 msgid "Indexed?" @@ -1115,6 +1277,11 @@ msgstr "" msgid "Input" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:177 +msgid "Interacted With (To)" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:6 msgid "Internal Transaction" @@ -1203,6 +1370,26 @@ msgstr "" msgid "Likelihood of Becoming a Validator on the Next Epoch" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:261 +msgid "List of ERC-1155 tokens created in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:247 +msgid "List of token burnt in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:232 +msgid "List of token minted in the transaction." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:218 +msgid "List of token transferred in the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:26 msgid "Loading chart" @@ -1277,6 +1464,11 @@ msgstr "" msgid "Max of" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:317 +msgid "Maximum gas amount approved for the transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/metadata/index.html.eex:18 #: lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:10 @@ -1406,8 +1598,8 @@ msgid "No Information" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:186 -#: lib/block_scout_web/templates/transaction/overview.html.eex:347 +#: lib/block_scout_web/templates/block/overview.html.eex:184 +#: lib/block_scout_web/templates/transaction/overview.html.eex:337 msgid "Nonce" msgstr "" @@ -1468,7 +1660,7 @@ msgid "Parameters" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:129 +#: lib/block_scout_web/templates/block/overview.html.eex:127 msgid "Parent Hash" msgstr "" @@ -1523,7 +1715,12 @@ msgid "Pools searching is already in progress for this address" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:215 +#: lib/block_scout_web/templates/transaction/overview.html.eex:339 +msgid "Position" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:213 msgid "Position %{index}" msgstr "" @@ -1550,6 +1747,11 @@ msgstr "" msgid "Price" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:307 +msgid "Price per unit of gas specified by the sender. Higher gas prices can prioritize transaction inclusion during times of high usage." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/common_components/_btn_qr_code.html.eex:10 #: lib/block_scout_web/templates/common_components/_modal_qr_code.html.eex:5 @@ -1568,7 +1770,7 @@ msgid "RPC" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:358 +#: lib/block_scout_web/templates/transaction/overview.html.eex:348 msgid "Raw Input" msgstr "" @@ -1645,7 +1847,12 @@ msgid "Responses" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:105 +#: lib/block_scout_web/templates/transaction/overview.html.eex:66 +msgid "Result" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:103 msgid "Revert reason" msgstr "" @@ -1683,6 +1890,11 @@ msgstr "" msgid "Search" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/search/results.html.eex:12 +msgid "Search Results" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/_search.html.eex:3 msgid "Search by address, token symbol name, transaction hash, or block number" @@ -1746,6 +1958,16 @@ msgstr "" msgid "Show only those I have stake in" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:102 +msgid "Size" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:101 +msgid "Size of the block in bytes." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:38 #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54 @@ -1864,6 +2086,11 @@ msgstr "" msgid "Static Call" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:78 +msgid "Status" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:37 msgid "Submit an Issue" @@ -1916,11 +2143,21 @@ msgstr "" msgid "The Number of Delegators in the Pool" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:110 +msgid "The SHA256 hash of the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:39 msgid "The amount can be claimed after the current epoch finishes." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:43 +msgid "The block height of a particular block is defined as the number of blocks preceding it in the blockchain." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:23 msgid "The first amount is the candidate’s own stake, the second is the total amount staked into the pool by the candidate and all delegators." @@ -1936,11 +2173,21 @@ msgstr "" msgid "The first amount is the validator’s own stake, the second is the total amount staked into the pool by the validator and all delegators." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:126 +msgid "The hash of the block from which this block was generated." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:43 msgid "The number of delegators providing stake to the pool. Click on the number to see more details." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:71 +msgid "The number of transactions in the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:34 msgid "The percentage of stake in a single pool relative to the total amount staked in all active pools. A higher ratio results in a greater likelihood of validator pool selection." @@ -1952,17 +2199,32 @@ msgstr "" msgid "The rest addresses are delegators of its pool." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:102 +msgid "The revert reason of the transaction." +msgstr "" + #, elixir-format #: #: lib/block_scout_web/templates/stakes/_stakes_modal_claim_reward_content.html.eex:34 msgid "The staking epochs for which the reward could be claimed (read-only field):" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:77 +msgid "The status of the transaction: Confirmed or Unconfirmed." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/stakes/_table.html.eex:58 msgid "The table refreshed block(s) ago." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:165 +msgid "The total gas amount used in the block and its percentage of gas filled in the block." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_validation/index.html.eex:20 msgid "There are no blocks validated by this address." @@ -2117,11 +2379,17 @@ msgstr "" msgid "This transaction is pending confirmation." msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:63 +#: lib/block_scout_web/templates/transaction/overview.html.eex:133 +msgid "Timestamp" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:36 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:34 #: lib/block_scout_web/templates/address_transaction/index.html.eex:32 -#: lib/block_scout_web/templates/transaction/overview.html.eex:183 +#: lib/block_scout_web/templates/transaction/overview.html.eex:179 #: lib/block_scout_web/views/address_internal_transaction_view.ex:8 #: lib/block_scout_web/views/address_token_transfer_view.ex:8 #: lib/block_scout_web/views/address_transaction_view.ex:8 @@ -2152,6 +2420,11 @@ msgstr "" msgid "Token Burning" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:452 +msgid "Token Creation" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:10 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:33 @@ -2212,6 +2485,26 @@ msgstr "" msgid "Tokens" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:248 +msgid "Tokens Burnt" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:262 +msgid "Tokens Created" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:233 +msgid "Tokens Minted" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:219 +msgid "Tokens Transferred" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_metatags.html.eex:13 msgid "Top Accounts - %{subnetwork} Explorer" @@ -2229,7 +2522,7 @@ msgid "Topics" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:159 +#: lib/block_scout_web/templates/block/overview.html.eex:157 msgid "Total Difficulty" msgstr "" @@ -2244,8 +2537,23 @@ msgid "Total blocks" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/chain/show.html.eex:132 -msgid "Total transactions" +#: lib/block_scout_web/templates/block/overview.html.eex:156 +msgid "Total difficulty of the chain until this block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/block/overview.html.eex:174 +msgid "Total gas limit provided by all transactions in the block." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:292 +msgid "Total transaction fee." +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/chain/show.html.eex:132 +msgid "Total transactions" msgstr "" #, elixir-format @@ -2274,12 +2582,27 @@ msgstr "" msgid "Transaction Details" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:293 +msgid "Transaction Fee" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:48 +msgid "Transaction Hash" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:2 #: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:16 msgid "Transaction Inputs" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:336 +msgid "Transaction number from the sending address. Each transaction sent from an address increments the nonce by 1." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address/_tabs.html.eex:7 #: lib/block_scout_web/templates/address_transaction/index.html.eex:17 @@ -2331,7 +2654,7 @@ msgid "Type" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:372 +#: lib/block_scout_web/templates/transaction/overview.html.eex:362 msgid "UTF-8" msgstr "" @@ -2347,16 +2670,26 @@ msgid "Uncle Reward" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:211 +#: lib/block_scout_web/templates/block/overview.html.eex:209 #: lib/block_scout_web/templates/layout/_topnav.html.eex:29 msgid "Uncles" msgstr "" +#, elixir-format +#: lib/block_scout_web/views/transaction_view.ex:348 +msgid "Unconfirmed" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/tokens/inventory/_token.html.eex:6 msgid "Unique Token" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:47 +msgid "Unique character string (TxID) assigned to every verified transaction." +msgstr "" + #, elixir-format #: lib/block_scout_web/channels/stakes_channel.ex:891 #: lib/block_scout_web/channels/stakes_channel.ex:938 @@ -2415,10 +2748,15 @@ msgid "Validator pools can be banned for misbehavior (such as not revealing secr msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:287 +#: lib/block_scout_web/templates/transaction/overview.html.eex:277 msgid "Value" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:276 +msgid "Value sent in the native token (and USD) if applicable." +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/address_contract/index.html.eex:24 #: lib/block_scout_web/templates/address_contract/index.html.eex:152 @@ -2660,6 +2998,11 @@ msgstr "" msgid "candidate" msgstr "" +#, elixir-format +#: lib/block_scout_web/templates/transaction/overview.html.eex:190 +msgid "created" +msgstr "" + #, elixir-format #: lib/block_scout_web/templates/api_docs/eth_rpc.html.eex:12 msgid "custom RPC" @@ -2734,346 +3077,3 @@ msgstr "" #: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18 msgid "validator" msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:349 -msgid "Confirmed" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:94 -msgid "Confirmed by " -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:148 -msgid "Confirmed within" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -msgid "Contract" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:168 -#: lib/block_scout_web/templates/transaction/overview.html.eex:169 -msgid "Copy From Address" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:200 -#: lib/block_scout_web/templates/transaction/overview.html.eex:201 -#: lib/block_scout_web/templates/transaction/overview.html.eex:213 -#: lib/block_scout_web/templates/transaction/overview.html.eex:214 -msgid "Copy To Address" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:383 -msgid "Copy Txn Hex Input" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:389 -msgid "Copy Txn UTF-8 Input" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:318 -msgid "Gas Price" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:337 -msgid "Gas Used by Transaction" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:181 -msgid "Interacted With (To)" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:271 -msgid "List of ERC-1155 tokens created in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:257 -msgid "List of token burnt in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:242 -msgid "List of token minted in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:228 -msgid "List of token transferred in the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:68 -msgid "Result" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:80 -msgid "Status" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:104 -msgid "The revert reason of the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:63 -#: lib/block_scout_web/templates/transaction/overview.html.eex:135 -msgid "Timestamp" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:452 -msgid "Token Creation" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:258 -msgid "Tokens Burnt" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:272 -msgid "Tokens Created" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:243 -msgid "Tokens Minted" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:229 -msgid "Tokens Transferred" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:303 -msgid "Transaction Fee" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:48 -msgid "Transaction Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/views/transaction_view.ex:348 -msgid "Unconfirmed" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:194 -msgid "created" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/search/results.html.eex:12 -msgid "Search Results" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:336 -msgid "Actual gas amount used by the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:179 -msgid "Address (external or contract) receiving the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:157 -msgid "Address (external or contract) sending the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:357 -msgid "Binary data included with the transaction. See input / logs below for additional info." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:115 -msgid "Block number containing the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:67 -msgid "Current transaction state: Success, Failed (Error), or Pending (In Process)" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:134 -msgid "Date & time of transaction inclusion, including length of time for confirmation." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:327 -msgid "Maximum gas amount approved for the transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:317 -msgid "Price per unit of gas specified by the sender. Higher gas prices can prioritize transaction inclusion during times of high usage." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:79 -msgid "The status of the transaction: Confirmed or Unconfirmed." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:302 -msgid "Total transaction fee." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:346 -msgid "Transaction number from the sending address. Each transaction sent from an address increments the nonce by 1." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:47 -msgid "Unique character string (TxID) assigned to every verified transaction." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:286 -msgid "Value sent in the native token (and USD) if applicable." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76 -msgid "Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.
\nActive stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.
\nIf you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.
\n" -msgstr "" - -#, elixir-format -#: -#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36 -msgid "To become a candidate, your staking address must be funded with %{tokenSymbol} tokens and %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.
\nTo become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the Stake button next to the address to begin the process.
" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:349 -msgid "Position" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:349 -msgid "Index position of Transaction in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:47 -msgid "%{block_type} Height" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:185 -msgid "64-bit hash of value verifying proof-of-work (note: null for POA chains)." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:86 -msgid "A block producer who successfully included the block onto the blockchain." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:197 -msgid "Amount of distributed reward. Miners receive a static block reward + Tx fees + uncle fees." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:45 -msgid "Block Height" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:148 -msgid "Block difficulty for miner, used to calibrate block generation time (Note: constant in POA based networks)." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:119 -#: lib/block_scout_web/templates/block/overview.html.eex:120 -msgid "Copy Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:139 -#: lib/block_scout_web/templates/block/overview.html.eex:140 -msgid "Copy Parent Hash" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:62 -msgid "Date & time at which block was produced." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:104 -msgid "Size" -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:103 -msgid "Size of the block in bytes." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:112 -msgid "The SHA256 hash of the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:43 -msgid "The block height of a particular block is defined as the number of blocks preceding it in the blockchain." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:128 -msgid "The hash of the block from which this block was generated." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:71 -msgid "The number of transactions in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:167 -msgid "The total gas amount used in the block and its percentage of gas filled in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:158 -msgid "Total difficulty of the chain until this block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:176 -msgid "Total gas limit provided by all transactions in the block." -msgstr "" - -#, elixir-format -#: lib/block_scout_web/templates/block/overview.html.eex:210 -msgid "Index position(s) of referenced stale blocks." -msgstr "" - -#, elixir-format, fuzzy -#: lib/block_scout_web/templates/block/overview.html.eex:76 -msgid "%{count} Transaction" -msgstr ""