From 6414f0045e7312e1fe6b1e4d088b2390d010daa6 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2022 12:06:12 +0900 Subject: [PATCH] Pull translated strings from Transifex --- frontend/src/locale/messages.ja.xlf | 32 ++++----- frontend/src/locale/messages.ka.xlf | 94 ++++++++++++++++++++++++ frontend/src/locale/messages.ko.xlf | 7 ++ frontend/src/locale/messages.mk.xlf | 107 ++++++++++++++++++++++++++++ frontend/src/locale/messages.pt.xlf | 16 +++++ 5 files changed, 240 insertions(+), 16 deletions(-) diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf index f2ac3dc71..9cf5ae112 100644 --- a/frontend/src/locale/messages.ja.xlf +++ b/frontend/src/locale/messages.ja.xlf @@ -1092,7 +1092,7 @@ confirmation - 確認 + 承認 src/app/bisq/bisq-transaction/bisq-transaction.component.html 20,21 @@ -1114,7 +1114,7 @@ confirmations - 確認 + 承認 src/app/bisq/bisq-transaction/bisq-transaction.component.html 21,22 @@ -1462,7 +1462,7 @@ Community Integrations - コミュニティーの結合 + コミュニティーの統合 src/app/components/about/about.component.html 82,85 @@ -2644,7 +2644,7 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). - 最新から順にソートされ特定したアドレス/スクリプトハッシュのトランザクション歴史を得る。50つのmempoolトランザクションまで、そして最初の25つの確認されたトランザクションは返されます。追加の確認されたトランザクションを求めたい場合は:last_seen_txidを利用できます(下記参照)。 + 最新から順にソートされ特定したアドレス/スクリプトハッシュのトランザクション歴史を得る。50つのmempoolトランザクションまで、そして最初の25つの承認されたトランザクションは返されます。追加の承認されたトランザクションを求めたい場合は:last_seen_txidを利用できます(下記参照)。 src/app/components/docs/api-docs.component.html 192,193 @@ -2652,7 +2652,7 @@ Get confirmed transaction history for the specified address/scripthash, sorted with newest first. Returns 25 transactions per page. More can be requested by specifying the last txid seen by the previous query. - 最新から順にソートされ特定したアドレス/スクリプトハッシュの確認されたトランザクション歴史を得る。ページ当たり25つのトランザクションは返されます。追加のトランザクション歴史を求めたい場合は先行クエリーの最後のtxidを特定できます。 + 最新から順にソートされ特定したアドレス/スクリプトハッシュの承認されたトランザクション歴史を得る。ページ当たり25つのトランザクションは返されます。追加のトランザクション歴史を求めたい場合は先行クエリーの最後のtxidを特定できます。 src/app/components/docs/api-docs.component.html 205,207 @@ -2660,7 +2660,7 @@ Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging). - 特定したアドレス/スクリプトハッシュの未確認トランザクション歴史を得る。50つのトランザクションは返されます(ページングはありません)。 + 特定したアドレス/スクリプトハッシュの未承認トランザクション歴史を得る。50つのトランザクションは返されます(ページングはありません)。 src/app/components/docs/api-docs.component.html 218,220 @@ -2732,7 +2732,7 @@ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). - ブロックの確認状態を返す。入手可能フィールド:in_best_chain (ブール値、孤立ブロックの場合は偽), next_best(次のブロックのハッシュ、ベストチェーンに入ってるブロックのみの場合に入手可能)。 + ブロックの承認状態を返す。入手可能フィールド:in_best_chain (ブール値、孤立ブロックの場合は偽), next_best(次のブロックのハッシュ、ベストチェーンに入ってるブロックのみの場合に入手可能)。 src/app/components/docs/api-docs.component.html 342,343 @@ -2772,7 +2772,7 @@ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. - ブロックに入ってるトランザクションのリストを返す(start_indexからはじめる25つまでのトランザクション)。ここに返されるトランザクションは共通ブロックに入ってる、そして同じ確認状態を持っているため、statusのフィールドを含みません。 + ブロックに入ってるトランザクションのリストを返す(start_indexからはじめる25つまでのトランザクション)。ここに返されるトランザクションは共通ブロックに入ってる、そして同じ承認状態を持っているため、statusのフィールドを含みません。 src/app/components/docs/api-docs.component.html 407,408 @@ -2908,7 +2908,7 @@ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). - ブロックの確認状態を返す。入手可能フィールド:confirmed (ブール値), block_height(任意)、そしてblock_hash(任意)。 + ブロックの承認状態を返す。入手可能フィールド:confirmed (ブール値), block_height(任意)、そしてblock_hash(任意)。 src/app/components/docs/api-docs.component.html 627,628 @@ -2932,7 +2932,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. - デフォルト・プッシュ: 行動: 'want', データ: ['ブロック', ...] プッシュしたいことを表現するために. 利用可能: blocksmempool-blockslive-2h-chartstatsこのアドレスと関係するプッシュトランザクション: 'track-address': '3PbJ...bF9B' インプットまたはアウトプットとしてそのアドレスを含む新トランザクションを得るために。トランザクションの配列を返す。 新しいメモリプールトランザクションの場合はaddress-transactions, そして新しいブロック確認済みトランザクションの場合はblock-transactions + デフォルト・プッシュ: 行動: 'want', データ: ['ブロック', ...] プッシュしたいことを表現するために. 利用可能: blocksmempool-blockslive-2h-chartstatsこのアドレスと関係するプッシュトランザクション: 'track-address': '3PbJ...bF9B' インプットまたはアウトプットとしてそのアドレスを含む新トランザクションを得るために。トランザクションの配列を返す。 新しいメモリプールトランザクションの場合はaddress-transactions, そして新しいブロック承認済みトランザクションの場合はblock-transactions src/app/components/docs/api-docs.component.html 671,672 @@ -3050,7 +3050,7 @@ Tx vBytes per second: - Tx vバイト毎秒: + Tx vByte毎秒: src/app/components/footer/footer.component.html 5,7 @@ -3086,7 +3086,7 @@ Unconfirmed - 未確認 + 未承認 src/app/components/footer/footer.component.html 16,18 @@ -3372,7 +3372,7 @@ Mempool by vBytes (sat/vByte) - vバイト単位のMempool(サトシ/vバイト) + vByte単位のMempool(サトシ/vByte) src/app/components/statistics/statistics.component.html 6 @@ -3399,7 +3399,7 @@ Transaction vBytes per second (vB/s) - トランザクションvバイト毎秒(vB/s) + トランザクションvByte毎秒(vB/s) src/app/components/statistics/statistics.component.html 87 @@ -3614,7 +3614,7 @@ Unconfirmed - 未確認 + 未承認 src/app/components/transaction/transaction.component.html 32,39 @@ -3628,7 +3628,7 @@ Confirmed - 確認済み + 承認済み src/app/components/transaction/transaction.component.html 65,66 diff --git a/frontend/src/locale/messages.ka.xlf b/frontend/src/locale/messages.ka.xlf index b4aa5fceb..f32fe5f88 100644 --- a/frontend/src/locale/messages.ka.xlf +++ b/frontend/src/locale/messages.ka.xlf @@ -11,6 +11,7 @@ Slide of + სლაიდი მეორის node_modules/@ng-bootstrap/src/carousel/carousel.ts 114,118 @@ -147,6 +148,7 @@ + node_modules/@ng-bootstrap/src/progressbar/progressbar.ts 32,38 @@ -250,6 +252,7 @@ + node_modules/@ng-bootstrap/src/timepicker/timepicker.ts 115,121 @@ -257,6 +260,7 @@ + node_modules/@ng-bootstrap/src/timepicker/timepicker.ts 123,131 @@ -432,6 +436,7 @@ transaction + ტრანსაქცია src/app/bisq/bisq-address/bisq-address.component.html 50 @@ -456,6 +461,7 @@ transactions + ტრანსაქციები src/app/bisq/bisq-address/bisq-address.component.html 51 @@ -480,6 +486,7 @@ Address: + მისამართი: src/app/bisq/bisq-address/bisq-address.component.ts 43 @@ -487,6 +494,7 @@ Block + ბლოკი src/app/bisq/bisq-block/bisq-block.component.html 4 @@ -552,6 +560,7 @@ Block : + ბლოკი : src/app/bisq/bisq-block/bisq-block.component.ts 89 @@ -852,6 +861,7 @@ Amount () + რაოდენობა () src/app/bisq/bisq-market/bisq-market.component.html 112,113 @@ -1082,6 +1092,7 @@ confirmation + დადასტურება src/app/bisq/bisq-transaction/bisq-transaction.component.html 20,21 @@ -1103,6 +1114,7 @@ confirmations + დადასტურება src/app/bisq/bisq-transaction/bisq-transaction.component.html 21,22 @@ -1209,6 +1221,7 @@ Transaction: + ტრანზაქცია: src/app/bisq/bisq-transaction/bisq-transaction.component.ts 50 @@ -1436,6 +1449,7 @@ Navigate to https://mempool.space/sponsor to sponsor + გადასვლა https://mempool.space/sponsor შემოწირვის გასაკეთებლად src/app/components/about/about.component.html 78 @@ -1475,6 +1489,7 @@ Project Members + პროექტის წევრები src/app/components/about/about.component.html 181,183 @@ -1512,6 +1527,7 @@ multisig of + multisig of src/app/components/address-labels/address-labels.component.html 5 @@ -1520,6 +1536,7 @@ Lightning + Lightning src/app/components/address-labels/address-labels.component.html 11 @@ -1528,6 +1545,7 @@ Liquid + Liquid src/app/components/address-labels/address-labels.component.html 17 @@ -1536,6 +1554,7 @@ Unconfidential + არაკონფიდენციალური src/app/components/address/address.component.html 23,24 @@ -1544,6 +1563,7 @@ of transaction + of ტრანსაქცია src/app/components/address/address.component.html 60,61 @@ -1552,6 +1572,7 @@ of transactions + of ტრანზაქციები src/app/components/address/address.component.html 61,62 @@ -1569,6 +1590,7 @@ The number of transactions on this address exceeds the Electrum server limit Consider viewing this address on the official Mempool website instead: + ტრანსაქციების რაოდენობა ამ მისამართზე აჭარბებს Electrum სერვერის ლიმიტს ნახეთ ტრანსაქცია Mempool ის ოფიციალურ გვერდზე: src/app/components/address/address.component.html 137,140 @@ -1602,6 +1624,7 @@ Address: + მისამართი: src/app/components/address/address.component.ts 78 @@ -1703,6 +1726,7 @@ of   + of   src/app/components/asset/asset.component.html 80 @@ -1738,6 +1762,7 @@ Asset: + ასეტი: src/app/components/asset/asset.component.ts 73 @@ -1826,6 +1851,7 @@ Docs + Docs src/app/components/bisq-master-page/bisq-master-page.component.html 42,45 @@ -1838,6 +1864,7 @@ Next Block + შემდეგი ბლოკი src/app/components/block/block.component.html 7,8 @@ -1850,6 +1877,7 @@ Previous Block + წინა ბლოკი src/app/components/block/block.component.html 26,27 @@ -2122,6 +2150,7 @@ Block : + ბლოკი: src/app/components/block/block.component.ts 141 @@ -2137,6 +2166,7 @@ API service + API service src/app/components/docs/api-docs.component.html 12,14 @@ -2534,6 +2564,7 @@ Provides list of available currencies for a given base currency. + Provides list of available currencies for a given base currency. src/app/components/docs/api-docs.component.html 54,56 @@ -2541,6 +2572,7 @@ Provides list of open offer prices for a single market. + Provides list of open offer prices for a single market. src/app/components/docs/api-docs.component.html 67,69 @@ -2548,6 +2580,7 @@ Provides hi/low/open/close data for a given market. This can be used to generate a candlestick chart. + Provides hi/low/open/close data for a given market. This can be used to generate a candlestick chart. src/app/components/docs/api-docs.component.html 80,82 @@ -2555,6 +2588,7 @@ Provides list of available markets. + Provides list of available markets. src/app/components/docs/api-docs.component.html 93,95 @@ -2562,6 +2596,7 @@ Provides list of open offer details for a single market. + Provides list of open offer details for a single market. src/app/components/docs/api-docs.component.html 106,108 @@ -2569,6 +2604,7 @@ Provides 24 hour price ticker for single market or all markets + Provides 24 hour price ticker for single market or all markets src/app/components/docs/api-docs.component.html 119,121 @@ -2576,6 +2612,7 @@ Provides list of completed trades for a single market. + Provides list of completed trades for a single market. src/app/components/docs/api-docs.component.html 132,134 @@ -2583,6 +2620,7 @@ Provides periodic volume data in terms of base currency for one or all markets. + Provides periodic volume data in terms of base currency for one or all markets. src/app/components/docs/api-docs.component.html 145,147 @@ -2598,6 +2636,7 @@ Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum. + Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum. src/app/components/docs/api-docs.component.html 179,180 @@ -2605,6 +2644,7 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). + Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). src/app/components/docs/api-docs.component.html 192,193 @@ -2628,6 +2668,7 @@ Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof. + Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof. src/app/components/docs/api-docs.component.html 231,233 @@ -2659,6 +2700,7 @@ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. + Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. src/app/components/docs/api-docs.component.html 290,291 @@ -2674,6 +2716,7 @@ Returns the hash of the block currently at :height. + Returns the hash of the block currently at :height. src/app/components/docs/api-docs.component.html 316,317 @@ -2689,6 +2732,7 @@ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). + Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). src/app/components/docs/api-docs.component.html 342,343 @@ -2712,6 +2756,7 @@ Returns the transaction at index :index within the specified block. + Returns the transaction at index :index within the specified block. src/app/components/docs/api-docs.component.html 381,382 @@ -2727,6 +2772,7 @@ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. + Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. src/app/components/docs/api-docs.component.html 407,408 @@ -2734,6 +2780,7 @@ Returns the 10 newest blocks starting at the tip or at :start_height if specified. + Returns the 10 newest blocks starting at the tip or at :start_height if specified. src/app/components/docs/api-docs.component.html 420,421 @@ -2785,6 +2832,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. + 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/docs/api-docs.component.html 506,507 @@ -2804,6 +2852,7 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. + Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. src/app/components/docs/api-docs.component.html 536,537 @@ -2819,6 +2868,7 @@ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. + Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. src/app/components/docs/api-docs.component.html 562,563 @@ -2826,6 +2876,7 @@ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. + Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. src/app/components/docs/api-docs.component.html 575,576 @@ -2833,6 +2884,7 @@ 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). + 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/docs/api-docs.component.html 588,589 @@ -2856,6 +2908,7 @@ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). + Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). src/app/components/docs/api-docs.component.html 627,628 @@ -2871,6 +2924,7 @@ 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. + 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/docs/api-docs.component.html 653,654 @@ -2878,6 +2932,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. + 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/docs/api-docs.component.html 671,672 @@ -2929,6 +2984,7 @@ Documentation + დოკუმენტაცია src/app/components/docs/docs.component.html 4 @@ -3054,6 +3110,7 @@ blocks + ბლოკები src/app/components/footer/footer.component.html 22,23 @@ -3070,6 +3127,7 @@ block + ბლოკი src/app/components/footer/footer.component.html 23,24 @@ -3159,6 +3217,7 @@ Stack of mempool blocks + mempool ის ბლოკების კრება src/app/components/mempool-block/mempool-block.component.ts 73 @@ -3166,6 +3225,7 @@ Mempool block + მემპულის ბლოკი src/app/components/mempool-block/mempool-block.component.ts 75 @@ -3173,6 +3233,7 @@ Range + ზღვარი src/app/components/mempool-graph/mempool-graph.component.ts 256 @@ -3180,6 +3241,7 @@ Sum + ჯამი src/app/components/mempool-graph/mempool-graph.component.ts 258 @@ -3196,6 +3258,7 @@ Identified by payout address: '' + Identified by payout address: '' src/app/components/miner/miner.component.ts 42 @@ -3203,6 +3266,7 @@ Identified by coinbase tag: '' + Identified by coinbase tag: '' src/app/components/miner/miner.component.ts 52 @@ -3210,6 +3274,7 @@ Broadcast Transaction + Broadcast Transaction src/app/components/push-transaction/push-transaction.component.html 2 @@ -3316,6 +3381,7 @@ Filter + გაფილტვრა src/app/components/statistics/statistics.component.html 40 @@ -3354,6 +3420,7 @@ ago + წინ src/app/components/time-since/time-since.component.ts 67 @@ -3413,6 +3480,7 @@ After + შემდეგ src/app/components/time-span/time-span.component.ts 67 @@ -3472,6 +3540,7 @@ In ~ + ~-ში src/app/components/time-until/time-until.component.ts 66 @@ -3667,6 +3736,7 @@ Locktime + Locktime src/app/components/transaction/transaction.component.html 234,236 @@ -3815,6 +3885,7 @@ Previous output type + Previous output type src/app/components/transactions-list/transactions-list.component.html 116,117 @@ -3836,6 +3907,7 @@ Peg-out to + Peg-out to src/app/components/transactions-list/transactions-list.component.html 146,147 @@ -3883,6 +3955,7 @@ This transaction saved % on fees by using native SegWit-Bech32 + ტრანსაქციამ შეძლო % საკომისიოს ეკონომია, native SegWit-Bech32 ის გამოყენებით src/app/components/tx-features/tx-features.component.html 1 @@ -3909,6 +3982,7 @@ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32 + ტრანზაქციამ შეძლო % ეკონომია საკომისიოზე, SegWit ის გამოყენებით და შეეძლო მეტი შეენახა % native SegWit-Bech32 ის გამოყენებით src/app/components/tx-features/tx-features.component.html 3 @@ -3917,6 +3991,7 @@ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH + ტრანსაქციას შეუძლია % ეკონომია, native SegWit-Bech32 ის გამოყენებით ან% ის ეკონომია SegWit-P2SH ის გამოყენებით src/app/components/tx-features/tx-features.component.html 5 @@ -3925,6 +4000,7 @@ This transaction uses Taproot + ეს ტრანზაქცია იყენებს Taproot-ს src/app/components/tx-features/tx-features.component.html 8 @@ -3933,6 +4009,7 @@ Taproot + Taproot src/app/components/tx-features/tx-features.component.html 8 @@ -3983,6 +4060,7 @@ Only ~ sat/vB was needed to get into this block + მხოლოდ~ sat/vB საჭიროა ამ ბლოკში მოსახვედრად src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -3995,6 +4073,7 @@ Overpaid x + ზედმეტი გადახდილია x -ჯერ src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -4118,6 +4197,7 @@ L-BTC in circulation + L-BTC ბრუნვაში src/app/dashboard/dashboard.component.html 209,211 @@ -4192,6 +4272,7 @@ year + წელი src/app/shared/i18n/dates.ts 3 @@ -4199,6 +4280,7 @@ years + წელი src/app/shared/i18n/dates.ts 4 @@ -4206,6 +4288,7 @@ month + თვე src/app/shared/i18n/dates.ts 5 @@ -4213,6 +4296,7 @@ months + თვე src/app/shared/i18n/dates.ts 6 @@ -4220,6 +4304,7 @@ week + კვირა src/app/shared/i18n/dates.ts 7 @@ -4227,6 +4312,7 @@ weeks + კვირა src/app/shared/i18n/dates.ts 8 @@ -4234,6 +4320,7 @@ day + დღე src/app/shared/i18n/dates.ts 9 @@ -4241,6 +4328,7 @@ days + დღე src/app/shared/i18n/dates.ts 10 @@ -4248,6 +4336,7 @@ hour + საათი src/app/shared/i18n/dates.ts 11 @@ -4255,6 +4344,7 @@ hours + საათი src/app/shared/i18n/dates.ts 12 @@ -4262,6 +4352,7 @@ minute + წუთი src/app/shared/i18n/dates.ts 13 @@ -4269,6 +4360,7 @@ minutes + წუთი src/app/shared/i18n/dates.ts 14 @@ -4276,6 +4368,7 @@ second + წამი src/app/shared/i18n/dates.ts 15 @@ -4283,6 +4376,7 @@ seconds + წამი src/app/shared/i18n/dates.ts 16 diff --git a/frontend/src/locale/messages.ko.xlf b/frontend/src/locale/messages.ko.xlf index 2246642a2..78ba67a41 100644 --- a/frontend/src/locale/messages.ko.xlf +++ b/frontend/src/locale/messages.ko.xlf @@ -11,6 +11,7 @@ Slide of + 슬라이드 / node_modules/@ng-bootstrap/src/carousel/carousel.ts 114,118 @@ -1526,6 +1527,7 @@ multisig of + / 다중서명 src/app/components/address-labels/address-labels.component.html 5 @@ -1561,6 +1563,7 @@ of transaction + 트랜잭션 / src/app/components/address/address.component.html 60,61 @@ -1569,6 +1572,7 @@ of transactions + 트랜잭션 / src/app/components/address/address.component.html 61,62 @@ -1586,6 +1590,7 @@ The number of transactions on this address exceeds the Electrum server limit Consider viewing this address on the official Mempool website instead: + 이 주소의 트랜잭션 수가 Electrum 서버 제한을 초과합니다. 멤풀 웹사이트에서 이 주소를 확인하시는 것을 추천합니다. src/app/components/address/address.component.html 137,140 @@ -1721,6 +1726,7 @@ of   + /  src/app/components/asset/asset.component.html 80 @@ -2638,6 +2644,7 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). + 지정된 주소/스크립트 해시에 대한 트랜잭션 내역을 최신 항목부터 정렬하여 가져옵니다. 최대 50개의 멤풀 트랜잭션과 첫 25개의 컨펌된 트랜잭션을 반환합니다. :last_seen_txid를 사용하여 더 많은 확인된 거래를 요청할 수 있습니다 (아래 참조). src/app/components/docs/api-docs.component.html 192,193 diff --git a/frontend/src/locale/messages.mk.xlf b/frontend/src/locale/messages.mk.xlf index cce45e50c..3a194b997 100644 --- a/frontend/src/locale/messages.mk.xlf +++ b/frontend/src/locale/messages.mk.xlf @@ -11,6 +11,7 @@ Slide of + Слајд од node_modules/@ng-bootstrap/src/carousel/carousel.ts 114,118 @@ -147,6 +148,7 @@ + node_modules/@ng-bootstrap/src/progressbar/progressbar.ts 32,38 @@ -250,6 +252,7 @@ + node_modules/@ng-bootstrap/src/timepicker/timepicker.ts 115,121 @@ -257,6 +260,7 @@ + node_modules/@ng-bootstrap/src/timepicker/timepicker.ts 123,131 @@ -325,6 +329,7 @@ Issuer domain + Емитент src/app/assets/assets.component.html 21,25 @@ -431,6 +436,7 @@ transaction + трансакција src/app/bisq/bisq-address/bisq-address.component.html 50 @@ -455,6 +461,7 @@ transactions + трансакции src/app/bisq/bisq-address/bisq-address.component.html 51 @@ -479,6 +486,7 @@ Address: + Адреса: src/app/bisq/bisq-address/bisq-address.component.ts 43 @@ -486,6 +494,7 @@ Block + Блок src/app/bisq/bisq-block/bisq-block.component.html 4 @@ -551,6 +560,7 @@ Block : + Блок : src/app/bisq/bisq-block/bisq-block.component.ts 89 @@ -851,6 +861,7 @@ Amount () + Вредност () src/app/bisq/bisq-market/bisq-market.component.html 112,113 @@ -1081,6 +1092,7 @@ confirmation + конфирмација src/app/bisq/bisq-transaction/bisq-transaction.component.html 20,21 @@ -1102,6 +1114,7 @@ confirmations + конфирмации src/app/bisq/bisq-transaction/bisq-transaction.component.html 21,22 @@ -1208,6 +1221,7 @@ Transaction: + Трансакција: src/app/bisq/bisq-transaction/bisq-transaction.component.ts 50 @@ -1243,6 +1257,7 @@ Asset listing fee + Провизија за објава src/app/bisq/bisq-transactions/bisq-transactions.component.ts 31 @@ -1318,6 +1333,7 @@ Reimbursement request + Барање за надомест src/app/bisq/bisq-transactions/bisq-transactions.component.ts 40 @@ -1433,6 +1449,7 @@ Navigate to https://mempool.space/sponsor to sponsor + Оди на https://mempool.space/sponsor за спонзорства src/app/components/about/about.component.html 78 @@ -1472,6 +1489,7 @@ Project Members + Членови на проектот src/app/components/about/about.component.html 181,183 @@ -1509,6 +1527,7 @@ multisig of + multisig од src/app/components/address-labels/address-labels.component.html 5 @@ -1517,6 +1536,7 @@ Lightning + Lightning src/app/components/address-labels/address-labels.component.html 11 @@ -1525,6 +1545,7 @@ Liquid + Liquid src/app/components/address-labels/address-labels.component.html 17 @@ -1533,6 +1554,7 @@ Unconfidential + Недоверлива src/app/components/address/address.component.html 23,24 @@ -1541,6 +1563,7 @@ of transaction + од трансакција src/app/components/address/address.component.html 60,61 @@ -1549,6 +1572,7 @@ of transactions + од трансакции src/app/components/address/address.component.html 61,62 @@ -1566,6 +1590,7 @@ The number of transactions on this address exceeds the Electrum server limit Consider viewing this address on the official Mempool website instead: + Бројот на трансакции на оваа адреса го надминува лимитот на Electrum серверот Разгледај ја оваа адреса на официјалната Mempool страница: src/app/components/address/address.component.html 137,140 @@ -1599,6 +1624,7 @@ Address: + Адреса: src/app/components/address/address.component.ts 78 @@ -1656,6 +1682,7 @@ Pegged in + Pegged in src/app/components/asset/asset.component.html 46 @@ -1665,6 +1692,7 @@ Pegged out + Pegged out src/app/components/asset/asset.component.html 50 @@ -1698,6 +1726,7 @@ of   + од   src/app/components/asset/asset.component.html 80 @@ -1706,6 +1735,7 @@ Peg In/Out and Burn Transactions + Peg In/Out и Ликвидирачки Трансакции src/app/components/asset/asset.component.html 81 @@ -1714,6 +1744,7 @@ Issuance and Burn Transactions + Издавачки и Ликвидирачки Трансакции src/app/components/asset/asset.component.html 82 @@ -1731,6 +1762,7 @@ Asset: + Средство: src/app/components/asset/asset.component.ts 73 @@ -1819,6 +1851,7 @@ Docs + Документација src/app/components/bisq-master-page/bisq-master-page.component.html 42,45 @@ -1831,6 +1864,7 @@ Next Block + Нареден Блок src/app/components/block/block.component.html 7,8 @@ -1843,6 +1877,7 @@ Previous Block + Претходен Блок src/app/components/block/block.component.html 26,27 @@ -1985,6 +2020,7 @@ Based on average native segwit transaction of 140 vBytes + Базирано на просечна segwit трансакција од 140 vBytes src/app/components/block/block.component.html 79,81 @@ -2055,6 +2091,7 @@ Merkle root + Merkle root src/app/components/block/block.component.html 133,135 @@ -2072,6 +2109,7 @@ Nonce + Nonce src/app/components/block/block.component.html 147,149 @@ -2080,6 +2118,7 @@ Block Header Hex + Хекс од заглавието на блокот src/app/components/block/block.component.html 151,152 @@ -2111,6 +2150,7 @@ Block : + Блок : src/app/components/block/block.component.ts 141 @@ -2126,6 +2166,7 @@ API service + API сервис src/app/components/docs/api-docs.component.html 12,14 @@ -2522,6 +2563,7 @@ Provides list of available currencies for a given base currency. + Обезбедува листа од достапни валути за дадена основна валута. src/app/components/docs/api-docs.component.html 54,56 @@ -2529,6 +2571,7 @@ Provides list of open offer prices for a single market. + Обезбедува листа од отворени ценовни понуди за одреден маркет. src/app/components/docs/api-docs.component.html 67,69 @@ -2536,6 +2579,7 @@ Provides hi/low/open/close data for a given market. This can be used to generate a candlestick chart. + Обезбедува hi/low/open/close податоци за одреден маркет кои можат да бидат искористени за генерирање на берзански графикон. src/app/components/docs/api-docs.component.html 80,82 @@ -2543,6 +2587,7 @@ Provides list of available markets. + Обезбедува листа од сите достапни маркети. src/app/components/docs/api-docs.component.html 93,95 @@ -2550,6 +2595,7 @@ Provides list of open offer details for a single market. + Обезбедува детална листа од сите отворени понуди за одреден маркет. src/app/components/docs/api-docs.component.html 106,108 @@ -2557,6 +2603,7 @@ Provides 24 hour price ticker for single market or all markets + Обезбедува тикер за 24 часовна цена за одреден или сите маркети. src/app/components/docs/api-docs.component.html 119,121 @@ -2564,6 +2611,7 @@ Provides list of completed trades for a single market. + Обезбедува листа од извршени тргувања за одреден маркет. src/app/components/docs/api-docs.component.html 132,134 @@ -2571,6 +2619,7 @@ Provides periodic volume data in terms of base currency for one or all markets. + Обезбедува периодични податоци за волуменот во однос на основната валута за еден или сите маркети. src/app/components/docs/api-docs.component.html 145,147 @@ -2586,6 +2635,7 @@ Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum. + Враќа детали за одредена адреса. Достапни полиња: address, chain_stats, и mempool_stats. chain,mempool_stats секој содржи објект со tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, и spent_txo_sum. src/app/components/docs/api-docs.component.html 179,180 @@ -2593,6 +2643,8 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). + Ја враќа историјата на трансакции за одредена адреса или scripthash, подредени по најновите. +Враќа до 50 mempool трансакции плус првите 25 потврдени трансакции. За повеќе потврдени трансакции користи го :last_seen_txid (види подолу). src/app/components/docs/api-docs.component.html 192,193 @@ -2616,6 +2668,7 @@ Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof. + Земи листа од непотрошени трансакциски излези поврзани со одредена адреса или scripthash. Достапни полиња: txid, vout, value, и status (со статусот на влезната трансакција).Исто има и valuecommitment поле што може да се покаже на местото на value, вклучително и следните додатни полиња: asset/assetcommitment, nonce/noncecommitment, surjection_proof, и range_proof. src/app/components/docs/api-docs.component.html 231,233 @@ -2631,6 +2684,7 @@ Returns transactions associated with the specified Liquid asset. For the network's native asset, returns a list of peg in, peg out, and burn transactions. For user-issued assets, returns a list of issuance, reissuance, and burn transactions. Does not include regular transactions transferring this asset. + Враќа трансакции поврзани со посоченото Liquid средство. За основното средство на мрежата, враќа листа од peg in, peg out и ликвидирачките трансакции. За средства создадени од корисници, враќа листата на издавачки, реиздавачки и ликвидирачки трансакции. Не ги вклучува регуларните трансакции околу трансферот на ова стредство. src/app/components/docs/api-docs.component.html 260,262 @@ -2646,6 +2700,7 @@ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. + Враќа детали за блокот. Достапни полиња: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, и previousblockhash. src/app/components/docs/api-docs.component.html 290,291 @@ -2661,6 +2716,7 @@ Returns the hash of the block currently at :height. + Го враќа хашот на блок со одредена висина:height. src/app/components/docs/api-docs.component.html 316,317 @@ -2676,6 +2732,7 @@ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). + Го враќа конфирмацискиот статус на блокот. Достапни полиња: in_best_chain (boolean, false за неврзани блокови), next_best (хашот на наредниот блок, достапно само за блокови во најдобриот синџир). src/app/components/docs/api-docs.component.html 342,343 @@ -2699,6 +2756,7 @@ Returns the transaction at index :index within the specified block. + Ја враќа трансакцијата на индекс :index во наведениот блок. src/app/components/docs/api-docs.component.html 381,382 @@ -2721,6 +2779,7 @@ Returns the 10 newest blocks starting at the tip or at :start_height if specified. + Ги враќа најновите 10 блока почнувајќи од врвот или од некоја зададена висина :start_height src/app/components/docs/api-docs.component.html 420,421 @@ -2752,6 +2811,7 @@ Returns current mempool backlog statistics. + Враќа моментална статистика за сите непотврдени трансакции во mempool. src/app/components/docs/api-docs.component.html 480,482 @@ -2761,6 +2821,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. + Превземи целосна листа од трансакции во mempool-от како низа. Редоследот на трансакциите е случаен и не го рефлектира редоследот во bitcoind. src/app/components/docs/api-docs.component.html 493,495 @@ -2789,6 +2850,7 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. + Враќа детали за трансакцијата. Достапни полиња: txid, version, locktime, size, weight, fee, vin, vout, и status. src/app/components/docs/api-docs.component.html 536,537 @@ -2856,6 +2918,7 @@ 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. + Емитувај трансакција на мрежата. Трансакцијата треба да биде во хексадецимален формат во API барањето. При успешно емитување како резултат ќе биде вратеноtxid. src/app/components/docs/api-docs.component.html 653,654 @@ -2914,6 +2977,7 @@ Documentation + Документација src/app/components/docs/docs.component.html 4 @@ -2979,6 +3043,7 @@ Tx vBytes per second: + Tx vBytes во секунда: src/app/components/footer/footer.component.html 5,7 @@ -3038,6 +3103,7 @@ blocks + блокови src/app/components/footer/footer.component.html 22,23 @@ -3054,6 +3120,7 @@ block + блок src/app/components/footer/footer.component.html 23,24 @@ -3143,6 +3210,7 @@ Stack of mempool blocks + Збир од mempool блокови src/app/components/mempool-block/mempool-block.component.ts 73 @@ -3150,6 +3218,7 @@ Mempool block + Mempool блок src/app/components/mempool-block/mempool-block.component.ts 75 @@ -3157,6 +3226,7 @@ Range + Опсег src/app/components/mempool-graph/mempool-graph.component.ts 256 @@ -3164,6 +3234,7 @@ Sum + Сума src/app/components/mempool-graph/mempool-graph.component.ts 258 @@ -3180,6 +3251,7 @@ Identified by payout address: '' + Идентификуван по адреса на плаќање: '' src/app/components/miner/miner.component.ts 42 @@ -3187,6 +3259,7 @@ Identified by coinbase tag: '' + Идентификуван по таг од ковачницата: '' src/app/components/miner/miner.component.ts 52 @@ -3194,6 +3267,7 @@ Broadcast Transaction + Емитирај ја Трансакцијата src/app/components/push-transaction/push-transaction.component.html 2 @@ -3211,6 +3285,7 @@ Transaction Hex + Хекс на трансакцијата src/app/components/push-transaction/push-transaction.component.html 6 @@ -3290,6 +3365,7 @@ Mempool by vBytes (sat/vByte) + Mempool прикажан по vBytes (sat/vByte) src/app/components/statistics/statistics.component.html 6 @@ -3298,6 +3374,7 @@ Filter + Филтер src/app/components/statistics/statistics.component.html 40 @@ -3306,6 +3383,7 @@ Invert + Инвертирај src/app/components/statistics/statistics.component.html 62 @@ -3335,6 +3413,7 @@ ago + Пред src/app/components/time-since/time-since.component.ts 67 @@ -3394,6 +3473,7 @@ After + После src/app/components/time-span/time-span.component.ts 67 @@ -3453,6 +3533,7 @@ In ~ + За ~ src/app/components/time-until/time-until.component.ts 66 @@ -3648,6 +3729,7 @@ Locktime + Locktime src/app/components/transaction/transaction.component.html 234,236 @@ -3722,6 +3804,7 @@ Peg-in + Peg-in src/app/components/transactions-list/transactions-list.component.html 53,55 @@ -3795,6 +3878,7 @@ Previous output type + Претходен тип на излезот src/app/components/transactions-list/transactions-list.component.html 116,117 @@ -3816,6 +3900,7 @@ Peg-out to + Peg-out кон src/app/components/transactions-list/transactions-list.component.html 146,147 @@ -3863,6 +3948,7 @@ This transaction saved % on fees by using native SegWit-Bech32 + Оваа трансакција заштеди % во провизии со користење на SegWit-Bech32 src/app/components/tx-features/tx-features.component.html 1 @@ -3889,6 +3975,7 @@ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32 + Оваа трансакција заштеди % во провизии со користење на SegWit и можеше да заштеди % дополнително доколку користеше SegWit-Bech32 src/app/components/tx-features/tx-features.component.html 3 @@ -3897,6 +3984,7 @@ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH + Оваа трансакција можеше да заштеди% во провизии со користење на SegWit-Bech32 или % со SegWit-P2SH src/app/components/tx-features/tx-features.component.html 5 @@ -3905,6 +3993,7 @@ This transaction uses Taproot + Оваа трансакција користи Taproot src/app/components/tx-features/tx-features.component.html 8 @@ -3913,6 +4002,7 @@ Taproot + Taproot src/app/components/tx-features/tx-features.component.html 8 @@ -3963,6 +4053,7 @@ Only ~ sat/vB was needed to get into this block + Само ~ sat/vB беше потребно за вклучување во блокот src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -3975,6 +4066,7 @@ Overpaid x + Преплатено x src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -4098,6 +4190,7 @@ L-BTC in circulation + L-BTC во циркулација src/app/dashboard/dashboard.component.html 209,211 @@ -4172,6 +4265,7 @@ year + година src/app/shared/i18n/dates.ts 3 @@ -4179,6 +4273,7 @@ years + години src/app/shared/i18n/dates.ts 4 @@ -4186,6 +4281,7 @@ month + месец src/app/shared/i18n/dates.ts 5 @@ -4193,6 +4289,7 @@ months + месеци src/app/shared/i18n/dates.ts 6 @@ -4200,6 +4297,7 @@ week + недела src/app/shared/i18n/dates.ts 7 @@ -4207,6 +4305,7 @@ weeks + недели src/app/shared/i18n/dates.ts 8 @@ -4214,6 +4313,7 @@ day + ден src/app/shared/i18n/dates.ts 9 @@ -4221,6 +4321,7 @@ days + дена src/app/shared/i18n/dates.ts 10 @@ -4228,6 +4329,7 @@ hour + час src/app/shared/i18n/dates.ts 11 @@ -4235,6 +4337,7 @@ hours + часа src/app/shared/i18n/dates.ts 12 @@ -4242,6 +4345,7 @@ minute + минута src/app/shared/i18n/dates.ts 13 @@ -4249,6 +4353,7 @@ minutes + минути src/app/shared/i18n/dates.ts 14 @@ -4256,6 +4361,7 @@ second + секунда src/app/shared/i18n/dates.ts 15 @@ -4263,6 +4369,7 @@ seconds + секунди src/app/shared/i18n/dates.ts 16 diff --git a/frontend/src/locale/messages.pt.xlf b/frontend/src/locale/messages.pt.xlf index e89f3af46..025b80c76 100644 --- a/frontend/src/locale/messages.pt.xlf +++ b/frontend/src/locale/messages.pt.xlf @@ -2636,6 +2636,7 @@ Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum. + Retorna detalhes sobre um endereço. Campos disponíveis: address, chain_stats e mempool_stats. chain, mempool_stats cada um contém um objeto com tx_count, funded_txo_count, funded_txo_sum, spend_txo_count e spend_txo_sum. src/app/components/docs/api-docs.component.html 179,180 @@ -2643,6 +2644,7 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). + Obtenha o histórico de transações para o endereço/scripthash especificado, classificado com o mais recente primeiro. Retorna até 50 transações mempool mais as 25 primeiras transações confirmadas. Você pode solicitar mais transações confirmadas usando:last_seen_txid (veja abaixo). src/app/components/docs/api-docs.component.html 192,193 @@ -2666,6 +2668,7 @@ Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof. + Obtenha a lista de saídas de transações não gastas associadas ao endereço / scripthash. Campos disponíveis: txid, vout, value e status (com o status do tx de financiamento). Também há um campo valuecommitment que pode aparecer no lugar do valor, além dos seguintes campos adicionais: asset / assetcommitment, nonce / noncecommitment, surjection_proof , e range_proof. src/app/components/docs/api-docs.component.html 231,233 @@ -2697,6 +2700,7 @@ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. + Retorna detalhes sobre um bloco. Campos disponíveis: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight, proof e previousblockhash. src/app/components/docs/api-docs.component.html 290,291 @@ -2712,6 +2716,7 @@ Returns the hash of the block currently at :height. + Retorna o hash do bloco atual em :height. src/app/components/docs/api-docs.component.html 316,317 @@ -2727,6 +2732,7 @@ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). + Retorna o status de confirmação de um bloco. Campos disponíveis: in_best_chain (booleano, falso para blocos órfãos), next_best (o hash do próximo bloco, disponível apenas para blocos na melhor cadeia). src/app/components/docs/api-docs.component.html 342,343 @@ -2750,6 +2756,7 @@ Returns the transaction at index :index within the specified block. + Retorna a transação no índice :index com o bloco especificado. src/app/components/docs/api-docs.component.html 381,382 @@ -2765,6 +2772,7 @@ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. + Retorna uma lista de transações no bloco (até 25 transações começando em start_index). As transações retornadas aqui não têm o campo de status, pois todas as transações compartilham o mesmo bloco e status de confirmação. src/app/components/docs/api-docs.component.html 407,408 @@ -2772,6 +2780,7 @@ Returns the 10 newest blocks starting at the tip or at :start_height if specified. + Retorna os 10 blocos mais novos começando na ponta ou em:start_height se especificado. src/app/components/docs/api-docs.component.html 420,421 @@ -2823,6 +2832,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. + Obtenha uma lista das últimas 10 transações que entraram no mempool. Cada objeto de transação contém dados de visão geral simplificados, com os seguintes campos: txid, fee, vsize e value. src/app/components/docs/api-docs.component.html 506,507 @@ -2842,6 +2852,7 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. + Retorna detalhes sobre uma transação. Campos disponíveis: txid, version, locktime, size, weight, fee, vin, vout e status. src/app/components/docs/api-docs.component.html 536,537 @@ -2857,6 +2868,7 @@ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. + Retorna uma prova de inclusão de merkle para a transação usando o formato merkleblock do bitcoind. src/app/components/docs/api-docs.component.html 562,563 @@ -2864,6 +2876,7 @@ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. + Retorna uma prova de inclusão de merkle para a transação usando o formato blockchain.transaction.get_merkle do Electrum. src/app/components/docs/api-docs.component.html 575,576 @@ -2871,6 +2884,7 @@ 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). + Retorna o status de gastos de uma saída de transação. Campos disponíveis: spend (booleano), txid (opcional), vin (opcional) e status (opcional, o status do gasto tx). src/app/components/docs/api-docs.component.html 588,589 @@ -2910,6 +2924,7 @@ 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. + Transmita uma transação bruta para a rede. A transação deve ser fornecida como hexadecimal no corpo da solicitação. O txid será devolvido em caso de sucesso. src/app/components/docs/api-docs.component.html 653,654 @@ -2917,6 +2932,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. + Push padrão: ação: 'want', data: ['blocks', ...] para expressar o que você deseja push. Disponível: blocks, mempool-blocks, live-2h-chart e stats.Push transações relacionadas ao endereço: 'track-address': '3PbJ ... bF9B' para receber todas as novas transações contendo aquele endereço como entrada ou saída. Retorna uma matriz de transações. address-transactions para novas transações de mempool e block-transactions para novas transações de bloco confirmadas. src/app/components/docs/api-docs.component.html 671,672