diff --git a/frontend/src/locale/messages.fi.xlf b/frontend/src/locale/messages.fi.xlf
index 6ee85648e..f09c7631d 100644
--- a/frontend/src/locale/messages.fi.xlf
+++ b/frontend/src/locale/messages.fi.xlf
@@ -1161,7 +1161,7 @@
Layer 2 Networks
- Kerros 2 Verkoissa
+ 2 Kerroksen Verkotsrc/app/components/master-page/master-page.component.html19
@@ -1799,7 +1799,7 @@
Low priority
- Matala tärkeys
+ Ei kiireellinensrc/app/components/fees-box/fees-box.component.html4
@@ -1812,7 +1812,7 @@
Medium priority
- Keskitaso tärkeys
+ Keskimääräinensrc/app/components/fees-box/fees-box.component.html10
@@ -1825,7 +1825,7 @@
High priority
- Korkea tärkeys
+ Kiireellinensrc/app/components/fees-box/fees-box.component.html16
@@ -1878,7 +1878,7 @@
TXID
- TXID
+ Siirtotunnistesrc/app/dashboard/dashboard.component.html107
@@ -2068,7 +2068,7 @@
Returns our currently suggested fees for new transactions.
- Palauttaa tällä hetkellä ehdotetut maksut uusista siirtotapahtumista.
+ Palauttaa yleisesti ehdotetut siirtokulut uusille siirtotapahtumille.src/app/components/api-docs/api-docs.component.html37
diff --git a/frontend/src/locale/messages.tr.xlf b/frontend/src/locale/messages.tr.xlf
index b977d7754..ca806c71d 100644
--- a/frontend/src/locale/messages.tr.xlf
+++ b/frontend/src/locale/messages.tr.xlf
@@ -2049,6 +2049,7 @@
Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-block, 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.
+ Varsayılan push: aksiyon: 'iste', data: ['blocks', ...] neyi pushlamak istediğini belirt. Kullanılabilir: blocklar, mempool-blok, canlı-2saat-graf, ve statler.Belirtilen adrese gönderilen işlemler: 'adres takibi': '3PbJ...bF9B' bu adresi giriş ve çıkış olarak kullanan bütün işlemleri array olarak döndürür. adres işlemleri yeni mempool işlemleri ve blok-işlemler yeni blok işlemleri için.src/app/components/api-docs/api-docs.component.html19
@@ -2107,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.
+ Mempool'da bekleyen bütün txidleri array olarak al, işlem sırası rastgeledir ve bitcoind ile eşleşmez.src/app/components/api-docs/api-docs.component.html63
@@ -2116,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.
+ Mempool'a giren son 10 işlemi listele. Her işlem takip eden basitleştirilmiş genel bakış datası içerir txid, ücret, vboyut, ve değer.src/app/components/api-docs/api-docs.component.html67
@@ -2125,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).
+ Bir bloğun onay sayısını gösterir. Kullanılabilir alanlar: en güçlü zincirde (boolean, yanlış veya orphan bloklar), sonraki en iyi (takip eden bloğun hashi, sadece en iyi zincirde olan bloklar için geçerlidir).src/app/components/api-docs/api-docs.component.html89
@@ -2132,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.
+ Takip eden bloktan başlayarak (25 işlem alacak şekilde işlemleri listeler başlangıç_endeksi). Listedeki işlemlerin durum alan, yoktur çünkü hepsi aynı blok ve onay durumu bilgisini paylaşır.src/app/components/api-docs/api-docs.component.html93
@@ -2147,6 +2152,7 @@
Returns the transaction at index :index within the specified block.
+ Takip eden endeksteki işlemi döndürür :endeks spesifik bloğun içinde belirtilen. src/app/components/api-docs/api-docs.component.html101
@@ -2162,6 +2168,7 @@
Returns the hash of the block currently at :height.
+ Takip eden blok yüksekliğindeki hash'i gösterir :yükseklik.src/app/components/api-docs/api-docs.component.html109
@@ -2169,6 +2176,7 @@
Returns the 10 newest blocks starting at the tip or at :start_height if specified.
+ Eğer belirtilmişse takip eden bloktan başlayarak en son 10 bloğu gösterir :başlangıç yüksekliğisrc/app/components/api-docs/api-docs.component.html113
@@ -2192,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.
+ Blok hakkında detayları gösterir. Mümkün olan detaylar: id, yükseklik, versiyon, zaman damgası, bit, nonce, merkle_root, işlemsayısı, boyut, ağırlık,kanıt, ve öncekiblokhashi.src/app/components/api-docs/api-docs.component.html85
@@ -2209,6 +2218,7 @@
Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.
+ Bir işlem hakkında işlem bilgisi verir. Mümkün olan bilgiler: txid, versiyon, locktime, boyut, ağırlık, ücret, vin, vout, ve durum.src/app/components/api-docs/api-docs.component.html139
@@ -2216,6 +2226,7 @@
Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).
+ Bir işlemin onay durumunu gösterir. Gösterilebilir alanlar: onaylandı (boolean), blok yüksekliği (opsiyonel), ve blok_hash (opsiyonel). src/app/components/api-docs/api-docs.component.html143
@@ -2239,6 +2250,7 @@
Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
+ İşlem için Electrum'un blockchain.transaction.get_merkle format. 'ını kullanarak merkle dahiliyeti kanıdı gösterir.src/app/components/api-docs/api-docs.component.html159
@@ -2246,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).
+ Çıkış işleminin harcanma durumunu gösterir. Gösterilebilir alanlar: harcandı (boolean), txid (opsiyonel), vin (opsiyonel), ve durum (opsiyonel, harcama işleminin durumu).src/app/components/api-docs/api-docs.component.html163
@@ -2261,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.
+ Network'e ham işlem yayınla. İşlem istek kısmına hex olarak girilmeli. Başarılı olması halindetxid olarak gösterilir.src/app/components/api-docs/api-docs.component.html171
@@ -2268,6 +2282,7 @@
Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
+ bitcoind'nin merkleblock formatını kullanarak merkle dahiliyet kanıdı döndürür.src/app/components/api-docs/api-docs.component.html155
@@ -2285,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.
+ Adres hakkında detay gösterir. Gösterilebilir alanlar: adres, zincir_stats, ve mempool_stats. zincir,mempool_stats her biri içerisinde takip eden objeleri taşır tx_sayısı, fonlanmış_txo_sayısı, fonlanmış_txo_toplamı, harcanmış_txo_sayısı, ve harcanmış_txo_toplamı.src/app/components/api-docs/api-docs.component.html189
@@ -2292,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).
+ Belirtilen adres/scripthash için işlem geçmişi al, en yeni en sonda olacak şekilde sırala. 50 mempool işlemini ayrıyetten de ilk 25 onaylanmış işlemi gösterir. Daha fazla onaylanmış işlem için :son_görülen_txid kullanabilirsiniz. (aşağıya bakınız).src/app/components/api-docs/api-docs.component.html193,194
@@ -2299,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.
+ Belirtilen adres/scripthash için işlem geçmişi al, en yeni en sonda olacak şekilde sırala. Sayfa başına 25 işlem gösterir. Daha fazlası önceki istek formunda son txid belirtilerek istenebilir.src/app/components/api-docs/api-docs.component.html197
@@ -2306,6 +2324,7 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ Belirtilen adres/scripthash için için onaylanmamış işlem geçmişini iste. Sayfa başına 50 işlem gösterir. (tek sayfadır)src/app/components/api-docs/api-docs.component.html201
@@ -2313,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.
+ Belirtilen adres/scripthashler için harcanmamış işlem çıkışlarını göster. Gösterilebilir alanlar: txid, vout, değer, ve durum (fonlayan tx'in durumu).Ayrıyetten valuecommitment alanı değer yerine, ek olarak da : varlık/assetcommitment, nonce/noncecommitment, surjection_proof, ve range_proof. gösterilebilir.src/app/components/api-docs/api-docs.component.html205
@@ -2338,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.
+ Belirtilen Liquid varlık için işlemleri gösterir. Network'e ait yerli varlıklar için, peg in, peg out listeleri, yakılma işlemlerini de gösterir. Kullanıcı tarafından yaratılan varlıklar için, yaratma listesi, tekrar yaratma ve yakma işlemlerini gösterir. Bu varlığın transferini sağlayan sıradan işlemleri dahil etmez.src/app/components/api-docs/api-docs.component.html227
@@ -2456,6 +2477,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+ Bu işlem Segwit kullanarak ücretlerden % tasarruf etmenizi sağladı, işleminizi native SegWit-Bech32 ile yaparak % daha fazla tasarruf edebilirdiniz.src/app/components/tx-features/tx-features.component.html3
@@ -2464,6 +2486,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+ Bu işlemi SegWit-Bech32 olarak gerçekleştirerek ücretlerden % tasarruf, SegWit-P2SH kullanarak ise % tasarruf edebilirdiniz.src/app/components/tx-features/tx-features.component.html5
@@ -2827,6 +2850,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
Inputs
+ Girişlersrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html7
@@ -2835,6 +2859,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
Outputs
+ Çıkışlarsrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html11
@@ -2843,6 +2868,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
Version
+ Versiyonsrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html29
@@ -2859,6 +2885,7 @@ Gizli olarak yaratılan varlıklar için geçerli değildir. Eğer /bölünen be
Previous hash
+ Önceki hashsrc/app/bisq/bisq-block/bisq-block.component.html35