diff --git a/frontend/src/locale/messages.it.xlf b/frontend/src/locale/messages.it.xlf index 0ee7ef0b8..6befde6d9 100644 --- a/frontend/src/locale/messages.it.xlf +++ b/frontend/src/locale/messages.it.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. + Restituisce i dettagli su un indirizzo. Campi disponibili: address, chain_stats, e mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, e spent_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). + Ottieni la cronologia delle transazioni per l'indirizzo/scripthash specificato, ordinato con il più recente per primo. Restituisce fino a 50 transazioni mempool più le prime 25 transazioni confermate. Puoi richiedere più transazioni confermate usando :last_seen_txid (vedi sotto). 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. + Ottieni l'elenco degli output delle transazioni non spese associati all'indirizzo/scripthash. Campi disponibili:txid, vout, value, and status (with the status of the funding tx).C'è anche valuecommitment field that may appear in place of value, oltre i seguenti campi addizionali asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof. src/app/components/docs/api-docs.component.html 231,233 @@ -2698,6 +2701,7 @@ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. + Restituisce i dettagli su un blocco. Campi disponibili: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 @@ -2713,6 +2717,7 @@ Returns the hash of the block currently at :height. + Restituisce l'hash del blocco attualmente a :height . src/app/components/docs/api-docs.component.html 316,317 @@ -2728,6 +2733,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). + Restituisce lo stato di conferma di un blocco. Campi disponibili: in_best_chain (booleano, falso per blocchi orfani), next_best (l'hash del blocco successivo, disponibile solo per i blocchi nella migliore catena). src/app/components/docs/api-docs.component.html 342,343 @@ -2751,6 +2757,7 @@ Returns the transaction at index :index within the specified block. + Restituisce la transazione all'indice :index all'interno del blocco specificato. src/app/components/docs/api-docs.component.html 381,382 @@ -2766,6 +2773,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. + Restituisce un elenco di transazioni nel blocco (fino a 25 transazioni a partire da start_index ). Le transazioni restituite qui non hanno il campo status, poiché tutte le transazioni condividono lo stesso blocco e stato di conferma. src/app/components/docs/api-docs.component.html 407,408 @@ -2773,6 +2781,7 @@ Returns the 10 newest blocks starting at the tip or at :start_height if specified. + Restituisce i 10 blocchi più recenti a partire dalla punta o da start_height se specificato. src/app/components/docs/api-docs.component.html 420,421 @@ -2824,6 +2833,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. + Ottieni un elenco delle ultime 10 transazioni per entrare nella mempool. Ogni oggetto di transazione contiene una panoramica di dati semplificati, con i seguenti campi: txid, fee, vsize, and value. src/app/components/docs/api-docs.component.html 506,507 @@ -2843,6 +2853,7 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. + Restituisce i dettagli su una transazione. Campi disponibili: txid, version, locktime, size, weight, fee, vin, vout, and status. src/app/components/docs/api-docs.component.html 536,537 @@ -2858,6 +2869,7 @@ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. + Restituisce una prova di inclusione merkle per la transazione utilizzando il formato bitcoind's merkleblock src/app/components/docs/api-docs.component.html 562,563 @@ -2865,6 +2877,7 @@ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. + Restituisce una prova di inclusione merkle per la transazione utilizzando il formato Electrum's blockchain.transaction.get_merkle. src/app/components/docs/api-docs.component.html 575,576 @@ -2872,6 +2885,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). + Restituisce lo stato di spesa di un output di transazione. Campi disponibili: 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 @@ -2895,6 +2909,7 @@ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). + Restituisce lo stato di conferma di una transazione. Campi disponibili: confirmed (boolean), block_height (optional), and block_hash (optional). src/app/components/docs/api-docs.component.html 627,628 @@ -2910,6 +2925,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. + Trasmetti una transazione non elaborata alla rete. La transazione deve essere fornita come esadecimale nel corpo della richiesta. Verrà restituito il txid in caso di successo. src/app/components/docs/api-docs.component.html 653,654 @@ -2917,6 +2933,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 predefinito: action: 'want', data: ['blocks', ...] per esprimere cosa vuoi spingere. Disponibile: blocks, mempool-blocks, live-2h-chart, and stats.Spingi transazioni collegate all'indirizzo: 'track-address': '3PbJ...bF9B' per ricevere tutte le nuove transazioni contenenti quell'indirizzo come input o output. Restituisce un array di transazioni. address-transactions per nuove transazioni di mempool e block-transactions per le nuove transazioni confermate nel blocco. src/app/components/docs/api-docs.component.html 671,672 @@ -2968,6 +2985,7 @@ Documentation + Documentazione src/app/components/docs/docs.component.html 4 @@ -3093,6 +3111,7 @@ blocks + blocchi src/app/components/footer/footer.component.html 22,23 @@ -3109,6 +3128,7 @@ block + blocco src/app/components/footer/footer.component.html 23,24 @@ -3198,6 +3218,7 @@ Stack of mempool blocks + Pila di blocchi mempool src/app/components/mempool-block/mempool-block.component.ts 73 @@ -3205,6 +3226,7 @@ Mempool block + Blocco mempool src/app/components/mempool-block/mempool-block.component.ts 75 @@ -3212,6 +3234,7 @@ Range + Range src/app/components/mempool-graph/mempool-graph.component.ts 256 @@ -3219,6 +3242,7 @@ Sum + Somma src/app/components/mempool-graph/mempool-graph.component.ts 258 @@ -3235,6 +3259,7 @@ Identified by payout address: '' + Identificato dall'indirizzo di pagamento: '' src/app/components/miner/miner.component.ts 42 @@ -3242,6 +3267,7 @@ Identified by coinbase tag: '' + Identificato dal tag coinbase: '' src/app/components/miner/miner.component.ts 52 @@ -3249,6 +3275,7 @@ Broadcast Transaction + Trasmetti Transazione src/app/components/push-transaction/push-transaction.component.html 2 @@ -3355,6 +3382,7 @@ Filter + Filtro src/app/components/statistics/statistics.component.html 40 @@ -3393,6 +3421,7 @@ ago + fa src/app/components/time-since/time-since.component.ts 67 @@ -3452,6 +3481,7 @@ After + Dopo src/app/components/time-span/time-span.component.ts 67 @@ -3511,6 +3541,7 @@ In ~ + In ~ src/app/components/time-until/time-until.component.ts 66 @@ -3706,6 +3737,7 @@ Locktime + Locktime src/app/components/transaction/transaction.component.html 234,236 @@ -3854,6 +3886,7 @@ Previous output type + Tipo di output precedente src/app/components/transactions-list/transactions-list.component.html 116,117 @@ -3875,6 +3908,7 @@ Peg-out to + Peg-out a src/app/components/transactions-list/transactions-list.component.html 146,147 @@ -3922,6 +3956,7 @@ This transaction saved % on fees by using native SegWit-Bech32 + Questa transazione ha risparmiato % sulle commissioni utilizzando SegWit-Bech32 nativo src/app/components/tx-features/tx-features.component.html 1 @@ -3948,6 +3983,7 @@ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32 + Questa transazione ha risparmiato il % sulle commissioni utilizzando SegWit e avrebbe potuto risparmiare il % in più aggiornando completamente a SegWit-Bech32 nativo src/app/components/tx-features/tx-features.component.html 3 @@ -3956,6 +3992,7 @@ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH + Questa transazione avrebbe potuto far risparmiare il % sulle commissioni aggiornando a SegWit-Bech32 nativo o il % aggiornando a SegWit-P2SH src/app/components/tx-features/tx-features.component.html 5 @@ -3964,6 +4001,7 @@ This transaction uses Taproot + Questa transazione utilizza Taproot src/app/components/tx-features/tx-features.component.html 8 @@ -3972,6 +4010,7 @@ Taproot + Taproot src/app/components/tx-features/tx-features.component.html 8 @@ -4022,6 +4061,7 @@ Only ~ sat/vB was needed to get into this block + Era necessario solo ~ sat/vB per entrare in questo blocco src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -4034,6 +4074,7 @@ Overpaid x + Sovra-pagato x src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -4157,6 +4198,7 @@ L-BTC in circulation + L-BTC in circolazione src/app/dashboard/dashboard.component.html 209,211 @@ -4231,6 +4273,7 @@ year + anno src/app/shared/i18n/dates.ts 3 @@ -4238,6 +4281,7 @@ years + anni src/app/shared/i18n/dates.ts 4 @@ -4245,6 +4289,7 @@ month + mese src/app/shared/i18n/dates.ts 5 @@ -4252,6 +4297,7 @@ months + mesi src/app/shared/i18n/dates.ts 6 @@ -4259,6 +4305,7 @@ week + settimana src/app/shared/i18n/dates.ts 7 @@ -4266,6 +4313,7 @@ weeks + settimane src/app/shared/i18n/dates.ts 8 @@ -4273,6 +4321,7 @@ day + giorno src/app/shared/i18n/dates.ts 9 @@ -4280,6 +4329,7 @@ days + giorni src/app/shared/i18n/dates.ts 10 @@ -4287,6 +4337,7 @@ hour + ora src/app/shared/i18n/dates.ts 11 @@ -4294,6 +4345,7 @@ hours + ore src/app/shared/i18n/dates.ts 12 @@ -4301,6 +4353,7 @@ minute + minuto src/app/shared/i18n/dates.ts 13 @@ -4308,6 +4361,7 @@ minutes + minuti src/app/shared/i18n/dates.ts 14 @@ -4315,6 +4369,7 @@ second + secondo src/app/shared/i18n/dates.ts 15 @@ -4322,6 +4377,7 @@ seconds + secondi src/app/shared/i18n/dates.ts 16 diff --git a/frontend/src/locale/messages.ko.xlf b/frontend/src/locale/messages.ko.xlf index 78ba67a41..19e4824a3 100644 --- a/frontend/src/locale/messages.ko.xlf +++ b/frontend/src/locale/messages.ko.xlf @@ -461,7 +461,7 @@ transactions - 트랜잭년 + 트랜잭션 src/app/bisq/bisq-address/bisq-address.component.html 51 @@ -1527,7 +1527,7 @@ multisig of - / 다중서명 + 다중서명 / src/app/components/address-labels/address-labels.component.html 5 diff --git a/frontend/src/locale/messages.mk.xlf b/frontend/src/locale/messages.mk.xlf index 3a194b997..10198307a 100644 --- a/frontend/src/locale/messages.mk.xlf +++ b/frontend/src/locale/messages.mk.xlf @@ -2175,6 +2175,7 @@ Endpoint + Endpoint src/app/components/docs/api-docs.component.html 32,33 @@ -2772,6 +2773,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. + Враќа листа од трансакции во блокот (до 25 трансакции почнувајќи од start_index). Вратените трансакции немаат status поле, бидејќи сите трансакции го споделуваат истиот блок и конфирмациски статус. src/app/components/docs/api-docs.component.html 407,408 @@ -2831,6 +2833,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. + Превземи листа од последните 10 трансакции во mempool-от. Секој објект содржи општи податоци, со следните полиња: txid, fee, vsize, и value. src/app/components/docs/api-docs.component.html 506,507 @@ -2866,6 +2869,7 @@ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. + Враќа меркл доказ за вклучување на трансакцијата во bitcoind's merkleblock формат. src/app/components/docs/api-docs.component.html 562,563 @@ -2873,6 +2877,7 @@ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. + Враќа меркл доказ за вклучување на трансакцијата во Electrum's blockchain.transaction.get_merkle формат. src/app/components/docs/api-docs.component.html 575,576 @@ -2880,6 +2885,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). + Го враќа статусот на трошење на трансакцискиот излез. Достапни полиња: spent (boolean), txid (опционално), vin (опционално), и status (опционално, статус на потрошувачката трансакција). src/app/components/docs/api-docs.component.html 588,589 @@ -2903,6 +2909,7 @@ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). + Го враќа конфирмацискиот статус на трансакцијата. Достапни полиња: confirmed (boolean), block_height (опционално), и block_hash (опционално). src/app/components/docs/api-docs.component.html 627,628 @@ -2926,6 +2933,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. + Објавување: action: 'want', data: ['blocks', ...] за да специфираш што да биде објавено. Достапни полиња: blocks, mempool-blocks, live-2h-chart, и stats.Објави трансакции поврзани со адресса: 'track-address': '3PbJ...bF9B' за да ги добиеш сите нови трансакции што ја содржат таа адреса како влез или излез. Враќа низа од транссакции. address-transactions за нови трансакции во mempool-от, и block-transactions за поврдени трансакции во најновиот блок. src/app/components/docs/api-docs.component.html 671,672