diff --git a/frontend/src/locale/messages.fr.xlf b/frontend/src/locale/messages.fr.xlf index ba5dbc98f..d86793804 100644 --- a/frontend/src/locale/messages.fr.xlf +++ b/frontend/src/locale/messages.fr.xlf @@ -3,7 +3,7 @@ Transaction: - Transaction : + Transaction: src/app/components/transaction/transaction.component.ts 48 @@ -42,6 +42,7 @@ confirmation + confirmation src/app/components/transaction/transaction.component.html 17 @@ -1151,7 +1152,7 @@ Reconnecting... - Reconnection... + Reconnexion... src/app/components/master-page/master-page.component.html 8 @@ -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.html 19 @@ -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.html 93 @@ -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.html 97 @@ -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.html 101 @@ -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.html 105 @@ -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.html 109 @@ -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.html 113 @@ -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.html 85 @@ -2199,6 +2208,7 @@ Transactions + Transactions src/app/components/api-docs/api-docs.component.html 129 @@ -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.html 139 @@ -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.html 143 @@ -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.html 147 @@ -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.html 151 @@ -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'Electrum src/app/components/api-docs/api-docs.component.html 159 @@ -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.html 163 @@ -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.html 167 @@ -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.html 171 @@ -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.html 155 @@ -2271,6 +2290,7 @@ Addresses + Adresses src/app/components/api-docs/api-docs.component.html 179 @@ -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.html 189 @@ -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.html 193,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.html 197 @@ -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.html 201 @@ -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.html 205 @@ -2315,6 +2340,7 @@ Assets + Actifs src/app/components/api-docs/api-docs.component.html 213 @@ -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.html 223 @@ -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.html 227 @@ -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.html 231 @@ -2345,6 +2374,7 @@ BSQ + BSQ src/app/components/api-docs/api-docs.component.html 238 @@ -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.html 248 @@ -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.html 252 @@ -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.html 256 @@ -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.html 260 @@ -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.html 264 @@ -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.html 268 @@ -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.html 272 @@ -2403,6 +2440,7 @@ Copied! + Copié! src/app/components/clipboard/clipboard.component.ts 15 @@ -2410,6 +2448,7 @@ This transaction saved % on fees by using native SegWit-Bech32 + Cette transaction a économisé % de frais en utilisant SegWit-Bech32 natif src/app/components/tx-features/tx-features.component.html 1 @@ -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 natif src/app/components/tx-features/tx-features.component.html 3 @@ -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-P2SH src/app/components/tx-features/tx-features.component.html 5 @@ -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 frais src/app/components/tx-features/tx-features.component.html 8 @@ -2460,6 +2502,7 @@ RBF + RBF src/app/components/tx-features/tx-features.component.html 8 @@ -2479,6 +2522,7 @@ Only ~ sat/vB was needed to get into this block + Seulement ~ sat/vB était nécessaire pour entrer dans ce bloc src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -2491,6 +2535,7 @@ Overpaid x + Surpayer x src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -2500,6 +2545,7 @@ Overpaid x + Surpayer 1x src/app/components/tx-fee-rating/tx-fee-rating.component.html 3 @@ -2509,6 +2555,7 @@ Just now + À l'instant même src/app/components/time-since/time-since.component.ts 49 @@ -2516,6 +2563,7 @@ year ago + il y a an src/app/components/time-since/time-since.component.ts 58 @@ -2523,6 +2571,7 @@ month ago + il y a mois src/app/components/time-since/time-since.component.ts 59 @@ -2530,6 +2579,7 @@ week ago + il y a semaine src/app/components/time-since/time-since.component.ts 60 @@ -2537,6 +2587,7 @@ day ago + il y a jour src/app/components/time-since/time-since.component.ts 61 @@ -2544,6 +2595,7 @@ hour ago + il y a heure src/app/components/time-since/time-since.component.ts 62 @@ -2551,6 +2603,7 @@ min ago + il y a min src/app/components/time-since/time-since.component.ts 65 @@ -2558,6 +2611,7 @@ minute ago + il y a minute src/app/components/time-since/time-since.component.ts 67 @@ -2565,6 +2619,7 @@ sec ago + il y a sec src/app/components/time-since/time-since.component.ts 70 @@ -2572,6 +2627,7 @@ second ago + il y a seconde src/app/components/time-since/time-since.component.ts 72 @@ -2579,6 +2635,7 @@ years ago + il y a ans src/app/components/time-since/time-since.component.ts 76 @@ -2586,6 +2643,7 @@ months ago + il y a mois src/app/components/time-since/time-since.component.ts 77 @@ -2593,6 +2651,7 @@ weeks ago + il y a semaines src/app/components/time-since/time-since.component.ts 78 @@ -2600,6 +2659,7 @@ days ago + il y a jours src/app/components/time-since/time-since.component.ts 79 @@ -2607,6 +2667,7 @@ hours ago + il y a heures src/app/components/time-since/time-since.component.ts 80 @@ -2614,6 +2675,7 @@ mins ago + il y a mins src/app/components/time-since/time-since.component.ts 83 @@ -2621,6 +2683,7 @@ minutes ago + il y a minutes src/app/components/time-since/time-since.component.ts 85 @@ -2628,6 +2691,7 @@ secs ago + il y a secs src/app/components/time-since/time-since.component.ts 88 @@ -2635,6 +2699,7 @@ seconds ago + il y a secondes src/app/components/time-since/time-since.component.ts 90 @@ -2642,6 +2707,7 @@ BSQ statistics + Statistiques de BSQ src/app/bisq/bisq-stats/bisq-stats.component.ts 24 @@ -2653,6 +2719,7 @@ Existing amount + Somme existantes src/app/bisq/bisq-stats/bisq-stats.component.html 12 @@ -2665,6 +2732,7 @@ Minted amount + Somme émis src/app/bisq/bisq-stats/bisq-stats.component.html 16 @@ -2677,6 +2745,7 @@ Burnt amount + Somme brulé src/app/bisq/bisq-stats/bisq-stats.component.html 20 @@ -2697,6 +2766,7 @@ Addresses + Adresses src/app/bisq/bisq-stats/bisq-stats.component.html 24 @@ -2709,6 +2779,7 @@ Unspent TXOs + TXOs inutilisé src/app/bisq/bisq-stats/bisq-stats.component.html 28 @@ -2721,6 +2792,7 @@ Spent TXOs + TXOs dépensé src/app/bisq/bisq-stats/bisq-stats.component.html 32 @@ -2729,6 +2801,7 @@ Price + Prix src/app/bisq/bisq-stats/bisq-stats.component.html 36 @@ -2741,6 +2814,7 @@ Market cap + Capitalisation boursière src/app/bisq/bisq-stats/bisq-stats.component.html 40 @@ -2753,6 +2827,7 @@ Address: + Adresse: src/app/bisq/bisq-address/bisq-address.component.ts 39 @@ -2760,6 +2835,7 @@ Confirmed + Confirmé src/app/bisq/bisq-blocks/bisq-blocks.component.html 13 @@ -2772,6 +2848,7 @@ Inputs + Entrées src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 7 @@ -2780,6 +2857,7 @@ Outputs + Sorties src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 11 @@ -2788,6 +2866,7 @@ Version + Version src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html 29 @@ -2796,6 +2875,7 @@ Block : + Bloc : src/app/bisq/bisq-block/bisq-block.component.ts 85 @@ -2803,6 +2883,7 @@ Previous hash + Hachage précédent src/app/bisq/bisq-block/bisq-block.component.html 35 @@ -2816,6 +2897,7 @@ Filter + filtre src/app/bisq/bisq-transactions/bisq-transactions.component.ts 55 @@ -2823,6 +2905,7 @@ Select all + Tout sélectionner src/app/bisq/bisq-transactions/bisq-transactions.component.ts 56 @@ -2830,6 +2913,7 @@ Unselect all + Tout déselectionner src/app/bisq/bisq-transactions/bisq-transactions.component.ts 57 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.html 65 @@ -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.html 19 @@ -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.html 67 @@ -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.html 89 @@ -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.html 93 @@ -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.html 101 @@ -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.html 105 @@ -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.html 109 @@ -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.html 113 @@ -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.html 85 @@ -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.html 139 @@ -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.html 143 @@ -2234,7 +2223,6 @@ Returns a transaction serialized as hex. - Returns a transaction serialized as hex. src/app/components/api-docs/api-docs.component.html 147 @@ -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.html 159 @@ -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.html 163 @@ -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.html 167 @@ -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.html 171 @@ -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.html 155 @@ -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.html 189 @@ -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.html 193,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.html 197 @@ -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.html 201 @@ -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.html 205 @@ -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.html 227 @@ -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.html 231 @@ -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.html 256 @@ -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.html 260 @@ -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.html 264 @@ -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.html 268 @@ -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.html 272 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år src/app/components/about/about.component.html 206 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 sedan src/app/components/time-since/time-since.component.ts 62