From 8735b6251005222754846bcee9a03e103d5ea852 Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 5 Jul 2024 16:22:28 +0900 Subject: [PATCH 01/17] fix hide acceleration button overflow fixes #5276 --- .../app/components/transaction/transaction.component.html | 2 +- .../app/components/transaction/transaction.component.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 0f9a4d9c4..e898549cb 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -128,7 +128,7 @@

- +
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 0ea548e3c..f32d8d9ea 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -167,6 +167,12 @@ } } +@media (max-width: 767px){ + .hide-on-mobile { + display: none; + } +} + .effective-fee-rating { @media (max-width: 767px){ margin-right: 0px !important; From 20d948c280f6b2cc7b234566921b6026684a6a3f Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 5 Jul 2024 16:32:26 +0900 Subject: [PATCH 02/17] updating i18n --- .../active-acceleration-box.component.ts | 2 +- frontend/src/locale/messages.xlf | 368 ++++++++++-------- 2 files changed, 207 insertions(+), 163 deletions(-) diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts index 90df9987c..9638532e8 100644 --- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts +++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts @@ -80,7 +80,7 @@ export class ActiveAccelerationBox implements OnChanges { data.push(getDataItem( (this.miningStats.lastEstimatedHashrate - totalAcceleratedHashrate), 'rgba(127, 127, 127, 0.3)', - `not accelerating (${notAcceleratedByPercentage})`, + $localize`not accelerating` + ` (${notAcceleratedByPercentage})`, false, ) as PieSeriesOption); diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 178d257dd..fd5f1b17b 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -359,7 +359,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -373,7 +373,7 @@ Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 25 accelerator.your-transaction @@ -381,7 +381,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 29 accelerator.plus-unconfirmed-ancestors @@ -389,7 +389,7 @@ Virtual size src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 34 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -405,7 +405,7 @@ src/app/components/transaction/transaction.component.html - 232 + 242 Transaction Virtual Size transaction.vsize @@ -414,7 +414,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 39 accelerator.transaction-vbytes-size-description @@ -422,7 +422,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 43 accelerator.in-band-fees @@ -430,55 +430,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 45 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 78 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 111 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 133 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 151 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 181 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 203 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 219 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 333 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 355 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 366 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 521 src/app/components/calculator/calculator.component.html @@ -546,7 +546,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 50 accelerator.fees-already-paid-description @@ -554,7 +554,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 59 accelerator.how-much-faster @@ -562,7 +562,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 64,65 accelerator.time-estimate-description @@ -570,7 +570,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 88 accelerator.summary-title @@ -578,7 +578,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 97 accelerator.next-block-rate @@ -586,11 +586,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 101 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 123 src/app/shared/components/fee-rate/fee-rate.component.html @@ -607,7 +607,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 105 accelerator.estimated-extra-fee-required @@ -615,7 +615,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 119 accelerator.target-rate @@ -623,7 +623,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 127 accelerator.extra-fee-required @@ -631,7 +631,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 141 accelerator.mempool-accelerator-fees @@ -639,7 +639,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 145 accelerator.service-fee @@ -647,7 +647,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 157 accelerator.tx-size-surcharge @@ -655,7 +655,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 173 accelerator.estimated-cost @@ -663,7 +663,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 192 accelerator.maximum-cost @@ -671,7 +671,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 194 accelerator.cost @@ -679,7 +679,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 214 accelerator.available-balance @@ -687,15 +687,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 246 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 404 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 456 go-back @@ -703,7 +703,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 261 accelerator.accelerate-your-transaction @@ -711,7 +711,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 273 accelerator.wait @@ -719,11 +719,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 275 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 519 accelerator.confirmation-expected @@ -731,7 +731,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 278 accelerator.confirmation-not-expected-soon @@ -739,7 +739,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 333 accelerator.for-an-additional-cost @@ -747,7 +747,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 339,340 accelerator.reducing-expected-confirmation-time @@ -756,11 +756,11 @@ </d"/> src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 350,351 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 418 accelerator.payment-to-mempool-space @@ -768,19 +768,19 @@ Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 366 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 383 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 429 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 552 Pay button label transaction.pay @@ -789,7 +789,7 @@ Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 369 accelerator.loading-invoice @@ -797,7 +797,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 377 or @@ -805,7 +805,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 411 accelerator.confirm-your-payment @@ -813,7 +813,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 427 accelerator.total-additional-cost @@ -821,7 +821,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 431 accelerator.pay-with @@ -829,7 +829,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 445 accelerator.loading-payment-method @@ -837,7 +837,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 463 accelerator.confirming-your-payment @@ -845,7 +845,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 473 accelerator.payment-processing @@ -853,7 +853,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 483 accelerator.accelerating-your-transaction @@ -861,15 +861,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 490 accelerator.confirming-acceleration-with-miners + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 498 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 504 + + accelerator.confirmed-acceleration-with-miners + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 511 + + close + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 523 accelerator.calculating-cost @@ -877,7 +901,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 529 accelerator.customize @@ -885,7 +909,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 532 accelerator.accelerate-to-x @@ -893,19 +917,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 538 src/app/components/transaction/transaction.component.html - 129 + 555 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 564 Accelerate button label transaction.accelerate @@ -914,7 +934,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 562 accelerator.hashrate-percentage-description @@ -946,7 +966,7 @@ src/app/components/transaction/transaction.component.html - 596 + 606 src/app/components/transactions-list/transactions-list.component.html @@ -1226,7 +1246,7 @@ src/app/components/transaction/transaction.component.html - 606 + 616 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1432,7 +1452,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1461,6 +1481,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2379,7 +2406,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2576,11 +2603,11 @@ src/app/components/transaction/transaction.component.html - 470 + 480 src/app/components/transaction/transaction.component.html - 475 + 485 src/app/lightning/node/node.component.html @@ -2621,7 +2648,7 @@ src/app/components/transaction/transaction.component.html - 456 + 466 src/app/shared/components/confirmations/confirmations.component.html @@ -2650,7 +2677,7 @@ src/app/components/transaction/transaction.component.html - 595 + 605 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2675,7 +2702,7 @@ src/app/components/transaction/transaction.component.html - 627 + 637 Effective transaction fee rate transaction.effective-fee-rate @@ -2688,7 +2715,7 @@ src/app/components/transaction/transaction.component.html - 625 + 635 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2775,7 +2802,7 @@ src/app/components/transaction/transaction.component.html - 516 + 526 Added tx-features.tag.added @@ -2788,7 +2815,7 @@ src/app/components/transaction/transaction.component.html - 519 + 529 Prioritized tx-features.tag.prioritized @@ -2801,7 +2828,7 @@ src/app/components/transaction/transaction.component.html - 522 + 532 Conflict tx-features.tag.conflict @@ -2818,7 +2845,7 @@ src/app/components/transaction/transaction.component.html - 581 + 591 src/app/shared/filters.utils.ts @@ -2916,7 +2943,7 @@ src/app/components/transaction/transaction.component.html - 228 + 238 src/app/dashboard/dashboard.component.html @@ -2955,7 +2982,7 @@ src/app/components/transaction/transaction.component.html - 244 + 254 @@ -3053,7 +3080,7 @@ src/app/components/transaction/transaction.component.html - 439 + 449 block.timestamp @@ -3118,7 +3145,7 @@ src/app/components/transaction/transaction.component.html - 665 + 675 block.miner @@ -3171,10 +3198,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3372,7 +3395,7 @@ src/app/components/transaction/transaction.component.html - 254 + 264 transaction.version @@ -3473,7 +3496,7 @@ src/app/components/transaction/transaction.component.html - 503 + 513 Toggle Audit block.toggle-audit @@ -3486,19 +3509,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 222 src/app/components/transaction/transaction.component.html - 220 + 230 src/app/components/transaction/transaction.component.html - 345 + 355 src/app/lightning/channel/channel.component.html @@ -3523,6 +3546,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? @@ -3555,7 +3586,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4634,11 +4665,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4726,10 +4757,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4740,7 +4767,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4752,7 +4779,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4768,7 +4795,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5103,7 +5130,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5119,7 +5146,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5135,7 +5162,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5492,7 +5519,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5611,22 +5638,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5655,7 +5690,7 @@ src/app/components/transaction/transaction.component.html - 270 + 280 transaction.hex @@ -5708,7 +5743,7 @@ src/app/components/transaction/transaction.component.html - 191 + 201 src/app/components/transactions-list/transactions-list.component.html @@ -6403,7 +6438,7 @@ src/app/components/transaction/transaction.component.html - 538 + 548 Transaction ETA transaction.eta @@ -6416,7 +6451,7 @@ src/app/components/transaction/transaction.component.html - 543 + 553 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6441,7 +6476,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 143 tracker.explain.accelerated @@ -6449,7 +6484,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 150 tracker.explain.waiting @@ -6457,7 +6492,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 156 tracker.explain.pending @@ -6465,7 +6500,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 162 tracker.explain.soon @@ -6473,7 +6508,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 168 tracker.explain.next-block @@ -6481,7 +6516,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 174 tracker.explain.confirmed @@ -6489,7 +6524,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 180 tracker.explain.replaced @@ -6497,7 +6532,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 188 accelerator.show-more-details @@ -6513,7 +6548,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6528,7 +6563,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6539,7 +6574,7 @@ src/app/components/transaction/transaction.component.html - 507 + 517 src/app/components/transactions-list/transactions-list.component.html @@ -6577,28 +6612,37 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 157 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 166 + + RBF Timeline transaction.rbf-history Flow src/app/components/transaction/transaction.component.html - 165 + 175 src/app/components/transaction/transaction.component.html - 285 + 295 Transaction flow transaction.flow @@ -6607,7 +6651,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 168 + 178 hide-diagram @@ -6615,7 +6659,7 @@ Show more src/app/components/transaction/transaction.component.html - 189 + 199 src/app/components/transactions-list/transactions-list.component.html @@ -6631,11 +6675,11 @@ Inputs & Outputs src/app/components/transaction/transaction.component.html - 207 + 217 src/app/components/transaction/transaction.component.html - 316 + 326 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6644,7 +6688,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 211 + 221 show-diagram @@ -6652,7 +6696,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 246 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6661,7 +6705,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 268 transaction.locktime @@ -6669,7 +6713,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 272 Transaction Sigops transaction.sigops @@ -6678,7 +6722,7 @@ Transaction not found. src/app/components/transaction/transaction.component.html - 394 + 404 transaction.error.transaction-not-found @@ -6686,7 +6730,7 @@ Waiting for it to appear in the mempool... src/app/components/transaction/transaction.component.html - 395 + 405 transaction.error.waiting-for-it-to-appear @@ -6694,7 +6738,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 411 transaction.error.loading-transaction-data @@ -6702,7 +6746,7 @@ Features src/app/components/transaction/transaction.component.html - 486 + 496 src/app/lightning/node/node.component.html @@ -6719,7 +6763,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 519 Expected in block tooltip @@ -6727,7 +6771,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 519 Expected in Block tx-features.tag.expected @@ -6736,7 +6780,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 521 Seen in mempool tooltip @@ -6744,7 +6788,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 521 Seen in Mempool tx-features.tag.seen @@ -6753,7 +6797,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 523 Not seen in mempool tooltip @@ -6761,7 +6805,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 523 Not seen in Mempool tx-features.tag.not-seen @@ -6770,7 +6814,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 526 Added transaction tooltip @@ -6778,7 +6822,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 529 Prioritized transaction tooltip @@ -6786,7 +6830,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 532 Conflict in mempool tooltip From b8820684c377d9aabef9fa5ac2148ca7606108b1 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 5 Jul 2024 10:41:59 +0000 Subject: [PATCH 03/17] [accelerator] proper error handling --- .../accelerate-checkout.component.html | 56 ++++++++---- .../accelerate-checkout.component.scss | 7 ++ .../accelerate-checkout.component.ts | 90 +++++++++++++++---- .../components/tracker/tracker.component.html | 1 + .../transaction/transaction.component.html | 1 + .../mempool-error.component.html | 9 +- .../mempool-error/mempool-error.component.ts | 3 +- frontend/src/app/shared/shared.module.ts | 3 +- 8 files changed, 132 insertions(+), 38 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index 88baab836..ed381d7c3 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -1,12 +1,24 @@
- @if (error) { -
-
- + @if (accelerateError) { +
+
+

Sorry, something went wrong!

- } - @else if (step === 'quote') { +
+
+
+ We were not able to accelerate this transaction. Please try again later. +
+
+
+
+
+
+ +
+
+ } @else if (step === 'quote') {
-
+
@if (showDetails) {
Your transaction
@@ -264,7 +276,7 @@ } @if (!advancedEnabled) { -
+
@@ -295,7 +307,7 @@
} @else { -
+
@@ -345,7 +357,7 @@
-
+

Payment to mempool.space for acceleration of txid {{ tx.txid.substr(0, 10) }}..{{ tx.txid.substr(-10) }}

@@ -353,7 +365,7 @@

Your account will be debited no more than {{ cost | number }} sats

-
+
@@ -365,6 +377,11 @@ @if (invoice) {

Pay {{ ((invoice.btcDue * 100_000_000) || cost) | number }} sats

+ } @else if (btcpayInvoiceFailed) { +

Failed to load invoice

+
+ +
} @else {

Loading invoice...

@@ -532,16 +549,21 @@ Accelerate to ~{{ x | number : '1.0-0' }} sat/vB - @if (canPayWithBalance || canPayWithBitcoin || canPayWithCashapp) { - - } @else { + @if (!couldPay && !quoteError && !(estimate?.availablePaymentMethods.bitcoin || estimate?.availablePaymentMethods.balance)) { + } @else { +
+ + @if (quoteError || cantPayReason) { + + } +
}
diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss index 5b302b9ad..c7c0fdb6d 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss @@ -189,3 +189,10 @@ flex-direction: column; } } + +.btn-error { + position: absolute; + right: 0; + font-size: 12px; + color: var(--red); +} \ No newline at end of file diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index 9805b5e96..b052f4dba 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -59,13 +59,18 @@ export class AccelerateCheckout implements OnInit, OnDestroy { @Input() forceMobile: boolean = false; @Input() showDetails: boolean = false; @Input() noCTA: boolean = false; + @Output() unavailable = new EventEmitter(); @Output() completed = new EventEmitter(); @Output() hasDetails = new EventEmitter(); @Output() changeMode = new EventEmitter(); calculating = true; selectedOption: 'wait' | 'accel'; - error = ''; + cantPayReason = ''; + quoteError = ''; // error fetching estimate or initial data + accelerateError = ''; // error executing acceleration + btcpayInvoiceFailed = false; + timePaid: number = 0; // time acceleration requested math = Math; isMobile: boolean = window.innerWidth <= 767.98; @@ -98,6 +103,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { // square loadingCashapp = false; + cashappError = false; cashappSubmit: any; payments: any; cashAppPay: any; @@ -125,7 +131,10 @@ export class AccelerateCheckout implements OnInit, OnDestroy { if (this.auth?.user?.userId !== auth?.user?.userId) { this.auth = auth; this.estimate = null; - this.error = null; + this.quoteError = null; + this.accelerateError = null; + this.timePaid = 0; + this.btcpayInvoiceFailed = false; this.moveToStep('summary'); } else { this.auth = auth; @@ -182,6 +191,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.fetchEstimate(); } if (this._step === 'checkout' && this.canPayWithBitcoin) { + this.btcpayInvoiceFailed = false; this.loadingBtcpayInvoice = true; this.invoice = null; this.requestBTCPayInvoice(); @@ -226,19 +236,27 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.estimateSubscription.unsubscribe(); } this.calculating = true; + this.quoteError = null; + this.accelerateError = null; this.estimateSubscription = this.servicesApiService.estimate$(this.tx.txid).pipe( tap((response) => { if (response.status === 204) { - this.error = `cannot_accelerate_tx`; + this.quoteError = `cannot_accelerate_tx`; + if (this.step === 'summary') { + this.unavailable.emit(true); + } } else { this.estimate = response.body; if (!this.estimate) { - this.error = `cannot_accelerate_tx`; + this.quoteError = `cannot_accelerate_tx`; + if (this.step === 'summary') { + this.unavailable.emit(true); + } return; } if (this.estimate.hasAccess === true && this.estimate.userBalance <= 0) { if (this.isLoggedIn()) { - this.error = `not_enough_balance`; + this.quoteError = `not_enough_balance`; } } this.hasAncestors = this.estimate.txSummary.ancestorCount > 1; @@ -267,6 +285,8 @@ export class AccelerateCheckout implements OnInit, OnDestroy { } this.cost = this.userBid + this.estimate.mempoolBaseFee + this.estimate.vsizeFee; + this.validateChoice(); + if (this.step === 'checkout' && this.canPayWithBitcoin && !this.loadingBtcpayInvoice) { this.loadingBtcpayInvoice = true; this.requestBTCPayInvoice(); @@ -279,13 +299,27 @@ export class AccelerateCheckout implements OnInit, OnDestroy { catchError((response) => { this.estimate = undefined; - this.error = `cannot_accelerate_tx`; + this.quoteError = `cannot_accelerate_tx`; this.estimateSubscription.unsubscribe(); return of(null); }) ).subscribe(); } + validateChoice(): void { + if (!this.canPay) { + if (this.estimate?.availablePaymentMethods?.balance) { + if (this.cost >= this.estimate?.userBalance) { + this.cantPayReason = 'not_enough_balance'; + } + } else { + this.cantPayReason = 'cannot_accelerate_tx'; + } + } else { + this.cantPayReason = ''; + } + } + /** * User changed his bid */ @@ -319,11 +353,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.moveToStep('paid') }, error: (response) => { - if (response.status === 403 && response.error === 'not_available') { - this.error = 'waitlisted'; - } else { - this.error = response.error; - } + this.accelerateError = response.error; } }); } @@ -371,6 +401,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { await this.requestCashAppPayment(); } catch (e) { console.debug('Error loading Square Payments', e); + this.cashappError = true; return; } } @@ -417,7 +448,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.cashAppPay.addEventListener('ontokenization', function (event) { const { tokenResult, error } = event.detail; if (error) { - this.error = error; + this.accelerateError = error; } else if (tokenResult.status === 'OK') { that.servicesApiService.accelerateWithCashApp$( that.tx.txid, @@ -440,10 +471,8 @@ export class AccelerateCheckout implements OnInit, OnDestroy { }, 1000); }, error: (response) => { - if (response.status === 403 && response.error === 'not_available') { - that.error = 'waitlisted'; - } else { - that.error = response.error; + that.accelerateError = response.error; + if (!(response.status === 403 && response.error === 'not_available')) { setTimeout(() => { // Reset everything by reloading the page :D, can be improved const urlParams = new URLSearchParams(window.location.search); @@ -468,6 +497,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { }), catchError(error => { console.log(error); + this.btcpayInvoiceFailed = true; return of(null); }) ).subscribe((invoice) => { @@ -497,6 +527,32 @@ export class AccelerateCheckout implements OnInit, OnDestroy { return this._step; } + get paymentMethods() { + return Object.keys(this.estimate?.availablePaymentMethods || {}); + } + + get couldPayWithBitcoin() { + return !!this.estimate?.availablePaymentMethods?.bitcoin; + } + + get couldPayWithCashapp() { + if (!this.cashappEnabled || this.stateService.referrer !== 'https://cash.app/') { + return false; + } + return !!this.estimate?.availablePaymentMethods?.cashapp; + } + + get couldPayWithBalance() { + if (!this.hasAccessToBalanceMode) { + return false; + } + return !!this.estimate?.availablePaymentMethods?.balance; + } + + get couldPay() { + return this.couldPayWithBalance || this.couldPayWithBitcoin || this.couldPayWithCashapp; + } + get canPayWithBitcoin() { const paymentMethod = this.estimate?.availablePaymentMethods?.bitcoin; return paymentMethod && this.cost >= paymentMethod.min && this.cost <= paymentMethod.max; @@ -523,7 +579,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { return false; } const paymentMethod = this.estimate?.availablePaymentMethods?.balance; - return paymentMethod && this.cost >= paymentMethod.min && this.cost <= paymentMethod.max; + return paymentMethod && this.cost >= paymentMethod.min && this.cost <= paymentMethod.max && this.cost <= this.estimate?.userBalance; } get canPay() { diff --git a/frontend/src/app/components/tracker/tracker.component.html b/frontend/src/app/components/tracker/tracker.component.html index 6071a55e4..1efce182c 100644 --- a/frontend/src/app/components/tracker/tracker.component.html +++ b/frontend/src/app/components/tracker/tracker.component.html @@ -132,6 +132,7 @@ [miningStats]="miningStats" [eta]="eta" [scrollEvent]="scrollIntoAccelPreview" + (unavailable)="eligibleForAcceleration = false" class="h-100 w-100" > diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index e898549cb..4bbb194fb 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -146,6 +146,7 @@ [noCTA]="true" (hasDetails)="setHasAccelerationDetails($event)" (completed)="onAccelerationCompleted()" + (unavailable)="eligibleForAcceleration = false" class="h-100 w-100" > diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html index b8179e4c3..d461530b0 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html @@ -1,2 +1,7 @@ -
-
+@if (!textOnly) { +
+
+} @else { + + +} diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts index d33b3c37c..889177dd7 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts @@ -1,7 +1,7 @@ import { Component, Input, OnInit } from "@angular/core"; import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; -const MempoolErrors = { +export const MempoolErrors = { 'bad_request': `Your request was not valid. Please try again.`, 'internal_server_error': `Something went wrong, please try again later`, 'acceleration_duplicated': `This transaction has already been accelerated.`, @@ -44,6 +44,7 @@ export function isMempoolError(error: string) { export class MempoolErrorComponent implements OnInit { @Input() error: string; @Input() alertClass = 'alert-danger'; + @Input() textOnly = false; errorContent: SafeHtml; constructor(private sanitizer: DomSanitizer) { } diff --git a/frontend/src/app/shared/shared.module.ts b/frontend/src/app/shared/shared.module.ts index 868cb1bd9..313a43e1f 100644 --- a/frontend/src/app/shared/shared.module.ts +++ b/frontend/src/app/shared/shared.module.ts @@ -4,7 +4,7 @@ import { NgbCollapseModule, NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstra import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fontawesome'; import { faFilter, faAngleDown, faAngleUp, faAngleRight, faAngleLeft, faBolt, faChartArea, faCogs, faCubes, faHammer, faDatabase, faExchangeAlt, faInfoCircle, faLink, faList, faSearch, faCaretUp, faCaretDown, faTachometerAlt, faThList, faTint, faTv, faClock, faAngleDoubleDown, faSortUp, faAngleDoubleUp, faChevronDown, - faFileAlt, faRedoAlt, faArrowAltCircleRight, faExternalLinkAlt, faBook, faListUl, faDownload, faQrcode, faArrowRightArrowLeft, faArrowsRotate, faCircleLeft, faFastForward, faWallet, faUserClock, faWrench, faUserFriends, faQuestionCircle, faHistory, faSignOutAlt, faKey, faSuitcase, faIdCardAlt, faNetworkWired, faUserCheck, faCircleCheck, faUserCircle, faCheck, faRocket, faScaleBalanced, faHourglassStart, faHourglassHalf, faHourglassEnd, faWandMagicSparkles, faFaucetDrip, faTimeline } from '@fortawesome/free-solid-svg-icons'; + faFileAlt, faRedoAlt, faArrowAltCircleRight, faExternalLinkAlt, faBook, faListUl, faDownload, faQrcode, faArrowRightArrowLeft, faArrowsRotate, faCircleLeft, faFastForward, faWallet, faUserClock, faWrench, faUserFriends, faQuestionCircle, faHistory, faSignOutAlt, faKey, faSuitcase, faIdCardAlt, faNetworkWired, faUserCheck, faCircleCheck, faUserCircle, faCheck, faRocket, faScaleBalanced, faHourglassStart, faHourglassHalf, faHourglassEnd, faWandMagicSparkles, faFaucetDrip, faTimeline, faCircleXmark} from '@fortawesome/free-solid-svg-icons'; import { InfiniteScrollModule } from 'ngx-infinite-scroll'; import { MenuComponent } from '../components/menu/menu.component'; import { PreviewTitleComponent } from '../components/master-page-preview/preview-title.component'; @@ -433,5 +433,6 @@ export class SharedModule { library.addIcons(faWandMagicSparkles); library.addIcons(faFaucetDrip); library.addIcons(faTimeline); + library.addIcons(faCircleXmark); } } From 2ec0e6634bb57ae7ce962053bd17b41674956045 Mon Sep 17 00:00:00 2001 From: natsoni Date: Fri, 5 Jul 2024 22:51:39 +0900 Subject: [PATCH 04/17] Fix Liquid blocks page --- frontend/src/app/liquid/liquid-master-page.module.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/liquid/liquid-master-page.module.ts b/frontend/src/app/liquid/liquid-master-page.module.ts index 3375a066a..5d5f0b8dd 100644 --- a/frontend/src/app/liquid/liquid-master-page.module.ts +++ b/frontend/src/app/liquid/liquid-master-page.module.ts @@ -35,9 +35,13 @@ const routes: Routes = [ loadChildren: () => import('../components/about/about.module').then(m => m.AboutModule), }, { - path: 'blocks', + path: 'blocks/:page', component: BlocksList, }, + { + path: 'blocks', + redirectTo: 'blocks/1', + }, { path: 'terms-of-service', loadChildren: () => import('../components/terms-of-service/terms-of-service.module').then(m => m.TermsOfServiceModule), From 0e122c15e22a54f737f9d97a4e492b2c7e74e51e Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 5 Jul 2024 13:53:03 +0000 Subject: [PATCH 05/17] [accelerator] handle estimate api fail --- .../accelerate-checkout/accelerate-checkout.component.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index b052f4dba..68ed74ad6 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -301,6 +301,11 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.estimate = undefined; this.quoteError = `cannot_accelerate_tx`; this.estimateSubscription.unsubscribe(); + if (this.step === 'summary') { + this.unavailable.emit(true); + } else { + this.accelerateError = 'cannot_accelerate_tx'; + } return of(null); }) ).subscribe(); From 3425bdd100afff6bdd17fae80b48edd38e3fdc95 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sat, 6 Jul 2024 05:48:43 +0000 Subject: [PATCH 06/17] handle zero relative time seconds --- frontend/src/app/components/time/time.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/time/time.component.ts b/frontend/src/app/components/time/time.component.ts index 979940e8d..8bd27b7ae 100644 --- a/frontend/src/app/components/time/time.component.ts +++ b/frontend/src/app/components/time/time.component.ts @@ -78,7 +78,7 @@ export class TimeComponent implements OnInit, OnChanges, OnDestroy { } calculate() { - if (!this.time) { + if (this.time == null) { return; } From f4a9aeacc7c2ee148c84c3100ea26bf2d0071d7c Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sat, 6 Jul 2024 08:24:18 +0000 Subject: [PATCH 07/17] [accelerator] error message after timeout --- .../accelerate-checkout.component.html | 7 +++++-- .../accelerate-checkout.component.ts | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index ed381d7c3..fba41f2c3 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -503,9 +503,12 @@
-
+
Confirming your acceleration with our mining pool partners... -
+ @if (timeSincePaid > 20000) { + ...sorry, this is taking longer than expected... + } +
diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index 68ed74ad6..18e4dbe3f 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -77,6 +77,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { private _step: CheckoutStep = 'summary'; simpleMode: boolean = true; paymentMethod: 'cashapp' | 'btcpay'; + timeoutTimer: any; authSubscription$: Subscription; auth: IAuth | null = null; @@ -187,6 +188,9 @@ export class AccelerateCheckout implements OnInit, OnDestroy { moveToStep(step: CheckoutStep) { this._step = step; + if (this.timeoutTimer) { + clearTimeout(this.timeoutTimer); + } if (!this.estimate && ['quote', 'summary', 'checkout'].includes(this.step)) { this.fetchEstimate(); } @@ -199,6 +203,13 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.loadingCashapp = true; this.insertSquare(); this.setupSquare(); + } else if (this._step === 'paid') { + this.timePaid = Date.now(); + this.timeoutTimer = setTimeout(() => { + if (this.step === 'paid') { + this.accelerateError = 'internal_server_error'; + } + }, 120000) } this.hasDetails.emit(this._step === 'quote'); } @@ -595,6 +606,10 @@ export class AccelerateCheckout implements OnInit, OnDestroy { return this.isLoggedIn() && this.estimate?.hasAccess; } + get timeSincePaid(): number { + return Date.now() - this.timePaid; + } + @HostListener('window:resize', ['$event']) onResize(): void { this.isMobile = window.innerWidth <= 767.98; From 0c200e090de9b0306a4ee17eea06ab97ca2079e0 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sat, 6 Jul 2024 10:48:37 +0000 Subject: [PATCH 08/17] [accelerator] handle temporarily unavailable state --- .../accelerate-checkout/accelerate-checkout.component.scss | 1 + .../accelerate-checkout/accelerate-checkout.component.ts | 4 ++++ .../components/mempool-error/mempool-error.component.ts | 1 + 3 files changed, 6 insertions(+) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss index c7c0fdb6d..ec0fc7e6e 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss @@ -195,4 +195,5 @@ right: 0; font-size: 12px; color: var(--red); + white-space: nowrap; } \ No newline at end of file diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index 68ed74ad6..4405fc06a 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -23,6 +23,7 @@ export type AccelerationEstimate = { vsizeFee: number; pools: number[]; availablePaymentMethods: {[method: string]: {min: number, max: number}}; + unavailable?: boolean; } export type TxSummary = { txid: string; // txid of the current transaction @@ -259,6 +260,9 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.quoteError = `not_enough_balance`; } } + if (this.estimate.unavailable) { + this.quoteError = `temporarily_unavailable`; + } this.hasAncestors = this.estimate.txSummary.ancestorCount > 1; this.etaInfo$ = this.etaService.getProjectedEtaObservable(this.estimate, this.miningStats); diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts index 889177dd7..72e81e1f3 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts @@ -4,6 +4,7 @@ import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; export const MempoolErrors = { 'bad_request': `Your request was not valid. Please try again.`, 'internal_server_error': `Something went wrong, please try again later`, + 'temporarily_unavailable': `Acceleration temporarily unavailable`, 'acceleration_duplicated': `This transaction has already been accelerated.`, 'acceleration_outbid': `Your fee delta is too low.`, 'cannot_accelerate_tx': `Cannot accelerate this transaction.`, From 663a09ea9798b861030a0bd1e3e30954268ef939 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 7 Jul 2024 18:59:22 +0900 Subject: [PATCH 09/17] i18n extraction --- frontend/src/locale/messages.xlf | 318 +++++++++++++++++-------------- 1 file changed, 173 insertions(+), 145 deletions(-) diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index fd5f1b17b..cdb6e3269 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -369,11 +369,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 25 + 37 accelerator.your-transaction @@ -381,7 +401,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 29 + 41 accelerator.plus-unconfirmed-ancestors @@ -389,7 +409,7 @@ Virtual size src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -405,7 +425,7 @@ src/app/components/transaction/transaction.component.html - 242 + 243 Transaction Virtual Size transaction.vsize @@ -414,7 +434,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 39 + 51 accelerator.transaction-vbytes-size-description @@ -422,7 +442,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 55 accelerator.in-band-fees @@ -430,23 +450,19 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 45 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 78 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 111 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 133 - - - src/app/components/accelerate-checkout/accelerate-checkout.component.html - 151 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -454,31 +470,35 @@ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 181 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 219 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 333 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 355 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 366 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 521 + 378 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 541 src/app/components/calculator/calculator.component.html @@ -546,7 +566,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 50 + 62 accelerator.fees-already-paid-description @@ -554,7 +574,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 71 accelerator.how-much-faster @@ -562,7 +582,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 64,65 + 76,77 accelerator.time-estimate-description @@ -570,7 +590,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 88 + 100 accelerator.summary-title @@ -578,7 +598,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 109 accelerator.next-block-rate @@ -586,11 +606,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 101 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 123 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -607,7 +627,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 105 + 117 accelerator.estimated-extra-fee-required @@ -615,7 +635,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 119 + 131 accelerator.target-rate @@ -623,7 +643,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 127 + 139 accelerator.extra-fee-required @@ -631,7 +651,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 141 + 153 accelerator.mempool-accelerator-fees @@ -639,7 +659,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 145 + 157 accelerator.service-fee @@ -647,7 +667,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 157 + 169 accelerator.tx-size-surcharge @@ -655,7 +675,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 173 + 185 accelerator.estimated-cost @@ -663,7 +683,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 192 + 204 accelerator.maximum-cost @@ -671,7 +691,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 194 + 206 accelerator.cost @@ -679,7 +699,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 214 + 226 accelerator.available-balance @@ -687,15 +707,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 246 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 404 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 456 + 473 go-back @@ -703,7 +723,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 261 + 273 accelerator.accelerate-your-transaction @@ -711,7 +731,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 273 + 285 accelerator.wait @@ -719,11 +739,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 275 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 539 accelerator.confirmation-expected @@ -731,7 +751,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 278 + 290 accelerator.confirmation-not-expected-soon @@ -739,7 +759,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 333 + 345 accelerator.for-an-additional-cost @@ -747,7 +767,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 339,340 + 351,352 accelerator.reducing-expected-confirmation-time @@ -756,11 +776,11 @@ </d"/> src/app/components/accelerate-checkout/accelerate-checkout.component.html - 350,351 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 418 + 435 accelerator.payment-to-mempool-space @@ -768,28 +788,36 @@ Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 366 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 383 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 429 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 369 + 386 accelerator.loading-invoice @@ -797,7 +825,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 377 + 394 or @@ -805,7 +833,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 411 + 428 accelerator.confirm-your-payment @@ -813,7 +841,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 444 accelerator.total-additional-cost @@ -821,7 +849,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 431 + 448 accelerator.pay-with @@ -829,7 +857,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 445 + 462 accelerator.loading-payment-method @@ -837,7 +865,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 463 + 480 accelerator.confirming-your-payment @@ -845,7 +873,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 473 + 490 accelerator.payment-processing @@ -853,7 +881,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 483 + 500 accelerator.accelerating-your-transaction @@ -861,7 +889,15 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 490 + 507 + + accelerator.confirming-acceleration-with-miners + + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 accelerator.confirming-acceleration-with-miners @@ -869,7 +905,7 @@ Your transaction is being accelerated! src/app/components/accelerate-checkout/accelerate-checkout.component.html - 498 + 518 accelerator.success-message @@ -877,23 +913,15 @@ Your transaction has been accepted for acceleration by our mining pool partners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 504 + 524 accelerator.confirmed-acceleration-with-miners - - Close - - src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 - - close - Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 523 + 543 accelerator.calculating-cost @@ -901,7 +929,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 529 + 549 accelerator.customize @@ -909,7 +937,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 532 + 552 accelerator.accelerate-to-x @@ -917,16 +945,16 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 538 - - - src/app/components/transaction/transaction.component.html - 555 - - - src/app/components/transaction/transaction.component.html 564 + + src/app/components/transaction/transaction.component.html + 556 + + + src/app/components/transaction/transaction.component.html + 565 + Accelerate button label transaction.accelerate @@ -934,7 +962,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 562 + 587 accelerator.hashrate-percentage-description @@ -966,7 +994,7 @@ src/app/components/transaction/transaction.component.html - 606 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1246,7 +1274,7 @@ src/app/components/transaction/transaction.component.html - 616 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -2603,11 +2631,11 @@ src/app/components/transaction/transaction.component.html - 480 + 481 src/app/components/transaction/transaction.component.html - 485 + 486 src/app/lightning/node/node.component.html @@ -2648,7 +2676,7 @@ src/app/components/transaction/transaction.component.html - 466 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2677,7 +2705,7 @@ src/app/components/transaction/transaction.component.html - 605 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2702,7 +2730,7 @@ src/app/components/transaction/transaction.component.html - 637 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2715,7 +2743,7 @@ src/app/components/transaction/transaction.component.html - 635 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2802,7 +2830,7 @@ src/app/components/transaction/transaction.component.html - 526 + 527 Added tx-features.tag.added @@ -2815,7 +2843,7 @@ src/app/components/transaction/transaction.component.html - 529 + 530 Prioritized tx-features.tag.prioritized @@ -2828,7 +2856,7 @@ src/app/components/transaction/transaction.component.html - 532 + 533 Conflict tx-features.tag.conflict @@ -2845,7 +2873,7 @@ src/app/components/transaction/transaction.component.html - 591 + 592 src/app/shared/filters.utils.ts @@ -2943,7 +2971,7 @@ src/app/components/transaction/transaction.component.html - 238 + 239 src/app/dashboard/dashboard.component.html @@ -2982,7 +3010,7 @@ src/app/components/transaction/transaction.component.html - 254 + 255 @@ -3080,7 +3108,7 @@ src/app/components/transaction/transaction.component.html - 449 + 450 block.timestamp @@ -3145,7 +3173,7 @@ src/app/components/transaction/transaction.component.html - 675 + 676 block.miner @@ -3395,7 +3423,7 @@ src/app/components/transaction/transaction.component.html - 264 + 265 transaction.version @@ -3496,7 +3524,7 @@ src/app/components/transaction/transaction.component.html - 513 + 514 Toggle Audit block.toggle-audit @@ -3513,15 +3541,15 @@ src/app/components/transaction/transaction.component.html - 222 + 223 src/app/components/transaction/transaction.component.html - 230 + 231 src/app/components/transaction/transaction.component.html - 355 + 356 src/app/lightning/channel/channel.component.html @@ -5690,7 +5718,7 @@ src/app/components/transaction/transaction.component.html - 280 + 281 transaction.hex @@ -5743,7 +5771,7 @@ src/app/components/transaction/transaction.component.html - 201 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6438,7 +6466,7 @@ src/app/components/transaction/transaction.component.html - 548 + 549 Transaction ETA transaction.eta @@ -6451,7 +6479,7 @@ src/app/components/transaction/transaction.component.html - 553 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6476,7 +6504,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 143 + 144 tracker.explain.accelerated @@ -6484,7 +6512,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 150 + 151 tracker.explain.waiting @@ -6492,7 +6520,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 156 + 157 tracker.explain.pending @@ -6500,7 +6528,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 162 + 163 tracker.explain.soon @@ -6508,7 +6536,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 168 + 169 tracker.explain.next-block @@ -6516,7 +6544,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 174 + 175 tracker.explain.confirmed @@ -6524,7 +6552,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 180 + 181 tracker.explain.replaced @@ -6532,7 +6560,7 @@ See more details src/app/components/tracker/tracker.component.html - 188 + 189 accelerator.show-more-details @@ -6574,7 +6602,7 @@ src/app/components/transaction/transaction.component.html - 517 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6620,7 +6648,7 @@ Acceleration Timeline src/app/components/transaction/transaction.component.html - 157 + 158 Acceleration Timeline transaction.acceleration-timeline @@ -6629,7 +6657,7 @@ RBF Timeline src/app/components/transaction/transaction.component.html - 166 + 167 RBF Timeline transaction.rbf-history @@ -6638,11 +6666,11 @@ Flow src/app/components/transaction/transaction.component.html - 175 + 176 src/app/components/transaction/transaction.component.html - 295 + 296 Transaction flow transaction.flow @@ -6651,7 +6679,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 178 + 179 hide-diagram @@ -6659,7 +6687,7 @@ Show more src/app/components/transaction/transaction.component.html - 199 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6675,11 +6703,11 @@ Inputs & Outputs src/app/components/transaction/transaction.component.html - 217 + 218 src/app/components/transaction/transaction.component.html - 326 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6688,7 +6716,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 221 + 222 show-diagram @@ -6696,7 +6724,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 246 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6705,7 +6733,7 @@ Locktime src/app/components/transaction/transaction.component.html - 268 + 269 transaction.locktime @@ -6713,7 +6741,7 @@ Sigops src/app/components/transaction/transaction.component.html - 272 + 273 Transaction Sigops transaction.sigops @@ -6722,7 +6750,7 @@ Transaction not found. src/app/components/transaction/transaction.component.html - 404 + 405 transaction.error.transaction-not-found @@ -6730,7 +6758,7 @@ Waiting for it to appear in the mempool... src/app/components/transaction/transaction.component.html - 405 + 406 transaction.error.waiting-for-it-to-appear @@ -6738,7 +6766,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 411 + 412 transaction.error.loading-transaction-data @@ -6746,7 +6774,7 @@ Features src/app/components/transaction/transaction.component.html - 496 + 497 src/app/lightning/node/node.component.html @@ -6763,7 +6791,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 519 + 520 Expected in block tooltip @@ -6771,7 +6799,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 519 + 520 Expected in Block tx-features.tag.expected @@ -6780,7 +6808,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 521 + 522 Seen in mempool tooltip @@ -6788,7 +6816,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 521 + 522 Seen in Mempool tx-features.tag.seen @@ -6797,7 +6825,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 523 + 524 Not seen in mempool tooltip @@ -6805,7 +6833,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 523 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -6814,7 +6842,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 526 + 527 Added transaction tooltip @@ -6822,7 +6850,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 529 + 530 Prioritized transaction tooltip @@ -6830,7 +6858,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 532 + 533 Conflict in mempool tooltip From 5001d553f3cae4ebba97792439956818a0ed933c Mon Sep 17 00:00:00 2001 From: natsoni Date: Sun, 7 Jul 2024 22:35:34 +0900 Subject: [PATCH 10/17] Quick fix on statistics replication: filter out temporal outsiders --- .../src/replication/StatisticsReplication.ts | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/backend/src/replication/StatisticsReplication.ts b/backend/src/replication/StatisticsReplication.ts index f3ebb5a97..49259b458 100644 --- a/backend/src/replication/StatisticsReplication.ts +++ b/backend/src/replication/StatisticsReplication.ts @@ -123,7 +123,7 @@ class StatisticsReplication { }; const intervals = [ // [start, end, label ] - [now - day, now - 60, '24h'] , // from 24 hours ago to now = 1 minute granularity + [now - day + 600, now - 60, '24h'] , // from 24 hours ago to now = 1 minute granularity startTime < now - day ? [now - day * 7, now - day, '1w' ] : null, // from 1 week ago to 24 hours ago = 5 minutes granularity startTime < now - day * 7 ? [now - day * 30, now - day * 7, '1m' ] : null, // from 1 month ago to 1 week ago = 30 minutes granularity startTime < now - day * 30 ? [now - day * 90, now - day * 30, '3m' ] : null, // from 3 months ago to 1 month ago = 2 hours granularity @@ -170,15 +170,24 @@ class StatisticsReplication { return new Set(); } - const roundedTimesAlreadyHere = new Set(rows.map(row => this.roundToNearestStep(row.added, step))); - const missingTimes = new Set(timeSteps.filter(time => !roundedTimesAlreadyHere.has(time))); + const roundedTimesAlreadyHere: number[] = Array.from(new Set(rows.map(row => this.roundToNearestStep(row.added, step)))); + + const missingTimes = timeSteps.filter(time => !roundedTimesAlreadyHere.includes(time)).filter((time, i, arr) => { + // Remove outsiders + if (i === 0) { + return arr[i + 1] === time + step + } else if (i === arr.length - 1) { + return arr[i - 1] === time - step; + } + return (arr[i + 1] === time + step) && (arr[i - 1] === time - step) + }); // Don't bother fetching if very few rows are missing - if (missingTimes.size < timeSteps.length * 0.005) { + if (missingTimes.length < timeSteps.length * 0.01) { return new Set(); } - return missingTimes; + return new Set(missingTimes); } catch (e: any) { logger.err(`Cannot fetch missing statistics times from db. Reason: ` + (e instanceof Error ? e.message : e)); throw e; From 2fb735c430710d5b36a14cae7d3266e31fd4b556 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 7 Jul 2024 23:01:55 +0900 Subject: [PATCH 11/17] adding missing i18n --- .../accelerate-checkout.component.html | 4 +-- .../mempool-error.component.html | 2 ++ .../mempool-error/mempool-error.component.ts | 21 ++++++++++---- frontend/src/locale/messages.xlf | 28 ++++++++++++++++--- 4 files changed, 44 insertions(+), 11 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index fba41f2c3..21488ff52 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -354,7 +354,7 @@
- +
@@ -364,7 +364,7 @@ @if (canPayWithBalance || !(canPayWithBitcoin || canPayWithCashapp)) {
-

Your account will be debited no more than {{ cost | number }} sats

+

Your account will be debited no more than {{ cost | number }} sats

diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html index d461530b0..5ef745d37 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html @@ -5,3 +5,5 @@ } + +Your balance is too low. Please top up your account. diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts index 72e81e1f3..9d3d94274 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts @@ -1,5 +1,5 @@ -import { Component, Input, OnInit } from "@angular/core"; -import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; +import { AfterViewInit, Component, Input, OnInit, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core'; +import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; export const MempoolErrors = { 'bad_request': `Your request was not valid. Please try again.`, @@ -16,7 +16,7 @@ export const MempoolErrors = { 'mempool_rejected_raw_tx': `Our mempool rejected this transaction`, 'no_mining_pool_available': `No mining pool available at the moment`, 'not_available': `You current subscription does not allow you to access this feature.`, - 'not_enough_balance': `Your balance is too low. Please top up your account.`, + 'not_enough_balance': ``, 'not_verified': `You must verify your account to use this feature.`, 'recommended_fees_not_available': `Recommended fees are not available right now.`, 'too_many_relatives': `This transaction has too many relatives.`, @@ -42,13 +42,24 @@ export function isMempoolError(error: string) { selector: 'app-mempool-error', templateUrl: './mempool-error.component.html' }) -export class MempoolErrorComponent implements OnInit { +export class MempoolErrorComponent implements OnInit, AfterViewInit { + @ViewChild('lowBalance') lowBalance!: TemplateRef; @Input() error: string; @Input() alertClass = 'alert-danger'; @Input() textOnly = false; errorContent: SafeHtml; - constructor(private sanitizer: DomSanitizer) { } + constructor( + private sanitizer: DomSanitizer, + private viewContainerRef: ViewContainerRef, + ) { } + + ngAfterViewInit(): void { + // Special hack for the i18n string with a href link inside + const view = this.viewContainerRef.createEmbeddedView(this.lowBalance); + const rawHtml = view.rootNodes.map(node => node.outerHTML).join(''); + MempoolErrors['not_enough_balance'] = rawHtml; + } ngOnInit(): void { if (Object.keys(MempoolErrors).includes(this.error)) { diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index cdb6e3269..3492db7e0 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -784,6 +784,14 @@ accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay @@ -3850,10 +3858,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -7193,6 +7197,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9247,6 +9259,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. From 5316d1705af6f39b5b0ee64adad6991fcad651ca Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 8 Jul 2024 11:42:57 +0900 Subject: [PATCH 12/17] pulling new i18n --- frontend/src/locale/messages.ar.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.ca.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.cs.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.da.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.de.xlf | 427 ++++++++++++++--------- frontend/src/locale/messages.es.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.fa.xlf | 503 ++++++++++++++++++---------- frontend/src/locale/messages.fi.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.fr.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.he.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.hi.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.hr.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.hu.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.it.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.ja.xlf | 427 +++++++++++++---------- frontend/src/locale/messages.ka.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.ko.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.lt.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.mk.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.nb.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.ne.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.nl.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.pl.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.pt.xlf | 437 +++++++++++++++--------- frontend/src/locale/messages.ro.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.ru.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.sl.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.sv.xlf | 439 +++++++++++++++--------- frontend/src/locale/messages.th.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.tr.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.uk.xlf | 425 ++++++++++++++--------- frontend/src/locale/messages.vi.xlf | 424 ++++++++++++++--------- frontend/src/locale/messages.zh.xlf | 437 +++++++++++++++--------- 33 files changed, 8631 insertions(+), 5501 deletions(-) diff --git a/frontend/src/locale/messages.ar.xlf b/frontend/src/locale/messages.ar.xlf index 462183551..66172161e 100644 --- a/frontend/src/locale/messages.ar.xlf +++ b/frontend/src/locale/messages.ar.xlf @@ -399,7 +399,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -410,11 +410,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -422,7 +442,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -431,7 +451,7 @@ الحجم الافتراضي src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -447,7 +467,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -456,7 +476,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -464,7 +484,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -473,55 +493,55 @@ ساتوشي src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -589,7 +609,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -597,7 +617,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -605,7 +625,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -613,7 +633,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -621,7 +641,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -630,11 +650,11 @@ ساتوشي/بايت src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -651,7 +671,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -659,7 +679,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -667,7 +687,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -675,7 +695,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -683,7 +703,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -691,7 +711,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -699,7 +719,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -707,7 +727,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -715,7 +735,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -723,7 +743,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -731,15 +751,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -747,7 +767,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -755,7 +775,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -763,11 +783,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -775,7 +795,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -783,7 +803,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -791,7 +811,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -799,40 +819,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -840,7 +876,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -848,7 +884,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -856,7 +892,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -864,7 +900,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -872,7 +908,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -880,7 +916,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -888,7 +924,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -896,7 +932,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -904,15 +940,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -920,7 +980,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -928,7 +988,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -936,19 +996,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -957,7 +1013,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -990,7 +1046,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1273,7 +1329,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1481,7 +1537,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1510,6 +1566,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2469,7 +2532,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2672,11 +2735,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2718,7 +2781,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2748,7 +2811,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2774,7 +2837,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2787,7 +2850,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2877,7 +2940,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2890,7 +2953,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2903,7 +2966,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2920,7 +2983,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3021,7 +3084,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3061,7 +3124,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3163,7 +3226,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3231,7 +3294,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3282,10 +3345,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3494,7 +3553,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3602,7 +3661,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3616,19 +3675,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3653,6 +3712,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? لماذا الكتلة فارغة؟ @@ -3687,7 +3754,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3933,10 +4000,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4820,11 +4883,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4919,10 +4982,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4934,7 +4993,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4947,7 +5006,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4964,7 +5023,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5302,7 +5361,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5319,7 +5378,7 @@ مستكشف البرق src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5335,7 +5394,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5713,7 +5772,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5837,22 +5896,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5883,7 +5950,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5937,7 +6004,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6655,7 +6722,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6668,7 +6735,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6693,7 +6760,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6701,7 +6768,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6709,7 +6776,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6717,7 +6784,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6725,7 +6792,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6733,7 +6800,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6741,7 +6808,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6749,7 +6816,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6766,7 +6833,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6781,7 +6848,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6793,7 +6860,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6833,17 +6900,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6851,11 +6927,11 @@ التدفق src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6865,7 +6941,7 @@ اخف الرسم البياني src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6874,7 +6950,7 @@ اعرض المزيد src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6891,11 +6967,11 @@ المدخلات والمخرجات src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6905,7 +6981,7 @@ اعرض الرسم االبياني src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6913,7 +6989,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6923,7 +6999,7 @@ وقت القفل src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6931,7 +7007,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6941,7 +7017,7 @@ الحوالة غير موجودة. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6950,7 +7026,7 @@ في انتظار ظهورها على mempool src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6958,7 +7034,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6967,7 +7043,7 @@ الخصائص src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6984,7 +7060,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6992,7 +7068,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7001,7 +7077,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7009,7 +7085,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7018,7 +7094,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7026,7 +7102,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7035,7 +7111,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7043,7 +7119,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7051,7 +7127,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7418,6 +7494,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9597,6 +9681,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.ca.xlf b/frontend/src/locale/messages.ca.xlf index cb9ed8772..b0f7c41ee 100644 --- a/frontend/src/locale/messages.ca.xlf +++ b/frontend/src/locale/messages.ca.xlf @@ -390,7 +390,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -400,11 +400,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -412,7 +432,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -421,7 +441,7 @@ Mida virtual src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -437,7 +457,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -446,7 +466,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -454,7 +474,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -462,55 +482,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -578,7 +598,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -586,7 +606,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -594,7 +614,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -602,7 +622,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -610,7 +630,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -619,11 +639,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -640,7 +660,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -648,7 +668,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -656,7 +676,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -664,7 +684,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -672,7 +692,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -680,7 +700,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -688,7 +708,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -696,7 +716,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -704,7 +724,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -712,7 +732,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -720,15 +740,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -736,7 +756,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -744,7 +764,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -752,11 +772,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -764,7 +784,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -772,7 +792,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -780,7 +800,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -788,40 +808,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -829,7 +865,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -837,7 +873,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -845,7 +881,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -853,7 +889,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -861,7 +897,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -869,7 +905,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -877,7 +913,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -885,7 +921,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -893,15 +929,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -909,7 +969,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -917,7 +977,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -925,19 +985,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -946,7 +1002,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -979,7 +1035,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1261,7 +1317,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1467,7 +1523,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1496,6 +1552,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2435,7 +2498,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2634,11 +2697,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2680,7 +2743,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2710,7 +2773,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2736,7 +2799,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2749,7 +2812,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2836,7 +2899,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2849,7 +2912,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2862,7 +2925,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2879,7 +2942,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -2978,7 +3041,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3118,7 +3181,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3186,7 +3249,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3236,10 +3299,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3440,7 +3499,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3543,7 +3602,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3557,19 +3616,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3594,6 +3653,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? @@ -3627,7 +3694,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3868,10 +3935,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4716,11 +4779,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4811,10 +4874,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4826,7 +4885,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4839,7 +4898,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4855,7 +4914,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5191,7 +5250,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5207,7 +5266,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5223,7 +5282,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5580,7 +5639,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5699,22 +5758,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5743,7 +5810,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5796,7 +5863,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6496,7 +6563,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6509,7 +6576,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6534,7 +6601,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6542,7 +6609,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6550,7 +6617,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6558,7 +6625,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6566,7 +6633,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6574,7 +6641,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6582,7 +6649,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6590,7 +6657,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6606,7 +6673,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6621,7 +6688,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6633,7 +6700,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6671,28 +6738,37 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6701,7 +6777,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6709,7 +6785,7 @@ Show more src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6726,11 +6802,11 @@ Entrades & Sortides src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6739,7 +6815,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6747,7 +6823,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6756,7 +6832,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6764,7 +6840,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6773,7 +6849,7 @@ Transaction not found. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6782,7 +6858,7 @@ Esperant a que apareixi a la memòria... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6790,7 +6866,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6799,7 +6875,7 @@ Característiques src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6816,7 +6892,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6824,7 +6900,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6833,7 +6909,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6841,7 +6917,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -6850,7 +6926,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -6858,7 +6934,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -6867,7 +6943,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -6875,7 +6951,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -6883,7 +6959,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7226,6 +7302,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9286,6 +9370,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.cs.xlf b/frontend/src/locale/messages.cs.xlf index e0291867a..edd61a9aa 100644 --- a/frontend/src/locale/messages.cs.xlf +++ b/frontend/src/locale/messages.cs.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Vaše transakce src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Plus nepotvrzený předek(ové) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Virtuální velikost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Velikost této transakce ve vbytech (včetně nepotvrzených předků) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ Poplatky v pásmu src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Poplatky již zaplacené touto transakcí (včetně nepotvrzených předků) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Tržní sazba dalšího bloku src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Je vyžadován odhadovaný příplatek src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Poplatky za Mempool Akcelerátor™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Poplatek za službu akcelerátoru src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Příplatek za velikost transakce src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Odhadovaná cena akcelerace src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Maximální cena akcelerace src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Dostupné zůstatky src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Urychlit src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1304,7 +1360,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1527,7 +1583,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1556,6 +1612,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending čekající @@ -2535,7 +2598,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2745,11 +2808,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2791,7 +2854,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2821,7 +2884,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2847,7 +2910,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2861,7 +2924,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2956,7 +3019,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2970,7 +3033,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2984,7 +3047,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3002,7 +3065,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3105,7 +3168,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3145,7 +3208,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3249,7 +3312,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3317,7 +3380,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3368,10 +3431,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3582,7 +3641,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3690,7 +3749,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3704,19 +3763,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3741,6 +3800,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Proč je tento blok prázdný? @@ -3776,7 +3843,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4026,10 +4093,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4933,11 +4996,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5034,10 +5097,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5049,7 +5108,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5062,7 +5121,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5079,7 +5138,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5448,7 +5507,7 @@ Rozhraní těžby src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5465,7 +5524,7 @@ Lightning průzkumník src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5481,7 +5540,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5869,7 +5928,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5996,12 +6055,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Zatím není dostatek dat src/app/components/pool/pool.component.ts - 136 + 142 @@ -6009,11 +6076,11 @@ Dominance Poolu src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6044,7 +6111,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6103,7 +6170,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6836,7 +6903,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6849,7 +6916,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6877,7 +6944,7 @@ Vaše transakce byla urychlena src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6886,7 +6953,7 @@ Čekání na zobrazení transakce v mempoolu src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6895,7 +6962,7 @@ Vaše transakce je v mempoolu, ale ještě nějakou dobu nebude potvrzena. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6904,7 +6971,7 @@ Vaše transakce je blízko vrcholu mempoolu a očekává se, že bude brzy potvrzena. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6913,7 +6980,7 @@ Očekává se, že vaše transakce bude potvrzena v následujícím bloku. src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6922,7 +6989,7 @@ Vaše transakce je potvrzena! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6930,7 +6997,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6938,7 +7005,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6955,7 +7022,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6971,7 +7038,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6983,7 +7050,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7023,18 +7090,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF Historie + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7042,11 +7117,11 @@ Tok src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7056,7 +7131,7 @@ Skrýt diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7065,7 +7140,7 @@ Zobrazit více src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7082,11 +7157,11 @@ Vstupy a Výstupy src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7096,7 +7171,7 @@ Zobrazit diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7105,7 +7180,7 @@ Upravená vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7115,7 +7190,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7124,7 +7199,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7134,7 +7209,7 @@ Transakce nebyla nalezena. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7143,7 +7218,7 @@ Čekání na to, až se objeví v mempoolu... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7152,7 +7227,7 @@ Chyba načítání dat transakce. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7161,7 +7236,7 @@ Funkce src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7179,7 +7254,7 @@ Předpokládalo se, že tato transakce bude zahrnuta do bloku src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7188,7 +7263,7 @@ Očekávaná v bloku src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7198,7 +7273,7 @@ Tato transakce byla zaznamenána v mempoolu před těžbou. src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7207,7 +7282,7 @@ Viděno v Mempoolu src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7217,7 +7292,7 @@ Tato transakce v našem mempoolu před těžbou chyběla. src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7226,7 +7301,7 @@ Nebylo viděno v Mempoolu src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7236,7 +7311,7 @@ Tato transakce mohla být přidána mimo pásmo src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7245,7 +7320,7 @@ Tato transakce mohla mít prioritu mimo pásmo src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7254,7 +7329,7 @@ Tato transakce byla v konfliktu s jinou verzí v našem mempoolu. src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7627,6 +7702,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquid Federation Holdings @@ -9862,6 +9945,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Toto je testovací síť. Mince nemají žádnou hodnotu. diff --git a/frontend/src/locale/messages.da.xlf b/frontend/src/locale/messages.da.xlf index f57918085..4c465b821 100644 --- a/frontend/src/locale/messages.da.xlf +++ b/frontend/src/locale/messages.da.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ Virtuel størrelse src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Hvorfor er denne blok tom? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4817,11 +4880,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4916,10 +4979,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4931,7 +4990,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4944,7 +5003,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4961,7 +5020,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5299,7 +5358,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5316,7 +5375,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5332,7 +5391,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5710,7 +5769,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5834,22 +5893,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5880,7 +5947,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5934,7 +6001,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6652,7 +6719,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6665,7 +6732,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6690,7 +6757,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6698,7 +6765,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6706,7 +6773,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6714,7 +6781,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6722,7 +6789,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6730,7 +6797,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6738,7 +6805,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6746,7 +6813,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6763,7 +6830,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6778,7 +6845,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6790,7 +6857,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6830,17 +6897,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6848,11 +6924,11 @@ Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6862,7 +6938,7 @@ Skjul diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6871,7 +6947,7 @@ Vis mere src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6888,11 +6964,11 @@ Input & Output src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6902,7 +6978,7 @@ Vis diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6910,7 +6986,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6920,7 +6996,7 @@ Låsetid src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6928,7 +7004,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6938,7 +7014,7 @@ Transaktionen blev ikke fundet. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6947,7 +7023,7 @@ Venter på, at den dukker op i mempoolen... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6955,7 +7031,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6964,7 +7040,7 @@ Funktioner src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6981,7 +7057,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6989,7 +7065,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6998,7 +7074,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7006,7 +7082,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7015,7 +7091,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7023,7 +7099,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7032,7 +7108,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7040,7 +7116,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7048,7 +7124,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7415,6 +7491,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9594,6 +9678,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.de.xlf b/frontend/src/locale/messages.de.xlf index d7d19caa1..c224edb2f 100644 --- a/frontend/src/locale/messages.de.xlf +++ b/frontend/src/locale/messages.de.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,33 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + Schliessen + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Deine Transaktion src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +450,7 @@ Plus unbestätigte(r) Vorfahre(n) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +459,7 @@ Virtuelle Größe src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +475,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +485,7 @@ Größe dieser Transaktion in vbyte (einschließlich unbestätigter Vorfahren) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +494,7 @@ In-Band-Gebühren src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +503,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +620,7 @@ Bereits bezahlte Gebühren aus dieser Transaktion (einschließlich unbestätigter Vorfahren) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -608,7 +629,7 @@ Wie viel schneller? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -617,7 +638,7 @@ Dies wird die voraussichtliche Wartezeit bis zur ersten Bestätigung verkürzten auf src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -626,7 +647,7 @@ Zusammenfassung src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -635,7 +656,7 @@ Nächster Blockmarktpreis src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -644,11 +665,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -666,7 +687,7 @@ Geschätzte zusätzlich erforderliche Gebühr src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -675,7 +696,7 @@ Zielrate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -684,7 +705,7 @@ Zusätzliche Gebühr erforderlich src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -693,7 +714,7 @@ Mempool Accelerator™ Gebühren src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -702,7 +723,7 @@ Accelerator-Servicegebühr src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -711,7 +732,7 @@ Zuschlag für Transaktionsgröße src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -720,7 +741,7 @@ Geschätzte Beschleunigungskosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -729,7 +750,7 @@ Maximale Beschleunigungskosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -738,7 +759,7 @@ Beschleunigungskosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -747,7 +768,7 @@ Verfügbares Guthaben src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -756,15 +777,15 @@ Zurück src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -773,7 +794,7 @@ Die Bitcoin-Transaktion beschleunigen? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -782,7 +803,7 @@ Warten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -791,11 +812,11 @@ Bestätigung erwartet src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -804,7 +825,7 @@ Bestätigung nicht so bald zu erwarten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -813,7 +834,7 @@ Für eine zusätzliche src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -822,7 +843,7 @@ Reduzierung der erwarteten Bestätigungszeit auf src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -831,42 +852,58 @@ Zahlung an mempool.space für die Beschleunigung von txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay Zahlen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... Invoice wird geladen... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -875,7 +912,7 @@ ODER src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -884,7 +921,7 @@ Zahlung bestätigen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -893,7 +930,7 @@ Gesamte Zusatzkosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -902,7 +939,7 @@ mit src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -911,7 +948,7 @@ Zahlungsmethode wird geladen … src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -920,7 +957,7 @@ Zahlung bestätigen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -929,7 +966,7 @@ Wir verarbeiten die Zahlung... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -938,7 +975,7 @@ Beschleunigen der Transaktion src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -947,16 +984,41 @@ Bestätigung der Beschleunigung mit unseren Mining-Pool-Partnern … src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + Deine Transaktion wird beschleunigt! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... Kosten werden berechnet... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -965,7 +1027,7 @@ anpassen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -974,7 +1036,7 @@ Beschleunigen auf ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -983,19 +1045,15 @@ Beschleunigen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -1005,7 +1063,7 @@ Die Transaktion wird von bis zu  % der Miner priorisiert. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1038,7 +1096,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1333,7 +1391,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1556,7 +1614,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1588,6 +1646,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending ausstehend @@ -2579,7 +2644,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2789,11 +2854,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2835,7 +2900,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2865,7 +2930,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2891,7 +2956,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2905,7 +2970,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -3000,7 +3065,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -3014,7 +3079,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -3028,7 +3093,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3046,7 +3111,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3149,7 +3214,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3189,7 +3254,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3293,7 +3358,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3361,7 +3426,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3414,10 +3479,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3628,7 +3689,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3736,7 +3797,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3750,19 +3811,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3787,6 +3848,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Weshalb dieser leere Block? @@ -3822,7 +3891,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4072,10 +4141,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4983,11 +5048,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5084,10 +5149,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5099,7 +5160,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5112,7 +5173,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5129,7 +5190,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5498,7 +5559,7 @@ Mining-Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5515,7 +5576,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5532,7 +5593,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5920,7 +5981,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -6047,12 +6108,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Noch nicht genügend Daten src/app/components/pool/pool.component.ts - 136 + 142 @@ -6060,11 +6129,11 @@ Pool-Dominanz src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6095,7 +6164,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6154,7 +6223,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6896,7 +6965,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6910,7 +6979,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6938,7 +7007,7 @@ Deine Transaktion wurde beschleunigt src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6947,7 +7016,7 @@ Warten, bis Ihre Transaktion im Mempool erscheint src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6956,7 +7025,7 @@ Deine Transaktion befindet sich im Mempool, wird aber für einige Zeit nicht bestätigt werden. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6965,7 +7034,7 @@ Ihre Transaktion befindet sich fast oben im Mempool und wird voraussichtlich bald bestätigt werden. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6974,7 +7043,7 @@ Deine Transaktion wird voraussichtlich im nächsten Block bestätigt src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6983,7 +7052,7 @@ Deine Transaktion ist bestätigt! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6992,7 +7061,7 @@ Ihre Transaktion wurde durch eine neuere Version ersetzt! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -7001,7 +7070,7 @@ Mehr Details anzeigen src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -7018,7 +7087,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -7034,7 +7103,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -7046,7 +7115,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7087,18 +7156,26 @@ Beschleuniger ausblenden src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF-Geschichte + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7106,11 +7183,11 @@ Fluss src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7120,7 +7197,7 @@ Diagramm ausblenden src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7129,7 +7206,7 @@ Mehr anzeigen src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7146,11 +7223,11 @@ Inputs und Outputs src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7160,7 +7237,7 @@ Diagramm anzeigen src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7169,7 +7246,7 @@ Angepasste vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7179,7 +7256,7 @@ Sperrzeit src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7188,7 +7265,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7198,7 +7275,7 @@ Transaktion nicht gefunden. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7207,7 +7284,7 @@ Warten bis sie im Mempool erscheint... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7216,7 +7293,7 @@ Fehler beim Laden der Transaktionsdaten. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7225,7 +7302,7 @@ Merkmale src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7243,7 +7320,7 @@ Diese Transaktion sollte in den Block aufgenommen werden src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7252,7 +7329,7 @@ Erwartet im Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7262,7 +7339,7 @@ Diese Transaktion wurde vor dem Mining im Mempool gesehen src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7271,7 +7348,7 @@ Gesehen im Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7281,7 +7358,7 @@ Diese Transaktion fehlte vor dem Mining in unserem Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7290,7 +7367,7 @@ Nicht im Mempool gesehen src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7300,7 +7377,7 @@ Diese Transaktion wurde möglicherweise out-of-band hinzugefügt src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7309,7 +7386,7 @@ Diese Transaktion wurde möglicherweise out-of-band priorisiert src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7318,7 +7395,7 @@ Diese Transaktion stand im Konflikt mit einer anderen Version in unserem Mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7691,6 +7768,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquid Föderation Bestand @@ -9934,6 +10019,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Dies ist ein Testnetzwerk. Coins haben keinen Wert. diff --git a/frontend/src/locale/messages.es.xlf b/frontend/src/locale/messages.es.xlf index 4fc5a8032..446fb7fc6 100644 --- a/frontend/src/locale/messages.es.xlf +++ b/frontend/src/locale/messages.es.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Tu transacción src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -428,7 +448,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -437,7 +457,7 @@ Tamaño virtual src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -453,7 +473,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -462,7 +482,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -470,7 +490,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -479,55 +499,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -595,7 +615,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -603,7 +623,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -611,7 +631,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -619,7 +639,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -627,7 +647,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -636,11 +656,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -657,7 +677,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -665,7 +685,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -673,7 +693,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -682,7 +702,7 @@ Tasas del Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -690,7 +710,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -698,7 +718,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -706,7 +726,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -714,7 +734,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -722,7 +742,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -731,7 +751,7 @@ Saldo disponible src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -739,15 +759,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -755,7 +775,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -763,7 +783,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -771,11 +791,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -783,7 +803,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -791,7 +811,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -799,7 +819,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -807,40 +827,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -848,7 +884,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -856,7 +892,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -864,7 +900,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -872,7 +908,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -880,7 +916,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -888,7 +924,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -896,7 +932,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -904,7 +940,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -912,15 +948,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -928,7 +988,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -936,7 +996,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -945,19 +1005,15 @@ Acelerar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -966,7 +1022,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -999,7 +1055,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1289,7 +1345,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1500,7 +1556,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1529,6 +1585,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending en espera @@ -2495,7 +2558,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2703,11 +2766,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2749,7 +2812,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2779,7 +2842,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2805,7 +2868,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2819,7 +2882,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2912,7 +2975,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2926,7 +2989,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2940,7 +3003,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2958,7 +3021,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3059,7 +3122,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3099,7 +3162,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3201,7 +3264,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3269,7 +3332,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3320,10 +3383,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3532,7 +3591,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3640,7 +3699,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3654,19 +3713,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3691,6 +3750,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Por qué está este bloque vacío? @@ -3725,7 +3792,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3973,10 +4040,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4877,11 +4940,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4976,10 +5039,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4991,7 +5050,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5004,7 +5063,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5021,7 +5080,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5376,7 +5435,7 @@ Panel de minado src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5393,7 +5452,7 @@ Explorador Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5409,7 +5468,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5792,7 +5851,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5918,12 +5977,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Todavía no hay suficientes datos src/app/components/pool/pool.component.ts - 136 + 142 @@ -5931,11 +5998,11 @@ Dominancia de la pool src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5966,7 +6033,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6022,7 +6089,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6747,7 +6814,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6760,7 +6827,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6785,7 +6852,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6793,7 +6860,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6801,7 +6868,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6809,7 +6876,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6817,7 +6884,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6825,7 +6892,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6833,7 +6900,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6841,7 +6908,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6858,7 +6925,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6873,7 +6940,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6885,7 +6952,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6925,18 +6992,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Historial RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6944,11 +7019,11 @@ Flujo src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6958,7 +7033,7 @@ Esconder diagrama src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6967,7 +7042,7 @@ Mostrar más src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6984,11 +7059,11 @@ Entradas y salidas src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6998,7 +7073,7 @@ Mostrar diagrama src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7007,7 +7082,7 @@ Vsize ajustado src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7017,7 +7092,7 @@ Tiempo de bloque src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7026,7 +7101,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7036,7 +7111,7 @@ Transacción no encontrada src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7045,7 +7120,7 @@ Esperando a que aparezca en la mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7053,7 +7128,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7062,7 +7137,7 @@ Características src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7079,7 +7154,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7088,7 +7163,7 @@ Previsto en bloque src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7097,7 +7172,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7106,7 +7181,7 @@ Visto en la Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7115,7 +7190,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7124,7 +7199,7 @@ No encontrado en la Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7133,7 +7208,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7141,7 +7216,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7149,7 +7224,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7522,6 +7597,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9729,6 +9812,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.fa.xlf b/frontend/src/locale/messages.fa.xlf index 29cca1f71..ffa67d827 100644 --- a/frontend/src/locale/messages.fa.xlf +++ b/frontend/src/locale/messages.fa.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction تراکنش شما src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ به اضافه () تراکنش تأییدنشده src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ اندازه مجازی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ اندازه تراکنش به بایت مجازی (شامل والدهای تأییدنشده) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ کارمزد درون-زنجیره‌ای src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,15 +619,16 @@ کارمزد پرداخت‌شدهٔ تراکنش (شامل والدهای تأییدنشده) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description How much faster? + چقدر سریع‌تر؟ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,15 +636,16 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description Summary + خلاصه src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +654,7 @@ نرخ بازار بلاک بعدی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +663,11 @@ ‏sat بر vB‏ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +685,7 @@ کارمزد اضافه مورد نیاز تخمینی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,15 +693,16 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate Extra fee required + کارمزد اضافه مورد نیاز src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +711,7 @@ کارمزد شتاب‌دهنده ممپول src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +720,7 @@ کارمز خدمات شتاب‌دهی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +729,7 @@ هزینه اضافه اندازه تراکنش src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +738,7 @@ هزینه شتاب‌دهی تخمینی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,15 +747,16 @@ بیشینه هزینه شتاب‌دهی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost Acceleration cost + هزینه شتاب‌دهی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +765,7 @@ موجودی در دسترس src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +773,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +789,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +797,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +805,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +817,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +825,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +833,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +841,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +898,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +906,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +914,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +922,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +930,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +938,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +946,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +954,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +962,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +1002,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1010,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1019,15 @@ شتاب‌دهی src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1036,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1069,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1303,7 +1363,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1519,14 +1579,14 @@ Accelerator Dashboard - داشبورد شتاب‌دهی + پیشخوان شتاب‌دهی src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.ts 57 src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1555,6 +1615,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending در حال انتظار @@ -1887,6 +1954,7 @@ of transaction + از تراکنش src/app/components/address/address.component.html 101 @@ -1895,6 +1963,7 @@ of transactions + از تراکنش src/app/components/address/address.component.html 102 @@ -1925,6 +1994,7 @@ Confirmed balance + موجودی تأیید‌شده src/app/components/address/address.component.html 247 @@ -1933,6 +2003,7 @@ Unconfirmed balance + موجودی تأیید‌نشده src/app/components/address/address.component.html 252 @@ -2332,6 +2403,7 @@ Change (7d) + تغییرات (7 روزه) src/app/components/balance-widget/balance-widget.component.html 14 @@ -2344,6 +2416,7 @@ Change (30d) + تغییرات (30 روزه) src/app/components/balance-widget/balance-widget.component.html 23 @@ -2373,6 +2446,7 @@ Avg Block Fee (24h) + متوسط کارمزد بلاک (24 ساعته) src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html 51 @@ -2385,6 +2459,7 @@ Avg Block Fee (1m) + متوسط کارمزد بلاک (1 ماهه) src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html 57 @@ -2404,6 +2479,7 @@ Block Fees + کارمزد بلاک src/app/components/block-fees-graph/block-fees-graph.component.html 6 @@ -2463,6 +2539,7 @@ Block Fees Vs Subsidy + کارمزد بلاک در برابر یارانه src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.html 6 @@ -2523,7 +2600,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2727,11 +2804,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2773,7 +2850,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2803,7 +2880,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2829,7 +2906,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2843,7 +2920,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2931,45 +3008,49 @@ Added + افزوده‌شده src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 76 src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added Prioritized + اولویت‌داده‌شده src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 77 src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized Conflict + متناقض src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 79 src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict Accelerated + شتاب‌دهی‌شده src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 80 @@ -2980,7 +3061,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3081,7 +3162,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3121,7 +3202,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3223,7 +3304,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3291,12 +3372,13 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner transaction + تراکنش src/app/components/block/block-transactions.component.html 4 @@ -3317,6 +3399,7 @@ transactions + تراکنش src/app/components/block/block-transactions.component.html 5 @@ -3342,10 +3425,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3554,7 +3633,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3662,7 +3741,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3676,19 +3755,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3713,6 +3792,15 @@ Transaction Details transaction.details + + Error loading block data. + خطا در بازکردن داده‌های بلاک. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? چرا این بلاک خالی است؟ @@ -3747,7 +3835,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3994,10 +4082,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4898,11 +4982,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4997,22 +5081,18 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header Dashboard - داشبورد + پیشخوان src/app/components/liquid-master-page/liquid-master-page.component.html 65 src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5025,7 +5105,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5042,7 +5122,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5380,9 +5460,10 @@ Mining Dashboard + پیشخوان استخراج src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5399,7 +5480,7 @@ کاوشگر لایتنینگ src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5415,7 +5496,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5798,7 +5879,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5924,12 +6005,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet هنوز داده کافی وجود ندارد src/app/components/pool/pool.component.ts - 136 + 142 @@ -5937,11 +6026,11 @@ سهم استخر src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5972,7 +6061,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5994,6 +6083,7 @@ RBF Replacements + جایگزینی‌های RBF src/app/components/rbf-list/rbf-list.component.html 2 @@ -6028,7 +6118,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6161,6 +6251,7 @@ Block Height + طول بلاک src/app/components/search-form/search-results/search-results.component.html 3 @@ -6169,6 +6260,7 @@ Transaction + تراکنش src/app/components/search-form/search-results/search-results.component.html 21 @@ -6177,6 +6269,7 @@ Address + آدرس src/app/components/search-form/search-results/search-results.component.html 27 @@ -6189,6 +6282,7 @@ Block + بلاک src/app/components/search-form/search-results/search-results.component.html 33 @@ -6197,6 +6291,7 @@ Addresses + آدرس src/app/components/search-form/search-results/search-results.component.html 39 @@ -6205,6 +6300,7 @@ Mining Pools + استخر استخراج src/app/components/search-form/search-results/search-results.component.html 47 @@ -6231,6 +6327,7 @@ Other Network Address + آدرس شبکهٔ دیگر src/app/components/search-form/search-results/search-results.component.html 71 @@ -6239,6 +6336,7 @@ Liquid Asset + دارایی لیکوئید src/app/components/search-form/search-results/search-results.component.html 85 @@ -6340,6 +6438,7 @@ Test Transactions + آزمودن تراکنش‌ها src/app/components/test-transactions/test-transactions.component.html 2 @@ -6389,6 +6488,7 @@ Rejection reason + دلیل رد‌شدن src/app/components/test-transactions/test-transactions.component.html 26 @@ -6397,6 +6497,7 @@ Immediately + بی‌درنگ src/app/components/time/time.component.ts 106 @@ -6532,6 +6633,7 @@ within ~ + در حدود src/app/components/time/time.component.ts 207 @@ -6651,6 +6753,7 @@ before + قبل src/app/components/time/time.component.ts 253 @@ -6710,6 +6813,7 @@ Sent + فرستاده‌شده src/app/components/tracker/tracker-bar.component.html 2 @@ -6718,6 +6822,7 @@ Soon + به زودی src/app/components/tracker/tracker-bar.component.html 6 @@ -6747,7 +6852,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6760,13 +6865,14 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon Confirmed at + تأیید شده در src/app/components/tracker/tracker.component.html 90 @@ -6775,6 +6881,7 @@ Block height + طول بلاک src/app/components/tracker/tracker.component.html 99 @@ -6783,65 +6890,73 @@ Your transaction has been accelerated + تراکنش شما شتاب‌دهی شده است src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated Waiting for your transaction to appear in the mempool + منتظر دیده‌شدن تراکنش شما در mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting Your transaction is in the mempool, but it will not be confirmed for some time. + تراکنش شما در mempool است اما فعلا تأیید نخواهد شد. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending Your transaction is near the top of the mempool, and is expected to confirm soon. + تراکنش شما جلوی صف mempool قرار دارد و به زودی تأیید خواهد شد. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon Your transaction is expected to confirm in the next block + تراکنش شما به زودی در بلاک بعدی تأیید خواهد شد. src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block Your transaction is confirmed! + تراکنش شما تأیید شد! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed Your transaction has been replaced by a newer version! + تراکنش شما با نسخه جدیدی جایگزین شده! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced See more details + دیدن اطلاعات بیشتر src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6858,11 +6973,12 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 Get real-time status, addresses, fees, script info, and more for transaction with txid . + دیدن وضعیت زنده آدرس‌ها، کارمزدها و اطلاعات script و بیشتر برای تراکنش با شناسه . src/app/components/tracker/tracker.component.ts 410 @@ -6873,7 +6989,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6885,7 +7001,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6923,20 +7039,31 @@ Hide accelerator + پنهان‌کردن شتاب‌دهی src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - تاریخچه RBF + + Acceleration Timeline + خط‌زمان شتاب‌دهی src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + خط‌زمان RBF + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6944,11 +7071,11 @@ جریان src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6958,7 +7085,7 @@ پنهان‌کردن نمودار src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6967,7 +7094,7 @@ بیشتر src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6984,11 +7111,11 @@ ورودی‌ها و خروجی‌ها src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6998,15 +7125,16 @@ نمایش نمودار src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram Adjusted vsize + vsize تنظیم‌شده src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7016,15 +7144,16 @@ قفل‌زمانی src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime Sigops + تعداد کدهای عملیاتی امضا (Sigops) src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7034,7 +7163,7 @@ تراکنش پیدا نشد. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7043,15 +7172,16 @@ منتظر دیده‌شدن در mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear Error loading transaction data. + خطا در بازکردن داده‌های تراکنش. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7060,7 +7190,7 @@ ویژگی‌ها src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7077,7 +7207,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7085,7 +7215,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7094,7 +7224,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7102,7 +7232,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7111,7 +7241,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7119,7 +7249,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7128,7 +7258,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7136,7 +7266,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7144,7 +7274,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7320,6 +7450,7 @@ 1 block earlier + 1 بلاک زودتر src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 123 @@ -7328,6 +7459,7 @@ 1 block later + 1 بلاک دیرتر src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 127 @@ -7336,6 +7468,7 @@ in the same block + در همان بلاک src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 131 @@ -7344,6 +7477,7 @@ blocks earlier + بلاک زودتر src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 137 @@ -7352,6 +7486,7 @@ spent + خرج‌شده src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 148 @@ -7360,6 +7495,7 @@ blocks later + بلاک دیرتر src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 150 @@ -7511,6 +7647,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -7660,6 +7804,7 @@ FAQ + سوالات متداول src/app/docs/docs/docs.component.ts 46 @@ -9393,6 +9538,7 @@ fee + کارمزد src/app/shared/components/address-type/address-type.component.html 3 @@ -9401,6 +9547,7 @@ empty + خالی src/app/shared/components/address-type/address-type.component.html 6 @@ -9417,6 +9564,7 @@ bare multisig + چندامضایی آشکار src/app/shared/components/address-type/address-type.component.html 21 @@ -9501,6 +9649,7 @@ Test Transaction + آزمودن تراکنش src/app/shared/components/global-footer/global-footer.component.html 64 @@ -9582,6 +9731,7 @@ Research + تحقیقات ممپول src/app/shared/components/global-footer/global-footer.component.html 75 @@ -9608,6 +9758,7 @@ Testnet3 Explorer + کاوشگر شبکهٔ آزمایشی Testnet3 src/app/shared/components/global-footer/global-footer.component.html 81 @@ -9616,6 +9767,7 @@ Testnet4 Explorer + کاوشگر شبکهٔ آزمایشی Testnet4 src/app/shared/components/global-footer/global-footer.component.html 82 @@ -9716,6 +9868,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. این یک شبکه آزمایشی است. سکه‌های آن هیچ ارزشی ندارند. @@ -9727,6 +9887,7 @@ Testnet3 is deprecated, and will soon be replaced by Testnet4 + شبکهٔ Testnet3 منقضی شده است و به زودی با شبکهٔ Testnet4 جایگزین می‌شود. src/app/shared/components/testnet-alert/testnet-alert.component.html 6 @@ -9735,6 +9896,7 @@ Testnet4 is not yet finalized, and may be reset at anytime. + شبکهٔ Testnet4 هنوز نهایی نشده است و ممکن است بازنشانی بشود. src/app/shared/components/testnet-alert/testnet-alert.component.html 9 @@ -9743,6 +9905,7 @@ Batch payment + پرداخت دسته‌ای src/app/shared/filters.utils.ts 108 @@ -9750,6 +9913,7 @@ Address Types + انواع آدرس src/app/shared/filters.utils.ts 119 @@ -9900,6 +10064,7 @@ Multisig of + چند امضایی از src/app/shared/script.utils.ts 168 diff --git a/frontend/src/locale/messages.fi.xlf b/frontend/src/locale/messages.fi.xlf index c866628bf..c1d9f9a36 100644 --- a/frontend/src/locale/messages.fi.xlf +++ b/frontend/src/locale/messages.fi.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Transaktiosi src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Lisäksi vahvistamatonta kantasiirtoa src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Virtuaalikoko src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Tämän tapahtuman koko vbyteinä (mukaan lukien vahvistamattomat kantasiirrot) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ salamakaista kulut src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Tämän tapahtuman yhteydessä jo maksetut siirtokulut (mukaan lukien vahvistamattomat edeltäjät) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Seuraavan lohkon markkinakurssi src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Arvioitu lisämaksu vaaditaan src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Mempool Accelerator™ maksut src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Nopeutuksen palvelumaksu src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Transaktion kokolisämaksu src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Arvioidut nopeutuskustannukset src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Nopeutuksen enimmäiskustannukset src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Käytettävissä oleva saldo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Kiihdytä src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1304,7 +1360,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1525,7 +1581,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1554,6 +1610,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending odottaa @@ -2517,7 +2580,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2722,11 +2785,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2768,7 +2831,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2798,7 +2861,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2824,7 +2887,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2838,7 +2901,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2932,7 +2995,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2945,7 +3008,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2958,7 +3021,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2976,7 +3039,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3079,7 +3142,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3119,7 +3182,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3223,7 +3286,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3291,7 +3354,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3342,10 +3405,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3556,7 +3615,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3664,7 +3723,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3678,19 +3737,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3715,6 +3774,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Miksi tämä lohko on tyhjä? @@ -3749,7 +3816,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3999,10 +4066,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4895,11 +4958,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4995,10 +5058,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5010,7 +5069,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5023,7 +5082,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5040,7 +5099,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5378,7 +5437,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5395,7 +5454,7 @@ Salamaverkko selain src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5411,7 +5470,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5798,7 +5857,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5923,22 +5982,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5969,7 +6036,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6028,7 +6095,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6750,7 +6817,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6763,7 +6830,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6788,7 +6855,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6796,7 +6863,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6804,7 +6871,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6812,7 +6879,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6820,7 +6887,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6828,7 +6895,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6836,7 +6903,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6844,7 +6911,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6861,7 +6928,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6876,7 +6943,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6888,7 +6955,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6928,18 +6995,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF-historia + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6947,11 +7022,11 @@ Virtaus src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6961,7 +7036,7 @@ Piilota kaavio src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6970,7 +7045,7 @@ Näytä enemmän src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6987,11 +7062,11 @@ Syötteet & Tulosteet src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7001,7 +7076,7 @@ Näytä kaavio src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7009,7 +7084,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7019,7 +7094,7 @@ Lukitusaika src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7027,7 +7102,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7037,7 +7112,7 @@ Siirtotapahtumaa ei löydy. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7046,7 +7121,7 @@ Odotetaan sen ilmestymistä mempooliin... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7054,7 +7129,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7063,7 +7138,7 @@ Ominaisuudet src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7080,7 +7155,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7088,7 +7163,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7097,7 +7172,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7105,7 +7180,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7114,7 +7189,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7122,7 +7197,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7131,7 +7206,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7139,7 +7214,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7147,7 +7222,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7514,6 +7589,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9744,6 +9827,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Tämä on testiverkko. Kolikoilla ei ole arvoa. diff --git a/frontend/src/locale/messages.fr.xlf b/frontend/src/locale/messages.fr.xlf index 8ee9efffb..bc63b0a74 100644 --- a/frontend/src/locale/messages.fr.xlf +++ b/frontend/src/locale/messages.fr.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Votre transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Plus ancêtre(s) non confirmé(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Taille virtuelle src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Taille en vB de cette transaction (y compris les ancêtres non confirmés) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ Frais intra-bande src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Frais déjà payés par cette transaction (y compris les ancêtres non confirmés) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -608,7 +628,7 @@ À quel point plus rapide ? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -617,7 +637,7 @@ Cela réduira votre temps d'attente prévu jusqu'à la première confirmation à src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -626,7 +646,7 @@ Résumé src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -635,7 +655,7 @@ Frais du block suivant src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -644,11 +664,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -666,7 +686,7 @@ Estimation des frais supplémentaires requis src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -675,7 +695,7 @@ Frais ciblé src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -684,7 +704,7 @@ Frais supplémentaires requis src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -693,7 +713,7 @@ Frais de Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -702,7 +722,7 @@ Frais de service d'accélération src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -711,7 +731,7 @@ Supplément sur la taille de transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -720,7 +740,7 @@ Coût d’accélération estimé src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -729,7 +749,7 @@ Coût d'accélération maximum src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -738,7 +758,7 @@ Coût de l'accélération src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -747,7 +767,7 @@ Solde disponible src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -756,15 +776,15 @@ Retour src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -773,7 +793,7 @@ Accélérer votre transaction Bitcoin ? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -782,7 +802,7 @@ Attendre src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -791,11 +811,11 @@ Confirmation attendue src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -803,7 +823,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -812,7 +832,7 @@ Pour un supplément de src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -821,7 +841,7 @@ Réduit le délai de confirmation prévu à src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -830,42 +850,58 @@ Paiement à mempool.space pour l'accélération de la txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay Payer src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... Chargement du mode de paiement... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -874,7 +910,7 @@ OU src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -883,7 +919,7 @@ Confirmez votre paiement src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -892,7 +928,7 @@ Coût supplémentaire total src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -901,7 +937,7 @@ avec src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -910,7 +946,7 @@ Chargement du mode de paiement... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -919,7 +955,7 @@ Confirmation de votre paiement src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -928,7 +964,7 @@ Nous traitons votre paiement... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -937,7 +973,7 @@ Accélération de votre transaction en cours src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -946,16 +982,40 @@ Confirmation de votre accélération auprès de nos pools de minage partenaires... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... Calcul du coût... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -964,7 +1024,7 @@ personnaliser src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -973,7 +1033,7 @@ Accélérer à ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -982,19 +1042,15 @@ Accélérer src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -1004,7 +1060,7 @@ Votre transaction sera priorisée par % des mineurs au plus. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1037,7 +1093,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1332,7 +1388,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1555,7 +1611,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1587,6 +1643,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending en attente @@ -2578,7 +2641,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2788,11 +2851,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2834,7 +2897,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2864,7 +2927,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2890,7 +2953,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2904,7 +2967,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2999,7 +3062,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -3013,7 +3076,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -3027,7 +3090,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3045,7 +3108,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3148,7 +3211,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3188,7 +3251,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3292,7 +3355,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3360,7 +3423,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3413,10 +3476,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3627,7 +3686,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3735,7 +3794,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3749,19 +3808,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3786,6 +3845,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Pourquoi ce bloc est-il vide ? @@ -3821,7 +3888,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4071,10 +4138,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4978,11 +5041,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5079,10 +5142,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5094,7 +5153,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5107,7 +5166,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5124,7 +5183,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5493,7 +5552,7 @@ Tableau de bord Minage src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5510,7 +5569,7 @@ Explorateur Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5526,7 +5585,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5914,7 +5973,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -6041,12 +6100,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Pas encore assez de données src/app/components/pool/pool.component.ts - 136 + 142 @@ -6054,11 +6121,11 @@ Dominance de la pool de minage src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6089,7 +6156,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6148,7 +6215,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6888,7 +6955,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6901,7 +6968,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6929,7 +6996,7 @@ Votre transaction a été accélérée src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6938,7 +7005,7 @@ En attente que votre transaction apparaisse dans la mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6947,7 +7014,7 @@ Votre transaction est dans la mempool, mais elle ne sera pas confirmée avant un certain temps. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6956,7 +7023,7 @@ Votre transaction se trouve en haut de la mempool et devrait être confirmée bientôt. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6965,7 +7032,7 @@ Votre transaction devrait être confirmée dans le prochain bloc src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6974,7 +7041,7 @@ Votre transaction est confirmée ! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6983,7 +7050,7 @@ Votre transaction a été remplacée par une version plus récente ! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6992,7 +7059,7 @@ Voir plus de détails src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -7009,7 +7076,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -7025,7 +7092,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -7037,7 +7104,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7078,18 +7145,26 @@ Masquer l'accélérateur src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Historique RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7097,11 +7172,11 @@ Flux src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7111,7 +7186,7 @@ Masquer le diagramme src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7120,7 +7195,7 @@ Montrer plus src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7137,11 +7212,11 @@ Entrées & Sorties src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7151,7 +7226,7 @@ Afficher le diagramme src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7160,7 +7235,7 @@ Vsize ajustée src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7170,7 +7245,7 @@ Temps de verrouillage src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7179,7 +7254,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7189,7 +7264,7 @@ Transaction introuvable. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7198,7 +7273,7 @@ Veuillez patienter pendant que nous attendons qu'elle apparaisse dans le mempool src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7207,7 +7282,7 @@ Erreur lors du chargement des données de transaction. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7216,7 +7291,7 @@ Fonctionnalités src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7234,7 +7309,7 @@ Cette transaction était prévue dans le bloc src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7243,7 +7318,7 @@ Attendue dans le bloc src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7253,7 +7328,7 @@ Cette transaction a été vue dans la mempool avant d'être minée src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7262,7 +7337,7 @@ Vu dans la mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7272,7 +7347,7 @@ Cette transaction n'était pas dans notre mempool avant d'être minée src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7281,7 +7356,7 @@ Pas vu dans la mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7291,7 +7366,7 @@ Cette transaction a peut-être été ajoutée hors bande src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7300,7 +7375,7 @@ Cette transaction a peut-être été priorisée hors bande src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7309,7 +7384,7 @@ Cette transaction est en conflit avec une autre version dans notre mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7682,6 +7757,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Avoirs de la Fédération Liquid @@ -9924,6 +10007,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Il s'agit d'un réseau de test. Les tokens n'ont aucune valeur. diff --git a/frontend/src/locale/messages.he.xlf b/frontend/src/locale/messages.he.xlf index dd120af54..59034b363 100644 --- a/frontend/src/locale/messages.he.xlf +++ b/frontend/src/locale/messages.he.xlf @@ -398,7 +398,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -408,11 +408,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -420,7 +440,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -429,7 +449,7 @@ גודל וירטואלי src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -445,7 +465,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -454,7 +474,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -462,7 +482,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -471,55 +491,55 @@ סאטושיז src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -587,7 +607,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -595,7 +615,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -603,7 +623,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -611,7 +631,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -619,7 +639,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -628,11 +648,11 @@ סאט/בית src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -649,7 +669,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -657,7 +677,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -665,7 +685,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -673,7 +693,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -681,7 +701,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -689,7 +709,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -697,7 +717,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -705,7 +725,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -713,7 +733,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -721,7 +741,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -729,15 +749,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -745,7 +765,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -753,7 +773,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -761,11 +781,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -773,7 +793,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -781,7 +801,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -789,7 +809,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -797,40 +817,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -838,7 +874,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -846,7 +882,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -854,7 +890,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -862,7 +898,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -870,7 +906,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -878,7 +914,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -886,7 +922,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -894,7 +930,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -902,15 +938,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -918,7 +978,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -926,7 +986,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -934,19 +994,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -955,7 +1011,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -988,7 +1044,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1275,7 +1331,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1483,7 +1539,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1512,6 +1568,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2471,7 +2534,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2674,11 +2737,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2720,7 +2783,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2750,7 +2813,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2776,7 +2839,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2789,7 +2852,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2879,7 +2942,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2892,7 +2955,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2905,7 +2968,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2922,7 +2985,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3023,7 +3086,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3063,7 +3126,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3165,7 +3228,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3233,7 +3296,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3284,10 +3347,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3496,7 +3555,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3604,7 +3663,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3618,19 +3677,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3655,6 +3714,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? למה בלוק זה ריק? @@ -3689,7 +3756,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3935,10 +4002,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4822,11 +4885,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4921,10 +4984,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4936,7 +4995,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4949,7 +5008,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4966,7 +5025,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5304,7 +5363,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5321,7 +5380,7 @@ חוקר רשת הברק src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5337,7 +5396,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5715,7 +5774,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5839,22 +5898,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5885,7 +5952,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5939,7 +6006,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6657,7 +6724,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6670,7 +6737,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6695,7 +6762,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6703,7 +6770,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6711,7 +6778,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6719,7 +6786,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6727,7 +6794,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6735,7 +6802,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6743,7 +6810,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6751,7 +6818,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6768,7 +6835,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6783,7 +6850,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6795,7 +6862,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6835,17 +6902,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6853,11 +6929,11 @@ זרימה src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6867,7 +6943,7 @@ הסתר דיאגרמה src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6876,7 +6952,7 @@ הצג עוד src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6893,11 +6969,11 @@ קלטים ופלטים src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6907,7 +6983,7 @@ הצג דיאגמה src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6915,7 +6991,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6925,7 +7001,7 @@ זמן נעילה src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6933,7 +7009,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6943,7 +7019,7 @@ טרנזקציה לא נמצאה. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6952,7 +7028,7 @@ ממתין להופעתה בממפול.. src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6960,7 +7036,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6969,7 +7045,7 @@ מאפיינים src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6986,7 +7062,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6994,7 +7070,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7003,7 +7079,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7011,7 +7087,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7020,7 +7096,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7028,7 +7104,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7037,7 +7113,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7045,7 +7121,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7053,7 +7129,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7420,6 +7496,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9599,6 +9683,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.hi.xlf b/frontend/src/locale/messages.hi.xlf index 1f831cc0f..85d43247e 100644 --- a/frontend/src/locale/messages.hi.xlf +++ b/frontend/src/locale/messages.hi.xlf @@ -395,7 +395,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -405,11 +405,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -417,7 +437,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -426,7 +446,7 @@ वर्चुअल साइज src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -442,7 +462,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -451,7 +471,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -459,7 +479,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -467,55 +487,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -583,7 +603,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -591,7 +611,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -599,7 +619,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -607,7 +627,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -615,7 +635,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -624,11 +644,11 @@ सैट/वीबी src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -645,7 +665,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -653,7 +673,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -661,7 +681,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -669,7 +689,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -677,7 +697,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -685,7 +705,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -693,7 +713,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -701,7 +721,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -709,7 +729,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -717,7 +737,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -725,15 +745,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -741,7 +761,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -749,7 +769,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -757,11 +777,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -769,7 +789,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -777,7 +797,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -785,7 +805,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -793,40 +813,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -834,7 +870,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -842,7 +878,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -850,7 +886,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -858,7 +894,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -866,7 +902,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -874,7 +910,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -882,7 +918,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -890,7 +926,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -898,15 +934,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -914,7 +974,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -922,7 +982,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -930,19 +990,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -951,7 +1007,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -984,7 +1040,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1267,7 +1323,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1474,7 +1530,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1503,6 +1559,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2456,7 +2519,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2655,11 +2718,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2701,7 +2764,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2731,7 +2794,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2757,7 +2820,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2770,7 +2833,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2857,7 +2920,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2870,7 +2933,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2883,7 +2946,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -2999,7 +3062,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3039,7 +3102,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3140,7 +3203,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3208,7 +3271,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3258,10 +3321,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3464,7 +3523,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3570,7 +3629,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3584,19 +3643,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3621,6 +3680,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? @@ -3654,7 +3721,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3896,10 +3963,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4749,11 +4812,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4844,10 +4907,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4859,7 +4918,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4872,7 +4931,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4889,7 +4948,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5226,7 +5285,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5242,7 +5301,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5258,7 +5317,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5619,7 +5678,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5738,22 +5797,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5783,7 +5850,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5836,7 +5903,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6542,7 +6609,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6555,7 +6622,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6580,7 +6647,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6588,7 +6655,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6596,7 +6663,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6604,7 +6671,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6612,7 +6679,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6620,7 +6687,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6628,7 +6695,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6636,7 +6703,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6653,7 +6720,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6668,7 +6735,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6680,7 +6747,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6720,28 +6787,37 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6750,7 +6826,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6758,7 +6834,7 @@ Show more src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6775,11 +6851,11 @@ इनपुट और आउटपुट src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6788,7 +6864,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6796,7 +6872,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6806,7 +6882,7 @@ लॉकटाइम src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6814,7 +6890,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6824,7 +6900,7 @@ ट्रांसेक्शन नहीं मिला। src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6833,7 +6909,7 @@ मेमपूल में इसके प्रकट होने की प्रतीक्षा की जा रही है... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6841,7 +6917,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6850,7 +6926,7 @@ विशेषताएं src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6867,7 +6943,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6875,7 +6951,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6884,7 +6960,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6892,7 +6968,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -6901,7 +6977,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -6909,7 +6985,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -6918,7 +6994,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -6926,7 +7002,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -6934,7 +7010,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7288,6 +7364,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9351,6 +9435,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.hr.xlf b/frontend/src/locale/messages.hr.xlf index 63f33e512..7221af428 100644 --- a/frontend/src/locale/messages.hr.xlf +++ b/frontend/src/locale/messages.hr.xlf @@ -358,7 +358,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -368,11 +368,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -380,7 +400,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -389,7 +409,7 @@ Virtualna veličina src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -405,7 +425,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -414,7 +434,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -422,7 +442,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -430,55 +450,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -546,7 +566,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -554,7 +574,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -562,7 +582,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -570,7 +590,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -578,7 +598,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -587,11 +607,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -608,7 +628,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -616,7 +636,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -624,7 +644,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -632,7 +652,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -640,7 +660,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -648,7 +668,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -656,7 +676,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -664,7 +684,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -672,7 +692,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -680,7 +700,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -688,15 +708,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -704,7 +724,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -712,7 +732,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -720,11 +740,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -732,7 +752,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -740,7 +760,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -748,7 +768,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -756,40 +776,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -797,7 +833,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -805,7 +841,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -813,7 +849,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -821,7 +857,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -829,7 +865,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -837,7 +873,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -845,7 +881,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -853,7 +889,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -861,15 +897,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -877,7 +937,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -885,7 +945,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -893,19 +953,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -914,7 +970,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -946,7 +1002,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1226,7 +1282,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1432,7 +1488,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1461,6 +1517,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2379,7 +2442,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2578,11 +2641,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2624,7 +2687,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2654,7 +2717,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2679,7 +2742,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2692,7 +2755,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2779,7 +2842,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2792,7 +2855,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2805,7 +2868,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2822,7 +2885,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -2920,7 +2983,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -2959,7 +3022,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3057,7 +3120,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3122,7 +3185,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3172,10 +3235,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3373,7 +3432,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3474,7 +3533,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3488,19 +3547,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3525,6 +3584,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? @@ -3557,7 +3624,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3793,10 +3860,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4634,11 +4697,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4726,10 +4789,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4740,7 +4799,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4752,7 +4811,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4768,7 +4827,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5103,7 +5162,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5119,7 +5178,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5135,7 +5194,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5492,7 +5551,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5611,22 +5670,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5655,7 +5722,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5708,7 +5775,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6404,7 +6471,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6417,7 +6484,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6442,7 +6509,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6450,7 +6517,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6458,7 +6525,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6466,7 +6533,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6474,7 +6541,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6482,7 +6549,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6490,7 +6557,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6498,7 +6565,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6514,7 +6581,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6529,7 +6596,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6540,7 +6607,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6578,28 +6645,37 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6608,7 +6684,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6616,7 +6692,7 @@ Show more src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6633,11 +6709,11 @@ Ulazi & Izlazi src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6646,7 +6722,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6654,7 +6730,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6663,7 +6739,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6671,7 +6747,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6680,7 +6756,7 @@ Transaction not found. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6688,7 +6764,7 @@ Waiting for it to appear in the mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6696,7 +6772,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6704,7 +6780,7 @@ Features src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6721,7 +6797,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6729,7 +6805,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6738,7 +6814,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6746,7 +6822,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -6755,7 +6831,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -6763,7 +6839,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -6772,7 +6848,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -6780,7 +6856,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -6788,7 +6864,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7123,6 +7199,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9178,6 +9262,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.hu.xlf b/frontend/src/locale/messages.hu.xlf index af78ecea0..037d79847 100644 --- a/frontend/src/locale/messages.hu.xlf +++ b/frontend/src/locale/messages.hu.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -414,12 +414,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction A te tranzakciód src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -428,7 +448,7 @@ Plusz nem megerősített előd(ök) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -437,7 +457,7 @@ Virtuális méret src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -453,7 +473,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -462,7 +482,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -470,7 +490,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -479,55 +499,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -595,7 +615,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -603,7 +623,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -611,7 +631,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -619,7 +639,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -627,7 +647,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -636,11 +656,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -657,7 +677,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -665,7 +685,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -673,7 +693,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -681,7 +701,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -689,7 +709,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -697,7 +717,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -705,7 +725,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -713,7 +733,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -721,7 +741,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -729,7 +749,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -737,15 +757,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -753,7 +773,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -761,7 +781,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -769,11 +789,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -781,7 +801,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -789,7 +809,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -797,7 +817,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -805,40 +825,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -846,7 +882,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -854,7 +890,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -862,7 +898,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -870,7 +906,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -878,7 +914,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -886,7 +922,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -894,7 +930,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -902,7 +938,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -910,15 +946,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -926,7 +986,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -934,7 +994,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -943,19 +1003,15 @@ Gyorsítás src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -964,7 +1020,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -997,7 +1053,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1283,7 +1339,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1491,7 +1547,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1520,6 +1576,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending várakozik @@ -2481,7 +2544,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2685,11 +2748,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2731,7 +2794,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2761,7 +2824,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2787,7 +2850,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2800,7 +2863,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2891,7 +2954,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2904,7 +2967,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2934,7 +2997,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3035,7 +3098,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3075,7 +3138,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3177,7 +3240,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3245,7 +3308,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3296,10 +3359,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3508,7 +3567,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3616,7 +3675,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3630,19 +3689,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3667,6 +3726,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Miért üres ez a blokk? @@ -3701,7 +3768,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3948,10 +4015,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4848,11 +4911,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4947,10 +5010,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4962,7 +5021,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4975,7 +5034,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4992,7 +5051,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5332,7 +5391,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5349,7 +5408,7 @@ Villám Felfedező src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5365,7 +5424,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5744,7 +5803,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5868,22 +5927,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5914,7 +5981,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5968,7 +6035,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6687,7 +6754,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6700,7 +6767,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6725,7 +6792,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6733,7 +6800,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6741,7 +6808,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6749,7 +6816,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6757,7 +6824,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6766,7 +6833,7 @@ Az ön tranzakciója megerősítve! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6774,7 +6841,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6782,7 +6849,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6799,7 +6866,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6814,7 +6881,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6826,7 +6893,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6866,18 +6933,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF Előzmény + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6885,11 +6960,11 @@ Áramlás src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6899,7 +6974,7 @@ Diagram elrejtése src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6908,7 +6983,7 @@ Továbbiak megjelenítése src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6925,11 +7000,11 @@ Bemenetek és Kimenetek src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6939,7 +7014,7 @@ Diagram megjelenítése src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6948,7 +7023,7 @@ Módosított vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6958,7 +7033,7 @@ Zárolási idő src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6967,7 +7042,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6977,7 +7052,7 @@ Nem található tranzakció. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6986,7 +7061,7 @@ Várakozás arra hogy a mempoolban feltünjön... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6994,7 +7069,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7003,7 +7078,7 @@ Jellemzők src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7020,7 +7095,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7029,7 +7104,7 @@ Elvárt Blokk src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7038,7 +7113,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7046,7 +7121,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7055,7 +7130,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7063,7 +7138,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7072,7 +7147,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7080,7 +7155,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7088,7 +7163,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7459,6 +7534,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9652,6 +9735,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Ez egy teszt hálózat. Az itt mozgó pénzeknek nincs értéke! diff --git a/frontend/src/locale/messages.it.xlf b/frontend/src/locale/messages.it.xlf index 5d94b375d..71fceea40 100644 --- a/frontend/src/locale/messages.it.xlf +++ b/frontend/src/locale/messages.it.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction La tua transazione src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Più antenati non confermati src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Dimensione virtuale src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Dimensione in vbyte di questa transazione (compresi gli antenati non confermati) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ Commissioni in-band src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Commissioni già pagate per questa transazione (compresi gli antenati non confermati) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Tasso di mercato del blocco successivo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Stima della commissione aggiuntiva richiesta src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Commissioni di Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Commissione per il Servizio di Accelerazione src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Supplemento per Dimensione della Transazione src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Costo di accelerazione stimato src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Costo di accelerazione massimo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Saldo disponibile src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Accelerare src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1304,7 +1360,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1527,7 +1583,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1556,6 +1612,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending in sospeso @@ -2535,7 +2598,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2745,11 +2808,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2791,7 +2854,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2821,7 +2884,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2847,7 +2910,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2861,7 +2924,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2956,7 +3019,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2970,7 +3033,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2984,7 +3047,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3002,7 +3065,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3105,7 +3168,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3145,7 +3208,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3249,7 +3312,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3317,7 +3380,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3368,10 +3431,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3582,7 +3641,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3690,7 +3749,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3704,19 +3763,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3741,6 +3800,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Perché questo blocco è vuoto? @@ -3776,7 +3843,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4026,10 +4093,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4933,11 +4996,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5034,10 +5097,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5049,7 +5108,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5062,7 +5121,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5079,7 +5138,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5448,7 +5507,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5465,7 +5524,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5481,7 +5540,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5869,7 +5928,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5996,12 +6055,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Dati non ancora sufficienti src/app/components/pool/pool.component.ts - 136 + 142 @@ -6009,11 +6076,11 @@ Dominanza delle Pool src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6044,7 +6111,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6103,7 +6170,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6836,7 +6903,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6849,7 +6916,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6877,7 +6944,7 @@ La tua transazione è stata accelerata src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6886,7 +6953,7 @@ In attesa che la transazione venga visualizzata nella mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6895,7 +6962,7 @@ La tua transazione è nella mempool, ma non sarà confermata in breve tempo. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6904,7 +6971,7 @@ La tua transazione è quasi nella parte alta della mempool e dovrebbe essere confermata presto. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6913,7 +6980,7 @@ La transazione dovrebbe essere confermata nel prossimo blocco src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6922,7 +6989,7 @@ La tua transazione è confermata! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6930,7 +6997,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6938,7 +7005,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6955,7 +7022,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6971,7 +7038,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6983,7 +7050,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7023,18 +7090,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Cronologia RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7042,11 +7117,11 @@ Flusso src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7056,7 +7131,7 @@ Nascondi diagramma src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7065,7 +7140,7 @@ Mostra di più src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7082,11 +7157,11 @@ Input & Output src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7096,7 +7171,7 @@ Mostra diagramma src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7105,7 +7180,7 @@ Vsize adattato src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7115,7 +7190,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7124,7 +7199,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7134,7 +7209,7 @@ Transazione non trovata. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7143,7 +7218,7 @@ Aspettando che appaia nella mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7152,7 +7227,7 @@ Errore durante il caricamento dei dati della transazione. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7161,7 +7236,7 @@ Caratteristiche src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7179,7 +7254,7 @@ Si prevedeva che questa transazione fosse inclusa nel blocco src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7188,7 +7263,7 @@ Prevista nel Blocco src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7198,7 +7273,7 @@ Questa transazione è stata vista nella mempool prima del mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7207,7 +7282,7 @@ Vista nella Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7217,7 +7292,7 @@ Questa transazione nonera presente nella nostra mempool prima del mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7226,7 +7301,7 @@ Non vista nella mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7236,7 +7311,7 @@ Questa transazione potrebbe essere stata aggiunta fuori banda src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7245,7 +7320,7 @@ Questa transazione potrebbe essere stata prioritizzata fuori banda src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7254,7 +7329,7 @@ Questa transazione è in conflitto con un'altra versione nella nostra mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7627,6 +7702,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Capitale della Federazione Liquid @@ -9862,6 +9945,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Questa è una rete di test. Le monete non hanno valore. diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf index d45a5a7c6..6be82c2ce 100644 --- a/frontend/src/locale/messages.ja.xlf +++ b/frontend/src/locale/messages.ja.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction ご自身の取引 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ さらに 個の未承認のancestor src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ vSize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ この取引のvbytesサイズ(未承認の親取引を含む) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ ネットワーク手数料 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ サトシ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ この取引ですでに支払われた手数料(未承認の親取引を含む) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -608,7 +628,7 @@ どれくらい速くなる? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -617,7 +637,7 @@ これにより、お待ちいただく予想時間がまで短縮されます src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -626,7 +646,7 @@ まとめ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -635,7 +655,7 @@ 次のブロックの手数料レート src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -644,11 +664,11 @@ サトシ/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -666,7 +686,7 @@ 推定追加手数料 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -675,7 +695,7 @@ 目標レート src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -684,7 +704,7 @@ 追加手数料が必要 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -693,7 +713,7 @@ Mempool Accelerator™ 手数料 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -702,7 +722,7 @@ 高速化サービス手数料 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -711,7 +731,7 @@ 取引サイズ追加料金 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -720,7 +740,7 @@ 推定高速化コスト src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -729,7 +749,7 @@ 最大高速化コスト src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -738,7 +758,7 @@ 高速化コスト src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -747,7 +767,7 @@ 利用可能残高 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -756,15 +776,15 @@ 戻る src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -773,7 +793,7 @@ ビットコイン取引を高速化しますか? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -782,7 +802,7 @@ お待ちください src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -791,11 +811,11 @@ 承認予想時間 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -804,7 +824,7 @@ 承認されるまで結構待つかも… src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -813,7 +833,7 @@ 追加で src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -822,7 +842,7 @@ 予想される承認時間を に短縮 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -831,42 +851,58 @@ txid .. の高速化のための mempool.space への支払い src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay お支払い src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... インボイスを読み込んでいます... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -875,7 +911,7 @@ または src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -884,7 +920,7 @@ お支払いの確認 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -893,7 +929,7 @@ 合計追加費用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -902,7 +938,7 @@ 方法 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -911,7 +947,7 @@ 支払い方法を読み込んでいます... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -920,7 +956,7 @@ お支払いの確認中 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -929,7 +965,7 @@ お支払いを処理中です... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -938,7 +974,7 @@ 取引を高速化中 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -947,16 +983,40 @@ マイニングプールのパートナーとの高速化条件を交渉しています... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... 費用を計算しています... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -965,7 +1025,7 @@ カスタマイズ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -974,7 +1034,7 @@ ~ sat/vB まで高速化 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -983,19 +1043,15 @@ 高速化 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -1005,7 +1061,7 @@ あなたの取引は、最大 % のマイナーによって優先されます。 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1038,7 +1094,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1333,7 +1389,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1556,7 +1612,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1588,6 +1644,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending 保留中 @@ -2579,7 +2642,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2602,7 +2665,7 @@ Any - 全て + どれか src/app/components/block-filters/block-filters.component.html 25 @@ -2789,11 +2852,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2835,7 +2898,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2865,7 +2928,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2891,7 +2954,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2905,7 +2968,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -3000,7 +3063,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -3014,7 +3077,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -3028,7 +3091,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3046,7 +3109,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3149,7 +3212,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3189,7 +3252,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3293,7 +3356,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3361,7 +3424,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3414,10 +3477,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3628,7 +3687,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3736,7 +3795,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3750,19 +3809,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3787,6 +3846,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? このブロックはなぜ空ですか? @@ -3822,7 +3889,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4072,10 +4139,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4983,11 +5046,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5084,10 +5147,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5099,7 +5158,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5112,7 +5171,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5129,7 +5188,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5498,7 +5557,7 @@ マイニング・ダッシュボード src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5515,7 +5574,7 @@ ライトニングエキスプローラ src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5532,7 +5591,7 @@ フォーセット src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5920,7 +5979,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -6047,12 +6106,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet まだデータが足りません src/app/components/pool/pool.component.ts - 136 + 142 @@ -6060,11 +6127,11 @@ プールの優位性 src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6095,7 +6162,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6154,7 +6221,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6896,7 +6963,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6910,7 +6977,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6938,7 +7005,7 @@ 取引が高速化されました src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6947,7 +7014,7 @@ mempoolに取引が表示されるのを待っています... src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6956,7 +7023,7 @@ 取引はmempoolにありますが、しばらくは承認されません。 src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6965,7 +7032,7 @@ あなたの取引はmempoolの上位近くにあり、すぐに承認される予定です。 src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6974,7 +7041,7 @@ あなたの取引は次のブロックで承認される予定です src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6983,7 +7050,7 @@ 取引が承認されました! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6992,7 +7059,7 @@ 取引は新しいバージョンに置き換えられました。 src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -7001,7 +7068,7 @@ 詳細を見る src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -7018,7 +7085,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -7034,7 +7101,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -7046,7 +7113,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7087,18 +7154,26 @@ 高速化画面を非表示 src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF履歴 + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7106,11 +7181,11 @@ 流れ src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7120,7 +7195,7 @@ 図表を非表示 src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7129,7 +7204,7 @@ 詳細を表示 src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7146,11 +7221,11 @@ インプットとアウトプット src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7160,7 +7235,7 @@ 図表を表示 src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7169,7 +7244,7 @@ 調整済みvsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7179,7 +7254,7 @@ ロックタイム src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7188,7 +7263,7 @@ Sigop src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7198,7 +7273,7 @@ トランザクションが見つかりません。 src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7207,7 +7282,7 @@ mempoolに表示されるのを待っています... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7216,7 +7291,7 @@ 取引データの読み込み中にエラーが発生しました。 src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7225,7 +7300,7 @@ 特徴 src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7243,7 +7318,7 @@ この取引はブロックに含まれると予測されていた src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7252,7 +7327,7 @@ ブロックに入ると推定 src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7262,7 +7337,7 @@ この取引は採掘前にmempoolで発見された src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7271,7 +7346,7 @@ Mempoolで見られた src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7281,7 +7356,7 @@ この取引は採掘前にmempoolで発見されていない src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7290,7 +7365,7 @@ mempoolで未発見 src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7300,7 +7375,7 @@ このトランザクションはネットワーク外で追加された可能性があります src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7309,7 +7384,7 @@ このトランザクションはネットワーク外で優先された可能性があります src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7318,7 +7393,7 @@ この取引はmempool内の別の取引と競合した src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7691,6 +7766,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings リキッド・フェデレーションの保有量 @@ -9934,6 +10017,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. これはテストネットワークです。コインには価値がありません。 diff --git a/frontend/src/locale/messages.ka.xlf b/frontend/src/locale/messages.ka.xlf index 733d34499..8c0c666e2 100644 --- a/frontend/src/locale/messages.ka.xlf +++ b/frontend/src/locale/messages.ka.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ ვირტუალური ზომა src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ სატ/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? რატომ არის ეს ბლოკი ცარიელი? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4806,11 +4869,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4905,10 +4968,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4920,7 +4979,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4933,7 +4992,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4950,7 +5009,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5288,7 +5347,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5305,7 +5364,7 @@ Lightning ექსპლორერი src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5321,7 +5380,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5698,7 +5757,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5822,22 +5881,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5868,7 +5935,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5922,7 +5989,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6639,7 +6706,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6652,7 +6719,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6677,7 +6744,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6685,7 +6752,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6693,7 +6760,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6701,7 +6768,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6709,7 +6776,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6717,7 +6784,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6725,7 +6792,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6733,7 +6800,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6750,7 +6817,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6765,7 +6832,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6777,7 +6844,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6817,17 +6884,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6835,11 +6911,11 @@ Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6849,7 +6925,7 @@ დიაგრამის დამალვა src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6858,7 +6934,7 @@ მეტის ჩვენება src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6875,11 +6951,11 @@ შემავალი & გამომავალი src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6889,7 +6965,7 @@ დიაგრამის ჩვენება src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6897,7 +6973,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6907,7 +6983,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6915,7 +6991,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6925,7 +7001,7 @@ ტრანსაქცია ვერ მოიძებნა. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6934,7 +7010,7 @@ დაელოდეთ mempool-ში რომ გამოჩნდეს... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6942,7 +7018,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6951,7 +7027,7 @@ მეთოდი src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6968,7 +7044,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6976,7 +7052,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6985,7 +7061,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6993,7 +7069,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7002,7 +7078,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7010,7 +7086,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7019,7 +7095,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7027,7 +7103,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7035,7 +7111,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7402,6 +7478,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9580,6 +9664,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.ko.xlf b/frontend/src/locale/messages.ko.xlf index b5cdc2b3a..ea89b5909 100644 --- a/frontend/src/locale/messages.ko.xlf +++ b/frontend/src/locale/messages.ko.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,11 +415,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -427,7 +447,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -436,7 +456,7 @@ 가상 크기 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -452,7 +472,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -461,7 +481,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -469,7 +489,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -478,55 +498,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -594,7 +614,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -602,7 +622,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -610,7 +630,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -618,7 +638,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -626,7 +646,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -635,11 +655,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -656,7 +676,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -664,7 +684,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -672,7 +692,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -680,7 +700,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -688,7 +708,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -696,7 +716,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -704,7 +724,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -712,7 +732,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -720,7 +740,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -728,7 +748,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -736,15 +756,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -752,7 +772,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -760,7 +780,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -768,11 +788,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -780,7 +800,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -788,7 +808,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -796,7 +816,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -804,40 +824,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -845,7 +881,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -853,7 +889,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -861,7 +897,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -869,7 +905,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -877,7 +913,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -885,7 +921,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -893,7 +929,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -901,7 +937,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -909,15 +945,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -925,7 +985,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -933,7 +993,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -941,19 +1001,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -962,7 +1018,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -995,7 +1051,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1283,7 +1339,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1491,7 +1547,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1520,6 +1576,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2479,7 +2542,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2682,11 +2745,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2728,7 +2791,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2758,7 +2821,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2797,7 +2860,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2913,7 +2976,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2930,7 +2993,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3032,7 +3095,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3072,7 +3135,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3174,7 +3237,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3242,7 +3305,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3293,10 +3356,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3505,7 +3564,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3613,7 +3672,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3627,19 +3686,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3664,6 +3723,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? 이 블록은 왜 트랜잭션이 없나요? @@ -3698,7 +3765,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3944,10 +4011,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4831,11 +4894,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4930,10 +4993,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4945,7 +5004,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4958,7 +5017,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4975,7 +5034,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5313,7 +5372,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5330,7 +5389,7 @@ 라이트닝 탐색기 src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5346,7 +5405,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5724,7 +5783,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5848,22 +5907,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5894,7 +5961,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5948,7 +6015,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6666,7 +6733,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6679,7 +6746,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6704,7 +6771,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6712,7 +6779,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6720,7 +6787,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6728,7 +6795,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6736,7 +6803,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6744,7 +6811,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6752,7 +6819,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6760,7 +6827,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6777,7 +6844,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6792,7 +6859,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6804,7 +6871,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6844,17 +6911,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6862,11 +6938,11 @@ 흐름 src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6876,7 +6952,7 @@ 도표 숨기기 src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6885,7 +6961,7 @@ 더 보기 src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6902,11 +6978,11 @@ 인풋과 아웃풋 src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6916,7 +6992,7 @@ 도표 보기 src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6924,7 +7000,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6934,7 +7010,7 @@ 잠금 시간 src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6942,7 +7018,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6952,7 +7028,7 @@ 트랜잭션을 찾을 수 없음 src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6961,7 +7037,7 @@ 멤풀에 포함될때까지 대기하는 중... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6969,7 +7045,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6978,7 +7054,7 @@ 기능 src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6995,7 +7071,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7003,7 +7079,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7012,7 +7088,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7020,7 +7096,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7029,7 +7105,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7037,7 +7113,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7046,7 +7122,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7054,7 +7130,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7062,7 +7138,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7429,6 +7505,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9608,6 +9692,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.lt.xlf b/frontend/src/locale/messages.lt.xlf index cb3340c9a..948bf205e 100644 --- a/frontend/src/locale/messages.lt.xlf +++ b/frontend/src/locale/messages.lt.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ Virtualus dydis src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Kodėl šis blokas tuščias? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4817,11 +4880,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4916,10 +4979,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4931,7 +4990,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4944,7 +5003,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4961,7 +5020,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5299,7 +5358,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5316,7 +5375,7 @@ "Lightning" Naršyklė src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5332,7 +5391,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5710,7 +5769,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5834,22 +5893,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5880,7 +5947,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5934,7 +6001,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6652,7 +6719,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6665,7 +6732,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6690,7 +6757,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6698,7 +6765,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6706,7 +6773,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6714,7 +6781,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6722,7 +6789,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6730,7 +6797,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6738,7 +6805,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6746,7 +6813,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6763,7 +6830,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6778,7 +6845,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6790,7 +6857,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6830,17 +6897,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6848,11 +6924,11 @@ Srautas src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6862,7 +6938,7 @@ Slėpti diagramą src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6871,7 +6947,7 @@ Rodyti daugiau src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6888,11 +6964,11 @@ Įvestys ir Išvestys src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6902,7 +6978,7 @@ Rodyti diagramą src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6910,7 +6986,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6920,7 +6996,7 @@ Užrakinimo laikas src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6928,7 +7004,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6938,7 +7014,7 @@ Sandoris nerastas. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6947,7 +7023,7 @@ Laukiama pasirodymo atmintinėje... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6955,7 +7031,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6964,7 +7040,7 @@ Funkcijos src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6981,7 +7057,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6989,7 +7065,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6998,7 +7074,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7006,7 +7082,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7015,7 +7091,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7023,7 +7099,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7032,7 +7108,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7040,7 +7116,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7048,7 +7124,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7415,6 +7491,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9594,6 +9678,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.mk.xlf b/frontend/src/locale/messages.mk.xlf index 80ab4ddb3..317601c96 100644 --- a/frontend/src/locale/messages.mk.xlf +++ b/frontend/src/locale/messages.mk.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ Виртуелна големина src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Зошто овој блок е празен? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4817,11 +4880,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4916,10 +4979,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4931,7 +4990,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4944,7 +5003,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4961,7 +5020,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5299,7 +5358,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5316,7 +5375,7 @@ Lightning Прелистувач src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5332,7 +5391,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5710,7 +5769,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5834,22 +5893,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5880,7 +5947,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5934,7 +6001,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6652,7 +6719,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6665,7 +6732,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6690,7 +6757,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6698,7 +6765,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6706,7 +6773,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6714,7 +6781,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6722,7 +6789,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6730,7 +6797,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6738,7 +6805,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6746,7 +6813,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6763,7 +6830,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6778,7 +6845,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6790,7 +6857,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6830,17 +6897,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6848,11 +6924,11 @@ Тек src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6862,7 +6938,7 @@ Сокриј го дијаграмот src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6871,7 +6947,7 @@ Прикажи повеќе src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6888,11 +6964,11 @@ Влезови / Излези src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6902,7 +6978,7 @@ Прикажи го дијаграмот src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6910,7 +6986,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6920,7 +6996,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6928,7 +7004,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6938,7 +7014,7 @@ Трансакцијата не е пронајдена src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6947,7 +7023,7 @@ Се чека да се појави во mempool-от... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6955,7 +7031,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6964,7 +7040,7 @@ Карактеристики src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6981,7 +7057,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6989,7 +7065,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6998,7 +7074,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7006,7 +7082,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7015,7 +7091,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7023,7 +7099,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7032,7 +7108,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7040,7 +7116,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7048,7 +7124,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7415,6 +7491,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9594,6 +9678,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.nb.xlf b/frontend/src/locale/messages.nb.xlf index 3e822264f..bd561c256 100644 --- a/frontend/src/locale/messages.nb.xlf +++ b/frontend/src/locale/messages.nb.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,11 +415,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -427,7 +447,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -436,7 +456,7 @@ Virtuell størrelse src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -452,7 +472,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -461,7 +481,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -469,7 +489,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -478,55 +498,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -594,7 +614,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -602,7 +622,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -610,7 +630,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -618,7 +638,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -626,7 +646,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -635,11 +655,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -656,7 +676,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -664,7 +684,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -672,7 +692,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -680,7 +700,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -688,7 +708,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -696,7 +716,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -704,7 +724,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -712,7 +732,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -720,7 +740,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -728,7 +748,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -736,15 +756,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -752,7 +772,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -760,7 +780,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -768,11 +788,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -780,7 +800,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -788,7 +808,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -796,7 +816,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -804,40 +824,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -845,7 +881,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -853,7 +889,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -861,7 +897,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -869,7 +905,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -877,7 +913,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -885,7 +921,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -893,7 +929,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -901,7 +937,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -909,15 +945,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -925,7 +985,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -933,7 +993,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -942,19 +1002,15 @@ Akselerer src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -963,7 +1019,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -996,7 +1052,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1279,7 +1335,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1488,7 +1544,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1517,6 +1573,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2479,7 +2542,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2684,11 +2747,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2730,7 +2793,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2760,7 +2823,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2786,7 +2849,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2800,7 +2863,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2894,7 +2957,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2907,7 +2970,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2920,7 +2983,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2938,7 +3001,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3041,7 +3104,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3081,7 +3144,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3185,7 +3248,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3253,7 +3316,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3304,10 +3367,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3518,7 +3577,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3626,7 +3685,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3640,19 +3699,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3677,6 +3736,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Hvorfor er denne blokken tom? @@ -3711,7 +3778,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3961,10 +4028,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4857,11 +4920,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4957,10 +5020,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4972,7 +5031,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4985,7 +5044,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5002,7 +5061,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5340,7 +5399,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5357,7 +5416,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5373,7 +5432,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5760,7 +5819,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5885,22 +5944,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5931,7 +5998,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5990,7 +6057,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6712,7 +6779,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6725,7 +6792,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6750,7 +6817,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6758,7 +6825,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6766,7 +6833,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6774,7 +6841,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6782,7 +6849,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6790,7 +6857,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6798,7 +6865,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6806,7 +6873,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6823,7 +6890,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6838,7 +6905,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6850,7 +6917,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6890,18 +6957,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF historie + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6909,11 +6984,11 @@ Strøm src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6923,7 +6998,7 @@ Skjul diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6932,7 +7007,7 @@ Vis mer src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6949,11 +7024,11 @@ Innganger & Utganger src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6963,7 +7038,7 @@ Vis diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6971,7 +7046,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6981,7 +7056,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6989,7 +7064,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6999,7 +7074,7 @@ Transaksjon ikke funnet src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7008,7 +7083,7 @@ Venter på at den kommer inn i mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7016,7 +7091,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7025,7 +7100,7 @@ Funksjoner src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7042,7 +7117,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7050,7 +7125,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7059,7 +7134,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7067,7 +7142,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7076,7 +7151,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7084,7 +7159,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7093,7 +7168,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7101,7 +7176,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7109,7 +7184,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7476,6 +7551,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9706,6 +9789,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Dette er et testnettverk. Mynter har ingen verdi. diff --git a/frontend/src/locale/messages.ne.xlf b/frontend/src/locale/messages.ne.xlf index dc37b70be..ee73c1b22 100644 --- a/frontend/src/locale/messages.ne.xlf +++ b/frontend/src/locale/messages.ne.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ वर्चुअल साइज src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ sats / सैटस src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ स्याट/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? यो ब्लक किन खाली छ? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4817,11 +4880,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4914,10 +4977,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4929,7 +4988,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4942,7 +5001,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4959,7 +5018,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5297,7 +5356,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5314,7 +5373,7 @@ लाइटनिङ एक्सप्लोरर src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5330,7 +5389,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5708,7 +5767,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5832,22 +5891,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5878,7 +5945,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5932,7 +5999,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6649,7 +6716,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6662,7 +6729,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6687,7 +6754,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6695,7 +6762,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6703,7 +6770,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6711,7 +6778,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6719,7 +6786,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6727,7 +6794,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6735,7 +6802,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6743,7 +6810,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6760,7 +6827,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6775,7 +6842,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6787,7 +6854,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6827,17 +6894,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6845,11 +6921,11 @@ प्रवाह src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6859,7 +6935,7 @@ रेखाचित्र लुकाउनुहोस् src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6868,7 +6944,7 @@ थप देखाउनुहोस् src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6885,11 +6961,11 @@ इनपुट र आउटपुट src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6899,7 +6975,7 @@ रेखाचित्र देखाउनुहोस् src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6907,7 +6983,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6917,7 +6993,7 @@ लकटाइम src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6925,7 +7001,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6935,7 +7011,7 @@ ट्रांसेक्शन फेला परेन। src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6944,7 +7020,7 @@ मेम्पपुल मा देखिन को लागी प्रतिक्षा गर्दै ... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6952,7 +7028,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6961,7 +7037,7 @@ विशेषताहरु src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6978,7 +7054,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6986,7 +7062,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6995,7 +7071,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7003,7 +7079,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7012,7 +7088,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7020,7 +7096,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7029,7 +7105,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7037,7 +7113,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7045,7 +7121,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7412,6 +7488,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9571,6 +9655,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.nl.xlf b/frontend/src/locale/messages.nl.xlf index 052991410..9f886d748 100644 --- a/frontend/src/locale/messages.nl.xlf +++ b/frontend/src/locale/messages.nl.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Jouw transactie src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Plus onbevestigde voorouder(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Virtuele grootte src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Grootte in vbytes van deze transactie (inclusief onbevestigde voorouders) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ In-band kosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Reeds betaalde kosten voor deze transactie (inclusief onbevestigde voorouders) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Volgende blok-tarief (markt) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Geschatte extra vereiste vergoeding src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Mempool Accelerator™-kosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Servicekosten voor versnellen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Toeslag transactiegrootte src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Geschatte versnel-kosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Maximale versnel-kosten src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Beschikbaar saldo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Versnellen src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1302,7 +1358,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1523,7 +1579,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1552,6 +1608,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending in behandeling @@ -2528,7 +2591,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2738,11 +2801,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2814,7 +2877,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2840,7 +2903,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2854,7 +2917,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2949,7 +3012,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2963,7 +3026,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2977,7 +3040,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2995,7 +3058,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3098,7 +3161,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3138,7 +3201,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3242,7 +3305,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3310,7 +3373,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3361,10 +3424,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3575,7 +3634,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3683,7 +3742,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3697,19 +3756,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3734,6 +3793,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Waarom is dit blok leeg? @@ -3769,7 +3836,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4019,10 +4086,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4924,11 +4987,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5025,10 +5088,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5040,7 +5099,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5053,7 +5112,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5070,7 +5129,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5438,7 +5497,7 @@ Mining-dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5455,7 +5514,7 @@ Lightningexplorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5471,7 +5530,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5859,7 +5918,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5986,12 +6045,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Nog niet genoeg gegevens src/app/components/pool/pool.component.ts - 136 + 142 @@ -5999,11 +6066,11 @@ Dominantie Pool src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6034,7 +6101,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6093,7 +6160,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6825,7 +6892,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6838,7 +6905,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6863,7 +6930,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6871,7 +6938,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6879,7 +6946,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6887,7 +6954,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6895,7 +6962,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6903,7 +6970,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6911,7 +6978,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6919,7 +6986,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6936,7 +7003,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6952,7 +7019,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6964,7 +7031,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7004,18 +7071,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF-geschiedenis + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7023,11 +7098,11 @@ Stroom src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7037,7 +7112,7 @@ Verberg diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7046,7 +7121,7 @@ Toon meer src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7063,11 +7138,11 @@ Inputs & Outputs src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7077,7 +7152,7 @@ Toon diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7086,7 +7161,7 @@ Aangepaste v-maat src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7096,7 +7171,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7105,7 +7180,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7115,7 +7190,7 @@ Transactie niet gevonden. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7124,7 +7199,7 @@ Wachten tot het in de mempool verschijnt... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7133,7 +7208,7 @@ Fout bij het laden van transactiegegevens. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7142,7 +7217,7 @@ Kenmerken src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7160,7 +7235,7 @@ Deze transactie zou naar verwachting in het blok worden opgenomen src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7169,7 +7244,7 @@ Verwacht in Blok src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7179,7 +7254,7 @@ Deze transactie werd vóór mining in de mempool gezien src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7188,7 +7263,7 @@ Gezien in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7198,7 +7273,7 @@ Deze transactie ontbrak in onze mempool vóór mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7207,7 +7282,7 @@ Niet gezien in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7217,7 +7292,7 @@ Deze transactie is mogelijk out-of-band toegevoegd src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7226,7 +7301,7 @@ Deze transactie heeft mogelijk out-of-band prioriteit gekregen src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7235,7 +7310,7 @@ Deze transactie was in strijd met een andere versie in onze mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7608,6 +7683,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquide Federatie Holdings @@ -9843,6 +9926,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Dit is een testnetwerk. Munten hebben geen waarde. diff --git a/frontend/src/locale/messages.pl.xlf b/frontend/src/locale/messages.pl.xlf index 76de85d96..28db838c8 100644 --- a/frontend/src/locale/messages.pl.xlf +++ b/frontend/src/locale/messages.pl.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Twoja transakcja src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Plus niepotwierdzonych przodków src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Rozmiar wirtualny src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Rozmiar tej transakcji w vbytach (włącznie z niepotwierdzonymi poprzednikami) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ Opłaty z użyciem mempool src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Opłaty już zapłacone przez tę transakcję (włącznie z niepotwierdzonymi poprzednikami) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Stawka rynkowa następnego bloku src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Estymata wymaganej opłaty dodatkowej src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Opłaty Mempool Acceleratora™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Opłata usługi akceleratora src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Dopłata za wielkość transakcji src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Szacowany koszt akceleracji src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Maksymalny koszt akceleracji src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Dostępne saldo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Przyspiesz src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1304,7 +1360,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1527,7 +1583,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1556,6 +1612,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending w toku @@ -2535,7 +2598,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2745,11 +2808,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2791,7 +2854,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2821,7 +2884,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2847,7 +2910,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2861,7 +2924,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2956,7 +3019,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2970,7 +3033,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2984,7 +3047,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3002,7 +3065,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3105,7 +3168,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3145,7 +3208,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3249,7 +3312,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3317,7 +3380,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3368,10 +3431,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3582,7 +3641,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3690,7 +3749,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3704,19 +3763,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3741,6 +3800,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Czemu ten blok jest pusty? @@ -3776,7 +3843,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4026,10 +4093,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4933,11 +4996,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5034,10 +5097,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5049,7 +5108,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5062,7 +5121,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5079,7 +5138,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5448,7 +5507,7 @@ Pulpit wydobycia src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5465,7 +5524,7 @@ Eksplorator Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5481,7 +5540,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5869,7 +5928,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5996,12 +6055,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Jeszcze za mało danych src/app/components/pool/pool.component.ts - 136 + 142 @@ -6009,11 +6076,11 @@ Dominacja puli src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6044,7 +6111,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6103,7 +6170,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6836,7 +6903,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6849,7 +6916,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6877,7 +6944,7 @@ Twoja transakcja została przyspieszona src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6886,7 +6953,7 @@ Oczekiwanie na pojawienie się twojej transakcji w mempoolu src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6895,7 +6962,7 @@ Twoja transakcja znajduje się w mempool, ale jej potwierdzenie zajmie trochę czasu src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6904,7 +6971,7 @@ Twoja transakcja znajduje się blisko szczytu mempool i powinna zostać wkrótce potwierdzona src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6913,7 +6980,7 @@ Twoja transakcja powinna zostać potwierdzona w następnym bloku src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6922,7 +6989,7 @@ Twoja transakcja jest potwierdzona! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6930,7 +6997,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6938,7 +7005,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6955,7 +7022,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6971,7 +7038,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6983,7 +7050,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7023,18 +7090,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Historia RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7042,11 +7117,11 @@ Przepływ src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7056,7 +7131,7 @@ Schowaj diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7065,7 +7140,7 @@ Pokaż więcej src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7082,11 +7157,11 @@ Wejścia i wyjścia src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7096,7 +7171,7 @@ Pokaż diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7105,7 +7180,7 @@ Dostosowany do vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7115,7 +7190,7 @@ Czas blokady src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7124,7 +7199,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7134,7 +7209,7 @@ Transakcja nie odnaleziona. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7143,7 +7218,7 @@ Oczekiwanie aż pojawi się w mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7152,7 +7227,7 @@ Błąd podczas ładowania danych transakcji. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7161,7 +7236,7 @@ Cechy src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7179,7 +7254,7 @@ Ta transakcja miała być uwzględniona w bloku. src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7188,7 +7263,7 @@ Spodziewana w bloku src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7198,7 +7273,7 @@ Ta transakcja była widoczna w mempoolu przed wydobyciem src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7207,7 +7282,7 @@ Widziana w Mempoolu src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7217,7 +7292,7 @@ Tej transakcji nie było w naszym mempoolu zanim została wydobyta src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7226,7 +7301,7 @@ Nie widziana w Mempoolu src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7236,7 +7311,7 @@ Ta transakcja mogła zostać dodana poza mempoolem src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7245,7 +7320,7 @@ Ta transakcja mogła mieć podniesiony priorytet poza mempoolem src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7254,7 +7329,7 @@ Ta transakcja kolidowała z inną wersją w naszej pamięci src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7627,6 +7702,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Zasoby Federacji Liquid @@ -9862,6 +9945,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. To jest sieć testowa. Monety nie mają wartości. diff --git a/frontend/src/locale/messages.pt.xlf b/frontend/src/locale/messages.pt.xlf index 1475af2da..fa35e0ec8 100644 --- a/frontend/src/locale/messages.pt.xlf +++ b/frontend/src/locale/messages.pt.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -414,12 +414,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Sua transação src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -427,7 +447,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -436,7 +456,7 @@ Tamanho virtual src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -452,7 +472,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -461,7 +481,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -469,7 +489,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -478,55 +498,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -594,7 +614,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -603,7 +623,7 @@ Quão mais rápido? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -612,7 +632,7 @@ Isso reduzirá o tempo de espera estimado até a primeira confirmação para src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -621,7 +641,7 @@ Resumo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -630,7 +650,7 @@ Taxa de mercado do próximo bloco src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -639,11 +659,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -661,7 +681,7 @@ Taxa extra estimada necessária src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -670,7 +690,7 @@ Taxa alvo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Taxa extra necessária src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Taxas do Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Taxa de serviço do acelerador src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Sobretaxa de tamanho de transação src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Custo estimado de aceleração src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Custo máximo de aceleração src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -733,7 +753,7 @@ Custo de aceleração src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -742,7 +762,7 @@ Saldo disponível src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -751,15 +771,15 @@ Voltar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -768,7 +788,7 @@ Acelerar sua transação de Bitcoin? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -776,7 +796,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -785,19 +805,20 @@ Confirmação esperada src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected Confirmation not expected any time soon + A confirmação não é esperada tão cedo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -805,7 +826,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -814,7 +835,7 @@ Reduzindo o tempo de confirmação esperado para src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -822,42 +843,58 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay Pagar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... Carregando fatura... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -866,7 +903,7 @@ OU src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -875,7 +912,7 @@ Confirme seu pagamento src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -884,7 +921,7 @@ Custo adicional total src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -893,7 +930,7 @@ com src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -902,7 +939,7 @@ Carregando forma de pagamento... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -911,7 +948,7 @@ Confirmando seu pagamento src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -919,7 +956,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -927,7 +964,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -935,15 +972,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -952,7 +1013,7 @@ customizar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -961,7 +1022,7 @@ Acelerar para ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -970,19 +1031,15 @@ Acelerar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -992,7 +1049,7 @@ Sua transação será priorizada por até % dos mineradores. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1025,7 +1082,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1316,7 +1373,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1533,7 +1590,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1565,6 +1622,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -1933,6 +1997,7 @@ Confirmed balance + Saldo confirmado src/app/components/address/address.component.html 247 @@ -1941,6 +2006,7 @@ Unconfirmed balance + Saldo não confirmado src/app/components/address/address.component.html 252 @@ -1949,6 +2015,7 @@ Confirmed UTXOs + UTXOs confirmados src/app/components/address/address.component.html 257 @@ -1957,6 +2024,7 @@ Unconfirmed UTXOs + UTXOs não confirmados src/app/components/address/address.component.html 262 @@ -2531,7 +2599,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2541,7 +2609,7 @@ Match - Correspondente + Selecionar src/app/components/block-filters/block-filters.component.html 19 @@ -2554,6 +2622,7 @@ Any + Qualquer src/app/components/block-filters/block-filters.component.html 25 @@ -2562,6 +2631,7 @@ Tint + Matiz src/app/components/block-filters/block-filters.component.html 30 @@ -2735,11 +2805,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2781,7 +2851,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2811,7 +2881,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2837,7 +2907,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2851,7 +2921,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2942,7 +3012,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2955,7 +3025,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2968,7 +3038,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2986,7 +3056,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3087,7 +3157,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3127,7 +3197,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3229,7 +3299,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3297,7 +3367,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3350,10 +3420,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3562,7 +3628,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3670,7 +3736,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3684,19 +3750,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3721,6 +3787,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Por que este bloco está vazio? @@ -3756,7 +3830,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4004,10 +4078,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4906,11 +4976,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5005,10 +5075,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5020,7 +5086,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5033,7 +5099,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5050,7 +5116,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5388,9 +5454,10 @@ Mining Dashboard + Painel de mineração src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5407,7 +5474,7 @@ Explorador Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5423,7 +5490,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5806,7 +5873,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5932,23 +5999,31 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Ainda não há dados suficientes src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5979,7 +6054,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6035,7 +6110,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6540,6 +6615,7 @@ within ~ + dentro de ~ src/app/components/time/time.component.ts 207 @@ -6755,20 +6831,21 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta Not any time soon + Não tão cedo src/app/components/tracker/tracker.component.html 74 src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6794,7 +6871,7 @@ Sua transação foi acelerada src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6802,7 +6879,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6810,7 +6887,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6818,7 +6895,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6827,7 +6904,7 @@ Espera-se que sua transação seja confirmada no próximo bloco src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6835,7 +6912,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6843,7 +6920,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6851,7 +6928,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6868,7 +6945,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6883,7 +6960,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6895,7 +6972,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6936,17 +7013,26 @@ Esconder acelerador src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6954,11 +7040,11 @@ Fluxo src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6968,7 +7054,7 @@ Esconder diagrama src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6977,7 +7063,7 @@ Mostrar mais src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6994,11 +7080,11 @@ Entradas & Saídas src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7008,7 +7094,7 @@ Mostrar diagrama src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7017,7 +7103,7 @@ Vsize ajustado src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7027,7 +7113,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7035,7 +7121,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7045,7 +7131,7 @@ Transação não encontrada. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7054,7 +7140,7 @@ Aguardando que apareça no mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7063,7 +7149,7 @@ Erro ao carregar dados da transação. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7072,7 +7158,7 @@ Características src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7089,7 +7175,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7098,7 +7184,7 @@ Esperada no bloco src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7107,7 +7193,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7115,7 +7201,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7124,7 +7210,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7132,7 +7218,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7142,7 +7228,7 @@ Esta transação pode ter sido adicionada por fora src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7151,7 +7237,7 @@ Esta transação pode ter sido priorizada por fora src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7159,7 +7245,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7528,6 +7614,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9601,6 +9695,7 @@ Research + Pesquisa src/app/shared/components/global-footer/global-footer.component.html 75 @@ -9737,6 +9832,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Esta é uma rede de teste. As moedas não têm valor. diff --git a/frontend/src/locale/messages.ro.xlf b/frontend/src/locale/messages.ro.xlf index ac103dee5..d0e7fd344 100644 --- a/frontend/src/locale/messages.ro.xlf +++ b/frontend/src/locale/messages.ro.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Tranzacția dvs src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Plus strămoși neconfirmați src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Dimensiune virtuală src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -463,7 +483,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -472,7 +492,7 @@ Comisioane in-band src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -481,55 +501,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -597,7 +617,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -605,7 +625,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -613,7 +633,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -621,7 +641,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -630,7 +650,7 @@ Rata din piață pentru următorul bloc src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -639,11 +659,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -661,7 +681,7 @@ Necesar comision suplimentar estimat src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -669,7 +689,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -677,7 +697,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -686,7 +706,7 @@ Comisioane Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -695,7 +715,7 @@ Comision pentru serviciul Accelerator src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -704,7 +724,7 @@ Suprataxă pentru dimensiunea tranzacției src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -713,7 +733,7 @@ Costul de accelerare estimat src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -722,7 +742,7 @@ Costul maxim de accelerare src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -730,7 +750,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -739,7 +759,7 @@ Sold disponibil src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -747,15 +767,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -763,7 +783,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -771,7 +791,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -779,11 +799,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -791,7 +811,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -799,7 +819,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -807,7 +827,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -815,40 +835,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -856,7 +892,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -864,7 +900,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -872,7 +908,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -880,7 +916,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -888,7 +924,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -896,7 +932,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -904,7 +940,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -912,7 +948,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -920,15 +956,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -936,7 +996,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -944,7 +1004,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -953,19 +1013,15 @@ Accelerează src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -974,7 +1030,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1007,7 +1063,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1300,7 +1356,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1520,7 +1576,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1549,6 +1605,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending În așteptare @@ -2525,7 +2588,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2735,11 +2798,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2781,7 +2844,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2811,7 +2874,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2837,7 +2900,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2851,7 +2914,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2946,7 +3009,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2960,7 +3023,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2974,7 +3037,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2992,7 +3055,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3095,7 +3158,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3135,7 +3198,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3239,7 +3302,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3307,7 +3370,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3358,10 +3421,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3572,7 +3631,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3680,7 +3739,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3694,19 +3753,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3731,6 +3790,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? De ce acest bloc este gol? @@ -3766,7 +3833,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4016,10 +4083,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4921,11 +4984,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5022,10 +5085,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5037,7 +5096,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5050,7 +5109,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5067,7 +5126,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5435,7 +5494,7 @@ Panou Minerit src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5452,7 +5511,7 @@ Explorator Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5468,7 +5527,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5856,7 +5915,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5983,12 +6042,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Date suficiente încă src/app/components/pool/pool.component.ts - 136 + 142 @@ -5996,11 +6063,11 @@ Dominanța fondurilor src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6031,7 +6098,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6090,7 +6157,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6822,7 +6889,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6835,7 +6902,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6860,7 +6927,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6868,7 +6935,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6876,7 +6943,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6884,7 +6951,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6892,7 +6959,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6900,7 +6967,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6908,7 +6975,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6916,7 +6983,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6933,7 +7000,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6949,7 +7016,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6961,7 +7028,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7001,18 +7068,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Istoric RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7020,11 +7095,11 @@ Flux src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7034,7 +7109,7 @@ Ascunde diagrama src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7043,7 +7118,7 @@ Arată mai multe src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7060,11 +7135,11 @@ Intrări și Ieșiri src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7074,7 +7149,7 @@ Arată diagrama src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7083,7 +7158,7 @@ Vsize ajustat src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7093,7 +7168,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7102,7 +7177,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7112,7 +7187,7 @@ Tranzacția nu a fost găsită. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7121,7 +7196,7 @@ Se așteaptă să apară în mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7130,7 +7205,7 @@ Eroare la încărcarea datelor tranzacției. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7139,7 +7214,7 @@ Caracteristici src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7157,7 +7232,7 @@ Această tranzacție a fost estimat să fie inclusă în bloc src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7166,7 +7241,7 @@ Bloc estimat src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7176,7 +7251,7 @@ Această tranzacție a fost văzută în mempool înainte de minerit src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7185,7 +7260,7 @@ Văzut în Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7195,7 +7270,7 @@ Această tranzacție lipsea din mempool-ul nostru înainte de minerit src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7204,7 +7279,7 @@ Nu a fost văzut în Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7214,7 +7289,7 @@ Probabil că această tranzacție a fost adăugată din extern src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7223,7 +7298,7 @@ Probabil că această tranzacție a fost prioritizată din extern src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7232,7 +7307,7 @@ Această tranzacție a intrat în conflict cu o altă versiune din mempool-ul nostru src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7605,6 +7680,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Active Liquid Federation @@ -9840,6 +9923,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Aceasta este o rețea de testare. Monedele nu au valoare. diff --git a/frontend/src/locale/messages.ru.xlf b/frontend/src/locale/messages.ru.xlf index c3e50a6b6..87eed564a 100644 --- a/frontend/src/locale/messages.ru.xlf +++ b/frontend/src/locale/messages.ru.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Ваша транзакция src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Плюс неподтвержденных предов src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Виртуальный размер src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +484,7 @@ Размер этой транзакции в виртуальных байтах (включая неподтвержденных предков) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +493,7 @@ Оплаченные сборы src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +502,55 @@ сат src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +619,7 @@ Комиссии, уже оплаченные этой транзакцией (включая неподтвержденных предков) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -607,7 +627,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -615,7 +635,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -623,7 +643,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -632,7 +652,7 @@ Рыночная ставка следующего блока src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -641,11 +661,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -663,7 +683,7 @@ Приблизительная оценка дополнительной платы src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -671,7 +691,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -679,7 +699,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -688,7 +708,7 @@ Комиссия Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -697,7 +717,7 @@ Комиссия за услуги акселератора src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -706,7 +726,7 @@ Надбавка за размер транзакции src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -715,7 +735,7 @@ Ориентировочная стоимость ускорения src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -724,7 +744,7 @@ Максимальная стоимость ускорения src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -732,7 +752,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -741,7 +761,7 @@ Доступные средства src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -749,15 +769,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -765,7 +785,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -773,7 +793,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -781,11 +801,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -793,7 +813,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -801,7 +821,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -809,7 +829,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -817,40 +837,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -858,7 +894,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -866,7 +902,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -874,7 +910,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -882,7 +918,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -890,7 +926,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -898,7 +934,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -906,7 +942,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -914,7 +950,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -922,15 +958,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -938,7 +998,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -946,7 +1006,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -955,19 +1015,15 @@ Протолкнуть src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -976,7 +1032,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1009,7 +1065,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1302,7 +1358,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1523,7 +1579,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1552,6 +1608,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending в процессе @@ -2528,7 +2591,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2738,11 +2801,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2814,7 +2877,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2840,7 +2903,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2854,7 +2917,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2949,7 +3012,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2963,7 +3026,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2977,7 +3040,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2995,7 +3058,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3098,7 +3161,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3138,7 +3201,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3242,7 +3305,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3310,7 +3373,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3361,10 +3424,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3575,7 +3634,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3683,7 +3742,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3697,19 +3756,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3734,6 +3793,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Почему этот блок пуст? @@ -3769,7 +3836,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4019,10 +4086,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4924,11 +4987,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5025,10 +5088,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5040,7 +5099,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5053,7 +5112,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5070,7 +5129,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5438,7 +5497,7 @@ Майнинг-дэшборд src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5455,7 +5514,7 @@ Lightning-обозреватель src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5471,7 +5530,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5859,7 +5918,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5986,12 +6045,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Недостаточно данных src/app/components/pool/pool.component.ts - 136 + 142 @@ -5999,11 +6066,11 @@ Доминирование пулов src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6034,7 +6101,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6093,7 +6160,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6825,7 +6892,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6838,7 +6905,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6863,7 +6930,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6871,7 +6938,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6879,7 +6946,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6887,7 +6954,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6895,7 +6962,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6903,7 +6970,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6911,7 +6978,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6919,7 +6986,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6936,7 +7003,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6952,7 +7019,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6964,7 +7031,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7004,18 +7071,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - История RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7023,11 +7098,11 @@ Поток src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7037,7 +7112,7 @@ Скрыть диаграмму src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7046,7 +7121,7 @@ Показать больше src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7063,11 +7138,11 @@ Вводы и выводы src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7077,7 +7152,7 @@ Показать схему src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7086,7 +7161,7 @@ Cкорректированный vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7096,7 +7171,7 @@ Время блокировки src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7105,7 +7180,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7115,7 +7190,7 @@ Транзакция не найдена. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7124,7 +7199,7 @@ Ожидаем ее появления в пуле ожидания... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7133,7 +7208,7 @@ Ошибка загрузки данных транзакции. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7142,7 +7217,7 @@ Функции src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7160,7 +7235,7 @@ По оценкам, эта транзакция должна была попасть в блок src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7169,7 +7244,7 @@ Ожидается в блоке src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7179,7 +7254,7 @@ Эта транзакция была замечена в мемпуле до майнинга. src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7188,7 +7263,7 @@ Замечена в Мемпуле src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7198,7 +7273,7 @@ Эта транзакция отсутствовала в нашем мемпуле до начала майнинга. src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7207,7 +7282,7 @@ Не замечена в Мемпуле src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7217,7 +7292,7 @@ Эта транзакция, возможно, была добавлена вне канала src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7226,7 +7301,7 @@ Возможно, эта транзакция была приоритизирована вне канала. src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7235,7 +7310,7 @@ Эта транзакция конфликтовала с другой версией в нашем мемпуле. src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7608,6 +7683,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Активы Liquid Federation @@ -9843,6 +9926,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Это тестовая сеть. Монеты не имеют ценности. diff --git a/frontend/src/locale/messages.sl.xlf b/frontend/src/locale/messages.sl.xlf index ac124e0f6..c86be4521 100644 --- a/frontend/src/locale/messages.sl.xlf +++ b/frontend/src/locale/messages.sl.xlf @@ -396,7 +396,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -406,11 +406,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -418,7 +438,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -427,7 +447,7 @@ Navidezna velikost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -443,7 +463,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -452,7 +472,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -460,7 +480,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -468,55 +488,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -584,7 +604,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -592,7 +612,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -600,7 +620,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -608,7 +628,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -616,7 +636,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -625,11 +645,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -646,7 +666,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -654,7 +674,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -662,7 +682,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -670,7 +690,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -678,7 +698,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -686,7 +706,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -694,7 +714,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -702,7 +722,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -710,7 +730,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -718,7 +738,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -726,15 +746,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -742,7 +762,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -750,7 +770,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -758,11 +778,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -770,7 +790,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -778,7 +798,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -786,7 +806,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -794,40 +814,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -835,7 +871,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -843,7 +879,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -851,7 +887,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -859,7 +895,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -867,7 +903,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -875,7 +911,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -883,7 +919,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -891,7 +927,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -899,15 +935,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -915,7 +975,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -923,7 +983,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -931,19 +991,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -952,7 +1008,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -985,7 +1041,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1268,7 +1324,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1475,7 +1531,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1504,6 +1560,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2462,7 +2525,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2661,11 +2724,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2707,7 +2770,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2737,7 +2800,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2763,7 +2826,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2776,7 +2839,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2863,7 +2926,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2876,7 +2939,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2889,7 +2952,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2906,7 +2969,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3007,7 +3070,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3047,7 +3110,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3148,7 +3211,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3216,7 +3279,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3267,10 +3330,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3473,7 +3532,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3579,7 +3638,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3593,19 +3652,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3630,6 +3689,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? @@ -3663,7 +3730,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3909,10 +3976,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4778,11 +4841,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4877,10 +4940,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4892,7 +4951,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4905,7 +4964,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4922,7 +4981,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5259,7 +5318,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5275,7 +5334,7 @@ Lightning Explorer src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5291,7 +5350,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5665,7 +5724,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5789,22 +5848,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5835,7 +5902,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5888,7 +5955,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6598,7 +6665,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6611,7 +6678,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6636,7 +6703,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6644,7 +6711,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6652,7 +6719,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6660,7 +6727,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6668,7 +6735,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6676,7 +6743,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6684,7 +6751,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6692,7 +6759,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6709,7 +6776,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6724,7 +6791,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6736,7 +6803,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6776,28 +6843,37 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6806,7 +6882,7 @@ Hide diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6814,7 +6890,7 @@ Show more src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6831,11 +6907,11 @@ Vhodi & Izhodi src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6844,7 +6920,7 @@ Show diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6852,7 +6928,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6862,7 +6938,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6870,7 +6946,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6880,7 +6956,7 @@ Transakcije ni mogoče najti. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6889,7 +6965,7 @@ Čakanje, da se prikaže v mempool-u... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6897,7 +6973,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6906,7 +6982,7 @@ Lastnosti src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6923,7 +6999,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6931,7 +7007,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6940,7 +7016,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6948,7 +7024,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -6957,7 +7033,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -6965,7 +7041,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -6974,7 +7050,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -6982,7 +7058,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -6990,7 +7066,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7345,6 +7421,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9409,6 +9493,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.sv.xlf b/frontend/src/locale/messages.sv.xlf index ed56c57c8..d1f9a0ba1 100644 --- a/frontend/src/locale/messages.sv.xlf +++ b/frontend/src/locale/messages.sv.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,34 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + Vi kunde inte accelerera denna transaktion. Vänligen försök igen senare. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + Stäng + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Din transaktion src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +451,7 @@ Plus obekräftade förfäder src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +460,7 @@ Virtuell storlek src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +476,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +486,7 @@ Storlek i vbyte för denna transaktion (inklusive obekräftade förfäder) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +495,7 @@ In-band avgifter src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +504,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +621,7 @@ Avgifter som redan betalats av denna transaktion (inklusive obekräftade förfäder) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -608,7 +630,7 @@ Hur mycket snabbare? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -617,7 +639,7 @@ Detta kommer att minska din förväntade väntetid tills den första bekräftelsen till src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -626,7 +648,7 @@ Sammanfattning src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -635,7 +657,7 @@ Marknadspriset för nästa block src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -644,11 +666,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -666,7 +688,7 @@ Uppskattad extra avgift som krävs src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -675,7 +697,7 @@ Riktnivå src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -684,7 +706,7 @@ Extra avgift som krävs src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -693,7 +715,7 @@ Mempool Accelerator™ avgifter src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -702,7 +724,7 @@ Acceleratorserviceavgift src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -711,7 +733,7 @@ Transaktionsstorlekstillägg src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -720,7 +742,7 @@ Beräknad accelerationskostnad src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -729,7 +751,7 @@ Maximal accelerationskostnad src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -738,7 +760,7 @@ Accelerationskostnad src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -747,7 +769,7 @@ Tillgängligt saldo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -756,15 +778,15 @@ Gå tillbaka src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -773,7 +795,7 @@ Accelerera din Bitcoin-transaktion? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -782,7 +804,7 @@ Vänta src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -791,11 +813,11 @@ Bekräftelse förväntas src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -804,7 +826,7 @@ Bekräftelse förväntas inte inom den närmaste tiden src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -813,7 +835,7 @@ För en extra src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -822,7 +844,7 @@ Minska förväntad bekräftelsetid till src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -831,42 +853,60 @@ Betalning till mempool.space för acceleration av txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + Ditt konto kommer att debiteras högst + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay Betala src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + Det gick inte att läsa in fakturan + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... Laddar faktura... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -875,7 +915,7 @@ ELLER src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -884,7 +924,7 @@ Bekräfta din betalning src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -893,7 +933,7 @@ Total extra kostnad src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -902,7 +942,7 @@ med src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -911,7 +951,7 @@ Laddar betalningsmetod... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -920,7 +960,7 @@ Bekräftar din betalning src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -929,7 +969,7 @@ Vi behandlar din betalning... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -938,7 +978,7 @@ Accelererar din transaktion src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -947,16 +987,43 @@ Bekräftar din acceleration med våra mining poolpartners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + ...ursäkta, det här tar längre tid än väntat... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + Din transaktion accelereras! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + Din transaktion har godkänts för acceleration av våra miningpartners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... Beräknar kostnad... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -965,7 +1032,7 @@ anpassa src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -974,7 +1041,7 @@ Accelerera till ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -983,19 +1050,15 @@ Accelerera src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -1005,7 +1068,7 @@ Din transaktion kommer att prioriteras av upp till % av miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1038,7 +1101,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1333,7 +1396,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1556,7 +1619,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1588,6 +1651,14 @@ accelerator.x-of-hash-rate + + not accelerating + accelererar inte + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending väntande @@ -2579,7 +2650,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2789,11 +2860,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2835,7 +2906,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2865,7 +2936,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2891,7 +2962,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2905,7 +2976,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -3000,7 +3071,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -3014,7 +3085,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -3028,7 +3099,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3046,7 +3117,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3149,7 +3220,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3189,7 +3260,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3293,7 +3364,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3361,7 +3432,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3414,10 +3485,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3628,7 +3695,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3736,7 +3803,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3750,19 +3817,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3787,6 +3854,15 @@ Transaction Details transaction.details + + Error loading block data. + Det gick inte att ladda blockdata. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Varför är blocket tomt? @@ -3822,7 +3898,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4072,10 +4148,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4983,11 +5055,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5084,10 +5156,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5099,7 +5167,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5112,7 +5180,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5129,7 +5197,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5498,7 +5566,7 @@ Miningdashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5515,7 +5583,7 @@ Lightningutforskare src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5532,7 +5600,7 @@ Kran src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5920,7 +5988,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -6047,12 +6115,21 @@ latest-blocks.coinbasetag + + Error loading pool data. + Det gick inte att läsa in pooldata. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Inte tillräckligt med data ännu src/app/components/pool/pool.component.ts - 136 + 142 @@ -6060,11 +6137,11 @@ Pooldominans src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6095,7 +6172,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6154,7 +6231,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6896,7 +6973,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6910,7 +6987,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6938,7 +7015,7 @@ Din transaktion har blivit accelererad src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6947,7 +7024,7 @@ Väntar på att din transaktion ska dyka upp i mempoolen src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6956,7 +7033,7 @@ Din transaktion finns i mempoolen, men den kommer inte att bekräftas på ett tag. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6965,7 +7042,7 @@ Din transaktion är nära toppen av mempoolen och förväntas bekräftas snart. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6974,7 +7051,7 @@ Din transaktion förväntas bekräftas i nästa block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6983,7 +7060,7 @@ Din transaktion är bekräftad! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6992,7 +7069,7 @@ Din transaktion har ersatts av en nyare version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -7001,7 +7078,7 @@ Se mer information src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -7018,7 +7095,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -7034,7 +7111,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -7046,7 +7123,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7087,18 +7164,28 @@ Dölj accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF-historik + + Acceleration Timeline + Tidslinje för acceleration src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + RBF tidslinje + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7106,11 +7193,11 @@ Flöde src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7120,7 +7207,7 @@ Dölj diagram src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7129,7 +7216,7 @@ Visa mer src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7146,11 +7233,11 @@ Inputs & Outputs src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7160,7 +7247,7 @@ Visa diagram src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7169,7 +7256,7 @@ Justerad vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7179,7 +7266,7 @@ Locktime src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7188,7 +7275,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7198,7 +7285,7 @@ Transaktionen hittades inte src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7207,7 +7294,7 @@ Väntar på den att dyka upp i mempoolen... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7216,7 +7303,7 @@ Det gick inte att läsa in transaktionsdata. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7225,7 +7312,7 @@ Funktioner src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7243,7 +7330,7 @@ Denna transaktion förväntades inkluderas i blocket src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7252,7 +7339,7 @@ Förväntades i block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7262,7 +7349,7 @@ Denna transaktion sågs i mempoolen före mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7271,7 +7358,7 @@ Sedd i mempoolen src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7281,7 +7368,7 @@ Denna transaktion saknades i vår mempool före mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7290,7 +7377,7 @@ Inte sedd i mempoolen src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7300,7 +7387,7 @@ Denna transaktion kan ha lagts till vid sidan av src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7309,7 +7396,7 @@ Denna transaktion kan ha prioriterats vid sidan av src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7318,7 +7405,7 @@ Denna transaktion kom i konflikt med en annan version i vår mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7691,6 +7778,15 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + Fel: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquidfederationsinnehav @@ -9934,6 +10030,15 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + Ditt saldo är för lågt. Vänligen fyll på ditt konto. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Detta är ett testnätverk. Mynt har inget värde. diff --git a/frontend/src/locale/messages.th.xlf b/frontend/src/locale/messages.th.xlf index d730fa94d..40c06b098 100644 --- a/frontend/src/locale/messages.th.xlf +++ b/frontend/src/locale/messages.th.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction ธุรกรรมของคุณ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ รวมถึง ธุรกรรมก่อนหน้าที่ไม่ได้รับการยืนยัน src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ ขนาดเสมือน src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -463,7 +483,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -472,7 +492,7 @@ ค่าธรรมเนียม In-band src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -481,55 +501,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -597,7 +617,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -605,7 +625,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -613,7 +633,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -621,7 +641,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -629,7 +649,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -638,11 +658,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -660,7 +680,7 @@ ค่าธรรมเนียมเพิ่มเติมโดยประมาณ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -668,7 +688,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -676,7 +696,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -685,7 +705,7 @@ ค่าธรรมเนียม Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -694,7 +714,7 @@ ค่าธรรมเนียมระบบ Accelerator src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -702,7 +722,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -711,7 +731,7 @@ ค่าใช้จ่ายโดยประมาณ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -720,7 +740,7 @@ ค่าใช้จ่ายสูงสุด src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -728,7 +748,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -737,7 +757,7 @@ ยอดเงินคงเหลือ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -745,15 +765,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -761,7 +781,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -769,7 +789,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -777,11 +797,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -789,7 +809,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -797,7 +817,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -805,7 +825,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -813,40 +833,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -854,7 +890,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -862,7 +898,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -870,7 +906,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -878,7 +914,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -886,7 +922,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -894,7 +930,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -902,7 +938,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -910,7 +946,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -918,15 +954,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -934,7 +994,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -942,7 +1002,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -951,19 +1011,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -972,7 +1028,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1005,7 +1061,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1295,7 +1351,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1508,7 +1564,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1537,6 +1593,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending รอดำเนินการ @@ -2503,7 +2566,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2711,11 +2774,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2757,7 +2820,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2787,7 +2850,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2813,7 +2876,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2826,7 +2889,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2919,7 +2982,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2932,7 +2995,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2946,7 +3009,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2964,7 +3027,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3065,7 +3128,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3105,7 +3168,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3207,7 +3270,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3275,7 +3338,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3326,10 +3389,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3539,7 +3598,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3647,7 +3706,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3661,19 +3720,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3698,6 +3757,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? ทำไมบล็อกถึงว่าง? @@ -3732,7 +3799,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3980,10 +4047,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4877,11 +4940,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4976,10 +5039,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4991,7 +5050,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5004,7 +5063,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5021,7 +5080,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5376,7 +5435,7 @@ แดชบอร์ดการขุด src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5393,7 +5452,7 @@ ตัวสำรวจ lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5409,7 +5468,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5793,7 +5852,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5919,12 +5978,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet ยังมีข้อมูลไม่มากพอ src/app/components/pool/pool.component.ts - 136 + 142 @@ -5932,11 +5999,11 @@ Dominance ของพูล src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5967,7 +6034,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6023,7 +6090,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6749,7 +6816,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6762,7 +6829,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6787,7 +6854,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6795,7 +6862,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6803,7 +6870,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6811,7 +6878,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6819,7 +6886,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6827,7 +6894,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6835,7 +6902,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6843,7 +6910,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6860,7 +6927,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6875,7 +6942,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6887,7 +6954,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6927,18 +6994,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - ประวัติ RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6946,11 +7021,11 @@ Flow src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6960,7 +7035,7 @@ ซ่อนไดอะแกรมนี้ src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6969,7 +7044,7 @@ แสดงเพิ่มเติม src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6986,11 +7061,11 @@ อินพุตและเอาต์พุต src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7000,7 +7075,7 @@ แสดงไดอะแกรม src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7009,7 +7084,7 @@ vsize ที่ถูกเปลี่ยน src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7019,7 +7094,7 @@ เวลาล็อก src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7028,7 +7103,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7038,7 +7113,7 @@ ไม่พบเจอธุรกรรมนี้ src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7047,7 +7122,7 @@ กำลังรอให้ปรากฏใน mempool... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7056,7 +7131,7 @@ เกิดข้อผิดพลาดขณะโหลดข้อมูลธุรกรรม src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7065,7 +7140,7 @@ คุณสมบัติ src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7082,7 +7157,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7090,7 +7165,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7099,7 +7174,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7107,7 +7182,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7116,7 +7191,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7124,7 +7199,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7133,7 +7208,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7141,7 +7216,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7149,7 +7224,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7516,6 +7591,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9719,6 +9802,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. เครือข่ายนี้ใช้ในการทดสอบเท่านั้น เหรียญจะไม่มีมูลค่าใดๆ diff --git a/frontend/src/locale/messages.tr.xlf b/frontend/src/locale/messages.tr.xlf index 966daee9a..16daf2739 100644 --- a/frontend/src/locale/messages.tr.xlf +++ b/frontend/src/locale/messages.tr.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -414,12 +414,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Senin İşlemin src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -427,7 +447,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -436,7 +456,7 @@ Sanal Boyut src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -452,7 +472,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -461,7 +481,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -469,7 +489,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -478,55 +498,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -594,7 +614,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -602,7 +622,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -610,7 +630,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -618,7 +638,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -627,7 +647,7 @@ Bir sonraki blok fiyatı src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -636,11 +656,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -657,7 +677,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -665,7 +685,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -673,7 +693,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -682,7 +702,7 @@ Mempool Accelerator™ ücretleri src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -691,7 +711,7 @@ Hızlandırma Servis Ücreti src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -700,7 +720,7 @@ İşlem Boyutu Ek Ücreti src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -709,7 +729,7 @@ Tahmini hızlandırma ücreti src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -718,7 +738,7 @@ Maksimum hızlandırma ücreti src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -726,7 +746,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -735,7 +755,7 @@ Kullanılabilir miktar src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -743,15 +763,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -759,7 +779,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -767,7 +787,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -775,11 +795,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -787,7 +807,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -795,7 +815,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -803,7 +823,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -811,40 +831,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -852,7 +888,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -860,7 +896,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -868,7 +904,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -876,7 +912,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -884,7 +920,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -892,7 +928,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -900,7 +936,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -908,7 +944,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -916,15 +952,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -932,7 +992,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -940,7 +1000,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -949,19 +1009,15 @@ Hızlandır src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -970,7 +1026,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1003,7 +1059,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1296,7 +1352,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1517,7 +1573,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1546,6 +1602,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending bekleyen @@ -2516,7 +2579,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2723,11 +2786,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2769,7 +2832,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2799,7 +2862,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2825,7 +2888,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2839,7 +2902,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2934,7 +2997,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2948,7 +3011,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2962,7 +3025,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2980,7 +3043,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3081,7 +3144,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3121,7 +3184,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3223,7 +3286,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3291,7 +3354,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3342,10 +3405,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3555,7 +3614,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3663,7 +3722,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3677,19 +3736,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3714,6 +3773,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Blok neden boş? @@ -3748,7 +3815,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3996,10 +4063,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4900,11 +4963,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4999,10 +5062,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5014,7 +5073,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5027,7 +5086,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5044,7 +5103,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5399,7 +5458,7 @@ Madencilik Paneli src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5416,7 +5475,7 @@ Lightning tarayıcı src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5432,7 +5491,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5817,7 +5876,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5943,12 +6002,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Yetersiz Data src/app/components/pool/pool.component.ts - 136 + 142 @@ -5956,11 +6023,11 @@ Havuz Dominasyonu src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5991,7 +6058,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6049,7 +6116,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6778,7 +6845,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6791,7 +6858,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6816,7 +6883,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6824,7 +6891,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6832,7 +6899,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6840,7 +6907,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6848,7 +6915,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6856,7 +6923,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6864,7 +6931,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6872,7 +6939,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6889,7 +6956,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6904,7 +6971,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6916,7 +6983,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6956,18 +7023,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - RBF geçmişi + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6975,11 +7050,11 @@ Akış src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6989,7 +7064,7 @@ Diyagramı kapat src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6998,7 +7073,7 @@ Daha fazla göster src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7015,11 +7090,11 @@ Giriş ve Çıkışlar src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7029,7 +7104,7 @@ Diyagramı göster src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7038,7 +7113,7 @@ Ayarlanmış vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7048,7 +7123,7 @@ Kilit Süresi src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7057,7 +7132,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7067,7 +7142,7 @@ İşlem bulunamadı. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7076,7 +7151,7 @@ Mempool'a dahil olmayı bekliyor. src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7085,7 +7160,7 @@ İşlem datası yüklenirken hata oluştu. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7094,7 +7169,7 @@ Özellikler src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7112,7 +7187,7 @@ Bu işlemin gerçekleşmesi beklene blok src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7121,7 +7196,7 @@ Beklenen blok src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7131,7 +7206,7 @@ Bu işlem kazılma öncesi işlem havuzunda görülmüştü src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7140,7 +7215,7 @@ İşlem Havuzunda Görüldü src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7150,7 +7225,7 @@ Bu işlem kazılma öncesi işlem havuzunda görülmemişti src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7159,7 +7234,7 @@ İşlem Havuzunda görülmedi src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7168,7 +7243,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7176,7 +7251,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7184,7 +7259,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7557,6 +7632,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquid Federasyon Varlıkları @@ -9769,6 +9852,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Bu bir test ağıdır. Coinlerin maddi değeri yoktur. diff --git a/frontend/src/locale/messages.uk.xlf b/frontend/src/locale/messages.uk.xlf index 905ea74ed..087b1ce07 100644 --- a/frontend/src/locale/messages.uk.xlf +++ b/frontend/src/locale/messages.uk.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,32 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction Ваша транзакція src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +449,7 @@ Та непідтверджений предок(-ки) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +458,7 @@ Віртуальний розмір src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +474,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -463,7 +483,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -472,7 +492,7 @@ Мережеві комісії src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -481,55 +501,55 @@ sats src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -597,7 +617,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -605,7 +625,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -613,7 +633,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -621,7 +641,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -630,7 +650,7 @@ Ринковий курс комісії наступного блоку src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -639,11 +659,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -661,7 +681,7 @@ Орієнтовна необхідна додаткова комісія src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -669,7 +689,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -677,7 +697,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -686,7 +706,7 @@ Комісії Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -695,7 +715,7 @@ Комісія сервісу пришвидшення src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -704,7 +724,7 @@ Комісія за розмір транзакції src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -713,7 +733,7 @@ Орієнтовна вартість пришвидшення src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -722,7 +742,7 @@ Максимальна вартість пришвидшення src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -730,7 +750,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -739,7 +759,7 @@ Доступний баланс src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -747,15 +767,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -763,7 +783,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -771,7 +791,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -779,11 +799,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -791,7 +811,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -799,7 +819,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -807,7 +827,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -815,40 +835,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -856,7 +892,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -864,7 +900,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -872,7 +908,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -880,7 +916,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -888,7 +924,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -896,7 +932,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -904,7 +940,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -912,7 +948,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -920,15 +956,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -936,7 +996,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -944,7 +1004,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -953,19 +1013,15 @@ Пришвидшити src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -974,7 +1030,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1007,7 +1063,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1300,7 +1356,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1520,7 +1576,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1549,6 +1605,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending очікується @@ -2525,7 +2588,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2733,11 +2796,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2779,7 +2842,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2809,7 +2872,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2835,7 +2898,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2849,7 +2912,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2944,7 +3007,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2958,7 +3021,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2972,7 +3035,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2990,7 +3053,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3093,7 +3156,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3133,7 +3196,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3237,7 +3300,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3305,7 +3368,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3356,10 +3419,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3570,7 +3629,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3678,7 +3737,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3692,19 +3751,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3729,6 +3788,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Чому цей блок пустий? @@ -3764,7 +3831,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4014,10 +4081,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4919,11 +4982,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5020,10 +5083,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5035,7 +5094,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5048,7 +5107,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5065,7 +5124,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5433,7 +5492,7 @@ Панель майнінгу src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5450,7 +5509,7 @@ Lightning експлорер src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5466,7 +5525,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5854,7 +5913,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5981,12 +6040,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet Поки що не достатньо даних src/app/components/pool/pool.component.ts - 136 + 142 @@ -5994,11 +6061,11 @@ Домінування пулу src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6029,7 +6096,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6088,7 +6155,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6820,7 +6887,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6833,7 +6900,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6858,7 +6925,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6866,7 +6933,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6874,7 +6941,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6882,7 +6949,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6890,7 +6957,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6898,7 +6965,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6906,7 +6973,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6914,7 +6981,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6931,7 +6998,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6947,7 +7014,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6959,7 +7026,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6999,18 +7066,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - Історія RBF + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7018,11 +7093,11 @@ Потік src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7032,7 +7107,7 @@ Сховати діаграму src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7041,7 +7116,7 @@ Показати більше src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7058,11 +7133,11 @@ Входи і Виходи src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7072,7 +7147,7 @@ Показати діаграму src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7081,7 +7156,7 @@ Корегований vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7091,7 +7166,7 @@ Час блокування src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7100,7 +7175,7 @@ Sigop src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7110,7 +7185,7 @@ Транзакція не знайдена. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7119,7 +7194,7 @@ Чекаємо її появи в мемпулі... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7128,7 +7203,7 @@ Сталася помилка при завантаженні даних транзакції. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7137,7 +7212,7 @@ Властивості src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7155,7 +7230,7 @@ Ця транзакція мала бути підтверджена у блоці src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7164,7 +7239,7 @@ Очікується у блоці src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7174,7 +7249,7 @@ Ця транзакція була помічена в мемпулі пере майнінгом src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7183,7 +7258,7 @@ Помічена в Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7193,7 +7268,7 @@ Цієї транзакції не було в нашому мемпулі перед майнінгом src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7202,7 +7277,7 @@ Не помічена в Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7212,7 +7287,7 @@ Ця транзакція могла бути додана поза чергою src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7221,7 +7296,7 @@ Ця транзакція могла бути пріоритетною поза чергою src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7230,7 +7305,7 @@ Ця транзакція конфліктує з іншою версією у нашому мемпулі src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7603,6 +7678,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings На утриманні у федерації Liquid @@ -9838,6 +9921,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. Це тестова мережа. Монети не мають цінності. diff --git a/frontend/src/locale/messages.vi.xlf b/frontend/src/locale/messages.vi.xlf index 7e8b4235e..5ee70658f 100644 --- a/frontend/src/locale/messages.vi.xlf +++ b/frontend/src/locale/messages.vi.xlf @@ -397,7 +397,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -407,11 +407,31 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -419,7 +439,7 @@ Plus unconfirmed ancestor(s) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -428,7 +448,7 @@ Kích thước ảo src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -444,7 +464,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -453,7 +473,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -461,7 +481,7 @@ In-band fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -470,55 +490,55 @@ satoshi src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -586,7 +606,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -594,7 +614,7 @@ How much faster? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -602,7 +622,7 @@ This will reduce your expected waiting time until the first confirmation to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -610,7 +630,7 @@ Summary src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -618,7 +638,7 @@ Next block market rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -627,11 +647,11 @@ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -648,7 +668,7 @@ Estimated extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -656,7 +676,7 @@ Target rate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -664,7 +684,7 @@ Extra fee required src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -672,7 +692,7 @@ Mempool Accelerator™ fees src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -680,7 +700,7 @@ Accelerator Service Fee src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -688,7 +708,7 @@ Transaction Size Surcharge src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -696,7 +716,7 @@ Estimated acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -704,7 +724,7 @@ Maximum acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -712,7 +732,7 @@ Acceleration cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -720,7 +740,7 @@ Available balance src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -728,15 +748,15 @@ Go back src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -744,7 +764,7 @@ Accelerate your Bitcoin transaction? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -752,7 +772,7 @@ Wait src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -760,11 +780,11 @@ Confirmation expected src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -772,7 +792,7 @@ Confirmation not expected any time soon src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -780,7 +800,7 @@ For an additional src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -788,7 +808,7 @@ Reducing expected confirmation time to src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -796,40 +816,56 @@ Payment to mempool.space for acceleration of txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -837,7 +873,7 @@ OR src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -845,7 +881,7 @@ Confirm your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -853,7 +889,7 @@ Total additional cost src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -861,7 +897,7 @@ with src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -869,7 +905,7 @@ Loading payment method... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -877,7 +913,7 @@ Confirming your payment src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -885,7 +921,7 @@ We are processing your payment... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -893,7 +929,7 @@ Accelerating your transaction src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -901,15 +937,39 @@ Confirming your acceleration with our mining pool partners... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -917,7 +977,7 @@ customize src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -925,7 +985,7 @@ Accelerate to ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -933,19 +993,15 @@ Accelerate src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -954,7 +1010,7 @@ Your transaction will be prioritized by up to % of miners. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -987,7 +1043,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1270,7 +1326,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1478,7 +1534,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1507,6 +1563,13 @@ accelerator.x-of-hash-rate + + not accelerating + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending @@ -2466,7 +2529,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2669,11 +2732,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2715,7 +2778,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2745,7 +2808,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2771,7 +2834,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2784,7 +2847,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2874,7 +2937,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -2887,7 +2950,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -2900,7 +2963,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -2917,7 +2980,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3018,7 +3081,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3058,7 +3121,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3160,7 +3223,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3228,7 +3291,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3279,10 +3342,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3491,7 +3550,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3599,7 +3658,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3613,19 +3672,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3650,6 +3709,14 @@ Transaction Details transaction.details + + Error loading block data. + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? Tại sao khối này trống? @@ -3684,7 +3751,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -3930,10 +3997,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4807,11 +4870,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -4906,10 +4969,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -4921,7 +4980,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -4934,7 +4993,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -4951,7 +5010,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5289,7 +5348,7 @@ Mining Dashboard src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5306,7 +5365,7 @@ Trình duyệt Lightning src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5322,7 +5381,7 @@ Faucet src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5700,7 +5759,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -5824,22 +5883,30 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet src/app/components/pool/pool.component.ts - 136 + 142 Pool Dominance src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -5870,7 +5937,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -5924,7 +5991,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6642,7 +6709,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6655,7 +6722,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6680,7 +6747,7 @@ Your transaction has been accelerated src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6688,7 +6755,7 @@ Waiting for your transaction to appear in the mempool src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6696,7 +6763,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6704,7 +6771,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6712,7 +6779,7 @@ Your transaction is expected to confirm in the next block src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6720,7 +6787,7 @@ Your transaction is confirmed! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6728,7 +6795,7 @@ Your transaction has been replaced by a newer version! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6736,7 +6803,7 @@ See more details src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6753,7 +6820,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -6768,7 +6835,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -6780,7 +6847,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -6820,17 +6887,26 @@ Hide accelerator src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History + + Acceleration Timeline src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -6838,11 +6914,11 @@ lưu lượng src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -6852,7 +6928,7 @@ Ẩn sơ đồ src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -6861,7 +6937,7 @@ Hiển thị nhiều hơn src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -6878,11 +6954,11 @@ Đầu vào & Đầu ra src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -6892,7 +6968,7 @@ Hiển thị sơ đồ src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -6900,7 +6976,7 @@ Adjusted vsize src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -6910,7 +6986,7 @@ Thời gian khóa src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -6918,7 +6994,7 @@ Sigops src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -6928,7 +7004,7 @@ Không tìm thấy giao dịch. src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -6937,7 +7013,7 @@ Đang đợi nó xuất hiện trong mempool ... src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -6945,7 +7021,7 @@ Error loading transaction data. src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -6954,7 +7030,7 @@ Tính năng src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -6971,7 +7047,7 @@ This transaction was projected to be included in the block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -6979,7 +7055,7 @@ Expected in Block src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -6988,7 +7064,7 @@ This transaction was seen in the mempool prior to mining src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -6996,7 +7072,7 @@ Seen in Mempool src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7005,7 +7081,7 @@ This transaction was missing from our mempool prior to mining src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7013,7 +7089,7 @@ Not seen in Mempool src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7022,7 +7098,7 @@ This transaction may have been added out-of-band src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7030,7 +7106,7 @@ This transaction may have been prioritized out-of-band src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7038,7 +7114,7 @@ This transaction conflicted with another version in our mempool src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7405,6 +7481,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings @@ -9584,6 +9668,14 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. diff --git a/frontend/src/locale/messages.zh.xlf b/frontend/src/locale/messages.zh.xlf index 80ad93bfb..210180f32 100644 --- a/frontend/src/locale/messages.zh.xlf +++ b/frontend/src/locale/messages.zh.xlf @@ -404,7 +404,7 @@ src/app/components/master-page/master-page.component.html - 112 + 111 @@ -415,12 +415,34 @@ 50 + + We were not able to accelerate this transaction. Please try again later. + 我们无法加速此交易。请稍后重试。 + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 11 + + accelerator.error-failed-to-accelerate + + + Close + 关闭 + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 18 + + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 531 + + close + Your transaction 你的交易 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 34 + 37 accelerator.your-transaction @@ -429,7 +451,7 @@ 加上 个未确认的祖先 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 38 + 41 accelerator.plus-unconfirmed-ancestors @@ -438,7 +460,7 @@ 虚拟大小 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 43 + 46 src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -454,7 +476,7 @@ src/app/components/transaction/transaction.component.html - 232 + 243 Transaction Virtual Size transaction.vsize @@ -464,7 +486,7 @@ 此交易的大小(以vbytes为单位)(包括未确认的祖先) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 48 + 51 accelerator.transaction-vbytes-size-description @@ -473,7 +495,7 @@ 带内费用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 52 + 55 accelerator.in-band-fees @@ -482,55 +504,55 @@ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 54 + 57 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 87 + 90 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 120 + 123 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 142 + 145 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 160 + 163 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 172 + 175 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 190 + 193 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 212 + 215 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 228 + 231 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 364 + 367 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 511 + 541 src/app/components/calculator/calculator.component.html @@ -599,7 +621,7 @@ 本次交易已支付的费用(包括未确认的祖先) src/app/components/accelerate-checkout/accelerate-checkout.component.html - 59 + 62 accelerator.fees-already-paid-description @@ -608,7 +630,7 @@ 快多少? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 68 + 71 accelerator.how-much-faster @@ -617,7 +639,7 @@ 这会将您预计的等待时间缩短至第一次确认 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 73,74 + 76,77 accelerator.time-estimate-description @@ -626,7 +648,7 @@ 总结 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 97 + 100 accelerator.summary-title @@ -635,7 +657,7 @@ 下一个区块市场利率 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 106 + 109 accelerator.next-block-rate @@ -644,11 +666,11 @@ 聪/字节 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 110 + 113 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 132 + 135 src/app/shared/components/fee-rate/fee-rate.component.html @@ -666,7 +688,7 @@ 预计需支付额外费用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 114 + 117 accelerator.estimated-extra-fee-required @@ -675,7 +697,7 @@ 目标费率 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 128 + 131 accelerator.target-rate @@ -684,7 +706,7 @@ 需额外付费 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 136 + 139 accelerator.extra-fee-required @@ -693,7 +715,7 @@ Mempool 加速器™ 费用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 150 + 153 accelerator.mempool-accelerator-fees @@ -702,7 +724,7 @@ 加速器服务费 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 154 + 157 accelerator.service-fee @@ -711,7 +733,7 @@ 交易规模附加费 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 166 + 169 accelerator.tx-size-surcharge @@ -720,7 +742,7 @@ 预计加速花费 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 182 + 185 accelerator.estimated-cost @@ -729,7 +751,7 @@ 最大加速花费 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 201 + 204 accelerator.maximum-cost @@ -738,7 +760,7 @@ 加速成本 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 203 + 206 accelerator.cost @@ -747,7 +769,7 @@ 可用余额 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 223 + 226 accelerator.available-balance @@ -756,15 +778,15 @@ 返回 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 255 + 258 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 413 + 421 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 465 + 473 go-back @@ -773,7 +795,7 @@ 加速你的比特币交易? src/app/components/accelerate-checkout/accelerate-checkout.component.html - 270 + 273 accelerator.accelerate-your-transaction @@ -782,7 +804,7 @@ 等待 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 282 + 285 accelerator.wait @@ -791,11 +813,11 @@ 预计确认 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 284 + 287 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 509 + 539 accelerator.confirmation-expected @@ -804,7 +826,7 @@ 预计近期不会确认 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 287 + 290 accelerator.confirmation-not-expected-soon @@ -813,7 +835,7 @@ 额外费用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 342 + 345 accelerator.for-an-additional-cost @@ -822,7 +844,7 @@ 缩短预期确认时间 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 348,349 + 351,352 accelerator.reducing-expected-confirmation-time @@ -831,42 +853,60 @@ 向 mempool.space 付款以加速 txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html - 359,360 + 362,363 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 427 + 435 accelerator.payment-to-mempool-space + + Your account will be debited no more than + 您的账户最多会被扣除 + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 367 + + accelerator.your-account-will-be-debited + Pay 支付 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 375 + 378 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 392 + 400 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 438 + 446 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 542 + 577 Pay button label transaction.pay + + Failed to load invoice + 无法加载发票 + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 381 + + accelerator.failed-to-load-invoice + Loading invoice... 正在加载发票... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 378 + 386 accelerator.loading-invoice @@ -875,7 +915,7 @@ 或者 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 386 + 394 or @@ -884,7 +924,7 @@ 确认付款 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 420 + 428 accelerator.confirm-your-payment @@ -893,7 +933,7 @@ 总额外费用 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 436 + 444 accelerator.total-additional-cost @@ -902,7 +942,7 @@ src/app/components/accelerate-checkout/accelerate-checkout.component.html - 440 + 448 accelerator.pay-with @@ -911,7 +951,7 @@ 正在加载付款方式... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 454 + 462 accelerator.loading-payment-method @@ -920,7 +960,7 @@ 确认付款 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 472 + 480 accelerator.confirming-your-payment @@ -929,7 +969,7 @@ 我们正在处理您的付款... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 482 + 490 accelerator.payment-processing @@ -938,7 +978,7 @@ 正在加速您的交易 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 492 + 500 accelerator.accelerating-your-transaction @@ -947,16 +987,43 @@ 与我们的采矿池合作伙伴确认您的加速... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 499 + 507 accelerator.confirming-acceleration-with-miners + + ...sorry, this is taking longer than expected... + ...对不起,时间比预计的要长. + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 509 + + accelerator.confirming-acceleration-with-miners + + + Your transaction is being accelerated! + 您的交易正在加速中! + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 518 + + accelerator.success-message + + + Your transaction has been accepted for acceleration by our mining pool partners. + 您的交易已被我们的矿池合作伙伴接受并加速。 + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 524 + + accelerator.confirmed-acceleration-with-miners + Calculating cost... 正在计算成本... src/app/components/accelerate-checkout/accelerate-checkout.component.html - 513 + 543 accelerator.calculating-cost @@ -965,7 +1032,7 @@ 定制 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 519 + 549 accelerator.customize @@ -974,7 +1041,7 @@ 加速至~聪/字节 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 522 + 552 accelerator.accelerate-to-x @@ -983,19 +1050,15 @@ 加速 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 528 + 564 src/app/components/transaction/transaction.component.html - 129 + 556 src/app/components/transaction/transaction.component.html - 545 - - - src/app/components/transaction/transaction.component.html - 554 + 565 Accelerate button label transaction.accelerate @@ -1005,7 +1068,7 @@ 您的交易将获得最多%名矿工的优先处理。 src/app/components/accelerate-checkout/accelerate-checkout.component.html - 552 + 587 accelerator.hashrate-percentage-description @@ -1038,7 +1101,7 @@ src/app/components/transaction/transaction.component.html - 596 + 607 src/app/components/transactions-list/transactions-list.component.html @@ -1333,7 +1396,7 @@ src/app/components/transaction/transaction.component.html - 606 + 617 src/app/lightning/channel/channel-box/channel-box.component.html @@ -1556,7 +1619,7 @@ src/app/components/master-page/master-page.component.html - 88 + 87 @@ -1588,6 +1651,14 @@ accelerator.x-of-hash-rate + + not accelerating + 没有加速 + + src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts + 83 + + pending 待处理 @@ -2570,7 +2641,7 @@ src/app/components/master-page/master-page.component.html - 89 + 88 src/app/shared/components/global-footer/global-footer.component.html @@ -2780,11 +2851,11 @@ src/app/components/transaction/transaction.component.html - 470 + 481 src/app/components/transaction/transaction.component.html - 475 + 486 src/app/lightning/node/node.component.html @@ -2826,7 +2897,7 @@ src/app/components/transaction/transaction.component.html - 456 + 467 src/app/shared/components/confirmations/confirmations.component.html @@ -2856,7 +2927,7 @@ src/app/components/transaction/transaction.component.html - 595 + 606 src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -2882,7 +2953,7 @@ src/app/components/transaction/transaction.component.html - 627 + 638 Effective transaction fee rate transaction.effective-fee-rate @@ -2896,7 +2967,7 @@ src/app/components/transaction/transaction.component.html - 625 + 636 Accelerated transaction fee rate transaction.accelerated-fee-rate @@ -2991,7 +3062,7 @@ src/app/components/transaction/transaction.component.html - 516 + 527 Added tx-features.tag.added @@ -3005,7 +3076,7 @@ src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized tx-features.tag.prioritized @@ -3019,7 +3090,7 @@ src/app/components/transaction/transaction.component.html - 522 + 533 Conflict tx-features.tag.conflict @@ -3037,7 +3108,7 @@ src/app/components/transaction/transaction.component.html - 581 + 592 src/app/shared/filters.utils.ts @@ -3140,7 +3211,7 @@ src/app/components/transaction/transaction.component.html - 228 + 239 src/app/dashboard/dashboard.component.html @@ -3180,7 +3251,7 @@ src/app/components/transaction/transaction.component.html - 244 + 255 @@ -3284,7 +3355,7 @@ src/app/components/transaction/transaction.component.html - 439 + 450 block.timestamp @@ -3352,7 +3423,7 @@ src/app/components/transaction/transaction.component.html - 665 + 676 block.miner @@ -3405,10 +3476,6 @@ src/app/components/block/block-transactions.component.html 16 - - src/app/components/block/block.component.html - 367 - src/app/lightning/channel/channel-preview.component.html 70 @@ -3618,7 +3685,7 @@ src/app/components/transaction/transaction.component.html - 254 + 265 transaction.version @@ -3726,7 +3793,7 @@ src/app/components/transaction/transaction.component.html - 503 + 514 Toggle Audit block.toggle-audit @@ -3740,19 +3807,19 @@ src/app/components/transaction/transaction.component.html - 133 + 132 src/app/components/transaction/transaction.component.html - 212 + 223 src/app/components/transaction/transaction.component.html - 220 + 231 src/app/components/transaction/transaction.component.html - 345 + 356 src/app/lightning/channel/channel.component.html @@ -3777,6 +3844,15 @@ Transaction Details transaction.details + + Error loading block data. + 加载区块失败 + + src/app/components/block/block.component.html + 367 + + block.error.loading-block-data + Why is this block empty? 为什么这个区块是空的? @@ -3812,7 +3888,7 @@ src/app/components/master-page/master-page.component.html - 100 + 99 src/app/components/pool-ranking/pool-ranking.component.html @@ -4062,10 +4138,6 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 - - src/app/dashboard/dashboard.component.html - 6 - fees-box.transaction-fees @@ -4972,11 +5044,11 @@ src/app/components/pool/pool.component.ts - 205 + 211 src/app/components/pool/pool.component.ts - 259 + 265 mining.hashrate @@ -5073,10 +5145,6 @@ src/app/components/liquid-master-page/liquid-master-page.component.html 56 - - src/app/components/master-page/master-page.component.html - 74 - master-page.layer2-networks-header @@ -5088,7 +5156,7 @@ src/app/components/master-page/master-page.component.html - 84 + 83 master-page.dashboard @@ -5101,7 +5169,7 @@ src/app/components/master-page/master-page.component.html - 103 + 102 src/app/components/statistics/statistics.component.ts @@ -5118,7 +5186,7 @@ src/app/components/master-page/master-page.component.html - 109 + 108 src/app/docs/docs/docs.component.html @@ -5472,7 +5540,7 @@ 挖矿仪表盘 src/app/components/master-page/master-page.component.html - 93 + 92 src/app/components/mining-dashboard/mining-dashboard.component.ts @@ -5489,7 +5557,7 @@ 闪电网络浏览器 src/app/components/master-page/master-page.component.html - 96 + 95 src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts @@ -5506,7 +5574,7 @@ 龙头 src/app/components/master-page/master-page.component.html - 106 + 105 master-page.faucet @@ -5894,7 +5962,7 @@ src/app/components/pool/pool.component.ts - 81 + 83 @@ -6021,12 +6089,20 @@ latest-blocks.coinbasetag + + Error loading pool data. + + src/app/components/pool/pool.component.html + 467 + + pool.error.loading-pool-data + Not enough data yet 还没有足够的数据 src/app/components/pool/pool.component.ts - 136 + 142 @@ -6034,11 +6110,11 @@ 泳池霸主 src/app/components/pool/pool.component.ts - 216 + 222 src/app/components/pool/pool.component.ts - 270 + 276 mining.pool-dominance @@ -6069,7 +6145,7 @@ src/app/components/transaction/transaction.component.html - 270 + 281 transaction.hex @@ -6126,7 +6202,7 @@ src/app/components/transaction/transaction.component.html - 191 + 202 src/app/components/transactions-list/transactions-list.component.html @@ -6869,7 +6945,7 @@ src/app/components/transaction/transaction.component.html - 538 + 549 Transaction ETA transaction.eta @@ -6883,7 +6959,7 @@ src/app/components/transaction/transaction.component.html - 543 + 554 Transaction ETA mot any time soon transaction.eta.not-any-time-soon @@ -6911,7 +6987,7 @@ 您的交易已加速 src/app/components/tracker/tracker.component.html - 132 + 144 tracker.explain.accelerated @@ -6920,7 +6996,7 @@ 等待你的交易出现在内存池中 src/app/components/tracker/tracker.component.html - 139 + 151 tracker.explain.waiting @@ -6929,7 +7005,7 @@ 您的交易已在内存池中,但一段时间内还无法确认。 src/app/components/tracker/tracker.component.html - 145 + 157 tracker.explain.pending @@ -6938,7 +7014,7 @@ 您的交易已接近内存池顶部,预计很快就会确认。 src/app/components/tracker/tracker.component.html - 151 + 163 tracker.explain.soon @@ -6947,7 +7023,7 @@ 您的交易预计将在下一个区块中确认 src/app/components/tracker/tracker.component.html - 157 + 169 tracker.explain.next-block @@ -6956,7 +7032,7 @@ 您的交易已确认! src/app/components/tracker/tracker.component.html - 163 + 175 tracker.explain.confirmed @@ -6965,7 +7041,7 @@ 您的交易已被新版本取代! src/app/components/tracker/tracker.component.html - 169 + 181 tracker.explain.replaced @@ -6974,7 +7050,7 @@ 查看更多详细信息 src/app/components/tracker/tracker.component.html - 177 + 189 accelerator.show-more-details @@ -6991,7 +7067,7 @@ src/app/components/transaction/transaction.component.ts - 470 + 473 @@ -7007,7 +7083,7 @@ src/app/components/transaction/transaction.component.ts - 474 + 477 @@ -7019,7 +7095,7 @@ src/app/components/transaction/transaction.component.html - 507 + 518 src/app/components/transactions-list/transactions-list.component.html @@ -7060,18 +7136,28 @@ 隐藏加速器 src/app/components/transaction/transaction.component.html - 132 + 131 accelerator.hide - - RBF History - 替换交易历史 + + Acceleration Timeline + 加速时间线 src/app/components/transaction/transaction.component.html - 156 + 158 - RBF History + Acceleration Timeline + transaction.acceleration-timeline + + + RBF Timeline + RBF时间线 + + src/app/components/transaction/transaction.component.html + 167 + + RBF Timeline transaction.rbf-history @@ -7079,11 +7165,11 @@ 流向 src/app/components/transaction/transaction.component.html - 165 + 176 src/app/components/transaction/transaction.component.html - 285 + 296 Transaction flow transaction.flow @@ -7093,7 +7179,7 @@ 隐藏图表 src/app/components/transaction/transaction.component.html - 168 + 179 hide-diagram @@ -7102,7 +7188,7 @@ 展示更多 src/app/components/transaction/transaction.component.html - 189 + 200 src/app/components/transactions-list/transactions-list.component.html @@ -7119,11 +7205,11 @@ 输入与输出 src/app/components/transaction/transaction.component.html - 207 + 218 src/app/components/transaction/transaction.component.html - 316 + 327 Transaction inputs and outputs transaction.inputs-and-outputs @@ -7133,7 +7219,7 @@ 显示图表 src/app/components/transaction/transaction.component.html - 211 + 222 show-diagram @@ -7142,7 +7228,7 @@ 调整后的虚拟大小 src/app/components/transaction/transaction.component.html - 236 + 247 Transaction Adjusted VSize transaction.adjusted-vsize @@ -7152,7 +7238,7 @@ 锁定时间 src/app/components/transaction/transaction.component.html - 258 + 269 transaction.locktime @@ -7161,7 +7247,7 @@ 签名操作 src/app/components/transaction/transaction.component.html - 262 + 273 Transaction Sigops transaction.sigops @@ -7171,7 +7257,7 @@ 交易未找到 src/app/components/transaction/transaction.component.html - 394 + 405 transaction.error.transaction-not-found @@ -7180,7 +7266,7 @@ 等待交易出现在内存池 src/app/components/transaction/transaction.component.html - 395 + 406 transaction.error.waiting-for-it-to-appear @@ -7189,7 +7275,7 @@ 加载交易数据时出错。 src/app/components/transaction/transaction.component.html - 401 + 412 transaction.error.loading-transaction-data @@ -7198,7 +7284,7 @@ 交易特征 src/app/components/transaction/transaction.component.html - 486 + 497 src/app/lightning/node/node.component.html @@ -7216,7 +7302,7 @@ 这笔交易预计将被纳入区块 src/app/components/transaction/transaction.component.html - 509 + 520 Expected in block tooltip @@ -7225,7 +7311,7 @@ 预计在区块中 src/app/components/transaction/transaction.component.html - 509 + 520 Expected in Block tx-features.tag.expected @@ -7235,7 +7321,7 @@ 这笔交易在挖矿之前就已经在内存池中被看到了 src/app/components/transaction/transaction.component.html - 511 + 522 Seen in mempool tooltip @@ -7244,7 +7330,7 @@ 在Mempool中查看 src/app/components/transaction/transaction.component.html - 511 + 522 Seen in Mempool tx-features.tag.seen @@ -7254,7 +7340,7 @@ 在挖矿之前,此交易已经从内存池丢失。 src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in mempool tooltip @@ -7263,7 +7349,7 @@ 未在内存池中看到 src/app/components/transaction/transaction.component.html - 513 + 524 Not seen in Mempool tx-features.tag.not-seen @@ -7273,7 +7359,7 @@ 此交易可能已在带外加速中添加 src/app/components/transaction/transaction.component.html - 516 + 527 Added transaction tooltip @@ -7282,7 +7368,7 @@ 此交易可能已被优先处理 src/app/components/transaction/transaction.component.html - 519 + 530 Prioritized transaction tooltip @@ -7291,7 +7377,7 @@ 此交易与我们的内存池中的另一个版本相冲突 src/app/components/transaction/transaction.component.html - 522 + 533 Conflict in mempool tooltip @@ -7664,6 +7750,14 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning + + Error: + + src/app/dashboard/dashboard.component.html + 6,7 + + fees-box.transaction-fees + Liquid Federation Holdings Liquid 联邦控股 @@ -9906,6 +10000,15 @@ Third-party Licenses shared.trademark-policy + + Your balance is too low. Please top up your account. + 您的余额太少。请请为您的账户充值 + + src/app/shared/components/mempool-error/mempool-error.component.html + 9 + + accelerator.low-balance + This is a test network. Coins have no value. 这是一个测试网络。货币没有价值。 From 32eaf29aaa15384328397a0eaddd741d98a7831a Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 8 Jul 2024 12:48:29 +0900 Subject: [PATCH 13/17] fix i18n error rendering --- .../mempool-error/mempool-error.component.ts | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts index 9d3d94274..f105a9655 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts @@ -1,4 +1,4 @@ -import { AfterViewInit, Component, Input, OnInit, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core'; +import { Component, EmbeddedViewRef, Input, OnInit, TemplateRef, ViewChild } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; export const MempoolErrors = { @@ -42,8 +42,8 @@ export function isMempoolError(error: string) { selector: 'app-mempool-error', templateUrl: './mempool-error.component.html' }) -export class MempoolErrorComponent implements OnInit, AfterViewInit { - @ViewChild('lowBalance') lowBalance!: TemplateRef; +export class MempoolErrorComponent implements OnInit { + @ViewChild('lowBalance', { static: true }) lowBalance!: TemplateRef; @Input() error: string; @Input() alertClass = 'alert-danger'; @Input() textOnly = false; @@ -51,18 +51,22 @@ export class MempoolErrorComponent implements OnInit, AfterViewInit { constructor( private sanitizer: DomSanitizer, - private viewContainerRef: ViewContainerRef, ) { } - ngAfterViewInit(): void { - // Special hack for the i18n string with a href link inside - const view = this.viewContainerRef.createEmbeddedView(this.lowBalance); - const rawHtml = view.rootNodes.map(node => node.outerHTML).join(''); - MempoolErrors['not_enough_balance'] = rawHtml; - } - ngOnInit(): void { - if (Object.keys(MempoolErrors).includes(this.error)) { + // Special hack for the i18n string with a href link inside + const embeddedViewRef: EmbeddedViewRef = this.lowBalance.createEmbeddedView({}); + embeddedViewRef.detectChanges(); + const rawHtml = embeddedViewRef.rootNodes.map((node) => { + if (node.nodeType === Node.TEXT_NODE) { + return node.textContent; + } else if (node.nodeType === Node.ELEMENT_NODE) { + return node.outerHTML; + } + return ''; + }).join(''); + MempoolErrors['not_enough_balance'] = rawHtml; + if (Object.keys(MempoolErrors).includes(this.error)) { this.errorContent = this.sanitizer.bypassSecurityTrustHtml(MempoolErrors[this.error]); } else { this.errorContent = this.error; From 9837a69a1a4a882e67dc77cabfa2dcf87b6d5aab Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 8 Jul 2024 05:18:42 +0000 Subject: [PATCH 14/17] [accelerator] move bid option calculation to server side --- .../accelerate-checkout.component.ts | 28 ++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index 65d53a8c7..c582725fe 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -24,6 +24,9 @@ export type AccelerationEstimate = { pools: number[]; availablePaymentMethods: {[method: string]: {min: number, max: number}}; unavailable?: boolean; + options: { // recommended bid options + fee: number; // recommended userBid in sats + }[]; } export type TxSummary = { txid: string; // txid of the current transaction @@ -277,27 +280,14 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.hasAncestors = this.estimate.txSummary.ancestorCount > 1; this.etaInfo$ = this.etaService.getProjectedEtaObservable(this.estimate, this.miningStats); - // Make min extra fee at least 50% of the current tx fee - this.minExtraCost = nextRoundNumber(Math.max(this.estimate.cost * 2, this.estimate.txSummary.effectiveFee)); - - this.maxRateOptions = [1, 2, 4].map((multiplier, index) => { - return { - fee: this.minExtraCost * multiplier, - rate: (this.estimate.txSummary.effectiveFee + (this.minExtraCost * multiplier)) / this.estimate.txSummary.effectiveVsize, - index, - }; - }); - - this.minBidAllowed = this.minExtraCost * MIN_BID_RATIO; - this.defaultBid = this.minExtraCost * DEFAULT_BID_RATIO; - this.maxBidAllowed = this.minExtraCost * MAX_BID_RATIO; + this.maxRateOptions = this.estimate.options.map((option, index) => ({ + fee: option.fee, + rate: (this.estimate.txSummary.effectiveFee + option.fee) / this.estimate.txSummary.effectiveVsize, + index + })); + this.defaultBid = this.maxRateOptions[1].fee; this.userBid = this.defaultBid; - if (this.userBid < this.minBidAllowed) { - this.userBid = this.minBidAllowed; - } else if (this.userBid > this.maxBidAllowed) { - this.userBid = this.maxBidAllowed; - } this.cost = this.userBid + this.estimate.mempoolBaseFee + this.estimate.vsizeFee; this.validateChoice(); From d074ff1d4c4d6f759117203e2a073426fc45f138 Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 8 Jul 2024 16:38:38 +0900 Subject: [PATCH 15/17] Fix accelerator error message positioning --- .../accelerate-checkout.component.html | 2 +- .../accelerate-checkout.component.scss | 8 +++++++- .../components/mempool-error/mempool-error.component.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index 21488ff52..a7f652b7c 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -564,7 +564,7 @@ Accelerate @if (quoteError || cantPayReason) { - +
}
} diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss index ec0fc7e6e..4e7be2691 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss @@ -195,5 +195,11 @@ right: 0; font-size: 12px; color: var(--red); - white-space: nowrap; + text-align: center; + width: 200px; + white-space: normal; +} + +.btn-error-wrapper { + height: 26px; } \ No newline at end of file diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html index 5ef745d37..a6c2d00f2 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.html +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.html @@ -6,4 +6,4 @@ } -Your balance is too low. Please top up your account. +Your balance is too low.
Please top up your account.
From a9341821c54a18abe53e2bb84dcfc2d70a76898d Mon Sep 17 00:00:00 2001 From: natsoni Date: Sun, 7 Jul 2024 22:37:20 +0900 Subject: [PATCH 16/17] Remove 211.fra from trusted servers list --- production/mempool-config.mainnet.json | 1 - 1 file changed, 1 deletion(-) diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index f07cd76e3..b6ee68da1 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -131,7 +131,6 @@ "node208.fra.mempool.space", "node209.fra.mempool.space", "node210.fra.mempool.space", - "node211.fra.mempool.space", "node212.fra.mempool.space", "node213.fra.mempool.space", "node214.fra.mempool.space", From c43b567847578fd1e3beb9549a94327ccc32ce6c Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 8 Jul 2024 18:00:55 +0900 Subject: [PATCH 17/17] extracting i18n --- frontend/src/locale/messages.xlf | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 3492db7e0..d1b5bd537 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -3858,6 +3858,10 @@ src/app/components/custom-dashboard/custom-dashboard.component.html 8 + + src/app/dashboard/dashboard.component.html + 6 + fees-box.transaction-fees @@ -7197,14 +7201,6 @@ TX Fee Rating is Warning tx-fee-rating.overpaid.warning - - Error: - - src/app/dashboard/dashboard.component.html - 6,7 - - fees-box.transaction-fees - Liquid Federation Holdings @@ -9259,8 +9255,8 @@ Third-party Licenses shared.trademark-policy - - Your balance is too low. Please top up your account. + + Your balance is too low.Please top up your account. src/app/shared/components/mempool-error/mempool-error.component.html 9