From 9e343b346a8912489861969eab50691c8264d7a8 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 8 Jun 2021 22:44:52 -0500 Subject: [PATCH] Update i18n. --- frontend/src/locale/messages.xlf | 64 ++++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 8c92d0840..529f77eb9 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -743,11 +743,11 @@ src/app/components/about/about.component.html - 198,202 + 282,288 src/app/components/api-docs/api-docs.component.html - 835,839 + 833,837 src/app/dashboard/dashboard.component.html @@ -1259,7 +1259,7 @@ The Mempool Open Source Project src/app/components/about/about.component.html - 11,12 + 13,16 about.about-the-project @@ -1267,14 +1267,14 @@ An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers. src/app/components/about/about.component.html - 12,16 + 16,20 Enterprise Sponsors 🚀 src/app/components/about/about.component.html - 31,33 + 47,50 about.sponsors.enterprise.withRocket @@ -1282,7 +1282,7 @@ Community Sponsors ❤️ src/app/components/about/about.component.html - 49,52 + 73,76 about.sponsors.withHeart @@ -1290,7 +1290,7 @@ Become a sponsor ❤️ src/app/components/about/about.component.html - 61,62 + 86,87 about.become-a-sponsor @@ -1298,7 +1298,7 @@ Navigate to https://mempool.space/sponsor to sponsor src/app/components/about/about.component.html - 62 + 87 src/app/components/sponsor/sponsor.component.html @@ -1310,7 +1310,7 @@ Community Integrations src/app/components/about/about.component.html - 66,69 + 92,95 about.integrations @@ -1318,7 +1318,7 @@ Community Alliances src/app/components/about/about.component.html - 133,135 + 202,205 about.alliances @@ -1326,7 +1326,7 @@ Project Contributors src/app/components/about/about.component.html - 148,150 + 220,222 about.contributors @@ -1334,7 +1334,7 @@ Project Maintainers src/app/components/about/about.component.html - 162,164 + 236,239 about.maintainers @@ -1673,11 +1673,11 @@ API Docs for /api/v1/fees/recommended api-docs.fees.recommended - - Returns current mempool as projected blocks. + + Returns current mempool as projected blocks. src/app/components/api-docs/api-docs.component.html - 548,551 + 547,549 API Docs for /api/v1/fees/mempool-blocks api-docs.fees.mempool-blocks @@ -1686,7 +1686,7 @@ Returns the ancestors and the best descendant fees for a transaction. src/app/components/api-docs/api-docs.component.html - 565,567 + 563,565 API Docs for /api/v1/fees/cpfp api-docs.fees.cpfp @@ -1695,7 +1695,7 @@ Mempool src/app/components/api-docs/api-docs.component.html - 575,577 + 573,575 API Docs tab for Mempool api-docs.tab.mempool @@ -1704,7 +1704,7 @@ Returns current mempool backlog statistics. src/app/components/api-docs/api-docs.component.html - 590,592 + 588,590 API Docs for /api/mempool api-docs.mempool.mempool @@ -1713,7 +1713,7 @@ Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind. src/app/components/api-docs/api-docs.component.html - 606,609 + 604,607 API Docs for /api/mempool/txids api-docs.mempool.txids @@ -1722,7 +1722,7 @@ Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value. src/app/components/api-docs/api-docs.component.html - 624,625 + 622,623 API Docs for /api/mempool/recent api-docs.mempool.recent @@ -1731,7 +1731,7 @@ Transactions src/app/components/api-docs/api-docs.component.html - 635,638 + 633,636 API Docs tab for Transactions api-docs.tab.transactions @@ -1740,70 +1740,70 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. src/app/components/api-docs/api-docs.component.html - 649,650 + 647,648 Returns a transaction serialized as hex. src/app/components/api-docs/api-docs.component.html - 668,671 + 666,669 Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. src/app/components/api-docs/api-docs.component.html - 686,687 + 684,685 Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. src/app/components/api-docs/api-docs.component.html - 706,707 + 704,705 Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx). src/app/components/api-docs/api-docs.component.html - 725,726 + 723,724 Returns the spending status of all transaction outputs. src/app/components/api-docs/api-docs.component.html - 744,747 + 742,745 Returns a transaction as binary data. src/app/components/api-docs/api-docs.component.html - 763,766 + 761,764 Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). src/app/components/api-docs/api-docs.component.html - 782,783 + 780,781 Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success. src/app/components/api-docs/api-docs.component.html - 802,803 + 800,801 Websocket src/app/components/api-docs/api-docs.component.html - 812,816 + 810,814 API Docs tab for Websocket api-docs.tab.websocket @@ -1812,7 +1812,7 @@ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. src/app/components/api-docs/api-docs.component.html - 821,822 + 819,820 api-docs.websocket.websocket