From ee17f639ffc4e25ce1600758d2c8e8ce728f7f5f Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 30 Oct 2019 12:03:20 +0300 Subject: [PATCH] fix gettext --- apps/block_scout_web/priv/gettext/default.pot | 83 +++++++++++++++++-- .../priv/gettext/en/LC_MESSAGES/default.po | 82 ++++++++++++++++-- 2 files changed, 150 insertions(+), 15 deletions(-) diff --git a/apps/block_scout_web/priv/gettext/default.pot b/apps/block_scout_web/priv/gettext/default.pot index 89a11f286f..061b60111d 100644 --- a/apps/block_scout_web/priv/gettext/default.pot +++ b/apps/block_scout_web/priv/gettext/default.pot @@ -242,7 +242,6 @@ msgstr "" msgid "Blocks Indexed" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:17 msgid "Blockscout is a tool for inspecting and analyzing EVM based blockchains. Blockchain explorer for Ethereum Networks." @@ -287,7 +286,6 @@ msgstr "" msgid "Clear" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address_contract_verification/new.html.eex:40 msgid "Compiler" @@ -498,7 +496,6 @@ msgstr "" msgid "Decoded" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_tabs.html.eex:50 msgid "Decompiled code" @@ -899,7 +896,6 @@ msgstr "" msgid "Token Transfers" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_metatags.html.eex:13 msgid "Top Accounts - %{subnetwork} Explorer" @@ -939,7 +935,6 @@ msgstr "" msgid "Internal Transaction" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/transaction/invalid.html.eex:6 msgid "Invalid Transaction Hash" @@ -1019,7 +1014,6 @@ msgstr "" msgid "Log Data" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:44 msgid "Main Networks" @@ -1203,7 +1197,6 @@ msgstr "" msgid "Raw Trace" msgstr "" - #, elixir-format #: #: lib/block_scout_web/templates/common_components/_pagination_container.html.eex:11 @@ -1484,7 +1477,6 @@ msgstr "" msgid "Transaction Speed" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_tile.html.eex:31 msgid "Transactions sent" @@ -1794,3 +1786,78 @@ msgstr "" #: lib/block_scout_web/templates/transaction/overview.html.eex:134 msgid "Copy Txn Input" msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:31 +#: lib/block_scout_web/templates/address_validation/index.html.eex:13 +#: lib/block_scout_web/views/address_view.ex:307 +msgid "Blocks Validated" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:40 +#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:165 +#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:187 +#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:126 +#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:149 +#: lib/block_scout_web/views/address_view.ex:303 +msgid "Code" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:20 +#: lib/block_scout_web/views/address_view.ex:306 +msgid "Coin Balance History" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/views/address_view.ex:304 +msgid "Decompiled Code" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:14 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:19 +#: 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:302 +#: lib/block_scout_web/views/transaction_view.ex:314 +msgid "Internal Transactions" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:26 +#: lib/block_scout_web/templates/address_logs/index.html.eex:8 +#: lib/block_scout_web/templates/transaction/_tabs.html.eex:17 +#: lib/block_scout_web/templates/transaction_log/index.html.eex:8 +#: lib/block_scout_web/views/address_view.ex:308 +#: lib/block_scout_web/views/transaction_view.ex:315 +msgid "Logs" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:56 +#: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:25 +#: lib/block_scout_web/views/address_view.ex:305 +#: lib/block_scout_web/views/tokens/overview_view.ex:37 +msgid "Read Contract" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:8 +#: lib/block_scout_web/templates/address_token/index.html.eex:8 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:9 +#: lib/block_scout_web/views/address_view.ex:300 +msgid "Tokens" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:3 +#: lib/block_scout_web/templates/address_transaction/index.html.eex:15 +#: lib/block_scout_web/templates/block_transaction/index.html.eex:10 +#: lib/block_scout_web/templates/block_transaction/index.html.eex:18 +#: lib/block_scout_web/templates/chain/show.html.eex:145 +#: lib/block_scout_web/templates/layout/_topnav.html.eex:50 +#: lib/block_scout_web/views/address_view.ex:301 +msgid "Transactions" +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 1258de3ddf..2e722b447f 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 @@ -242,7 +242,6 @@ msgstr "" msgid "Blocks Indexed" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:17 msgid "Blockscout is a tool for inspecting and analyzing EVM based blockchains. Blockchain explorer for Ethereum Networks." @@ -497,7 +496,6 @@ msgstr "" msgid "Decoded" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_tabs.html.eex:50 msgid "Decompiled code" @@ -898,7 +896,6 @@ msgstr "" msgid "Token Transfers" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_metatags.html.eex:13 msgid "Top Accounts - %{subnetwork} Explorer" @@ -938,7 +935,6 @@ msgstr "" msgid "Internal Transaction" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/transaction/invalid.html.eex:6 msgid "Invalid Transaction Hash" @@ -1018,7 +1014,6 @@ msgstr "" msgid "Log Data" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/layout/_footer.html.eex:44 msgid "Main Networks" @@ -1202,7 +1197,6 @@ msgstr "" msgid "Raw Trace" msgstr "" - #, elixir-format #: #: lib/block_scout_web/templates/common_components/_pagination_container.html.eex:11 @@ -1483,7 +1477,6 @@ msgstr "" msgid "Transaction Speed" msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/_tile.html.eex:31 msgid "Transactions sent" @@ -1793,3 +1786,78 @@ msgstr "" #: lib/block_scout_web/templates/transaction/overview.html.eex:134 msgid "Copy Txn Input" msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address/_tabs.html.eex:31 +#: lib/block_scout_web/templates/address_validation/index.html.eex:13 +#: lib/block_scout_web/views/address_view.ex:307 +msgid "Blocks Validated" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:40 +#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:165 +#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:187 +#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:126 +#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:149 +#: lib/block_scout_web/views/address_view.ex:303 +msgid "Code" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:20 +#: lib/block_scout_web/views/address_view.ex:306 +msgid "Coin Balance History" +msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/views/address_view.ex:304 +msgid "Decompiled Code" +msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address/_tabs.html.eex:14 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:19 +#: 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:302 +#: lib/block_scout_web/views/transaction_view.ex:314 +msgid "Internal Transactions" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/_tabs.html.eex:26 +#: lib/block_scout_web/templates/address_logs/index.html.eex:8 +#: lib/block_scout_web/templates/transaction/_tabs.html.eex:17 +#: lib/block_scout_web/templates/transaction_log/index.html.eex:8 +#: lib/block_scout_web/views/address_view.ex:308 +#: lib/block_scout_web/views/transaction_view.ex:315 +msgid "Logs" +msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address/_tabs.html.eex:56 +#: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:25 +#: lib/block_scout_web/views/address_view.ex:305 +#: lib/block_scout_web/views/tokens/overview_view.ex:37 +msgid "Read Contract" +msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address/_tabs.html.eex:8 +#: lib/block_scout_web/templates/address_token/index.html.eex:8 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:9 +#: lib/block_scout_web/views/address_view.ex:300 +msgid "Tokens" +msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address/_tabs.html.eex:3 +#: lib/block_scout_web/templates/address_transaction/index.html.eex:15 +#: lib/block_scout_web/templates/block_transaction/index.html.eex:10 +#: lib/block_scout_web/templates/block_transaction/index.html.eex:18 +#: lib/block_scout_web/templates/chain/show.html.eex:145 +#: lib/block_scout_web/templates/layout/_topnav.html.eex:50 +#: lib/block_scout_web/views/address_view.ex:301 +msgid "Transactions" +msgstr ""