Fix text on Block Mined (includes I18n)

pull/871/head
Stamates 6 years ago
parent 3254ead1ee
commit 8bb75e77a0
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/layout/app.html.eex
  2. 10
      apps/block_scout_web/priv/gettext/default.pot
  3. 12
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -31,7 +31,7 @@
</div>
<script>
window.localized = {
'Block Processing': '<%= gettext("Block Mined, awaiting processing...") %>',
'Block Processing': '<%= gettext("Block Mined, awaiting import...") %>',
'Less than': '<%= gettext("Less than") %>',
'Market Cap': '<%= gettext("Market Cap") %>',
'Price': '<%= gettext("Price") %>',

@ -1056,11 +1056,6 @@ msgstr ""
msgid "%{subnetwork} %{network} Explorer"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/app.html.eex:34
msgid "Block Mined, awaiting processing..."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_metatags.html.eex:3
msgid "%{address} - %{subnetwork} Explorer"
@ -1161,3 +1156,8 @@ msgstr ""
#: lib/block_scout_web/templates/layout/_topnav.html.eex:23
msgid "Uncles"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/app.html.eex:34
msgid "Block Mined, awaiting import..."
msgstr ""

@ -1056,11 +1056,6 @@ msgstr ""
msgid "%{subnetwork} %{network} Explorer"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/app.html.eex:34
msgid "Block Mined, awaiting processing..."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_metatags.html.eex:3
msgid "%{address} - %{subnetwork} Explorer"
@ -1136,7 +1131,7 @@ msgstr ""
msgid "%{block_type}s"
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:13
msgid "Block Height: %{height}"
msgstr ""
@ -1161,3 +1156,8 @@ msgstr ""
#: lib/block_scout_web/templates/layout/_topnav.html.eex:23
msgid "Uncles"
msgstr ""
#, elixir-format, fuzzy
#: lib/block_scout_web/templates/layout/app.html.eex:34
msgid "Block Mined, awaiting import..."
msgstr ""

Loading…
Cancel
Save