Add reusable channel-disconnected-msg template

pull/5005/head
nikitosing 3 years ago
parent e29b474875
commit 04939730ce
  1. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex
  2. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification/new.html.eex
  3. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex
  4. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex
  5. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex
  6. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex
  7. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_transaction/index.html.eex
  8. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_validation/index.html.eex
  9. 6
      apps/block_scout_web/lib/block_scout_web/templates/block/index.html.eex
  10. 5
      apps/block_scout_web/lib/block_scout_web/templates/common_components/_channel_disconnected_message.html.eex
  11. 6
      apps/block_scout_web/lib/block_scout_web/templates/pending_transaction/index.html.eex
  12. 6
      apps/block_scout_web/lib/block_scout_web/templates/tokens/holder/index.html.eex
  13. 6
      apps/block_scout_web/lib/block_scout_web/templates/transaction/index.html.eex
  14. 190
      apps/block_scout_web/priv/gettext/default.pot
  15. 190
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -9,11 +9,7 @@
<div class="card">
<%= render BlockScoutWeb.AddressView, "_tabs.html", address: @address, is_proxy: is_proxy, conn: @conn %>
<div class="card-body" data-async-listing="<%= @current_path %>">
<div data-selector="channel-disconnected-message" style="display: none;">
<div data-selector="reload-button" class="alert alert-danger" style="padding: 0.75rem 0rem; cursor: pointer;">
<span href="#" class="alert alert-danger"><%= gettext "Connection Lost, click to load newer blocks" %></span>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer blocks") %>
<h2 class="card-title"><%= gettext "Balances" %></h2>

@ -1,9 +1,5 @@
<section data-page="contract-verification-choose-type" class="container new-smart-contract-container">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost") %>
<div class="new-smart-contract-form">
<h1 class="smart-contract-title"><%= gettext "New Smart Contract Verification" %></h1>

@ -8,11 +8,7 @@
<% fetch_constructor_arguments_automatically = if metadata_for_verification, do: true, else: false %>
<% display_constructor_arguments_text_area = if fetch_constructor_arguments_automatically, do: "none", else: "block" %>
<section data-page="contract-verification" class="container new-smart-contract-container">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost") %>
<div class="new-smart-contract-form">
<h1 class="smart-contract-title"><%= gettext "New Solidity Smart Contract Verification" %></h1>

@ -1,9 +1,5 @@
<section data-page="contract-verification" class="container new-smart-contract-container">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost") %>
<div class="new-smart-contract-form">
<h1 class="smart-contract-title"><%= gettext "New Smart Contract Verification" %></h1>

@ -3,11 +3,7 @@
<% compiler_version = if metadata_for_verification, do: metadata_for_verification.compiler_version, else: "latest" %>
<% contract_source_code_value = if metadata_for_verification, do: metadata_for_verification.contract_source_code, else: "" %>
<section data-page="contract-verification" class="container new-smart-contract-container">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost") %>
<div class="new-smart-contract-form">
<h1 class="smart-contract-title"><%= gettext "New Vyper Smart Contract Verification" %></h1>

@ -12,11 +12,7 @@
<a href="#" class="alert-link"><span data-selector="channel-batching-count"></span> <%= gettext "More internal transactions have come in" %></a>
</div>
</div>
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer internal transactions" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer internal transactions") %>
<div class="clearfix">
<h2 class="card-title float-left"><%= gettext "Internal Transactions" %></h2>
<div class="top-pagination-outer-container float-right">

@ -8,11 +8,7 @@
<div class="card">
<%= render BlockScoutWeb.AddressView, "_tabs.html", address: @address, is_proxy: is_proxy, conn: @conn %>
<div class="card-body" data-async-listing="<%= @current_path %>">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer transactions" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer transactions") %>
<div class="clearfix">
<h2 class="card-title float-left"><%= gettext "Transactions" %></h2>
<div class="top-pagination-outer-container float-right">

@ -7,11 +7,7 @@
<div class="card">
<%= render BlockScoutWeb.AddressView, "_tabs.html", address: @address, is_proxy: is_proxy, conn: @conn %>
<div data-async-listing="<%= @current_path %>" class="card-body">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer validations" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer validations") %>
<h2 class="card-title"><%=gettext("Blocks Validated")%></h2>
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true, data_prev_page_button: true %>

@ -2,11 +2,7 @@
<%= render BlockScoutWeb.Advertisement.TextAdView, "index.html", conn: @conn %>
<div class="card">
<div class="card-body" data-async-listing="<%= @current_path %>">
<div data-selector="channel-disconnected-message" style="display: none;">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer blocks" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer blocks") %>
<h1 class="card-title list-title-description"><%= gettext("%{block_type}s", block_type: @block_type) %></h1>

@ -0,0 +1,5 @@
<div data-selector="channel-disconnected-message" style="display: none;">
<div data-selector="reload-button" class="alert alert-danger" style="padding: 0.75rem 0rem; cursor: pointer;">
<span href="#" class="alert alert-danger"><%= @text %></span>
</div>
</div>

@ -13,11 +13,7 @@
<a href="#" class="alert-link"><span data-selector="channel-batching-count"></span> <%= gettext "More transactions have come in" %></a>
</div>
</div>
<div data-selector="channel-disconnected-message" style="display: none;">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer transactions" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer transactions") %>
<button data-error-message class="alert alert-danger col-12 text-left" style="display: none;">
<span href="#" class="alert-link"><%= gettext("Something went wrong, click to reload.") %></span>
</button>

@ -12,11 +12,7 @@
<%= render OverviewView, "_tabs.html", assigns %>
<!-- Token Holders -->
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>">
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost") %>
<h2 class="card-title list-title-description"><%= gettext "Token Holders" %></h2>
<div class="list-top-pagination-container-wrapper">

@ -19,11 +19,7 @@
<a href="#" class="alert-link"><span data-selector="channel-batching-count"></span> <%= gettext "More transactions have come in" %></a>
</div>
</div>
<div data-selector="channel-disconnected-message" class="d-none">
<div data-selector="reload-button" class="alert alert-danger">
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer transactions" %></a>
</div>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_channel_disconnected_message.html", text: gettext("Connection Lost, click to load newer transactions") %>
<button data-error-message class="alert alert-danger col-12 text-left" style="display: none;">
<span href="#" class="alert-link"><%= gettext("Something went wrong, click to reload.") %></span>

@ -50,7 +50,7 @@ msgid "%{block_type} Height"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/index.html.eex:11
#: lib/block_scout_web/templates/block/index.html.eex:7
msgid "%{block_type}s"
msgstr ""
@ -134,8 +134,8 @@ msgid "A string with the name of the module to be invoked."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:156
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:66
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:152
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:62
msgid "ABI-encoded Constructor Arguments (if required by the contract)"
msgstr ""
@ -206,8 +206,8 @@ msgid "Addresses"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:30
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:28 lib/block_scout_web/templates/address_transaction/index.html.eex:26
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:26
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:28 lib/block_scout_web/templates/address_transaction/index.html.eex:22
#: lib/block_scout_web/templates/layout/_network_selector.html.eex:21 lib/block_scout_web/templates/layout/_topnav.html.eex:71
#: lib/block_scout_web/templates/layout/_topnav.html.eex:103 lib/block_scout_web/views/address_internal_transaction_view.ex:11
#: lib/block_scout_web/views/address_token_transfer_view.ex:11 lib/block_scout_web/views/address_transaction_view.ex:11
@ -303,7 +303,7 @@ msgid "Balance"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:18
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:14
msgid "Balances"
msgstr ""
@ -420,7 +420,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:48
#: lib/block_scout_web/templates/address/overview.html.eex:275 lib/block_scout_web/templates/address_validation/index.html.eex:15
#: lib/block_scout_web/templates/address/overview.html.eex:275 lib/block_scout_web/templates/address_validation/index.html.eex:11
#: lib/block_scout_web/views/address_view.ex:356
msgid "Blocks Validated"
msgstr ""
@ -478,10 +478,10 @@ msgid "Call Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:104
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:301
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:52
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:89 lib/block_scout_web/templates/api_docs/_action_tile.html.eex:47
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:100
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:297
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:48
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:85 lib/block_scout_web/templates/api_docs/_action_tile.html.eex:47
#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:54
msgid "Cancel"
msgstr ""
@ -575,8 +575,8 @@ msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:71
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:44
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:67
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:40
msgid "Compiler"
msgstr ""
@ -601,32 +601,32 @@ 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
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:4
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:8 lib/block_scout_web/templates/tokens/holder/index.html.eex:17
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:2
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:11
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:2
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:6 lib/block_scout_web/templates/tokens/holder/index.html.eex:15
msgid "Connection Lost"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:14
#: lib/block_scout_web/templates/block/index.html.eex:7
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:12
#: lib/block_scout_web/templates/block/index.html.eex:5
msgid "Connection Lost, click to load newer blocks"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:17
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:15
msgid "Connection Lost, click to load newer internal transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:18 lib/block_scout_web/templates/transaction/index.html.eex:24
#: lib/block_scout_web/templates/address_transaction/index.html.eex:11
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:16 lib/block_scout_web/templates/transaction/index.html.eex:22
msgid "Connection Lost, click to load newer transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_validation/index.html.eex:12
#: lib/block_scout_web/templates/address_validation/index.html.eex:10
msgid "Connection Lost, click to load newer validations"
msgstr ""
@ -646,10 +646,10 @@ msgid "Contract ABI"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:18
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:27
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:13
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:22 lib/block_scout_web/views/address_view.ex:102
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:14
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:23
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:18 lib/block_scout_web/views/address_view.ex:102
msgid "Contract Address"
msgstr ""
@ -676,14 +676,14 @@ msgid "Contract Creation Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:170
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:166
msgid "Contract Libraries"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:93
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:38
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:33
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:34
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:29
msgid "Contract Name"
msgstr ""
@ -978,7 +978,7 @@ msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:30
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:26
msgid "Drop sources and metadata JSON file or click here"
msgstr ""
@ -1021,7 +1021,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:68
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:82
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:78
msgid "EVM Version"
msgstr ""
@ -1041,12 +1041,12 @@ msgid "Emission Reward"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:124
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:120
msgid "Enter the Solidity Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:51
msgid "Enter the Vyper Contract Code"
msgstr ""
@ -1184,8 +1184,8 @@ msgid "Forked Blocks (Reorgs)"
msgstr ""
#, elixir-format
#: 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/address_internal_transaction/index.html.eex:38
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:40 lib/block_scout_web/templates/address_transaction/index.html.eex:34
#: lib/block_scout_web/templates/transaction/overview.html.eex:194 lib/block_scout_web/views/address_internal_transaction_view.ex:10
#: lib/block_scout_web/views/address_token_transfer_view.ex:10 lib/block_scout_web/views/address_transaction_view.ex:10
msgid "From"
@ -1344,7 +1344,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:28
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:21 lib/block_scout_web/templates/transaction/_tabs.html.eex:11
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:17 lib/block_scout_web/templates/transaction/_tabs.html.eex:11
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:6 lib/block_scout_web/views/address_view.ex:346
#: lib/block_scout_web/views/transaction_view.ex:512
msgid "Internal Transactions"
@ -1387,20 +1387,20 @@ msgid "Less than"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:185
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:207
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:229
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:251
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:273
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:181
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:203
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:225
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:247
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:269
msgid "Library Address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:175
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:197
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:219
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:241
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:263
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:171
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:193
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:215
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:237
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:259
msgid "Library Name"
msgstr ""
@ -1440,15 +1440,15 @@ msgid "List of token transferred in the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:22
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:18
msgid "Loading chart..."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:77
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:295
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:46
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:83 lib/block_scout_web/templates/address_read_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:73
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:291
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:42
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:79 lib/block_scout_web/templates/address_read_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_read_proxy/index.html.eex:12 lib/block_scout_web/templates/address_write_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_write_proxy/index.html.eex:12 lib/block_scout_web/templates/tokens/read_contract/index.html.eex:16
msgid "Loading..."
@ -1587,7 +1587,7 @@ msgid "More internal transactions have come in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:50
#: lib/block_scout_web/templates/address_transaction/index.html.eex:46
#: lib/block_scout_web/templates/chain/show.html.eex:239 lib/block_scout_web/templates/pending_transaction/index.html.eex:13
#: lib/block_scout_web/templates/transaction/index.html.eex:19
msgid "More transactions have come in"
@ -1629,24 +1629,24 @@ msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:5
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:5
msgid "New Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:14
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:9
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:80
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:87 lib/block_scout_web/templates/address_contract_verification/new.html.eex:95
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:76
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:83 lib/block_scout_web/templates/address_contract_verification/new.html.eex:91
msgid "Next"
msgstr ""
@ -1656,9 +1656,9 @@ msgid "Next epoch in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:55
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:98
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:141 lib/block_scout_web/templates/stakes/_rows.html.eex:24
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:51
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:94
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:137 lib/block_scout_web/templates/stakes/_rows.html.eex:24
msgid "No"
msgstr ""
@ -1701,7 +1701,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:62
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:114
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:110
msgid "Optimization runs"
msgstr ""
@ -1917,9 +1917,9 @@ msgid "Request URL"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:298
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:49
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:86
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:294
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:45
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:82
msgid "Reset"
msgstr ""
@ -2074,15 +2074,15 @@ msgid "Size of the block in bytes."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:34
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54 lib/block_scout_web/templates/address_logs/index.html.eex:23
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:30
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:50 lib/block_scout_web/templates/address_logs/index.html.eex:23
#: lib/block_scout_web/templates/address_token/index.html.eex:57 lib/block_scout_web/templates/address_token_transfer/index.html.eex:58
#: lib/block_scout_web/templates/address_transaction/index.html.eex:54 lib/block_scout_web/templates/address_validation/index.html.eex:24
#: lib/block_scout_web/templates/address_transaction/index.html.eex:50 lib/block_scout_web/templates/address_validation/index.html.eex:20
#: lib/block_scout_web/templates/block_transaction/index.html.eex:22 lib/block_scout_web/templates/chain/show.html.eex:180
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:22 lib/block_scout_web/templates/stakes/_table.html.eex:49
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:27 lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:23
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:18 lib/block_scout_web/templates/stakes/_table.html.eex:49
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:23 lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:23
#: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:23 lib/block_scout_web/templates/tokens/inventory/index.html.eex:22
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:21 lib/block_scout_web/templates/transaction/index.html.eex:29
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:21 lib/block_scout_web/templates/transaction/index.html.eex:25
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:13 lib/block_scout_web/templates/transaction_log/index.html.eex:15
#: lib/block_scout_web/templates/transaction_token_transfer/index.html.eex:14
msgid "Something went wrong, click to reload."
@ -2104,7 +2104,7 @@ msgid "Source Pool"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:23
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:19
msgid "Sources and Metadata JSON"
msgstr ""
@ -2333,22 +2333,22 @@ msgid "The total gas amount used in the block and its percentage of gas filled i
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_validation/index.html.eex:20
#: lib/block_scout_web/templates/address_validation/index.html.eex:16
msgid "There are no blocks validated by this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/index.html.eex:21
#: lib/block_scout_web/templates/block/index.html.eex:17
msgid "There are no blocks."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:32
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:28
msgid "There are no holders for this Token."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:58
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54
msgid "There are no internal transactions for this address."
msgstr ""
@ -2368,7 +2368,7 @@ msgid "There are no logs for this transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:26
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:22
msgid "There are no pending transactions."
msgstr ""
@ -2393,7 +2393,7 @@ msgid "There are no tokens."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:59
#: lib/block_scout_web/templates/address_transaction/index.html.eex:55
msgid "There are no transactions for this address."
msgstr ""
@ -2403,7 +2403,7 @@ msgid "There are no transactions for this block."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:35
#: lib/block_scout_web/templates/transaction/index.html.eex:31
msgid "There are no transactions."
msgstr ""
@ -2414,7 +2414,7 @@ msgid "There are no transfers for this Token."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:39
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:35
msgid "There is no coin history for this address."
msgstr ""
@ -2429,7 +2429,7 @@ msgid "There is no information currently available for this view. Deselect filte
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:25
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:21
#: lib/block_scout_web/templates/chain/show.html.eex:9
msgid "There was a problem loading the chart."
msgstr ""
@ -2491,8 +2491,8 @@ 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/address_internal_transaction/index.html.eex:32
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:34 lib/block_scout_web/templates/address_transaction/index.html.eex:28
#: lib/block_scout_web/templates/transaction/overview.html.eex:217 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
msgid "To"
@ -2536,7 +2536,7 @@ msgid "Token Details"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:20
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:16
#: lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:16 lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:17
#: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:9 lib/block_scout_web/views/tokens/overview_view.ex:42
msgid "Token Holders"
@ -2719,7 +2719,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:7
#: lib/block_scout_web/templates/address/overview.html.eex:203 lib/block_scout_web/templates/address_transaction/index.html.eex:17
#: lib/block_scout_web/templates/address/overview.html.eex:203 lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/block/overview.html.eex:74 lib/block_scout_web/templates/block_transaction/index.html.eex:10
#: lib/block_scout_web/templates/chain/show.html.eex:236 lib/block_scout_web/templates/layout/_topnav.html.eex:41
#: lib/block_scout_web/views/address_view.ex:347
@ -2907,9 +2907,9 @@ msgid "Verify & Publish"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:297
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:48
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:85
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:293
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:44
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:81
msgid "Verify & publish"
msgstr ""
@ -2925,12 +2925,12 @@ msgid "Version"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:37
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31
msgid "Via flattened source code"
msgstr ""
@ -2976,7 +2976,7 @@ msgid "View transaction %{transaction} on %{subnetwork}"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:43
msgid "Vyper contract"
msgstr ""
@ -3048,9 +3048,9 @@ msgid "Write Proxy"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:60
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:103
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:146 lib/block_scout_web/templates/stakes/_rows.html.eex:24
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:56
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:99
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:142 lib/block_scout_web/templates/stakes/_rows.html.eex:24
msgid "Yes"
msgstr ""

@ -50,7 +50,7 @@ msgid "%{block_type} Height"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/index.html.eex:11
#: lib/block_scout_web/templates/block/index.html.eex:7
msgid "%{block_type}s"
msgstr ""
@ -134,8 +134,8 @@ msgid "A string with the name of the module to be invoked."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:156
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:66
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:152
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:62
msgid "ABI-encoded Constructor Arguments (if required by the contract)"
msgstr ""
@ -206,8 +206,8 @@ msgid "Addresses"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:30
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:28 lib/block_scout_web/templates/address_transaction/index.html.eex:26
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:26
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:28 lib/block_scout_web/templates/address_transaction/index.html.eex:22
#: lib/block_scout_web/templates/layout/_network_selector.html.eex:21 lib/block_scout_web/templates/layout/_topnav.html.eex:71
#: lib/block_scout_web/templates/layout/_topnav.html.eex:103 lib/block_scout_web/views/address_internal_transaction_view.ex:11
#: lib/block_scout_web/views/address_token_transfer_view.ex:11 lib/block_scout_web/views/address_transaction_view.ex:11
@ -303,7 +303,7 @@ msgid "Balance"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:18
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:14
msgid "Balances"
msgstr ""
@ -420,7 +420,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:48
#: lib/block_scout_web/templates/address/overview.html.eex:275 lib/block_scout_web/templates/address_validation/index.html.eex:15
#: lib/block_scout_web/templates/address/overview.html.eex:275 lib/block_scout_web/templates/address_validation/index.html.eex:11
#: lib/block_scout_web/views/address_view.ex:356
msgid "Blocks Validated"
msgstr ""
@ -478,10 +478,10 @@ msgid "Call Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:104
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:301
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:52
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:89 lib/block_scout_web/templates/api_docs/_action_tile.html.eex:47
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:100
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:297
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:48
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:85 lib/block_scout_web/templates/api_docs/_action_tile.html.eex:47
#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:54
msgid "Cancel"
msgstr ""
@ -575,8 +575,8 @@ msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:71
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:44
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:67
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:40
msgid "Compiler"
msgstr ""
@ -601,32 +601,32 @@ 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
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:4
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:8 lib/block_scout_web/templates/tokens/holder/index.html.eex:17
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:2
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:11
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:2
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:6 lib/block_scout_web/templates/tokens/holder/index.html.eex:15
msgid "Connection Lost"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:14
#: lib/block_scout_web/templates/block/index.html.eex:7
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:12
#: lib/block_scout_web/templates/block/index.html.eex:5
msgid "Connection Lost, click to load newer blocks"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:17
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:15
msgid "Connection Lost, click to load newer internal transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:18 lib/block_scout_web/templates/transaction/index.html.eex:24
#: lib/block_scout_web/templates/address_transaction/index.html.eex:11
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:16 lib/block_scout_web/templates/transaction/index.html.eex:22
msgid "Connection Lost, click to load newer transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_validation/index.html.eex:12
#: lib/block_scout_web/templates/address_validation/index.html.eex:10
msgid "Connection Lost, click to load newer validations"
msgstr ""
@ -646,10 +646,10 @@ msgid "Contract ABI"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:18
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:27
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:13
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:22 lib/block_scout_web/views/address_view.ex:102
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:14
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:23
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:18 lib/block_scout_web/views/address_view.ex:102
msgid "Contract Address"
msgstr ""
@ -676,14 +676,14 @@ msgid "Contract Creation Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:170
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:166
msgid "Contract Libraries"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:93
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:38
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:33
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:34
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:29
msgid "Contract Name"
msgstr ""
@ -978,7 +978,7 @@ msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:30
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:26
msgid "Drop sources and metadata JSON file or click here"
msgstr ""
@ -1021,7 +1021,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:68
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:82
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:78
msgid "EVM Version"
msgstr ""
@ -1041,12 +1041,12 @@ msgid "Emission Reward"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:124
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:120
msgid "Enter the Solidity Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:51
msgid "Enter the Vyper Contract Code"
msgstr ""
@ -1184,8 +1184,8 @@ msgid "Forked Blocks (Reorgs)"
msgstr ""
#, elixir-format
#: 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/address_internal_transaction/index.html.eex:38
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:40 lib/block_scout_web/templates/address_transaction/index.html.eex:34
#: lib/block_scout_web/templates/transaction/overview.html.eex:194 lib/block_scout_web/views/address_internal_transaction_view.ex:10
#: lib/block_scout_web/views/address_token_transfer_view.ex:10 lib/block_scout_web/views/address_transaction_view.ex:10
msgid "From"
@ -1344,7 +1344,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:28
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:21 lib/block_scout_web/templates/transaction/_tabs.html.eex:11
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:17 lib/block_scout_web/templates/transaction/_tabs.html.eex:11
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:6 lib/block_scout_web/views/address_view.ex:346
#: lib/block_scout_web/views/transaction_view.ex:512
msgid "Internal Transactions"
@ -1387,20 +1387,20 @@ msgid "Less than"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:185
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:207
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:229
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:251
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:273
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:181
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:203
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:225
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:247
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:269
msgid "Library Address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:175
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:197
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:219
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:241
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:263
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:171
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:193
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:215
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:237
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:259
msgid "Library Name"
msgstr ""
@ -1440,15 +1440,15 @@ msgid "List of token transferred in the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:22
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:18
msgid "Loading chart..."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:77
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:295
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:46
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:83 lib/block_scout_web/templates/address_read_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:73
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:291
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:42
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:79 lib/block_scout_web/templates/address_read_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_read_proxy/index.html.eex:12 lib/block_scout_web/templates/address_write_contract/index.html.eex:12
#: lib/block_scout_web/templates/address_write_proxy/index.html.eex:12 lib/block_scout_web/templates/tokens/read_contract/index.html.eex:16
msgid "Loading..."
@ -1587,7 +1587,7 @@ msgid "More internal transactions have come in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:50
#: lib/block_scout_web/templates/address_transaction/index.html.eex:46
#: lib/block_scout_web/templates/chain/show.html.eex:239 lib/block_scout_web/templates/pending_transaction/index.html.eex:13
#: lib/block_scout_web/templates/transaction/index.html.eex:19
msgid "More transactions have come in"
@ -1629,24 +1629,24 @@ msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:5
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:5
msgid "New Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:14
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:9
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:80
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:87 lib/block_scout_web/templates/address_contract_verification/new.html.eex:95
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:76
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:83 lib/block_scout_web/templates/address_contract_verification/new.html.eex:91
msgid "Next"
msgstr ""
@ -1656,9 +1656,9 @@ msgid "Next epoch in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:55
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:98
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:141 lib/block_scout_web/templates/stakes/_rows.html.eex:24
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:51
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:94
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:137 lib/block_scout_web/templates/stakes/_rows.html.eex:24
msgid "No"
msgstr ""
@ -1701,7 +1701,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:62
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:114
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:110
msgid "Optimization runs"
msgstr ""
@ -1917,9 +1917,9 @@ msgid "Request URL"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:298
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:49
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:86
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:294
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:45
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:82
msgid "Reset"
msgstr ""
@ -2074,15 +2074,15 @@ msgid "Size of the block in bytes."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:34
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54 lib/block_scout_web/templates/address_logs/index.html.eex:23
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:30
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:50 lib/block_scout_web/templates/address_logs/index.html.eex:23
#: lib/block_scout_web/templates/address_token/index.html.eex:57 lib/block_scout_web/templates/address_token_transfer/index.html.eex:58
#: lib/block_scout_web/templates/address_transaction/index.html.eex:54 lib/block_scout_web/templates/address_validation/index.html.eex:24
#: lib/block_scout_web/templates/address_transaction/index.html.eex:50 lib/block_scout_web/templates/address_validation/index.html.eex:20
#: lib/block_scout_web/templates/block_transaction/index.html.eex:22 lib/block_scout_web/templates/chain/show.html.eex:180
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:22 lib/block_scout_web/templates/stakes/_table.html.eex:49
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:27 lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:23
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:18 lib/block_scout_web/templates/stakes/_table.html.eex:49
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:23 lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:23
#: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:23 lib/block_scout_web/templates/tokens/inventory/index.html.eex:22
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:21 lib/block_scout_web/templates/transaction/index.html.eex:29
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:21 lib/block_scout_web/templates/transaction/index.html.eex:25
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:13 lib/block_scout_web/templates/transaction_log/index.html.eex:15
#: lib/block_scout_web/templates/transaction_token_transfer/index.html.eex:14
msgid "Something went wrong, click to reload."
@ -2104,7 +2104,7 @@ msgid "Source Pool"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:23
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:19
msgid "Sources and Metadata JSON"
msgstr ""
@ -2333,22 +2333,22 @@ msgid "The total gas amount used in the block and its percentage of gas filled i
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_validation/index.html.eex:20
#: lib/block_scout_web/templates/address_validation/index.html.eex:16
msgid "There are no blocks validated by this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/index.html.eex:21
#: lib/block_scout_web/templates/block/index.html.eex:17
msgid "There are no blocks."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:32
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:28
msgid "There are no holders for this Token."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:58
#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:54
msgid "There are no internal transactions for this address."
msgstr ""
@ -2368,7 +2368,7 @@ msgid "There are no logs for this transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:26
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:22
msgid "There are no pending transactions."
msgstr ""
@ -2393,7 +2393,7 @@ msgid "There are no tokens."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:59
#: lib/block_scout_web/templates/address_transaction/index.html.eex:55
msgid "There are no transactions for this address."
msgstr ""
@ -2403,7 +2403,7 @@ msgid "There are no transactions for this block."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:35
#: lib/block_scout_web/templates/transaction/index.html.eex:31
msgid "There are no transactions."
msgstr ""
@ -2414,7 +2414,7 @@ msgid "There are no transfers for this Token."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:39
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:35
msgid "There is no coin history for this address."
msgstr ""
@ -2429,7 +2429,7 @@ msgid "There is no information currently available for this view. Deselect filte
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:25
#: lib/block_scout_web/templates/address_coin_balance/index.html.eex:21
#: lib/block_scout_web/templates/chain/show.html.eex:9
msgid "There was a problem loading the chart."
msgstr ""
@ -2491,8 +2491,8 @@ 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/address_internal_transaction/index.html.eex:32
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:34 lib/block_scout_web/templates/address_transaction/index.html.eex:28
#: lib/block_scout_web/templates/transaction/overview.html.eex:217 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
msgid "To"
@ -2536,7 +2536,7 @@ msgid "Token Details"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:20
#: lib/block_scout_web/templates/tokens/holder/index.html.eex:16
#: lib/block_scout_web/templates/tokens/instance/holder/index.html.eex:16 lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:17
#: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:9 lib/block_scout_web/views/tokens/overview_view.ex:42
msgid "Token Holders"
@ -2719,7 +2719,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:7
#: lib/block_scout_web/templates/address/overview.html.eex:203 lib/block_scout_web/templates/address_transaction/index.html.eex:17
#: lib/block_scout_web/templates/address/overview.html.eex:203 lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/block/overview.html.eex:74 lib/block_scout_web/templates/block_transaction/index.html.eex:10
#: lib/block_scout_web/templates/chain/show.html.eex:236 lib/block_scout_web/templates/layout/_topnav.html.eex:41
#: lib/block_scout_web/views/address_view.ex:347
@ -2907,9 +2907,9 @@ msgid "Verify & Publish"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:297
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:48
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:85
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:293
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:44
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:81
msgid "Verify & publish"
msgstr ""
@ -2925,12 +2925,12 @@ msgid "Version"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:37
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31
msgid "Via flattened source code"
msgstr ""
@ -2976,7 +2976,7 @@ msgid "View transaction %{transaction} on %{subnetwork}"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:43
msgid "Vyper contract"
msgstr ""
@ -3048,9 +3048,9 @@ msgid "Write Proxy"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:60
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:103
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:146 lib/block_scout_web/templates/stakes/_rows.html.eex:24
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:56
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:99
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:142 lib/block_scout_web/templates/stakes/_rows.html.eex:24
msgid "Yes"
msgstr ""

Loading…
Cancel
Save