Transaction:
- Transaction :
+ Transaction: src/app/components/transaction/transaction.component.ts48
@@ -42,6 +42,7 @@
confirmation
+ confirmationsrc/app/components/transaction/transaction.component.html17
@@ -1151,7 +1152,7 @@
Reconnecting...
- Reconnection...
+ Reconnexion...src/app/components/master-page/master-page.component.html8
@@ -2048,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.
+ Pousser par défaut:action: 'want', data: ['blocks', ...] pour exprimer ce que vous voulez pousser. Disponible:blocks, mempool-block, live-2h-chart, etstats.. Transaction pousser liées à l'adresse:'track-address': '3PbJ...bF9B'pour recevoir toutes les nouvelles transactions contenant cette adresse en entrée ou en sortie. Donne un tableau de transactions.address-transactionspour les nouvelles transactions mempool, etblock-transactionspour les nouvelles transactions confirmées.src/app/components/api-docs/api-docs.component.html19
@@ -2134,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.
+ Donne une liste de transactions dans le bloc (jusqu'à 25 transactions commençant àstart_index). Les transactions retournées n'ont pas le champstatus, puisque toutes les transactions partagent le même statut.src/app/components/api-docs/api-docs.component.html93
@@ -2141,6 +2144,7 @@
Returns a list of all txids in the block.
+ Renvoie une liste de tous les txids du bloc. src/app/components/api-docs/api-docs.component.html97
@@ -2148,6 +2152,7 @@
Returns the transaction at index :index within the specified block.
+ Renvoie la transaction à l'index:indexdans le bloc spécifié.src/app/components/api-docs/api-docs.component.html101
@@ -2155,6 +2160,7 @@
Returns the raw block representation in binary.
+ Renvoie la représentation brute du bloc en binaire.src/app/components/api-docs/api-docs.component.html105
@@ -2162,6 +2168,7 @@
Returns the hash of the block currently at :height.
+ Renvoie le hachage du bloc actuellement à: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.
+ Renvoie les 10 blocs les plus récents en commençant à la pointe ou à:start_height si spécifié.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.
+ Renvoie des détails sur un bloc. Champs disponibles: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, et previousblockhash.src/app/components/api-docs/api-docs.component.html85
@@ -2199,6 +2208,7 @@
Transactions
+ Transactionssrc/app/components/api-docs/api-docs.component.html129
@@ -2208,6 +2218,7 @@
Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.
+ Renvoie des détails sur un bloc. Champs disponibles: txid, version, locktime, size, weight, fee, vin, vout, etstatus.src/app/components/api-docs/api-docs.component.html139
@@ -2215,6 +2226,7 @@
Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).
+ Renvoie l'état de confirmation d'une transaction. Champs disponibles:confirmed (booléen), block_height (optionnel ), et block_hash (optionnel).src/app/components/api-docs/api-docs.component.html143
@@ -2222,6 +2234,7 @@
Returns a transaction serialized as hex.
+ Renvoie une transaction sérialisée en hexadécimal.src/app/components/api-docs/api-docs.component.html147
@@ -2229,6 +2242,7 @@
Returns a transaction as binary data.
+ Renvoie une transaction sous forme de données binaires.src/app/components/api-docs/api-docs.component.html151
@@ -2236,6 +2250,7 @@
Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
+ Renvoie une preuve d'inclusion merkle pour la transaction en utilisant le formatblockchain.transaction.get_merkle d'Electrumsrc/app/components/api-docs/api-docs.component.html159
@@ -2243,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).
+ Renvoie l'état des dépenses d'une sortie de transaction. Champs disponibles:spent (booléen), txid (optionnel ), vin (optionnel ), et status (optionnel , l'état de la tx de dépense).src/app/components/api-docs/api-docs.component.html163
@@ -2250,6 +2266,7 @@
Returns the spending status of all transaction outputs.
+ Renvoie l'état des dépenses de toutes les sorties de transaction.src/app/components/api-docs/api-docs.component.html167
@@ -2257,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.
+ Diffusez une transaction brute sur le réseau. La transaction doit être fournie en hexadécimal dans le corps de la requête. Le txid sera retourné en cas de succès.src/app/components/api-docs/api-docs.component.html171
@@ -2264,6 +2282,7 @@
Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
+ Renvoie une preuve d'inclusion merkle pour la transaction en utilisant le formatmerkleblock de bitcoind.src/app/components/api-docs/api-docs.component.html155
@@ -2271,6 +2290,7 @@
Addresses
+ Adressessrc/app/components/api-docs/api-docs.component.html179
@@ -2280,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.
+ Renvoie des détails sur une adresse. Champs disponibles:address, chain_stats, et mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, et spent_txo_sum.src/app/components/api-docs/api-docs.component.html189
@@ -2287,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).
+ Obtenez l'historique des transactions pour l'adresse/scripthash spécifié, trié par le plus récent en premier. Renvoie jusqu'à 50 transactions mempool plus les 25 premières transactions confirmées. Vous pouvez demander pour plus de transactions confirmées en utilisant:last_seen_txid (voir ci-dessous). src/app/components/api-docs/api-docs.component.html193,194
@@ -2294,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.
+ Obtenez l'historique des transactions confirmé pour l'adresse/scripthash spécifié, trié par le plus récent en premier. Renvoie 25 transactions par page. D’additionnel peut être demandé en spécifiant le dernier txid vu par la requête précédente.src/app/components/api-docs/api-docs.component.html197
@@ -2301,6 +2324,7 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ Obtenez l'historique des transactions non confirmées pour l'adresse/scripthash spécifié. Renvoie jusqu'à 50 transactions (sans pagination).src/app/components/api-docs/api-docs.component.html201
@@ -2308,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.
+ Obtenez la liste des sorties de transaction non dépensées associées à l'adresse/scripthash. Champs disponibles:txid, vout, value, et status (avec l'état de la tx financières).Il y a aussi valuecommitment champ qui peut apparaître à la place devalue, ainsi que les champs supplémentaires suivants: asset/assetcommitment, nonce/noncecommitment, surjection_proof, et range_proof.src/app/components/api-docs/api-docs.component.html205
@@ -2315,6 +2340,7 @@
Assets
+ Actifssrc/app/components/api-docs/api-docs.component.html213
@@ -2324,6 +2350,7 @@
Returns information about a Liquid asset.
+ Renvoie des informations sur un actif Liquide.src/app/components/api-docs/api-docs.component.html223
@@ -2331,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.
+ Renvoie les transactions associées à l'actif Liquide spécifié. Pour l'actif natif du réseau, renvoie une liste des transactions peg in, peg out et brûler. Pour les actifs émis par l'utilisateur, renvoie une liste des transactions d'émission, de réémission et brûler. N'inclut pas les transactions régulières transférant cet actif.src/app/components/api-docs/api-docs.component.html227
@@ -2338,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.
+ Obtenez l'approvisionnement total actuel de l'actif spécifié. Pour l'actif natif (L-BTC), ceci est calculé comme suit:[chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount. Pour les actifs émis, cela est calculé comme suit: [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount. Non disponible pour les actifs avec des émissions aveugle. Si /decimal est spécifié, renvoie l'approvisionnement sous forme de décimale en fonction de la divisibilité de l'actif. Sinon, retourné en unités de base.src/app/components/api-docs/api-docs.component.html231
@@ -2345,6 +2374,7 @@
BSQ
+ BSQsrc/app/components/api-docs/api-docs.component.html238
@@ -2354,6 +2384,7 @@
Returns statistics about all Bisq transactions.
+ Renvoie des statistiques sur toutes les transactions Bisq.src/app/components/api-docs/api-docs.component.html248
@@ -2361,6 +2392,7 @@
Returns details about a Bisq transaction.
+ Renvoie les détails d'une transaction Bisq.src/app/components/api-docs/api-docs.component.html252
@@ -2368,6 +2400,7 @@
Returns :length of latest Bisq transactions, starting from :index.
+ Renvoie :length des dernières transactions Bisq, à partir de :index.src/app/components/api-docs/api-docs.component.html256
@@ -2375,6 +2408,7 @@
Returns all Bisq transactions that exist in a Bitcoin block.
+ Renvoie toutes les transactions Bisq qui existent dans un bloc Bitcoin.src/app/components/api-docs/api-docs.component.html260
@@ -2382,6 +2416,7 @@
Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
+ Renvoie :longueur des blocs Bitcoin contenant des transactions Bisq, à partir de :index.src/app/components/api-docs/api-docs.component.html264
@@ -2389,6 +2424,7 @@
Returns the most recently processed Bitcoin block height processed by Bisq.
+ Renvoie la hauteur de bloc Bitcoin la plus récemment traitée par Bisq.src/app/components/api-docs/api-docs.component.html268
@@ -2396,6 +2432,7 @@
Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
+ Renvoie toutes les transactions Bisq appartenant à une adresse Bitcoin, avec le préfixe 'B' devant l'adresse.src/app/components/api-docs/api-docs.component.html272
@@ -2403,6 +2440,7 @@
Copied!
+ Copié!src/app/components/clipboard/clipboard.component.ts15
@@ -2410,6 +2448,7 @@
This transaction saved % on fees by using native SegWit-Bech32
+ Cette transaction a économisé % de frais en utilisant SegWit-Bech32 natifsrc/app/components/tx-features/tx-features.component.html1
@@ -2436,6 +2475,7 @@
This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+ Cette transaction a économisé % de frais en utilisant SegWit et pourrait économisé % de plus en passant entièrement à SegWit-Bech32 natifsrc/app/components/tx-features/tx-features.component.html3
@@ -2444,6 +2484,7 @@
This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+ Cette transaction pourrait économiser % de frais en passant à SegWit-Bech32 natif ou % en passant à SegWit-P2SHsrc/app/components/tx-features/tx-features.component.html5
@@ -2452,6 +2493,7 @@
This transaction support Replace-By-Fee (RBF) allowing fee bumping
+ Cette transaction prend en charge le Replace-By-Fee/remplacement par frais (RBF), permettant une augmentation des fraissrc/app/components/tx-features/tx-features.component.html8
@@ -2460,6 +2502,7 @@
RBF
+ RBFsrc/app/components/tx-features/tx-features.component.html8
@@ -2479,6 +2522,7 @@
Only ~ sat/vB was needed to get into this block
+ Seulement ~ sat/vB était nécessaire pour entrer dans ce blocsrc/app/components/tx-fee-rating/tx-fee-rating.component.html2
@@ -2491,6 +2535,7 @@
Overpaid x
+ Surpayer xsrc/app/components/tx-fee-rating/tx-fee-rating.component.html2
@@ -2500,6 +2545,7 @@
Overpaid x
+ Surpayer 1xsrc/app/components/tx-fee-rating/tx-fee-rating.component.html3
@@ -2509,6 +2555,7 @@
Just now
+ À l'instant même src/app/components/time-since/time-since.component.ts49
@@ -2516,6 +2563,7 @@
year ago
+ il y a ansrc/app/components/time-since/time-since.component.ts58
@@ -2523,6 +2571,7 @@
month ago
+ il y a moissrc/app/components/time-since/time-since.component.ts59
@@ -2530,6 +2579,7 @@
week ago
+ il y a semainesrc/app/components/time-since/time-since.component.ts60
@@ -2537,6 +2587,7 @@
day ago
+ il y a joursrc/app/components/time-since/time-since.component.ts61
@@ -2544,6 +2595,7 @@
hour ago
+ il y a heuresrc/app/components/time-since/time-since.component.ts62
@@ -2551,6 +2603,7 @@
min ago
+ il y a minsrc/app/components/time-since/time-since.component.ts65
@@ -2558,6 +2611,7 @@
minute ago
+ il y a minutesrc/app/components/time-since/time-since.component.ts67
@@ -2565,6 +2619,7 @@
sec ago
+ il y a secsrc/app/components/time-since/time-since.component.ts70
@@ -2572,6 +2627,7 @@
second ago
+ il y a secondesrc/app/components/time-since/time-since.component.ts72
@@ -2579,6 +2635,7 @@
years ago
+ il y a anssrc/app/components/time-since/time-since.component.ts76
@@ -2586,6 +2643,7 @@
months ago
+ il y a moissrc/app/components/time-since/time-since.component.ts77
@@ -2593,6 +2651,7 @@
weeks ago
+ il y a semainessrc/app/components/time-since/time-since.component.ts78
@@ -2600,6 +2659,7 @@
days ago
+ il y a jourssrc/app/components/time-since/time-since.component.ts79
@@ -2607,6 +2667,7 @@
hours ago
+ il y a heuressrc/app/components/time-since/time-since.component.ts80
@@ -2614,6 +2675,7 @@
mins ago
+ il y a minssrc/app/components/time-since/time-since.component.ts83
@@ -2621,6 +2683,7 @@
minutes ago
+ il y a minutessrc/app/components/time-since/time-since.component.ts85
@@ -2628,6 +2691,7 @@
secs ago
+ il y a secssrc/app/components/time-since/time-since.component.ts88
@@ -2635,6 +2699,7 @@
seconds ago
+ il y a secondessrc/app/components/time-since/time-since.component.ts90
@@ -2642,6 +2707,7 @@
BSQ statistics
+ Statistiques de BSQsrc/app/bisq/bisq-stats/bisq-stats.component.ts24
@@ -2653,6 +2719,7 @@
Existing amount
+ Somme existantessrc/app/bisq/bisq-stats/bisq-stats.component.html12
@@ -2665,6 +2732,7 @@
Minted amount
+ Somme émissrc/app/bisq/bisq-stats/bisq-stats.component.html16
@@ -2677,6 +2745,7 @@
Burnt amount
+ Somme brulésrc/app/bisq/bisq-stats/bisq-stats.component.html20
@@ -2697,6 +2766,7 @@
Addresses
+ Adressessrc/app/bisq/bisq-stats/bisq-stats.component.html24
@@ -2709,6 +2779,7 @@
Unspent TXOs
+ TXOs inutilisésrc/app/bisq/bisq-stats/bisq-stats.component.html28
@@ -2721,6 +2792,7 @@
Spent TXOs
+ TXOs dépensésrc/app/bisq/bisq-stats/bisq-stats.component.html32
@@ -2729,6 +2801,7 @@
Price
+ Prixsrc/app/bisq/bisq-stats/bisq-stats.component.html36
@@ -2741,6 +2814,7 @@
Market cap
+ Capitalisation boursièresrc/app/bisq/bisq-stats/bisq-stats.component.html40
@@ -2753,6 +2827,7 @@
Address:
+ Adresse: src/app/bisq/bisq-address/bisq-address.component.ts39
@@ -2760,6 +2835,7 @@
Confirmed
+ Confirmésrc/app/bisq/bisq-blocks/bisq-blocks.component.html13
@@ -2772,6 +2848,7 @@
Inputs
+ Entréessrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html7
@@ -2780,6 +2857,7 @@
Outputs
+ Sortiessrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html11
@@ -2788,6 +2866,7 @@
Version
+ Versionsrc/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html29
@@ -2796,6 +2875,7 @@
Block :
+ Bloc : src/app/bisq/bisq-block/bisq-block.component.ts85
@@ -2803,6 +2883,7 @@
Previous hash
+ Hachage précédentsrc/app/bisq/bisq-block/bisq-block.component.html35
@@ -2816,6 +2897,7 @@
Filter
+ filtresrc/app/bisq/bisq-transactions/bisq-transactions.component.ts55
@@ -2823,6 +2905,7 @@
Select all
+ Tout sélectionnersrc/app/bisq/bisq-transactions/bisq-transactions.component.ts56
@@ -2830,6 +2913,7 @@
Unselect all
+ Tout déselectionnersrc/app/bisq/bisq-transactions/bisq-transactions.component.ts57
diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf
index 5660814dd..1545b5c3a 100644
--- a/frontend/src/locale/messages.ja.xlf
+++ b/frontend/src/locale/messages.ja.xlf
@@ -1316,7 +1316,7 @@
Navigate to https://mempool.space/about to sponsor
- スポンサーになるには、https://mempool.space/aboutに移動します。
+ スポンサーになるには、https://mempool.space/aboutに移動します。src/app/components/about/about.component.html65
@@ -2049,7 +2049,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html19
@@ -2118,7 +2117,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html67
@@ -2128,7 +2126,6 @@
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).
- 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).src/app/components/api-docs/api-docs.component.html89
@@ -2136,7 +2133,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html93
@@ -2152,7 +2148,6 @@
Returns the transaction at index :index within the specified block.
- Returns the transaction at index :index within the specified block.src/app/components/api-docs/api-docs.component.html101
@@ -2160,7 +2155,6 @@
Returns the raw block representation in binary.
- Returns the raw block representation in binary.src/app/components/api-docs/api-docs.component.html105
@@ -2168,7 +2162,6 @@
Returns the hash of the block currently at :height.
- Returns the hash of the block currently at :height.src/app/components/api-docs/api-docs.component.html109
@@ -2176,7 +2169,6 @@
Returns the 10 newest blocks starting at the tip or at :start_height if specified.
- Returns the 10 newest blocks starting at the tip or at :start_height if specified.src/app/components/api-docs/api-docs.component.html113
@@ -2200,7 +2192,6 @@
Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash.
- Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash.src/app/components/api-docs/api-docs.component.html85
@@ -2218,7 +2209,6 @@
Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.
- Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.src/app/components/api-docs/api-docs.component.html139
@@ -2226,7 +2216,6 @@
Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).
- Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).src/app/components/api-docs/api-docs.component.html143
@@ -2234,7 +2223,6 @@
Returns a transaction serialized as hex.
- Returns a transaction serialized as hex.src/app/components/api-docs/api-docs.component.html147
@@ -2250,7 +2238,6 @@
Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
- Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.src/app/components/api-docs/api-docs.component.html159
@@ -2258,7 +2245,6 @@
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).
- 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).src/app/components/api-docs/api-docs.component.html163
@@ -2266,7 +2252,6 @@
Returns the spending status of all transaction outputs.
- Returns the spending status of all transaction outputs.src/app/components/api-docs/api-docs.component.html167
@@ -2274,7 +2259,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html171
@@ -2282,7 +2266,6 @@
Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
- Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.src/app/components/api-docs/api-docs.component.html155
@@ -2300,7 +2283,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html189
@@ -2308,7 +2290,6 @@
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).
- 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). src/app/components/api-docs/api-docs.component.html193,194
@@ -2316,7 +2297,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html197
@@ -2324,7 +2304,6 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
- Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).src/app/components/api-docs/api-docs.component.html201
@@ -2332,7 +2311,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html205
@@ -2358,7 +2336,6 @@
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.
- 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
@@ -2366,7 +2343,6 @@
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.
- 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.src/app/components/api-docs/api-docs.component.html231
@@ -2400,7 +2376,6 @@
Returns :length of latest Bisq transactions, starting from :index.
- Returns :length of latest Bisq transactions, starting from :index.src/app/components/api-docs/api-docs.component.html256
@@ -2408,7 +2383,6 @@
Returns all Bisq transactions that exist in a Bitcoin block.
- Returns all Bisq transactions that exist in a Bitcoin block.src/app/components/api-docs/api-docs.component.html260
@@ -2416,7 +2390,6 @@
Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
- Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.src/app/components/api-docs/api-docs.component.html264
@@ -2424,7 +2397,6 @@
Returns the most recently processed Bitcoin block height processed by Bisq.
- Returns the most recently processed Bitcoin block height processed by Bisq.src/app/components/api-docs/api-docs.component.html268
@@ -2432,7 +2404,6 @@
Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
- Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.src/app/components/api-docs/api-docs.component.html272
diff --git a/frontend/src/locale/messages.nb.xlf b/frontend/src/locale/messages.nb.xlf
index f6cd259f0..6f7fb9c9d 100644
--- a/frontend/src/locale/messages.nb.xlf
+++ b/frontend/src/locale/messages.nb.xlf
@@ -1298,7 +1298,7 @@
Terms of Service
- Vilkår for bruk
+ Bruksvilkårsrc/app/components/about/about.component.html206
diff --git a/frontend/src/locale/messages.sv.xlf b/frontend/src/locale/messages.sv.xlf
index 51e2be3cb..896d657a9 100644
--- a/frontend/src/locale/messages.sv.xlf
+++ b/frontend/src/locale/messages.sv.xlf
@@ -2595,7 +2595,7 @@
hour ago
- timmar sedan
+ timma sedansrc/app/components/time-since/time-since.component.ts62