diff --git a/frontend/src/locale/messages.fi.xlf b/frontend/src/locale/messages.fi.xlf index 239a2aa43..6ee85648e 100644 --- a/frontend/src/locale/messages.fi.xlf +++ b/frontend/src/locale/messages.fi.xlf @@ -86,7 +86,7 @@ Unconfirmed - Vahvistamaton + Vahvistamatta src/app/components/transaction/transaction.component.html 22 @@ -100,7 +100,7 @@ Inputs & Outputs - Syötteet ja Ulostulot + Syötteet & Ulostulot src/app/components/transaction/transaction.component.html 168 @@ -229,7 +229,7 @@ Fee per vByte - Siirtokulu per vBtyte + Siirtokulu per vBitti src/app/components/transaction/transaction.component.html 83 @@ -371,7 +371,7 @@ First seen - Ensimmäinen nähty + Ensimmäiseksi nähty src/app/components/transaction/transaction.component.html 113 @@ -454,7 +454,7 @@ blocks - lohkot + lohkoa src/app/components/transaction/transaction.component.html 298 @@ -778,7 +778,7 @@ Based on average native segwit transaction of 140 vBytes - Perustuu keskimääräiseen natiiviin segwit-siirtotapahtumaan, joka oli 140 vByte:ä + Perustuu keskimääräiseen natiiviin 140 vBittiseen segwit-siirtotapahtumaan src/app/components/block/block.component.html 46 @@ -1397,7 +1397,7 @@ Mempool by vBytes (sat/vByte) - Mempool vBytes:einä (sat/vBytes) + Mempool vBitteinä (sat/vBitti) src/app/components/statistics/statistics.component.html 16 @@ -1415,7 +1415,7 @@ Transaction vBytes per second (vB/s) - Siirtotapahtuma vBytes sekunnissa (vB/s) + Siirtotapahtuma vBittiä sekunnissa (vB/s) src/app/components/statistics/statistics.component.html 57 @@ -1434,7 +1434,7 @@ Tx vBytes per second: - Siirtotapahtuma vBytes per sekuntti: + Tx vBittiä per sekuntti: src/app/components/footer/footer.component.html 5 @@ -1443,7 +1443,7 @@ Unconfirmed - Vahvistamaton + Vahvistamatta src/app/components/footer/footer.component.html 16 @@ -1765,7 +1765,7 @@ Error loading assets data. - Omaisuuserätietoja ladattaessa tapahtui virhe. + Omaisuuserientietoja ladattaessa tapahtui virhe. src/app/assets/assets.component.html 67 @@ -1782,7 +1782,7 @@ Identified by coinbase tag: '' - Tunnistettu kolikkopohjaisella tunnisteella: '' + Tunnistettu kolikkopohja tunnisteella: '' src/app/components/miner/miner.component.ts 52 @@ -1812,7 +1812,7 @@ Medium priority - Keskitasoinen prioriteetti + Keskitaso tärkeys src/app/components/fees-box/fees-box.component.html 10 @@ -1825,7 +1825,7 @@ High priority - Korkea prioriteetti + Korkea tärkeys src/app/components/fees-box/fees-box.component.html 16 @@ -1954,7 +1954,7 @@ API Service - API-palvelu + API Palvelu src/app/components/api-docs/api-docs.component.html 4 @@ -2068,7 +2068,7 @@ Returns our currently suggested fees for new transactions. - Palauttaa tällä hetkellä ehdotetut maksut uusista tapahtumista. + Palauttaa tällä hetkellä ehdotetut maksut uusista siirtotapahtumista. src/app/components/api-docs/api-docs.component.html 37 @@ -2078,6 +2078,7 @@ Returns current mempool as projected blocks. + Palauttaa nykyisen mempoolin ennustettuina lohkoina. src/app/components/api-docs/api-docs.component.html 41 @@ -2087,6 +2088,7 @@ Mempool + Mempool src/app/components/api-docs/api-docs.component.html 49 @@ -2096,6 +2098,7 @@ Returns current mempool backlog statistics. + Palauttaa nykyisen mempool takalokin tilastot. src/app/components/api-docs/api-docs.component.html 59 @@ -2105,6 +2108,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. + Hanki täydellinen luettelo siirtotunnisteista mempoolissa taulukkona. Siirtotunnisteiden järjestys on mielivaltainen eikä vastaa bitcoind:tä. src/app/components/api-docs/api-docs.component.html 63 @@ -2114,6 +2118,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. + Hanki luettelo 10 viimeisestä siirtotapahtumasta, jotta pääset mempooliin. Jokainen siirtotapahtumaobjekti sisältää yksinkertaistettua yleistietoa seuraavilla kentillä: siirtotunniste, siirtokulu, vkoko ja arvo. src/app/components/api-docs/api-docs.component.html 67 @@ -2123,6 +2128,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). + Palauttaa lohkon vahvistustilan. Käytettävissä olevat kentät: in_best_chain (totuusarvo, virheellinen orvoille lohkoille), next_best (seuraavan lohkon tiiviste, käytettävissä vain parhaan ketjun lohkoille). src/app/components/api-docs/api-docs.component.html 89 @@ -2130,6 +2136,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. + Palauttaa lohkon siirtotapahtumaluettelon (enintään 25 siirtotapahtumaa alkaen start_index). Täällä palautetuilla siirtotapahtumilla ei ole tila kenttää, koska kaikilla siirtotapahtumilla on sama lohko- ja vahvistustila. src/app/components/api-docs/api-docs.component.html 93 @@ -2137,6 +2144,7 @@ Returns a list of all txids in the block. + Palauttaa luettelon kaikista lohkossa olevista siirtotunnisteista. src/app/components/api-docs/api-docs.component.html 97 @@ -2144,6 +2152,7 @@ Returns the transaction at index :index within the specified block. + Palauttaa siirtotapahtuman indeksissä :indeksi määritetyssä lohkossa. src/app/components/api-docs/api-docs.component.html 101 @@ -2151,6 +2160,7 @@ Returns the raw block representation in binary. + Palauttaa raakalohkon esityksen binäärisenä. src/app/components/api-docs/api-docs.component.html 105 @@ -2158,6 +2168,7 @@ Returns the hash of the block currently at :height. + Palauttaa lohkon tiivisteen tällä hetkellä:järjestysnumerolla. src/app/components/api-docs/api-docs.component.html 109 @@ -2165,6 +2176,7 @@ Returns the 10 newest blocks starting at the tip or at :start_height if specified. + Palauttaa 10 uusinta lohkoa alkaen kärjestä tai :start_height, jos määritetty. src/app/components/api-docs/api-docs.component.html 113 @@ -2172,6 +2184,7 @@ Returns the height of the last block. + Palauttaa viimeisen lohkon järjestysnumeron. src/app/components/api-docs/api-docs.component.html 117 @@ -2179,6 +2192,7 @@ Returns the hash of the last block. + Palauttaa viimeisen lohkon tiivisteen. src/app/components/api-docs/api-docs.component.html 121 @@ -2186,6 +2200,7 @@ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash. + Palauttaa lohkon tiedot. Käytettävissä olevat kentät: tunnus, järjestysnumero, versio, aikaleima, bitit, nonssi, merkle-juuri, tx_määrä, koko, paino, todiste, ja edellinenlohkotiiviste. src/app/components/api-docs/api-docs.component.html 85 @@ -2193,6 +2208,7 @@ Transactions + Siirtotapahtumat src/app/components/api-docs/api-docs.component.html 129 @@ -2202,6 +2218,7 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. + Palauttaa siirtotapahtuman tiedot. Saatavilla olevat kentät: siirtotunniste, versio, lukitusaika, koko, paino, siirtokulu, vsisään, vulos ja tila. src/app/components/api-docs/api-docs.component.html 139 @@ -2209,6 +2226,7 @@ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). + Palauttaa siirtotapahtuman vahvistustilan. Käytettävissä olevat kentät: vahvistettu (totuusarvo), lohkon_järjestysnumero (valinnainen) ja lohkon_tiiviste (valinnainen). src/app/components/api-docs/api-docs.component.html 143 @@ -2216,6 +2234,7 @@ Returns a transaction serialized as hex. + Palauttaa siirtotapahtuman, joka on esitetty heksoina. src/app/components/api-docs/api-docs.component.html 147 @@ -2223,6 +2242,7 @@ Returns a transaction as binary data. + Palauttaa siirtotapahtuman binääritietona. src/app/components/api-docs/api-docs.component.html 151 @@ -2230,6 +2250,7 @@ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. + Palauttaa merkle-osallisuustodisteen siirtotapahtumalle käyttämällä Electrumin blockchain.transaction.get_merkle -muotoa. src/app/components/api-docs/api-docs.component.html 159 @@ -2237,6 +2258,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). + Palauttaa siirtotapahtuma ulostulon kulutustilan. Käytettävissä olevat kentät: käytetty (boolean), siirtotunniste (valinnainen), vsisään (valinnainen) ja tila (valinnainen, kulutetun tx:n tila). src/app/components/api-docs/api-docs.component.html 163 @@ -2244,6 +2266,7 @@ Returns the spending status of all transaction outputs. + Palauttaa kaikkien siirtotapahtuma ulostulojen kulutustilan. src/app/components/api-docs/api-docs.component.html 167 @@ -2251,6 +2274,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. + Lähetä raaka siirtotapahtuma verkkoon. Siirtotapahtuma tulee ilmoittaa heksadesimaaleina pyynnön rungossa. Siirtotunniste palautetaan onnistumisen yhteydessä. src/app/components/api-docs/api-docs.component.html 171 @@ -2258,6 +2282,7 @@ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. + Palauttaa merkle-osallisuustodisteen siirtotapahtumalle käyttäen bitcoind:n merkleblock -muotoa. src/app/components/api-docs/api-docs.component.html 155 @@ -2265,6 +2290,7 @@ Addresses + Osoitteet src/app/components/api-docs/api-docs.component.html 179 @@ -2274,6 +2300,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. + Palauttaa osoitteen tiedot. Käytettävissä olevat kentät: osoite, ketjun_tilat ja mempoolin tilat. ketju,mempool_tilat sisältää kukin objektin, jolla on tx_määrä, rahoitettu_txo_määrä, rahoitettu_txo_summa, käytetty_txo_määrä ja käytetty_txo_summa. src/app/components/api-docs/api-docs.component.html 189 @@ -2281,6 +2308,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). + Hanki määritetyn osoitteen/skriptitiivisteen siirtotapahtumahistoria, järjestetty uusin ensimmäisenä. Palauttaa jopa 50 mempool-siirtotapahtumaa plus 25 ensimmäistä vahvistettua siirtotapahtumaa. Voit pyytää lisää vahvistettuja siirtotapahtumia käyttämällä :last_seen_txid (katso alla). src/app/components/api-docs/api-docs.component.html 193,194 @@ -2288,6 +2316,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. + Hanki vahvistettu siirtotapahtumahistoria määritetylle osoitteelle/skriptitiivisteelle lajiteltuna ensin uusimmalla. Palauttaa 25 siirtotapahtumaa sivua kohden. Lisää voidaan pyytää määrittämällä viimeinen siirtotunniste, jonka edellinen kysely näki. src/app/components/api-docs/api-docs.component.html 197 @@ -2295,6 +2324,7 @@ Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging). + Hanki vahvistamaton siirtotapahtumahistoria määritetylle osoitteelle/skriptitiivisteelle. Palauttaa jopa 50 siirtotapahtumaa (ei hakua). src/app/components/api-docs/api-docs.component.html 201 @@ -2302,6 +2332,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. + Hae luettelo osoitteeseen/skriptitiivisteeseen liittyviin käyttämättömiin siirtotapahtuma ulostuloihin. Käytettävissä olevat kentät: siirtotunniste, vulos, arvo ja tila (rahoitetun tx-tilan kanssa). Siellä on myös arvositoumus kenttä, joka saattaa näkyä arvon sijasta, sekä seuraavat lisäkentät: omaisuuserä/ omaisuuseräsitoumus, nonssi/nonssisitoumus, surjektio_todiste ja kantama_todiste. src/app/components/api-docs/api-docs.component.html 205 @@ -2309,6 +2340,7 @@ Assets + Omaisuuserät src/app/components/api-docs/api-docs.component.html 213 @@ -2318,6 +2350,7 @@ Returns information about a Liquid asset. + Palauttaa Liquid omaisuuserän tiedot. src/app/components/api-docs/api-docs.component.html 223 @@ -2325,6 +2358,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. + Palauttaa määritettyyn Liquid omaisuuserään liittyvät siirtotapahtumat. Palauttaa verkon alkuperäisen omaisuuserän, luettelon kiinnittämisen, irrottamisen ja polttamisen siirtotapahtumista. Palauttaa käyttäjän liikkeeseen laskemien omaisuuserien luettelon liikkeeseenlaskuista, uudelleen liikkeeseen laskemisesta ja poltettavista siirtotapahtumista. Ei sisällä tavallisia siirtotapahtumia, joilla tämä omaisuuserä siirretään. src/app/components/api-docs/api-docs.component.html 227 @@ -2332,6 +2366,7 @@ Get the current total supply of the specified asset. For the native asset (L-BTC), this is calculated as [chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount. For issued assets, this is calculated as [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount. Not available for assets with blinded issuances. If /decimal is specified, returns the supply as a decimal according to the asset's divisibility. Otherwise, returned in base units. + Hanki määritetyn omaisuuserän nykyinen kokonaismäärä. Natiiville omaisuuserälle (L-BTC) tämä lasketaan muodossa [chain,mempool] _stats.peg_in_amount - [chain,mempool] _stats.peg_out_amount - [chain, mempool] _stats.burned_amount. Liikkeeseen laskettujen omaisuuserien kohdalla tämä lasketaan muodossa [chain,mempool] _stats.issued_amount - [chain,mempool] _stats.burned_amount. Ei saatavilla omaisuuserille, joiden liikkeeseenlaskut ovat piilotettu. Jos /decimal on määritetty, palauttaa tarjonnan desimaalina omaisuuserän jaettavuuden mukaan. Muuten palautetaan perusyksikköinä. src/app/components/api-docs/api-docs.component.html 231 @@ -2339,6 +2374,7 @@ BSQ + BSQ src/app/components/api-docs/api-docs.component.html 238 @@ -2348,6 +2384,7 @@ Returns statistics about all Bisq transactions. + Palauttaa kaikkien Bisq-siirtotapahtumien tilastot. src/app/components/api-docs/api-docs.component.html 248 @@ -2355,6 +2392,7 @@ Returns details about a Bisq transaction. + Palauttaa Bisq-siirtotapahtuman tiedot. src/app/components/api-docs/api-docs.component.html 252 @@ -2362,6 +2400,7 @@ Returns :length of latest Bisq transactions, starting from :index. + Palauttaa viimeisimpien Bisq-siirtotapahtumien :length alkaen :index. src/app/components/api-docs/api-docs.component.html 256 @@ -2369,6 +2408,7 @@ Returns all Bisq transactions that exist in a Bitcoin block. + Palauttaa kaikki Bisq-siirtotapahtumat, jotka ovat olemassa Bitcoin-lohkossa. src/app/components/api-docs/api-docs.component.html 260 @@ -2376,6 +2416,7 @@ Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index. + Palauttaa :length Bisq-siirtotapahtumia sisältävät Bitcoin-lohkot alkaen :index. src/app/components/api-docs/api-docs.component.html 264 @@ -2383,6 +2424,7 @@ Returns the most recently processed Bitcoin block height processed by Bisq. + Palauttaa viimeisimmän Bisq:in käsittelemän Bitcoin-lohkon järjestysnumeron. src/app/components/api-docs/api-docs.component.html 268 @@ -2390,6 +2432,7 @@ Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address. + Palauttaa kaikki Bisq-siirtotapahtumat, jotka kuuluvat Bitcoin-osoitteeseen, ja 'B'-etuliite osoitteen edessä. src/app/components/api-docs/api-docs.component.html 272 @@ -2397,6 +2440,7 @@ Copied! + Kopioitu! src/app/components/clipboard/clipboard.component.ts 15 @@ -2404,6 +2448,7 @@ This transaction saved % on fees by using native SegWit-Bech32 + Tämä siirtotapahtuma säästää % siirtokuluista käyttämällä natiivia SegWit-Bech32:ta src/app/components/tx-features/tx-features.component.html 1 @@ -2412,6 +2457,7 @@ SegWit + SegWit src/app/components/tx-features/tx-features.component.html 1 @@ -2429,6 +2475,7 @@ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32 + Tämä siirtotapahtuma säästää % siirtokuluista SegWitin avulla ja voi säästää % enemmän päivittämällä täysin natiiviin SegWit-Bech32:een src/app/components/tx-features/tx-features.component.html 3 @@ -2437,6 +2484,7 @@ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH + Tämä siirtotapahtuma voisi säästää % siirtokuluista päivittämällä natiiviin SegWit-Bech32:een tai % päivittämällä versioon SegWit-P2SH src/app/components/tx-features/tx-features.component.html 5 @@ -2445,6 +2493,7 @@ This transaction support Replace-By-Fee (RBF) allowing fee bumping + Tämä siirtotapahtuma tukee Replace-By-Fee (RBF), joka sallii siirtokulujen nostamisen src/app/components/tx-features/tx-features.component.html 8 @@ -2453,6 +2502,7 @@ RBF + RBF src/app/components/tx-features/tx-features.component.html 8 @@ -2462,6 +2512,7 @@ Optimal + Optimaalinen src/app/components/tx-fee-rating/tx-fee-rating.component.html 1 @@ -2471,6 +2522,7 @@ Only ~ sat/vB was needed to get into this block + Vain ~ sat/vB tarvittiin päästäkseen tähän lohkoon src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -2483,6 +2535,7 @@ Overpaid x + Maksettu liikaa x src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -2492,6 +2545,7 @@ Overpaid x + Maksettu liikaax src/app/components/tx-fee-rating/tx-fee-rating.component.html 3 @@ -2501,6 +2555,7 @@ Just now + Juuri nyt src/app/components/time-since/time-since.component.ts 49 @@ -2508,6 +2563,7 @@ year ago + vuotta sitten src/app/components/time-since/time-since.component.ts 58 @@ -2515,6 +2571,7 @@ month ago + kuukautta sitten src/app/components/time-since/time-since.component.ts 59 @@ -2522,6 +2579,7 @@ week ago + viikkoa sitten src/app/components/time-since/time-since.component.ts 60 @@ -2529,6 +2587,7 @@ day ago + päivää sitten src/app/components/time-since/time-since.component.ts 61 @@ -2536,6 +2595,7 @@ hour ago + tuntia sitten src/app/components/time-since/time-since.component.ts 62 @@ -2543,6 +2603,7 @@ min ago + m sitten src/app/components/time-since/time-since.component.ts 65 @@ -2550,6 +2611,7 @@ minute ago + minuuttia sitten src/app/components/time-since/time-since.component.ts 67 @@ -2557,6 +2619,7 @@ sec ago + s sitten src/app/components/time-since/time-since.component.ts 70 @@ -2564,6 +2627,7 @@ second ago + sekunttia sitten src/app/components/time-since/time-since.component.ts 72 @@ -2571,6 +2635,7 @@ years ago + vuotta sitten src/app/components/time-since/time-since.component.ts 76 @@ -2578,6 +2643,7 @@ months ago + kuukautta sitten src/app/components/time-since/time-since.component.ts 77 @@ -2585,6 +2651,7 @@ weeks ago + viikkoa sitten src/app/components/time-since/time-since.component.ts 78 @@ -2592,6 +2659,7 @@ days ago + päivää sitten src/app/components/time-since/time-since.component.ts 79 @@ -2599,6 +2667,7 @@ hours ago + tuntia sitten src/app/components/time-since/time-since.component.ts 80 @@ -2606,6 +2675,7 @@ mins ago + m sitten src/app/components/time-since/time-since.component.ts 83 @@ -2613,6 +2683,7 @@ minutes ago + minuuttia sitten src/app/components/time-since/time-since.component.ts 85 @@ -2620,6 +2691,7 @@ secs ago + s sitten src/app/components/time-since/time-since.component.ts 88 @@ -2627,6 +2699,7 @@ seconds ago + sekunttia sitten src/app/components/time-since/time-since.component.ts 90 @@ -2634,6 +2707,7 @@ BSQ statistics + BSQ tilastot src/app/bisq/bisq-stats/bisq-stats.component.ts 24 @@ -2645,6 +2719,7 @@ Existing amount + Nykyinen määrä src/app/bisq/bisq-stats/bisq-stats.component.html 12 @@ -2657,6 +2732,7 @@ Minted amount + Luotu määrä src/app/bisq/bisq-stats/bisq-stats.component.html 16 @@ -2669,6 +2745,7 @@ Burnt amount + Poltettu määrä src/app/bisq/bisq-stats/bisq-stats.component.html 20 @@ -2689,6 +2766,7 @@ Addresses + Osoitteet src/app/bisq/bisq-stats/bisq-stats.component.html 24 @@ -2701,6 +2779,7 @@ Unspent TXOs + Käyttämättömät TXO:t src/app/bisq/bisq-stats/bisq-stats.component.html 28 @@ -2713,6 +2792,7 @@ Spent TXOs + Käytetyt TXO:t src/app/bisq/bisq-stats/bisq-stats.component.html 32 @@ -2721,6 +2801,7 @@ Price + Hinta src/app/bisq/bisq-stats/bisq-stats.component.html 36 @@ -2733,6 +2814,7 @@ Market cap + Markkina-arvo src/app/bisq/bisq-stats/bisq-stats.component.html 40 @@ -2745,6 +2827,7 @@ Address: + Osoite: src/app/bisq/bisq-address/bisq-address.component.ts 39 @@ -2752,6 +2835,7 @@ Confirmed + Vahvistettu src/app/bisq/bisq-blocks/bisq-blocks.component.html 13 @@ -2764,6 +2848,7 @@ Inputs + Syötteet src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 7 @@ -2772,6 +2857,7 @@ Outputs + Ulostulot src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 11 @@ -2780,6 +2866,7 @@ Version + Versio src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 29 @@ -2788,6 +2875,7 @@ Block : + Lohko : src/app/bisq/bisq-block/bisq-block.component.ts 85 @@ -2795,6 +2883,7 @@ Previous hash + Edellinen tiiviste src/app/bisq/bisq-block/bisq-block.component.html 35 @@ -2808,6 +2897,7 @@ Filter + Suodata src/app/bisq/bisq-transactions/bisq-transactions.component.ts 55 @@ -2815,6 +2905,7 @@ Select all + Valitse kaikki src/app/bisq/bisq-transactions/bisq-transactions.component.ts 56 @@ -2822,6 +2913,7 @@ Unselect all + Poista kaikkien valinta src/app/bisq/bisq-transactions/bisq-transactions.component.ts 57 diff --git a/frontend/src/locale/messages.nl.xlf b/frontend/src/locale/messages.nl.xlf index b4ae77809..b3fe68367 100644 --- a/frontend/src/locale/messages.nl.xlf +++ b/frontend/src/locale/messages.nl.xlf @@ -756,7 +756,7 @@ Miner - Mijner + Gedolven door src/app/components/block/block.component.html 74 diff --git a/frontend/src/locale/messages.vi.xlf b/frontend/src/locale/messages.vi.xlf index 9480fb7a1..e966ab709 100644 --- a/frontend/src/locale/messages.vi.xlf +++ b/frontend/src/locale/messages.vi.xlf @@ -953,7 +953,7 @@ of transaction - trong giao dịch + trong giao dịch src/app/components/address/address.component.html 48 @@ -962,7 +962,7 @@ of transactions - trong giao dịch + trong giao dịch src/app/components/address/address.component.html 49 @@ -1857,7 +1857,7 @@ View all » - Xem tất cả " + Xem tất cả » src/app/dashboard/dashboard.component.html 97 @@ -2552,7 +2552,7 @@ year ago - năm trước + năm trước src/app/components/time-since/time-since.component.ts 58 @@ -2560,7 +2560,7 @@ month ago - tháng trước + tháng trước src/app/components/time-since/time-since.component.ts 59 @@ -2568,7 +2568,7 @@ week ago - tuần trước + tuần trước src/app/components/time-since/time-since.component.ts 60 @@ -2576,7 +2576,7 @@ day ago - ngày trước + ngày trước src/app/components/time-since/time-since.component.ts 61 @@ -2584,7 +2584,7 @@ hour ago - giờ trước + giờ trước src/app/components/time-since/time-since.component.ts 62 @@ -2592,7 +2592,7 @@ min ago - phút trước + phút trước src/app/components/time-since/time-since.component.ts 65 @@ -2600,7 +2600,7 @@ minute ago - phút trước + phút trước src/app/components/time-since/time-since.component.ts 67 @@ -2608,7 +2608,7 @@ sec ago - giây trước + giây trước src/app/components/time-since/time-since.component.ts 70 @@ -2616,7 +2616,7 @@ second ago - giây trước + giây trước src/app/components/time-since/time-since.component.ts 72 @@ -2624,7 +2624,7 @@ years ago - năm trước + năm trước src/app/components/time-since/time-since.component.ts 76 @@ -2632,7 +2632,7 @@ months ago - tháng trước + tháng trước src/app/components/time-since/time-since.component.ts 77 @@ -2640,7 +2640,7 @@ weeks ago - tuần trước + tuần trước src/app/components/time-since/time-since.component.ts 78 @@ -2648,7 +2648,7 @@ days ago - ngày trước + ngày trước src/app/components/time-since/time-since.component.ts 79 @@ -2656,7 +2656,7 @@ hours ago - giờ trước + giờ trước src/app/components/time-since/time-since.component.ts 80 @@ -2664,7 +2664,7 @@ mins ago - phút trước + phút trước src/app/components/time-since/time-since.component.ts 83 @@ -2672,7 +2672,7 @@ minutes ago - phút trước + phút trước src/app/components/time-since/time-since.component.ts 85 @@ -2680,7 +2680,7 @@ secs ago - giây trước + giây trước src/app/components/time-since/time-since.component.ts 88 @@ -2688,7 +2688,7 @@ seconds ago - giây trước + giây trước src/app/components/time-since/time-since.component.ts 90