diff --git a/frontend/angular.json b/frontend/angular.json
index 01406c25c..6666612ae 100644
--- a/frontend/angular.json
+++ b/frontend/angular.json
@@ -55,6 +55,10 @@
"translation": "src/locale/messages.ko.xlf",
"baseHref": "/ko/"
},
+ "it": {
+ "translation": "src/locale/messages.it.xlf",
+ "baseHref": "/it/"
+ },
"nl": {
"translation": "src/locale/messages.nl.xlf",
"baseHref": "/nl/"
diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts
index 0043a18dc..e0027e781 100644
--- a/frontend/src/app/app.constants.ts
+++ b/frontend/src/app/app.constants.ts
@@ -59,7 +59,7 @@ export const languages: Language[] = [
{ code: 'ko', name: '한국어' }, // Korean
// { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
-// { code: 'it', name: 'Italiano' }, // Italian
+ { code: 'it', name: 'Italiano' }, // Italian
// { code: 'he', name: 'עברית' }, // Hebrew
{ code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'lv', name: 'Latviešu' }, // Latvian
diff --git a/frontend/src/locale/messages.hu.xlf b/frontend/src/locale/messages.hu.xlf
index ee6412fc0..bc2763d6d 100644
--- a/frontend/src/locale/messages.hu.xlf
+++ b/frontend/src/locale/messages.hu.xlf
@@ -282,7 +282,7 @@
confirmations
- konfirmációk
+ konfirmáció
src/app/components/transactions-list/transactions-list.component.html
206
@@ -563,7 +563,7 @@
Total received
- Összes fogadott
+ Összesen fogadott
src/app/components/address/address.component.html
20
@@ -576,7 +576,7 @@
Total sent
- Összes küldött
+ Összesen küldött
src/app/components/address/address.component.html
24
@@ -606,7 +606,7 @@
of transaction
- a -ből tranzakció
+ a -ből/ból tranzakció
src/app/components/address/address.component.html
48
@@ -615,7 +615,7 @@
of transactions
- a -ből/ból tranzakciók
+ a -ből/ból tranzakció
src/app/components/address/address.component.html
49
@@ -1095,7 +1095,7 @@
multisig of
- a -ből multiszignatúra
+ - multiszignatúra
src/app/components/address-labels/address-labels.component.html
1
@@ -1184,7 +1184,7 @@
Graphs
- Gráfok
+ Grafikon
src/app/components/master-page/master-page.component.html
46
@@ -1384,7 +1384,7 @@
Loading graphs...
- Gráfok betöltése...
+ Grafikon betöltése...
src/app/components/statistics/statistics.component.html
6
@@ -1393,7 +1393,7 @@
Mempool by vBytes (sat/vByte)
- Mempool vBájtul (sat/vBájt)
+ Mempool vBájtonként (sat/vBájt)
src/app/components/statistics/statistics.component.html
16
diff --git a/frontend/src/locale/messages.it.xlf b/frontend/src/locale/messages.it.xlf
index c793aa20f..8f0a554e9 100644
--- a/frontend/src/locale/messages.it.xlf
+++ b/frontend/src/locale/messages.it.xlf
@@ -33,7 +33,7 @@
(Newly Generated Coins)
- (Bitcoins appena generati)
+ (Bitcoins Appena Generati)
src/app/components/transactions-list/transactions-list.component.html
39
@@ -89,6 +89,7 @@
P2SH redeem script
+ Script di riscatto P2SH
src/app/components/transactions-list/transactions-list.component.html
84
@@ -97,6 +98,7 @@
P2WSH witness script
+ Script testimone P2WSH
src/app/components/transactions-list/transactions-list.component.html
88
@@ -105,6 +107,7 @@
Previous output script
+ Script output precedente
src/app/components/transactions-list/transactions-list.component.html
96
@@ -332,6 +335,7 @@
Block
+ Blocco
src/app/components/block/block.component.html
4
@@ -361,6 +365,7 @@
Timestamp
+ Timestamp
src/app/components/block/block.component.html
22
@@ -412,7 +417,7 @@
Median fee
- Spesa mediana
+ Commissione mediana
src/app/components/block/block.component.html
45
@@ -450,7 +455,7 @@
Total fees
- Spese totali
+ Commissioni totali
src/app/components/block/block.component.html
50
@@ -464,7 +469,7 @@
Subsidy + fees:
- Sussidio + spese:
+ Sussidio + commissioni:
src/app/components/block/block.component.html
57
@@ -619,6 +624,7 @@
Error loading address data.
+ Errore nel caricamento dei dati dell'indirizzo.
src/app/components/address/address.component.html
113
@@ -627,6 +633,7 @@
TXID, block height, hash or address
+ TXID, altezza del blocco, hash o indirizzo
src/app/components/search-form/search-form.component.html
4
@@ -656,6 +663,7 @@
Blocks
+ Blocchi
src/app/components/latest-blocks/latest-blocks.component.html
2
@@ -680,6 +688,7 @@
Height
+ Altezza
src/app/components/latest-blocks/latest-blocks.component.html
9
@@ -700,6 +709,7 @@
Mined
+ Minato
src/app/components/latest-blocks/latest-blocks.component.html
11
@@ -780,6 +790,7 @@
Inputs & Outputs
+ Input & Output
src/app/components/transaction/transaction.component.html
168
@@ -838,6 +849,7 @@
Virtual size
+ Dimensione virtuale
src/app/components/transaction/transaction.component.html
185
@@ -879,7 +891,7 @@
Fee
- Spesa
+ Commissione
src/app/components/transaction/transaction.component.html
79
@@ -907,7 +919,7 @@
Fee per vByte
- Spesa per vByte
+ Commissione per vByte
src/app/components/transaction/transaction.component.html
83
@@ -959,6 +971,7 @@
Features
+ Caratteristiche
src/app/components/transaction/transaction.component.html
67
@@ -976,6 +989,7 @@
ETA
+ ETA
src/app/components/transaction/transaction.component.html
119
@@ -1090,6 +1104,7 @@
Layer Peg-out
+ Layer Peg-out
src/app/components/address-labels/address-labels.component.html
2
@@ -1111,6 +1126,7 @@
About
+ Su di noi
src/app/components/master-page/master-page.component.html
59
@@ -1123,6 +1139,7 @@
Offline
+ Offline
src/app/components/master-page/master-page.component.html
7
@@ -1140,6 +1157,7 @@
Layer 2 Networks
+ Reti Layer 2
src/app/components/master-page/master-page.component.html
19
@@ -1157,6 +1175,7 @@
Dashboard
+ Dashboard
src/app/components/master-page/master-page.component.html
40
@@ -1204,6 +1223,7 @@
About the project
+ Sul progetto
src/app/components/about/about.component.html
13
@@ -1220,6 +1240,7 @@
Maintainers
+ Manutentori
src/app/components/about/about.component.html
22
@@ -1354,6 +1375,7 @@
If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.
+ Se hai specificato un handle di Twitter, la tua foto profilo dovrebbe essere visibile su questa pagina non appena la ricarichi.
src/app/components/about/about.component.html
176
@@ -1371,6 +1393,7 @@
Mempool by vBytes (sat/vByte)
+ Mempool in vByte (sat/vByte)
src/app/components/statistics/statistics.component.html
16
@@ -1379,6 +1402,7 @@
Invert
+ Invertire
src/app/components/statistics/statistics.component.html
43
@@ -1387,6 +1411,7 @@
Transaction vBytes per second (vB/s)
+ Transazione vByte al secondo (vB/s)
src/app/components/statistics/statistics.component.html
57
@@ -1395,6 +1420,7 @@
Waiting for blocks...
+ Aspettando i blocchi...
src/app/components/blockchain/blockchain.component.html
11
@@ -1404,6 +1430,7 @@
Tx vBytes per second:
+ Tx vByte al secondo:
src/app/components/footer/footer.component.html
5
@@ -1412,6 +1439,7 @@
Unconfirmed
+ Non confermate
src/app/components/footer/footer.component.html
16
@@ -1425,6 +1453,7 @@
Mempool size
+ Dimensione mempool
src/app/components/footer/footer.component.html
20
@@ -1434,6 +1463,7 @@
Backend is synchronizing
+ Il backend si sta sincronizzando
src/app/components/footer/footer.component.html
7
@@ -1468,6 +1498,7 @@
Stack of mempool blocks
+ Cumulo di blocchi in mempool
src/app/components/mempool-block/mempool-block.component.ts
73
@@ -1475,6 +1506,7 @@
Mempool block
+ Blocco mempool
src/app/components/mempool-block/mempool-block.component.ts
75
@@ -1482,6 +1514,7 @@
Fee span
+ Intervallo della commissione
src/app/components/mempool-block/mempool-block.component.html
20
@@ -1490,6 +1523,7 @@
Total fees
+ Commissioni totali
src/app/components/mempool-block/mempool-block.component.html
24
@@ -1498,6 +1532,7 @@
Asset:
+ Asset:
src/app/components/asset/asset.component.ts
73
@@ -1505,6 +1540,7 @@
Name
+ Nome
src/app/components/asset/asset.component.html
20
@@ -1514,6 +1550,7 @@
Precision
+ Precisione
src/app/components/asset/asset.component.html
24
@@ -1523,6 +1560,7 @@
Burned amount
+ Quantità bruciata
src/app/components/asset/asset.component.html
55
@@ -1532,6 +1570,7 @@
Issuer
+ Emittente
src/app/components/asset/asset.component.html
28
@@ -1541,6 +1580,7 @@
Issuance TX
+ TX di emissione
src/app/components/asset/asset.component.html
32
@@ -1550,6 +1590,7 @@
Pegged in
+ Pegged in
src/app/components/asset/asset.component.html
43
@@ -1559,6 +1600,7 @@
Pegged out
+ Pegged out
src/app/components/asset/asset.component.html
47
@@ -1568,6 +1610,7 @@
Issued amount
+ Importo emesso
src/app/components/asset/asset.component.html
51
@@ -1581,6 +1624,7 @@
Circulating amount
+ Importo circolante
src/app/components/asset/asset.component.html
59
@@ -1594,6 +1638,7 @@
Peg In/Out and Burn Transactions
+ Peg In/Out e Transazioni Bruciate
src/app/components/asset/asset.component.html
75
@@ -1602,6 +1647,7 @@
Issuance and Burn Transactions
+ Transazioni Bruciate e di Emissione
src/app/components/asset/asset.component.html
75
@@ -1610,6 +1656,7 @@
Error loading asset data.
+ Errore nel caricamento dei dati dell'asset.
src/app/components/asset/asset.component.html
132
@@ -1618,6 +1665,7 @@
Registered assets
+ Asset registrati
src/app/assets/assets.component.html
2
@@ -1626,6 +1674,7 @@
Search asset
+ Cerca asset
src/app/assets/assets.component.html
9
@@ -1634,6 +1683,7 @@
Clear
+ Pulire
src/app/assets/assets.component.html
11
@@ -1642,6 +1692,7 @@
Name
+ Nome
src/app/assets/assets.component.html
19
@@ -1654,6 +1705,7 @@
Ticker
+ Ticker
src/app/assets/assets.component.html
20
@@ -1666,6 +1718,7 @@
Issuer domain
+ Dominio dell'emittente
src/app/assets/assets.component.html
21
@@ -1678,6 +1731,7 @@
Asset ID
+ ID asset
src/app/assets/assets.component.html
22
@@ -1690,6 +1744,7 @@
Issuance TX
+ TX di emissione
src/app/assets/assets.component.html
23
@@ -1702,6 +1757,7 @@
Error loading assets data.
+ Errore nel caricamento dei dati degli asset.
src/app/assets/assets.component.html
67
@@ -1710,6 +1766,7 @@
Identified by payout address: ''
+ Identificato dall'indirizzo di pagamento: ''
src/app/components/miner/miner.component.ts
42
@@ -1717,6 +1774,7 @@
Identified by coinbase tag: ''
+ Identificato dal tag coinbase: ''
src/app/components/miner/miner.component.ts
52
@@ -1724,6 +1782,7 @@
Unknown
+ Sconosciuto
src/app/components/miner/miner.component.html
10
@@ -1780,6 +1839,7 @@
TXs
+ TXs
src/app/dashboard/dashboard.component.html
80
@@ -1792,6 +1852,7 @@
View all »
+ Vedi tutto »
src/app/dashboard/dashboard.component.html
97
@@ -1809,6 +1870,7 @@
TXID
+ TXID
src/app/dashboard/dashboard.component.html
107
@@ -1830,6 +1892,7 @@
Fee
+ Commissione
src/app/dashboard/dashboard.component.html
110
@@ -1847,6 +1910,7 @@
Expand
+ Espandere
src/app/dashboard/dashboard.component.html
131
@@ -1855,6 +1919,7 @@
Collapse
+ Comprimi
src/app/dashboard/dashboard.component.html
132
@@ -1863,6 +1928,7 @@
Memory usage
+ Memoria in uso
src/app/dashboard/dashboard.component.html
173
@@ -1872,6 +1938,7 @@
Minimum fee
+ Commissione minima
src/app/dashboard/dashboard.component.html
166
@@ -1881,6 +1948,7 @@
Purging
+ Eliminazione
src/app/dashboard/dashboard.component.html
167
@@ -1890,6 +1958,7 @@
Incoming transactions
+ Transazioni in arrivo
src/app/dashboard/dashboard.component.html
192
@@ -1898,6 +1967,7 @@
Difficulty adjustment
+ Aggiustamento della difficoltà
src/app/dashboard/dashboard.component.html
209
@@ -1906,6 +1976,7 @@
API Service
+ Servizio API
src/app/components/api-docs/api-docs.component.html
4
@@ -1914,6 +1985,7 @@
Websocket
+ Websocket
src/app/components/api-docs/api-docs.component.html
9
@@ -1923,6 +1995,7 @@
Endpoint
+ Endpoint
src/app/components/api-docs/api-docs.component.html
14
@@ -1960,6 +2033,7 @@
Description
+ Descrizione
src/app/components/api-docs/api-docs.component.html
15
@@ -2005,6 +2079,7 @@
Fees
+ Commissioni
src/app/components/api-docs/api-docs.component.html
27
@@ -2014,6 +2089,7 @@
Returns our currently suggested fees for new transactions.
+ Restituisce le commissioni attualmente suggerite da noi per le nuove transazioni.
src/app/components/api-docs/api-docs.component.html
37
@@ -2023,6 +2099,7 @@
Returns current mempool as projected blocks.
+ Restituisce la mempool corrente come blocchi proiettati.
src/app/components/api-docs/api-docs.component.html
41
@@ -2032,6 +2109,7 @@
Mempool
+ Mempool
src/app/components/api-docs/api-docs.component.html
49
@@ -2041,6 +2119,7 @@
Returns current mempool backlog statistics.
+ Restituisce le statistiche correnti del backlog della mempool.
src/app/components/api-docs/api-docs.component.html
59
@@ -2050,6 +2129,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.
+ Ottieni l'elenco completo di txid nella mempool come array. L'ordine dei txid è arbitrario e non corrisponde a bitcoind.
src/app/components/api-docs/api-docs.component.html
63
@@ -2059,6 +2139,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 entrate nella mempool. Ogni oggetto di transazione contiene dati di riepilogo semplificati, con i seguenti campi: txid, fee, vsize evalue.
src/app/components/api-docs/api-docs.component.html
67
@@ -2068,6 +2149,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 (boolean, false per blocchi orfani), next_best (l'hash del blocco successivo, disponibile solo per i blocchi nella catena migliore).
src/app/components/api-docs/api-docs.component.html
89
@@ -2075,6 +2157,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 che iniziano con start_index). Le transazioni restituite qui non hanno il campo status, poiché tutte le transazioni condividono lo stesso stato di blocco e di conferma.
src/app/components/api-docs/api-docs.component.html
93
@@ -2082,6 +2165,7 @@
Returns a list of all txids in the block.
+ Restituisce un elenco di tutti i txid nel blocco.
src/app/components/api-docs/api-docs.component.html
97
@@ -2089,6 +2173,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/api-docs/api-docs.component.html
101
@@ -2096,6 +2181,7 @@
Returns the raw block representation in binary.
+ Restituisce la rappresentazione del blocco grezzo in binario.
src/app/components/api-docs/api-docs.component.html
105
@@ -2103,6 +2189,7 @@
Returns the hash of the block currently at :height.
+ Restituisce l'hash del blocco attualmente in :height.
src/app/components/api-docs/api-docs.component.html
109
@@ -2110,6 +2197,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/api-docs/api-docs.component.html
113
@@ -2117,6 +2205,7 @@
Returns the height of the last block.
+ Restituisce l'altezza dell'ultimo blocco.
src/app/components/api-docs/api-docs.component.html
117
@@ -2124,6 +2213,7 @@
Returns the hash of the last block.
+ Restituisce l'hash dell'ultimo blocco.
src/app/components/api-docs/api-docs.component.html
121
@@ -2131,6 +2221,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, e previousblockhash .
src/app/components/api-docs/api-docs.component.html
85
@@ -2138,6 +2229,7 @@
Transactions
+ Transazioni
src/app/components/api-docs/api-docs.component.html
129
@@ -2147,6 +2239,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/api-docs/api-docs.component.html
139
@@ -2154,6 +2247,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/api-docs/api-docs.component.html
143
@@ -2161,6 +2255,7 @@
Returns a transaction serialized as hex.
+ Restituisce una transazione serializzata come esadecimale.
src/app/components/api-docs/api-docs.component.html
147
@@ -2168,6 +2263,7 @@
Returns a transaction as binary data.
+ Restituisce una transazione come dati binari.
src/app/components/api-docs/api-docs.component.html
151
@@ -2175,6 +2271,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 blockchain.transaction.get_merkle di Electrum.
src/app/components/api-docs/api-docs.component.html
159
@@ -2182,6 +2279,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 dell'output di una transazione. Campi disponibili:spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx).
src/app/components/api-docs/api-docs.component.html
163
@@ -2189,6 +2287,7 @@
Returns the spending status of all transaction outputs.
+ Restituisce lo stato di spesa di tutti gli output delle transazioni.
src/app/components/api-docs/api-docs.component.html
167
@@ -2196,6 +2295,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 grezza alla rete. La transazione deve essere fornita come esadecimale nel corpo della richiesta. Il txid verrà restituito in caso di esito positivo.
src/app/components/api-docs/api-docs.component.html
171
@@ -2203,6 +2303,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 merkleblock di bitcoind.
src/app/components/api-docs/api-docs.component.html
155
@@ -2210,6 +2311,7 @@
Addresses
+ Indirizzi
src/app/components/api-docs/api-docs.component.html
179
@@ -2233,6 +2335,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.
+ Ottieni la lista delle transazioni confermate per un indirizzo/scripthash, ordinate dalla più recente. Ritorna 25 transazioni per pagina. Più transazioni possono essere richieste specificando l'ultima txid vista dalla richiesta precedente.
src/app/components/api-docs/api-docs.component.html
197
@@ -2240,6 +2343,7 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ Ottieni la lista delle transazioni non confermate per un indirizzo/scripthash. Restituisce fino a 50 transazioni (su una sola pagina)
src/app/components/api-docs/api-docs.component.html
201
@@ -2254,6 +2358,7 @@
Assets
+ Attivi
src/app/components/api-docs/api-docs.component.html
213
@@ -2263,6 +2368,7 @@
Returns information about a Liquid asset.
+ Restituisce informazioni su degli attivi Liquid.
src/app/components/api-docs/api-docs.component.html
223
@@ -2284,6 +2390,7 @@
BSQ
+ BSQ
src/app/components/api-docs/api-docs.component.html
238
@@ -2293,6 +2400,7 @@
Returns statistics about all Bisq transactions.
+ Restituisce le statistiche su tutte le transazioni Bisq.
src/app/components/api-docs/api-docs.component.html
248
@@ -2300,6 +2408,7 @@
Returns details about a Bisq transaction.
+ Restituisce i dettagli su una transazione Bisq.
src/app/components/api-docs/api-docs.component.html
252
@@ -2307,6 +2416,7 @@
Returns :length of latest Bisq transactions, starting from :index.
+ Restituisce :lenght delle ultime transazioni Bisq, partendo da :index
src/app/components/api-docs/api-docs.component.html
256
@@ -2314,6 +2424,7 @@
Returns all Bisq transactions that exist in a Bitcoin block.
+ Restituisce tutte le transazioni Bisq contenute in un blocco Bitcoin.
src/app/components/api-docs/api-docs.component.html
260
@@ -2321,6 +2432,7 @@
Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
+ Restituisce :length blocchi Bitcoin che contengono delle transazioni Bisq, iniziando da :index.
src/app/components/api-docs/api-docs.component.html
264
@@ -2328,6 +2440,7 @@
Returns the most recently processed Bitcoin block height processed by Bisq.
+ Restituisce l'altezza dell'ultimo blocco Bitcoin processato da Bisq.
src/app/components/api-docs/api-docs.component.html
268
@@ -2335,6 +2448,7 @@
Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
+ Restituisce tutte le transazioni Bisq appartenenti ad un indirizzo Bitcoin, con 'B' come prefisso davanti all'indirizzo.
src/app/components/api-docs/api-docs.component.html
272
@@ -2342,6 +2456,7 @@
Copied!
+ Copiato!
src/app/components/clipboard/clipboard.component.ts
15
@@ -2349,6 +2464,7 @@
Just now
+ Proprio ora
src/app/components/time-since/time-since.component.ts
56
@@ -2356,6 +2472,7 @@
year ago
+ anno fa
src/app/components/time-since/time-since.component.ts
65
@@ -2363,6 +2480,7 @@
month ago
+ mese fa
src/app/components/time-since/time-since.component.ts
66
@@ -2370,6 +2488,7 @@
week ago
+ settimana fa
src/app/components/time-since/time-since.component.ts
67
@@ -2377,6 +2496,7 @@
day ago
+ giorno fa
src/app/components/time-since/time-since.component.ts
68
@@ -2384,6 +2504,7 @@
hour ago
+ ora fa
src/app/components/time-since/time-since.component.ts
69
@@ -2391,6 +2512,7 @@
min ago
+ min fa
src/app/components/time-since/time-since.component.ts
72
@@ -2398,6 +2520,7 @@
minute ago
+ minuto fa
src/app/components/time-since/time-since.component.ts
74
@@ -2405,6 +2528,7 @@
sec ago
+ sec fa
src/app/components/time-since/time-since.component.ts
77
@@ -2412,6 +2536,7 @@
second ago
+ secondo fa
src/app/components/time-since/time-since.component.ts
79
@@ -2419,6 +2544,7 @@
years ago
+ anni fa
src/app/components/time-since/time-since.component.ts
83
@@ -2426,6 +2552,7 @@
months ago
+ mesi fa
src/app/components/time-since/time-since.component.ts
84
@@ -2433,6 +2560,7 @@
weeks ago
+ settimane fa
src/app/components/time-since/time-since.component.ts
85
@@ -2440,6 +2568,7 @@
days ago
+ giorni fa
src/app/components/time-since/time-since.component.ts
86
@@ -2447,6 +2576,7 @@
hours ago
+ ore fa
src/app/components/time-since/time-since.component.ts
87
@@ -2454,6 +2584,7 @@
mins ago
+ mins fa
src/app/components/time-since/time-since.component.ts
90
@@ -2461,6 +2592,7 @@
minutes ago
+ minuti fa
src/app/components/time-since/time-since.component.ts
92
@@ -2468,6 +2600,7 @@
secs ago
+ secs fa
src/app/components/time-since/time-since.component.ts
95
@@ -2475,6 +2608,7 @@
seconds ago
+ secondi fa
src/app/components/time-since/time-since.component.ts
97
@@ -2482,6 +2616,7 @@
BSQ statistics
+ Statistiche BSQ
src/app/bisq/bisq-stats/bisq-stats.component.ts
24
@@ -2493,6 +2628,7 @@
Existing amount
+ Importo esistente
src/app/bisq/bisq-stats/bisq-stats.component.html
12
@@ -2505,6 +2641,7 @@
Minted amount
+ Importo minato
src/app/bisq/bisq-stats/bisq-stats.component.html
16
@@ -2517,6 +2654,7 @@
Burnt amount
+ Importo bruciato
src/app/bisq/bisq-stats/bisq-stats.component.html
20
@@ -2550,6 +2688,7 @@
Unspent TXOs
+ TXOs non spese
src/app/bisq/bisq-stats/bisq-stats.component.html
28
@@ -2562,6 +2701,7 @@
Spent TXOs
+ TXOs spese
src/app/bisq/bisq-stats/bisq-stats.component.html
32
@@ -2583,6 +2723,7 @@
Market cap
+ Capitalizzazione di mercato
src/app/bisq/bisq-stats/bisq-stats.component.html
40
@@ -2595,6 +2736,7 @@
Address:
+ Infirizzo:
src/app/bisq/bisq-address/bisq-address.component.ts
39
@@ -2602,6 +2744,7 @@
Confirmed
+ Confermato
src/app/bisq/bisq-blocks/bisq-blocks.component.html
13
@@ -2614,6 +2757,7 @@
Inputs
+ Inputs
src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
7
@@ -2622,6 +2766,7 @@
Outputs
+ Outputs
src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
11
@@ -2630,6 +2775,7 @@
Version
+ Versione
src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
29
@@ -2638,6 +2784,7 @@
Block :
+ Blocco :
src/app/bisq/bisq-block/bisq-block.component.ts
85
@@ -2645,6 +2792,7 @@
Previous hash
+ Hash precedente
src/app/bisq/bisq-block/bisq-block.component.html
35
@@ -2666,6 +2814,7 @@
Select all
+ Seleziona tutto
src/app/bisq/bisq-transactions/bisq-transactions.component.ts
56
@@ -2673,6 +2822,7 @@
Unselect all
+ Deseleziona tutto
src/app/bisq/bisq-transactions/bisq-transactions.component.ts
57
@@ -2680,6 +2830,7 @@
Optimal
+ Ottimale
src/app/components/tx-fee-rating/tx-fee-rating.component.html
1
@@ -2689,6 +2840,7 @@
Only ~ sat/vB was needed to get into this block
+ Solo ~ sat/vB erano necessari per essere inclusi in questo blocco
src/app/components/tx-fee-rating/tx-fee-rating.component.html
2
@@ -2701,6 +2853,7 @@
Overpaid x
+ Sovrapagato x
src/app/components/tx-fee-rating/tx-fee-rating.component.html
2
@@ -2710,6 +2863,7 @@
Overpaid x
+ Sovrapagato x
src/app/components/tx-fee-rating/tx-fee-rating.component.html
3
@@ -2719,6 +2873,7 @@
This transaction saved % on fees by using native SegWit-Bech32
+ Questa transazione ha risparmiato % in commissioni utilizzando SegWit-Bech32 nativo
src/app/components/tx-features/tx-features.component.html
1
@@ -2745,6 +2900,7 @@
This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+ Questa transazione ha risparmiato % in commissioni utilizzando SegWit e potrebbe risparmiare % in più passando a SegWit-Bech32 nativo
src/app/components/tx-features/tx-features.component.html
3
@@ -2753,6 +2909,7 @@
This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+ Questa transazione potrebbe risparmiare % in commissioni passando a SegWit-Bech32 nativo oppure % passando a SegWit-P2SH
src/app/components/tx-features/tx-features.component.html
5
@@ -2761,6 +2918,7 @@
This transaction support Replace-By-Fee (RBF) allowing fee bumping
+ Questa transazione supporta Replace-By-Fee (RBF) il che permette di aumentare la commissione
src/app/components/tx-features/tx-features.component.html
8
@@ -2783,6 +2941,7 @@
This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method
+ Questa transazione NON supporta Replace-By-Fee (RBF) e quindi la sua commissione non può essere aumentata con questo metodo
src/app/components/tx-features/tx-features.component.html
9
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index 21146594d..e875d4f58 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -2,25 +2,443 @@
-
- Confidential
+
+ Transaction:
- src/app/components/amount/amount.component.html
- 6
+ src/app/components/transaction/transaction.component.ts
+ 48
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.ts
+ 46
+
+
+
+ Transaction
+
+ src/app/components/transaction/transaction.component.html
+ 12
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 3
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 18
+
+ shared.transaction
+
+
+ This transaction has been replaced by:
+
+ src/app/components/transaction/transaction.component.html
+ 5
+
+ RBF replacement
+ transaction.rbf.replacement
+
+
+ confirmation
+
+ src/app/components/transaction/transaction.component.html
+ 17
src/app/components/transactions-list/transactions-list.component.html
- 214
+ 205
- src/app/components/address/address.component.html
- 132
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 69
- src/app/components/asset/asset.component.html
- 143
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 9
- shared.confidential
+ Transaction singular confirmation count
+ shared.confirmation-count.singular
+
+
+ confirmations
+
+ src/app/components/transaction/transaction.component.html
+ 18
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 206
+
+
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 70
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 10
+
+ Transaction plural confirmation count
+ shared.confirmation-count.plural
+
+
+ Unconfirmed
+
+ src/app/components/transaction/transaction.component.html
+ 22
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 209
+
+ Transaction unconfirmed state
+ transaction.unconfirmed
+
+
+ Inputs & Outputs
+
+ src/app/components/transaction/transaction.component.html
+ 168
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 88
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 148
+
+ Transaction inputs and outputs
+ transaction.inputs-and-outputs
+
+
+ Details
+
+ src/app/components/transaction/transaction.component.html
+ 170
+
+ Transaction Details
+ transaction.details
+
+
+ Details
+
+ src/app/components/transaction/transaction.component.html
+ 176
+
+
+ src/app/components/transaction/transaction.component.html
+ 252
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 81
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 127
+
+ transaction.details
+
+
+ Size
+
+ src/app/components/transaction/transaction.component.html
+ 181
+
+ Transaction Size
+ transaction.size
+
+
+ Virtual size
+
+ src/app/components/transaction/transaction.component.html
+ 185
+
+ Transaction Virtual Size
+ transaction.vsize
+
+
+ Weight
+
+ src/app/components/transaction/transaction.component.html
+ 189
+
+ Transaction Weight
+ transaction.weight
+
+
+ Timestamp
+
+ src/app/components/transaction/transaction.component.html
+ 46
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 21
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 84
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 27
+
+ Transaction Timestamp
+ transaction.timestamp
+
+
+ Fee
+
+ src/app/components/transaction/transaction.component.html
+ 79
+
+
+ src/app/components/transaction/transaction.component.html
+ 152
+
+ Transaction fee
+ transaction.fee
+
+
+ sat
+
+ src/app/components/transaction/transaction.component.html
+ 80
+
+
+ src/app/components/transaction/transaction.component.html
+ 153
+
+ Transaction Fee sat
+ transaction.fee.sat
+
+
+ Fee per vByte
+
+ src/app/components/transaction/transaction.component.html
+ 83
+
+
+ src/app/components/transaction/transaction.component.html
+ 156
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 62
+
+ Transaction fee
+ transaction.fee-per-vbyte
+
+
+ sat/vB
+
+ src/app/components/transaction/transaction.component.html
+ 85
+
+
+ src/app/components/transaction/transaction.component.html
+ 157
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 198
+
+
+ src/app/components/block/block.component.html
+ 46
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 8
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 11
+
+
+ src/app/components/blockchain-blocks/blockchain-blocks.component.html
+ 10
+
+
+ src/app/components/blockchain-blocks/blockchain-blocks.component.html
+ 13
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 17
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 21
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 6
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 12
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 18
+
+
+ src/app/dashboard/dashboard.component.html
+ 117
+
+
+ src/app/dashboard/dashboard.component.html
+ 169
+
+ sat/vB
+ shared.sat-vbyte
+
+
+ Included in block
+
+ src/app/components/transaction/transaction.component.html
+ 55
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 36
+
+ Transaction included in block
+ transaction.included-in-block
+
+
+ Confirmed
+
+ src/app/components/transaction/transaction.component.html
+ 62
+
+ Transaction Confirmed state
+ transaction.confirmed
+
+
+ After
+
+ src/app/components/transaction/transaction.component.html
+ 63
+
+ Transaction confirmed after
+ transaction.confirmed.after
+
+
+ Features
+
+ src/app/components/transaction/transaction.component.html
+ 67
+
+
+ src/app/components/transaction/transaction.component.html
+ 140
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 42
+
+ Transaction features
+ transaction.features
+
+
+ ETA
+
+ src/app/components/transaction/transaction.component.html
+ 119
+
+ Transaction ETA
+ transaction.eta
+
+
+ First seen
+
+ src/app/components/transaction/transaction.component.html
+ 113
+
+ Transaction first seen
+ transaction.first-seen
+
+
+ In several hours (or more)
+
+ src/app/components/transaction/transaction.component.html
+ 126
+
+ Transaction ETA in several hours or more
+ transaction.eta.in-several-hours
+
+
+ Transaction not found.
+
+ src/app/components/transaction/transaction.component.html
+ 277
+
+ transaction.error.transaction-not-found
+
+
+ Waiting for it to appear in the mempool...
+
+ src/app/components/transaction/transaction.component.html
+ 278
+
+ transaction.error.waiting-for-it-to-appear
+
+
+ In ~ minutes
+
+ src/app/components/transaction/transaction.component.html
+ 293
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 41
+
+ Block Frequency (plural)
+ mempool-blocks.eta-of-next-block-plural
+
+
+ In ~ minute
+
+ src/app/components/transaction/transaction.component.html
+ 295
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 43
+
+ Block Frequency
+ mempool-blocks.eta-of-next-block
+
+
+ block
+
+ src/app/components/transaction/transaction.component.html
+ 297
+
+
+ src/app/components/footer/footer.component.html
+ 22
+
+ shared.block
+
+
+ blocks
+
+ src/app/components/transaction/transaction.component.html
+ 298
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 30
+
+
+ src/app/components/footer/footer.component.html
+ 23
+
+ shared.blocks
Coinbase
@@ -166,71 +584,6 @@
transactions-list.vout.scriptpubkey-type.data
-
- sat/vB
-
- src/app/components/transactions-list/transactions-list.component.html
- 198
-
-
- src/app/components/block/block.component.html
- 46
-
-
- src/app/components/transaction/transaction.component.html
- 85
-
-
- src/app/components/transaction/transaction.component.html
- 157
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 8
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 11
-
-
- src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 10
-
-
- src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 13
-
-
- src/app/components/mempool-block/mempool-block.component.html
- 17
-
-
- src/app/components/mempool-block/mempool-block.component.html
- 21
-
-
- src/app/components/fees-box/fees-box.component.html
- 6
-
-
- src/app/components/fees-box/fees-box.component.html
- 12
-
-
- src/app/components/fees-box/fees-box.component.html
- 18
-
-
- src/app/dashboard/dashboard.component.html
- 117
-
-
- src/app/dashboard/dashboard.component.html
- 169
-
- sat/vB
- shared.sat-vbyte
-
sat
@@ -240,60 +593,25 @@
sat
shared.sat
-
- confirmation
+
+ Confidential
src/app/components/transactions-list/transactions-list.component.html
- 205
+ 214
- src/app/components/transaction/transaction.component.html
- 17
+ src/app/components/amount/amount.component.html
+ 6
- src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 69
+ src/app/components/address/address.component.html
+ 132
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 9
+ src/app/components/asset/asset.component.html
+ 143
- Transaction singular confirmation count
- shared.confirmation-count.singular
-
-
- confirmations
-
- src/app/components/transactions-list/transactions-list.component.html
- 206
-
-
- src/app/components/transaction/transaction.component.html
- 18
-
-
- src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 70
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 10
-
- Transaction plural confirmation count
- shared.confirmation-count.plural
-
-
- Unconfirmed
-
- src/app/components/transactions-list/transactions-list.component.html
- 209
-
-
- src/app/components/transaction/transaction.component.html
- 22
-
- Transaction unconfirmed state
- transaction.unconfirmed
+ shared.confidential
Block :
@@ -622,11 +940,11 @@
src/app/components/master-page/master-page.component.html
- 32
+ 34
src/app/components/master-page/master-page.component.html
- 43
+ 45
src/app/bisq/bisq-blocks/bisq-blocks.component.ts
@@ -678,7 +996,7 @@
src/app/components/master-page/master-page.component.html
- 29
+ 31
src/app/components/mempool-block/mempool-block.component.html
@@ -698,324 +1016,6 @@
latest-blocks.transactions
-
- Transaction:
-
- src/app/components/transaction/transaction.component.ts
- 48
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.ts
- 46
-
-
-
- Transaction
-
- src/app/components/transaction/transaction.component.html
- 12
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 3
-
-
- src/app/bisq/bisq-transactions/bisq-transactions.component.html
- 18
-
- shared.transaction
-
-
- This transaction has been replaced by:
-
- src/app/components/transaction/transaction.component.html
- 5
-
- RBF replacement
- transaction.rbf.replacement
-
-
- Inputs & Outputs
-
- src/app/components/transaction/transaction.component.html
- 168
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 88
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 148
-
- Transaction inputs and outputs
- transaction.inputs-and-outputs
-
-
- Details
-
- src/app/components/transaction/transaction.component.html
- 170
-
- Transaction Details
- transaction.details
-
-
- Details
-
- src/app/components/transaction/transaction.component.html
- 176
-
-
- src/app/components/transaction/transaction.component.html
- 252
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 81
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 127
-
- transaction.details
-
-
- Size
-
- src/app/components/transaction/transaction.component.html
- 181
-
- Transaction Size
- transaction.size
-
-
- Virtual size
-
- src/app/components/transaction/transaction.component.html
- 185
-
- Transaction Virtual Size
- transaction.vsize
-
-
- Weight
-
- src/app/components/transaction/transaction.component.html
- 189
-
- Transaction Weight
- transaction.weight
-
-
- Timestamp
-
- src/app/components/transaction/transaction.component.html
- 46
-
-
- src/app/bisq/bisq-block/bisq-block.component.html
- 21
-
-
- src/app/bisq/bisq-block/bisq-block.component.html
- 84
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 27
-
- Transaction Timestamp
- transaction.timestamp
-
-
- Fee
-
- src/app/components/transaction/transaction.component.html
- 79
-
-
- src/app/components/transaction/transaction.component.html
- 152
-
- Transaction fee
- transaction.fee
-
-
- sat
-
- src/app/components/transaction/transaction.component.html
- 80
-
-
- src/app/components/transaction/transaction.component.html
- 153
-
- Transaction Fee sat
- transaction.fee.sat
-
-
- Fee per vByte
-
- src/app/components/transaction/transaction.component.html
- 83
-
-
- src/app/components/transaction/transaction.component.html
- 156
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 62
-
- Transaction fee
- transaction.fee-per-vbyte
-
-
- Included in block
-
- src/app/components/transaction/transaction.component.html
- 55
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 36
-
- Transaction included in block
- transaction.included-in-block
-
-
- Confirmed
-
- src/app/components/transaction/transaction.component.html
- 62
-
- Transaction Confirmed state
- transaction.confirmed
-
-
- After
-
- src/app/components/transaction/transaction.component.html
- 63
-
- Transaction confirmed after
- transaction.confirmed.after
-
-
- Features
-
- src/app/components/transaction/transaction.component.html
- 67
-
-
- src/app/components/transaction/transaction.component.html
- 140
-
-
- src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 42
-
- Transaction features
- transaction.features
-
-
- ETA
-
- src/app/components/transaction/transaction.component.html
- 119
-
- Transaction ETA
- transaction.eta
-
-
- First seen
-
- src/app/components/transaction/transaction.component.html
- 113
-
- Transaction first seen
- transaction.first-seen
-
-
- In several hours (or more)
-
- src/app/components/transaction/transaction.component.html
- 126
-
- Transaction ETA in several hours or more
- transaction.eta.in-several-hours
-
-
- Transaction not found.
-
- src/app/components/transaction/transaction.component.html
- 277
-
- transaction.error.transaction-not-found
-
-
- Waiting for it to appear in the mempool...
-
- src/app/components/transaction/transaction.component.html
- 278
-
- transaction.error.waiting-for-it-to-appear
-
-
- In ~ minutes
-
- src/app/components/transaction/transaction.component.html
- 293
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 41
-
- Block Frequency (plural)
- mempool-blocks.eta-of-next-block-plural
-
-
- In ~ minute
-
- src/app/components/transaction/transaction.component.html
- 295
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 43
-
- Block Frequency
- mempool-blocks.eta-of-next-block
-
-
- block
-
- src/app/components/transaction/transaction.component.html
- 297
-
-
- src/app/components/footer/footer.component.html
- 22
-
- shared.block
-
-
- blocks
-
- src/app/components/transaction/transaction.component.html
- 298
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 30
-
-
- src/app/components/footer/footer.component.html
- 23
-
- shared.blocks
-
multisig of
@@ -1036,7 +1036,7 @@
API
src/app/components/master-page/master-page.component.html
- 56
+ 58
src/app/components/api-docs/api-docs.component.ts
@@ -1048,7 +1048,7 @@
About
src/app/components/master-page/master-page.component.html
- 59
+ 61
src/app/components/about/about.component.ts
@@ -1060,7 +1060,7 @@
Offline
src/app/components/master-page/master-page.component.html
- 7
+ 8
master-page.offline
@@ -1068,7 +1068,7 @@
Reconnecting...
src/app/components/master-page/master-page.component.html
- 8
+ 9
master-page.reconnecting
@@ -1076,7 +1076,7 @@
Layer 2 Networks
src/app/components/master-page/master-page.component.html
- 19
+ 21
master-page.layer2-networks-header
@@ -1084,7 +1084,7 @@
Stats
src/app/components/master-page/master-page.component.html
- 35
+ 37
master-page.stats
@@ -1092,7 +1092,7 @@
Dashboard
src/app/components/master-page/master-page.component.html
- 40
+ 42
master-page.dashboard
@@ -1100,7 +1100,7 @@
Graphs
src/app/components/master-page/master-page.component.html
- 46
+ 48
src/app/components/statistics/statistics.component.ts
@@ -1112,7 +1112,7 @@
TV view
src/app/components/master-page/master-page.component.html
- 49
+ 51
src/app/components/television/television.component.ts
@@ -1124,7 +1124,7 @@
Assets
src/app/components/master-page/master-page.component.html
- 53
+ 55
src/app/assets/assets.component.ts
@@ -2253,6 +2253,115 @@
15
+
+ This transaction saved % on fees by using native SegWit-Bech32
+
+ src/app/components/tx-features/tx-features.component.html
+ 1
+
+ ngbTooltip about segwit gains
+
+
+ SegWit
+
+ src/app/components/tx-features/tx-features.component.html
+ 1
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 3
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 5
+
+ SegWit
+ tx-features.tag.segwit
+
+
+ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+
+ src/app/components/tx-features/tx-features.component.html
+ 3
+
+ ngbTooltip about double segwit gains
+
+
+ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+
+ src/app/components/tx-features/tx-features.component.html
+ 5
+
+ ngbTooltip about missed out gains
+
+
+ This transaction support Replace-By-Fee (RBF) allowing fee bumping
+
+ src/app/components/tx-features/tx-features.component.html
+ 8
+
+ RBF tooltip
+
+
+ RBF
+
+ src/app/components/tx-features/tx-features.component.html
+ 8
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 9
+
+ RBF
+ tx-features.tag.rbf
+
+
+ This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method
+
+ src/app/components/tx-features/tx-features.component.html
+ 9
+
+ RBF disabled tooltip
+
+
+ Optimal
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 1
+
+ TX Fee Rating is Optimal
+ tx-fee-rating.optimal
+
+
+ Only ~ sat/vB was needed to get into this block
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 2
+
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 3
+
+ tx-fee-rating.warning-tooltip
+
+
+ Overpaid x
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 2
+
+ TX Fee Rating is Warning
+ tx-fee-rating.overpaid.warning
+
+
+ Overpaid x
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 3
+
+ TX Fee Rating is Danger
+ tx-fee-rating.overpaid.danger
+
Just now
@@ -2581,115 +2690,6 @@
57
-
- Optimal
-
- src/app/components/tx-fee-rating/tx-fee-rating.component.html
- 1
-
- TX Fee Rating is Optimal
- tx-fee-rating.optimal
-
-
- Only ~ sat/vB was needed to get into this block
-
- src/app/components/tx-fee-rating/tx-fee-rating.component.html
- 2
-
-
- src/app/components/tx-fee-rating/tx-fee-rating.component.html
- 3
-
- tx-fee-rating.warning-tooltip
-
-
- Overpaid x
-
- src/app/components/tx-fee-rating/tx-fee-rating.component.html
- 2
-
- TX Fee Rating is Warning
- tx-fee-rating.overpaid.warning
-
-
- Overpaid x
-
- src/app/components/tx-fee-rating/tx-fee-rating.component.html
- 3
-
- TX Fee Rating is Danger
- tx-fee-rating.overpaid.danger
-
-
- This transaction saved % on fees by using native SegWit-Bech32
-
- src/app/components/tx-features/tx-features.component.html
- 1
-
- ngbTooltip about segwit gains
-
-
- SegWit
-
- src/app/components/tx-features/tx-features.component.html
- 1
-
-
- src/app/components/tx-features/tx-features.component.html
- 3
-
-
- src/app/components/tx-features/tx-features.component.html
- 5
-
- SegWit
- tx-features.tag.segwit
-
-
- This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
-
- src/app/components/tx-features/tx-features.component.html
- 3
-
- ngbTooltip about double segwit gains
-
-
- This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
-
- src/app/components/tx-features/tx-features.component.html
- 5
-
- ngbTooltip about missed out gains
-
-
- This transaction support Replace-By-Fee (RBF) allowing fee bumping
-
- src/app/components/tx-features/tx-features.component.html
- 8
-
- RBF tooltip
-
-
- RBF
-
- src/app/components/tx-features/tx-features.component.html
- 8
-
-
- src/app/components/tx-features/tx-features.component.html
- 9
-
- RBF
- tx-features.tag.rbf
-
-
- This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method
-
- src/app/components/tx-features/tx-features.component.html
- 9
-
- RBF disabled tooltip
-
diff --git a/nginx.conf b/nginx.conf
index 5bf6faf3c..fdb5bf2c4 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -83,13 +83,16 @@ http {
~*^es es;
~*^fa fa;
~*^fr fr;
- ~*^ja ja;
+ ~*^ko ko;
+ ~*^it it;
~*^ka ka;
~*^hu hu;
~*^nl nl;
- ~*^nn nn;
+ ~*^ja ja;
+ ~*^nb nb;
~*^pt pt;
~*^sl sl;
+ ~*^fi fi;
~*^sv sv;
~*^tr tr;
~*^uk uk;
@@ -107,13 +110,16 @@ http {
~*^es es;
~*^fa fa;
~*^fr fr;
- ~*^ja ja;
+ ~*^ko ko;
+ ~*^it it;
~*^ka ka;
~*^hu hu;
~*^nl nl;
- ~*^nn nn;
+ ~*^ja ja;
+ ~*^nb nb;
~*^pt pt;
~*^sl sl;
+ ~*^fi fi;
~*^sv sv;
~*^tr tr;
~*^uk uk;
diff --git a/production/nginx.conf b/production/nginx.conf
index f773b6a62..4ca0f9003 100644
--- a/production/nginx.conf
+++ b/production/nginx.conf
@@ -83,13 +83,16 @@ http {
~*^es es;
~*^fa fa;
~*^fr fr;
- ~*^ja ja;
+ ~*^ko ko;
+ ~*^it it;
~*^ka ka;
~*^hu hu;
~*^nl nl;
- ~*^nn nn;
+ ~*^ja ja;
+ ~*^nb nb;
~*^pt pt;
~*^sl sl;
+ ~*^fi fi;
~*^sv sv;
~*^tr tr;
~*^uk uk;
@@ -107,13 +110,16 @@ http {
~*^es es;
~*^fa fa;
~*^fr fr;
- ~*^ja ja;
+ ~*^ko ko;
+ ~*^it it;
~*^ka ka;
~*^hu hu;
~*^nl nl;
- ~*^nn nn;
+ ~*^ja ja;
+ ~*^nb nb;
~*^pt pt;
~*^sl sl;
+ ~*^fi fi;
~*^sv sv;
~*^tr tr;
~*^uk uk;