diff --git a/frontend/src/locale/messages.de.xlf b/frontend/src/locale/messages.de.xlf
index e283ef699..452223944 100644
--- a/frontend/src/locale/messages.de.xlf
+++ b/frontend/src/locale/messages.de.xlf
@@ -1316,7 +1316,7 @@
Navigate to https://mempool.space/about to sponsor
- Um zu sponsern, Navigieren Sie zu https://mempool.space/about
+ Um ein Sponsor zu werden, navigieren Sie zu https://mempool.space/about src/app/components/about/about.component.html65
diff --git a/frontend/src/locale/messages.fi.xlf b/frontend/src/locale/messages.fi.xlf
index 73071b52d..0367f2ede 100644
--- a/frontend/src/locale/messages.fi.xlf
+++ b/frontend/src/locale/messages.fi.xlf
@@ -1161,7 +1161,7 @@
Layer 2 Networks
- 2 Kerroksen Verkot
+ Toisen kerroksen verkotsrc/app/components/master-page/master-page.component.html19
@@ -1847,7 +1847,7 @@
TXs
- TXs
+ Siirtoasrc/app/dashboard/dashboard.component.html80
diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf
index 1545b5c3a..a3539008f 100644
--- a/frontend/src/locale/messages.ja.xlf
+++ b/frontend/src/locale/messages.ja.xlf
@@ -159,7 +159,7 @@
Virtual size
- 仮想サイズ
+ vSizesrc/app/components/transaction/transaction.component.html185
@@ -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.
+ デフォルト・プッシュ: 行動: 'want', データ: ['ブロック', ...] プッシュしたいことを表現するために. 利用可能: blocks、 mempool-block、live-2h-chartとstats。このアドレスと関係するプッシュトランザクション: 'track-address': '3PbJ...bF9B' インプットまたはアウトプットとしてそのアドレスを含む新トランザクションを得るために。トランザクションの配列を返す。 新しいメモリプールトランザクションの場合はaddress-transactions, そして新しいブロック確認済みトランザクションの場合はblock-transactions。src/app/components/api-docs/api-docs.component.html19
@@ -2117,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.
+ 最後の10つメモリプールに入ったトランザクションのリストを得る。各トランザクションオブジェクトは以下のフィールドを盛り込む簡単化概観データを含みます:txid、fee、vsize、そしてvalue。src/app/components/api-docs/api-docs.component.html67
@@ -2126,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).
+ ブロックの確認状態を返す。入手可能フィールド:in_best_chain (ブール値、孤立ブロックの場合は偽), next_best (次のブロックのハッシュ、ベストチェーンに入ってるブロックのみの場合に入手可能)。src/app/components/api-docs/api-docs.component.html89
@@ -2133,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.
+ ブロックに入ってるトランザクションのリストを返す(start_indexからはじめる25つまでのトランザクション)。ここに返されるトランザクションは共通ブロックに入ってる、そして同じ確認状態を持っているため、statusのフィールドを含みません。src/app/components/api-docs/api-docs.component.html93
@@ -2148,6 +2152,7 @@
Returns the transaction at index :index within the specified block.
+ 特定されたブロックに入ってる、:indexというインデックスにあるトランザクションを返す。src/app/components/api-docs/api-docs.component.html101
@@ -2155,6 +2160,7 @@
Returns the raw block representation in binary.
+ バイナリ形式で生ブロックの表現を返す。src/app/components/api-docs/api-docs.component.html105
@@ -2162,6 +2168,7 @@
Returns the hash of the block currently at :height.
+ :height高さにあるブロックのハッシュを返す。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.
+ てっぺんから、それとも指定した高さ:start_heightからの最新10つのブロックを返す。src/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.
+ あるブロックに関する詳細を返す。入手可能フィールド: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, そして previousblockhash.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.
+ あるトランザクションに関する詳細を返す。入手可能フィールド: txid, version, locktime, size, weight, fee, vin, vout, そして status。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).
+ あるトランザクションの確認状態を返す。入手可能フィールド: confirmed (ブール値), block_height (任意), and block_hash (任意)。src/app/components/api-docs/api-docs.component.html143
@@ -2223,6 +2234,7 @@
Returns a transaction serialized as hex.
+ 16進値でシリアルナンバー付きトランザクションを返す。src/app/components/api-docs/api-docs.component.html147
@@ -2238,6 +2250,7 @@
Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
+ Electrumのblockchain.transaction.get_merkleフォーマットを利用して、トランザクションのマーケルinclusion proofを返す。src/app/components/api-docs/api-docs.component.html159
@@ -2245,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).
+ トランザクション・アウトプットの使用状態を返す。入手可能フィールド: spent (ブール値), txid (任意), vin (任意), そして status (任意, 支払いtxの状態)。src/app/components/api-docs/api-docs.component.html163
@@ -2252,6 +2266,7 @@
Returns the spending status of all transaction outputs.
+ 全てのトランザクション・アウトプットの使用状態を返す。src/app/components/api-docs/api-docs.component.html167
@@ -2259,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.
+ ネットワークに生トランザクションを送信する。リクエスト本文に、トランザクションを16進形式で提供するはずです。成功の場合はtxidが返されます。src/app/components/api-docs/api-docs.component.html171
@@ -2266,6 +2282,7 @@
Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
+ bitcoindのmerkelblockフォーマットを利用して、トランザクションのマーケルinclusion proofを返す。src/app/components/api-docs/api-docs.component.html155
@@ -2283,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.
+ あるアドレスに関する詳細を返す。入手可能フィールド: address、chain_stats、そして mempool_stats。各chain,mempool_statsにはtx_count、funded_txo_count、funded_txo_sum、spent_txo_count、そしてspent_txo_sumを含めるオブジェクトがあります。src/app/components/api-docs/api-docs.component.html189
@@ -2290,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).
+ 最新から順にソートされ特定したアドレス/スクリプトハッシュのトランザクション歴史を得る。50つのmempoolトランザクションまで、そして最初の25つの確認されたトランザクションは返されます。追加の確認されたトランザクションを求めたい場合は:last_seen_txidを利用できます(下記参照)。src/app/components/api-docs/api-docs.component.html193,194
@@ -2297,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.
+ 最新から順にソートされ特定したアドレス/スクリプトハッシュの確認されたトランザクション歴史を得る。ページ当たり25つのトランザクションは返されます。追加のトランザクション歴史を求めたい場合は先行クエリーの最後のtxidを特定できます。src/app/components/api-docs/api-docs.component.html197
@@ -2304,6 +2324,7 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ 特定したアドレス/スクリプトハッシュの未確認トランザクション歴史を得る。50つのトランザクションは返されます(ページングはありません)。src/app/components/api-docs/api-docs.component.html201
@@ -2311,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.
+ あるアドレス/スクリプトハッシュと関係している未使用のトランザクションアウトプットのリストを得る。入手可能フィールド: txid、vout、value、そして status (ファンディングtxの状態を含め)。valueフィールドの代わりにvaluecommitmentが表示される可能性があり、以下の追加フィールドも表示される可能性があります: asset/assetcommitment、nonce/noncecommitment、 surjection_proof、そして range_proof。src/app/components/api-docs/api-docs.component.html205
@@ -2336,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.
+ 特定したリキッドアセットと関係しているトランザクションを返す。ネットワークのネイティブアセットの場合、ペグイン、ペグアウト、そしてバーントランザクションのリストを返す。ユーザ発行アセットの場合、発行、再発行、そしてバーントランザクションのリストを返す。このアセットの移転に関する標準的なトランザクションは返されません。src/app/components/api-docs/api-docs.component.html227
@@ -2343,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.
+ 特定したアセットの現在総供給量を得る。ネイティブアセット(L-BTC)の場合は以下のように計算されます: [chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount。発行されたアセットの場合は以下のように計算されます: [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount。ブラインド発行を利用するアセットには入手不能です。/decimalが特定される場合、供給はアセットの可分性に従って小数で返されます。さもなければ基本単位で返されます。src/app/components/api-docs/api-docs.component.html231
@@ -2376,6 +2400,7 @@
Returns :length of latest Bisq transactions, starting from :index.
+ :indexから順に最新のBisqトランザクションの:lengthを返す。src/app/components/api-docs/api-docs.component.html256
@@ -2383,6 +2408,7 @@
Returns all Bisq transactions that exist in a Bitcoin block.
+ あるビットコインブロック内すべてのBisqトランザクションを返す。src/app/components/api-docs/api-docs.component.html260
@@ -2390,6 +2416,7 @@
Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
+ :indexから順にBisqトランザクションを含む:lengthのビットコインブロックを返す。src/app/components/api-docs/api-docs.component.html264
@@ -2397,6 +2424,7 @@
Returns the most recently processed Bitcoin block height processed by Bisq.
+ Bisqによって処理された最新ビットコインブロックの高さを返す。src/app/components/api-docs/api-docs.component.html268
@@ -2404,6 +2432,7 @@
Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
+ ビットコインアドレスと繋がっている全てのBisqトランザクションを返す。アドレスの前に「B」が付けられます。src/app/components/api-docs/api-docs.component.html272