Merge branch 'master' into simon/configurable-main-module
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
<img class="image" src="/resources/profile/exodus.svg" />
|
||||
<span>Exodus</span>
|
||||
</a>
|
||||
<a href="https://foundrydigital.com/" target="_blank" title="Foundry">
|
||||
<img class="image" src="/resources/profile/foundry.svg" />
|
||||
<span>Foundry</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -92,14 +92,14 @@
|
||||
<td class="td-width" i18n="transaction.version">Version</td>
|
||||
<td>{{ block.version | decimal2hex }} <span *ngIf="displayTaprootStatus() && hasTaproot(block.version)" class="badge badge-success ml-1" >Taproot</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="block.merkle-root">Merkle root</td>
|
||||
<td><p class="break-all">{{ block.merkle_root }}</p></td>
|
||||
</tr>
|
||||
<tr *ngIf="network !== 'liquid'">
|
||||
<td i18n="block.bits">Bits</td>
|
||||
<td>{{ block.bits | decimal2hex }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="block.merkle-root">Merkle root</td>
|
||||
<td><p class="break-all">{{ block.merkle_root }}</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="col d-none d-sm-block">
|
||||
<span class="txPerSecond" i18n="footer.tx-vbytes-per-second">Tx vBytes per second:</span>
|
||||
<span *ngIf="mempoolInfoData.vBytesPerSecond === 0; else inSync">
|
||||
<span class="badge badge-pill badge-warning" i18n="footer.backend-is-synchronizing">Backend is synchronizing</span>
|
||||
<span class="badge badge-pill badge-warning" i18n="dashboard.backend-is-synchronizing">Backend is synchronizing</span>
|
||||
</span>
|
||||
<ng-template #inSync>
|
||||
<div class="progress sub-text">
|
||||
|
||||
@@ -216,6 +216,10 @@
|
||||
<td i18n="transaction.weight|Transaction Weight">Weight</td>
|
||||
<td [innerHTML]="tx.weight | wuBytes: 2"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="transaction.hex">Transaction Hex</td>
|
||||
<td><a target="_blank" href="/api/tx/{{ txId }}/hex"><fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"></fa-icon></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>رعاة من المجتمع ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>كن راعياً ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>انتقل إلى <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> الى الرعاة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>التكامل المجتمعي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>التحالفات المجتمعية</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>المساهمون في المشروع</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>فريق صيانة المشروع</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -1934,6 +1934,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2761d0de651f1c4395e6e7fbc7fded09918f8dcb">
|
||||
<source>Returns details about difficulty adjustment.</source>
|
||||
<target>تفاصيل عوائد صعوبة التعديل.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">24,26</context>
|
||||
@@ -2047,6 +2048,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2ca235ae8c14854eb6ea6d42fd2521204d3db01f">
|
||||
<source>Returns the hex-encoded block header.</source>
|
||||
<target>عوائد سلسلة أرقام سداسية عشرية مشفرة كعنوان كتله.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">230,233</context>
|
||||
@@ -2371,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2673,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2717,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2733,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2800,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>جذع ميركيل</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>وحدات صغيرة.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>جذع ميركيل</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>الصعوبه</target>
|
||||
@@ -2838,6 +2853,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="cbfb79ff517493268a49acffa81ecc02336d8372">
|
||||
<source>Block Header Hex</source>
|
||||
<target>عنوان الكتلة HEX</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">118,119</context>
|
||||
@@ -2940,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2953,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2967,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2995,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3008,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3065,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3376,11 +3392,7 @@
|
||||
<target>في ~ <x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3408,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3434,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3522,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3567,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>الحوالة غير موجودة.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3581,7 +3605,7 @@
|
||||
<target>في انتظار ظهورها على mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3590,7 +3614,7 @@
|
||||
<target>الرسوم</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3600,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3610,7 +3634,7 @@
|
||||
<target>معدل الرسوم الفعلي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3884,6 +3908,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="86d26b45470e43b409e589517922276109138e87">
|
||||
<source>Transaction Fees</source>
|
||||
<target>رسوم التحويل</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">6,9</context>
|
||||
@@ -3912,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3966,7 +3991,7 @@
|
||||
<target>الحد الادنى للعمولة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3976,7 +4001,7 @@
|
||||
<target>تطهير</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3986,7 +4011,7 @@
|
||||
<target>استخدام الذاكرة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3996,7 +4021,7 @@
|
||||
<target>الحوالات الواردة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4005,7 +4030,7 @@
|
||||
<target>تعديل الصعوبة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4014,11 +4039,11 @@
|
||||
<target>متبقي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4027,19 +4052,20 @@
|
||||
<target>متوقعه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="680d5c75b7fd8d37961083608b9fcdc4167b4c43">
|
||||
<source>Previous</source>
|
||||
<target>السابق</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4048,11 +4074,11 @@
|
||||
<target>الفترة الحالية</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -450,7 +450,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -475,7 +475,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -815,15 +815,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1172,7 +1172,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1392,7 +1392,7 @@
|
||||
<target>Patrocinadors de la comunitat ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1401,7 +1401,7 @@
|
||||
<target>Feu-vos patrocinador ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1410,7 +1410,7 @@
|
||||
<target>Anar a<x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>per a patrocinar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1422,7 +1422,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1430,7 +1430,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1439,7 +1439,7 @@
|
||||
<target>Col·laboradors del projecte</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1447,7 +1447,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2307,6 +2307,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2597,11 +2610,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2641,11 +2654,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2657,7 +2670,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2721,23 +2734,23 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Dificultat</target>
|
||||
@@ -2857,9 +2870,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2870,7 +2883,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2883,7 +2896,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2909,7 +2922,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2921,7 +2934,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2973,7 +2986,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3265,11 +3278,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3297,7 +3306,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3323,6 +3332,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3404,7 +3417,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3445,11 +3458,19 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3457,7 +3478,7 @@
|
||||
<source>Waiting for it to appear in the mempool...</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3465,7 +3486,7 @@
|
||||
<source>Fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3475,7 +3496,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3484,7 +3505,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3769,7 +3790,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3818,7 +3839,7 @@
|
||||
<source>Minimum fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3827,7 +3848,7 @@
|
||||
<source>Purging</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3836,7 +3857,7 @@
|
||||
<source>Memory usage</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3845,7 +3866,7 @@
|
||||
<source>Incoming transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3853,7 +3874,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3861,11 +3882,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3873,11 +3894,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3885,7 +3906,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3893,11 +3914,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Komunitní sponzoři ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Staňte se sponzorem ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Přejděte na <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> a sponzorujte nás</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Komunitní integrace</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Komunitní aliance</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Přispěvatelé projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Správci projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2370,6 +2370,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2672,11 +2685,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2716,11 +2729,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2732,7 +2745,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2799,24 +2812,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merklův kořen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bity</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merklův kořen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Obtížnost</target>
|
||||
@@ -2939,9 +2952,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2952,7 +2965,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2966,7 +2979,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2993,7 +3006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3005,7 +3018,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3062,7 +3075,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3369,11 +3382,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3401,7 +3410,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3427,6 +3436,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3515,7 +3528,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3560,12 +3573,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transakce nebyla nalezena.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3574,7 +3595,7 @@
|
||||
<target>Čekání na to, až se objeví v mempoolu...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3583,7 +3604,7 @@
|
||||
<target>Poplatek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>Efektivní poplatek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3905,7 +3926,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3959,7 +3980,7 @@
|
||||
<target>Minimální poplatek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3969,7 +3990,7 @@
|
||||
<target>Čištění</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3979,7 +4000,7 @@
|
||||
<target>Využití paměti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<target>Příchozí transakce</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3997,7 +4018,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4005,11 +4026,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4038,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4029,7 +4050,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4037,11 +4058,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Community-Sponsoren ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Werde ein Sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Gehen Sie zu <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> um zu sponsern</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Community-Integrationen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Community-Allianzen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Projektmitwirkende</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Projektbetreuer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Schwierigkeit</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2998,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3011,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<target>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transaktion nicht gefunden.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Warten bis sie im Mempool erscheint...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Gebühr</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Effektiver Gebührensatz</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3887,6 +3908,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="86d26b45470e43b409e589517922276109138e87">
|
||||
<source>Transaction Fees</source>
|
||||
<target>Transaktionsgebühr</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">6,9</context>
|
||||
@@ -3915,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3969,7 +3991,7 @@
|
||||
<target>Mindestgebühr</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3979,17 +4001,17 @@
|
||||
<target>Streichung</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
|
||||
<source>Memory usage</source>
|
||||
<target>Speicherausnutzung</target>
|
||||
<target>Speichernutzung</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3999,7 +4021,7 @@
|
||||
<target>Eingehende Transaktionen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4008,7 +4030,7 @@
|
||||
<target>Schwierigkeitsanpassung</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4039,11 @@
|
||||
<target>Verbleibend</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4030,19 +4052,20 @@
|
||||
<target>Schätzung</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="680d5c75b7fd8d37961083608b9fcdc4167b4c43">
|
||||
<source>Previous</source>
|
||||
<target>Vorherige</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4051,11 +4074,11 @@
|
||||
<target>Laufende Periode</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
@@ -4117,7 +4140,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.days">
|
||||
<source><x equiv-text="counter" id="DATE"/> days</source>
|
||||
<target><x equiv-text="counter" id="DATE"/> Tage</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> Tagen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
|
||||
@@ -405,7 +405,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -429,7 +429,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -746,15 +746,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1078,7 +1078,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1285,7 +1285,7 @@
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1293,7 +1293,7 @@
|
||||
<source>Become a sponsor ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1301,7 +1301,7 @@
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1313,7 +1313,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1321,7 +1321,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1329,7 +1329,7 @@
|
||||
<source>Project Contributors</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1337,7 +1337,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2181,6 +2181,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2456,11 +2469,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2500,11 +2513,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2516,7 +2529,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2579,22 +2592,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2706,9 +2719,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2718,7 +2731,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2731,7 +2744,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2757,7 +2770,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2769,7 +2782,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2821,7 +2834,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3109,11 +3122,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3141,7 +3150,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3167,6 +3176,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3247,7 +3260,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3288,11 +3301,19 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3300,7 +3321,7 @@
|
||||
<source>Waiting for it to appear in the mempool...</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3308,7 +3329,7 @@
|
||||
<source>Fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3317,7 +3338,7 @@
|
||||
<source>sat</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3326,7 +3347,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3600,7 +3621,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3648,7 +3669,7 @@
|
||||
<source>Minimum fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3657,7 +3678,7 @@
|
||||
<source>Purging</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3666,7 +3687,7 @@
|
||||
<source>Memory usage</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3675,7 +3696,7 @@
|
||||
<source>Incoming transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3683,7 +3704,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3691,11 +3712,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3703,11 +3724,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3715,7 +3736,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3723,11 +3744,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Patrocinadores de la comunidad ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Sé patrocinador ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Navega a <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> para patrocinar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Integraciones de la comunidad</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Alianzas de la comunidad</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Contribuyentes al proyecto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Mantenedores del proyecto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Raíz de Merkle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Raíz de Merkle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Dificultad</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2998,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3011,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<target>En ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transacción no encontrada</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Esperando a que aparezca en la mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Tasa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Ratio de tasa efectiva</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3916,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3970,7 +3991,7 @@
|
||||
<target>Tarifa mínima</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3980,7 +4001,7 @@
|
||||
<target>Purga</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3990,7 +4011,7 @@
|
||||
<target>Uso de memoria</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -4000,7 +4021,7 @@
|
||||
<target>Transacciones entrantes</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4009,7 +4030,7 @@
|
||||
<target>Ajuste de Dificultad</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4018,11 +4039,11 @@
|
||||
<target>Restante</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4031,11 +4052,11 @@
|
||||
<target>Estimar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4044,7 +4065,7 @@
|
||||
<target>Previo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4053,11 +4074,11 @@
|
||||
<target>Período Actual</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>حامیان جامعه ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>حامی شوید ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>برای حامی شدن به اینجا برو <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>پیادهسازیها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>متحدین جامعه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>مشارکت کنندگان</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>نگهدارندگان پروژه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2377,6 +2377,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>رابط برنامهنویسی نرمافزار (API)</target>
|
||||
@@ -2679,11 +2692,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2723,11 +2736,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2739,7 +2752,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2806,24 +2819,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>ریشه درخت مرکل</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>بیت</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>ریشه درخت مرکل</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>سختی شبکه</target>
|
||||
@@ -2947,9 +2960,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2960,7 +2973,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2974,7 +2987,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -3002,7 +3015,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3015,7 +3028,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3072,7 +3085,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3383,11 +3396,7 @@
|
||||
<target>در حدود <x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3415,7 +3424,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3441,6 +3450,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3529,7 +3542,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3574,12 +3587,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>تراکنش پیدا نشد.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3588,7 +3609,7 @@
|
||||
<target>منتظر دیدهشدن در mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3597,7 +3618,7 @@
|
||||
<target>کارمزد</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3607,7 +3628,7 @@
|
||||
<target>ساتوشی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3617,7 +3638,7 @@
|
||||
<target>نرخ کارمزد مؤثر</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3920,7 +3941,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3974,7 +3995,7 @@
|
||||
<target>حداقل کارمزد</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3984,7 +4005,7 @@
|
||||
<target>آستانه حذف</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3994,7 +4015,7 @@
|
||||
<target>حافظه مصرفشده</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -4004,7 +4025,7 @@
|
||||
<target>تراکنشهای منتشرشده</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4013,7 +4034,7 @@
|
||||
<target>تنظیم سختی بلاکها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4022,11 +4043,11 @@
|
||||
<target>باقیمانده</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4035,11 +4056,11 @@
|
||||
<target>تخمین</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4048,7 +4069,7 @@
|
||||
<target>قبلی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4057,11 +4078,11 @@
|
||||
<target>دوره فعلی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Yhteisön sponsorit ❤️ </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Ryhdy sponsoriksi ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Siirry osoitteeseen <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> sponsoroidaksesi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Yhteisön integraatiot </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Yhteisöliittoumat </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Projektin avustajat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Projektin ylläpitäjät </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle-juuri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bitit</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle-juuri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Vaikeus</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2987,7 +3000,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1bb6965f8e1bbe40c076528ffd841da86f57f119">
|
||||
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> <x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>blocks<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></source>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/><x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>lohkot<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></target>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/><x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>lohkoa<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">22,23</context>
|
||||
@@ -2998,20 +3011,20 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b7ef3894d9b6f157c400ddc937c70c9881ecd896">
|
||||
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> <x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>block<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></source>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/><x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>lohkot<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></target>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/><x ctype="x-span" equiv-text="<span class="shared-block">" id="START_TAG_SPAN"/>lohkoa<x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3376,14 +3389,10 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-until">
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<target><x equiv-text="dateStrings.i18nMinute" id="DATE"/>sisällä~</target>
|
||||
<target>~<x equiv-text="dateStrings.i18nMinute" id="DATE"/> sisällä</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Siirtotapahtumaa ei löydy.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Odotetaan sen ilmestymistä mempooliin...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Siirtokulu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Todellinen siirtokulutaso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3887,6 +3908,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="86d26b45470e43b409e589517922276109138e87">
|
||||
<source>Transaction Fees</source>
|
||||
<target>Siirtokulut</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">6,9</context>
|
||||
@@ -3915,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3969,7 +3991,7 @@
|
||||
<target>Vähimmäiskulu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3979,7 +4001,7 @@
|
||||
<target>Tyhjennys</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3989,7 +4011,7 @@
|
||||
<target>Muistin käyttö</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3999,7 +4021,7 @@
|
||||
<target>Saapuvat siirtotapahtumat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4008,7 +4030,7 @@
|
||||
<target>Vaikeudensäätö</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4039,11 @@
|
||||
<target>Jäljellä</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4030,19 +4052,20 @@
|
||||
<target>Arvio</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="680d5c75b7fd8d37961083608b9fcdc4167b4c43">
|
||||
<source>Previous</source>
|
||||
<target>Edellinen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4051,17 +4074,17 @@
|
||||
<target>Nykyinen jakso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.year">
|
||||
<source><x equiv-text="counter" id="DATE"/> year</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>vuosi</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> vuosi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -4069,7 +4092,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.years">
|
||||
<source><x equiv-text="counter" id="DATE"/> years</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>vuodet</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> vuotta</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
@@ -4077,7 +4100,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.month">
|
||||
<source><x equiv-text="counter" id="DATE"/> month</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>kuukausi</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> kuukausi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -4085,7 +4108,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.months">
|
||||
<source><x equiv-text="counter" id="DATE"/> months</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>kuukautta</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> kuukautta</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -4093,7 +4116,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.week">
|
||||
<source><x equiv-text="counter" id="DATE"/> week</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>viikko</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> viikko</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
@@ -4101,7 +4124,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.weeks">
|
||||
<source><x equiv-text="counter" id="DATE"/> weeks</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>viikkoa</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> viikkoa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">8</context>
|
||||
@@ -4109,7 +4132,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.day">
|
||||
<source><x equiv-text="counter" id="DATE"/> day</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>päivä</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> päivä</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">9</context>
|
||||
@@ -4117,7 +4140,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.days">
|
||||
<source><x equiv-text="counter" id="DATE"/> days</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>päivät</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> päivää</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
@@ -4125,7 +4148,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.hour">
|
||||
<source><x equiv-text="counter" id="DATE"/> hour</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>tunti</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> tunti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
@@ -4133,7 +4156,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.hours">
|
||||
<source><x equiv-text="counter" id="DATE"/> hours</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>tunnit</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> tuntia</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
@@ -4141,7 +4164,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.minute">
|
||||
<source><x equiv-text="counter" id="DATE"/> minute</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>minuutti</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> minuutti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
@@ -4149,7 +4172,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.minutes">
|
||||
<source><x equiv-text="counter" id="DATE"/> minutes</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>minuutteja</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> minuuttia</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@@ -4157,7 +4180,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.second">
|
||||
<source><x equiv-text="counter" id="DATE"/> second</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>sekuntti</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> sekuntti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">15</context>
|
||||
@@ -4165,7 +4188,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.seconds">
|
||||
<source><x equiv-text="counter" id="DATE"/> seconds</source>
|
||||
<target><x equiv-text="counter" id="DATE"/>sekunnit</target>
|
||||
<target><x equiv-text="counter" id="DATE"/> sekuntia</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
|
||||
@@ -437,7 +437,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -462,7 +462,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -802,15 +802,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1159,7 +1159,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1385,7 +1385,7 @@
|
||||
<target>Sponsors de la communauté ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1394,7 +1394,7 @@
|
||||
<target>Devenir sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1403,7 +1403,7 @@
|
||||
<target>Rendez-vous sur <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> pour soutenir le projet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1423,7 +1423,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1431,7 +1431,7 @@
|
||||
<source>Project Contributors</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1439,7 +1439,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2325,6 +2325,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2622,11 +2635,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2666,11 +2679,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2682,7 +2695,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2749,22 +2762,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2885,9 +2898,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2898,7 +2911,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2912,7 +2925,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2939,7 +2952,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2951,7 +2964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3008,7 +3021,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3314,11 +3327,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3346,7 +3355,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3372,6 +3381,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3459,7 +3472,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3502,12 +3515,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transaction introuvable.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3516,7 +3537,7 @@
|
||||
<target>Veuillez patienter pendant que nous attendons qu'elle apparaisse dans le mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3525,7 +3546,7 @@
|
||||
<target>Frais</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3535,7 +3556,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3544,7 +3565,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3842,7 +3863,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3896,7 +3917,7 @@
|
||||
<target>Frais minimums</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3906,7 +3927,7 @@
|
||||
<target>Purgées</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3916,7 +3937,7 @@
|
||||
<target>Mémoire utilisée</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3926,7 +3947,7 @@
|
||||
<target>Transactions entrantes</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3934,7 +3955,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3942,11 +3963,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3954,11 +3975,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3966,7 +3987,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3974,11 +3995,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1404,7 +1404,7 @@
|
||||
<target>נותני חסות מהקהילה ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1413,7 +1413,7 @@
|
||||
<target>הצטרף כנותן חסות ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1421,7 +1421,7 @@
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1434,7 +1434,7 @@
|
||||
<target>שיתופי פעולה עם הקהילה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1443,7 +1443,7 @@
|
||||
<target>בני ברית מהקהילה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1452,7 +1452,7 @@
|
||||
<target>תורמי הפרוייקט</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1461,7 +1461,7 @@
|
||||
<target>מתחזקי הפרוייקט</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2349,6 +2349,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2647,11 +2660,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2691,11 +2704,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2707,7 +2720,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2774,24 +2787,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>שורש מרקל</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>ביטים</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>שורש מרקל</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>קושי</target>
|
||||
@@ -2913,9 +2926,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2926,7 +2939,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2940,7 +2953,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2967,7 +2980,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2979,7 +2992,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3036,7 +3049,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3347,11 +3360,7 @@
|
||||
<target>תוך <x equiv-text="dateStrings.i18nMinute" id="DATE"/>~</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3379,7 +3388,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3405,6 +3414,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3493,7 +3506,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3538,12 +3551,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>טרנזקציה לא נמצאה.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3552,7 +3573,7 @@
|
||||
<target>ממתין להופעתה בממפול..</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3561,7 +3582,7 @@
|
||||
<target>עמלה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3571,7 +3592,7 @@
|
||||
<target>סאטושיז</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3581,7 +3602,7 @@
|
||||
<target>שיעור עמלה אפקטיבי</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3883,7 +3904,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3937,7 +3958,7 @@
|
||||
<target>עמלה מינימלית</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3947,7 +3968,7 @@
|
||||
<target>סף עמלה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3957,7 +3978,7 @@
|
||||
<target>שימוש בזיכרון</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3967,7 +3988,7 @@
|
||||
<target>טרנזקציות נכנסות</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3976,7 +3997,7 @@
|
||||
<target>התאמת קשי</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3985,11 +4006,11 @@
|
||||
<target>נותרו</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3998,11 +4019,11 @@
|
||||
<target>הערכה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4010,7 +4031,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4019,11 +4040,11 @@
|
||||
<target>מחזור נוכחי</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -447,7 +447,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -472,7 +472,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -812,15 +812,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1169,7 +1169,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1402,7 +1402,7 @@
|
||||
<target>समुदाय प्रायोजक ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1411,7 +1411,7 @@
|
||||
<target>प्रायोजक बनें ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1420,7 +1420,7 @@
|
||||
<target>प्रायोजक के लिए <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> पर नेविगेट करें</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1433,7 +1433,7 @@
|
||||
<target>सामुदायिक एकीकरण</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1442,7 +1442,7 @@
|
||||
<target>सामुदायिक गठबंधन</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1451,7 +1451,7 @@
|
||||
<target>परियोजना योगदानकर्ता</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1460,7 +1460,7 @@
|
||||
<target>परियोजना अनुरक्षक</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2339,6 +2339,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>एपीआई</target>
|
||||
@@ -2628,11 +2641,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2672,11 +2685,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2688,7 +2701,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2751,22 +2764,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2878,9 +2891,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2890,7 +2903,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2903,7 +2916,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2929,7 +2942,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2941,7 +2954,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2993,7 +3006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3281,11 +3294,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3313,7 +3322,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3339,6 +3348,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3419,7 +3432,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3460,11 +3473,19 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3472,7 +3493,7 @@
|
||||
<source>Waiting for it to appear in the mempool...</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3480,7 +3501,7 @@
|
||||
<source>Fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3489,7 +3510,7 @@
|
||||
<source>sat</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3498,7 +3519,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3772,7 +3793,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3820,7 +3841,7 @@
|
||||
<source>Minimum fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3829,7 +3850,7 @@
|
||||
<source>Purging</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3838,7 +3859,7 @@
|
||||
<source>Memory usage</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3847,7 +3868,7 @@
|
||||
<source>Incoming transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3855,7 +3876,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3863,11 +3884,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3875,11 +3896,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3887,7 +3908,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3895,11 +3916,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -405,7 +405,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -429,7 +429,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -747,15 +747,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1083,7 +1083,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1291,7 +1291,7 @@
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1299,7 +1299,7 @@
|
||||
<source>Become a sponsor ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1307,7 +1307,7 @@
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1319,7 +1319,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1327,7 +1327,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1335,7 +1335,7 @@
|
||||
<source>Project Contributors</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1343,7 +1343,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2187,6 +2187,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2463,11 +2476,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2507,11 +2520,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2523,7 +2536,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2586,22 +2599,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2714,9 +2727,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2726,7 +2739,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2739,7 +2752,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2765,7 +2778,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2777,7 +2790,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2829,7 +2842,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3117,11 +3130,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3149,7 +3158,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3175,6 +3184,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3260,7 +3273,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3303,11 +3316,19 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3315,7 +3336,7 @@
|
||||
<source>Waiting for it to appear in the mempool...</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3324,7 +3345,7 @@
|
||||
<target>Naknada</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3334,7 +3355,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3343,7 +3364,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3617,7 +3638,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3665,7 +3686,7 @@
|
||||
<source>Minimum fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3674,7 +3695,7 @@
|
||||
<source>Purging</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3683,7 +3704,7 @@
|
||||
<source>Memory usage</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3692,7 +3713,7 @@
|
||||
<source>Incoming transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3700,7 +3721,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3708,11 +3729,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3720,11 +3741,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3732,7 +3753,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3740,11 +3761,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Közösségi Szponzorok ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Legyél te is támogatónk! ❤️ </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Navigálj a <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>-ra hogy támogasd a projektet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Közösségi Integrációk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Közösségi Szövetségesek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Projekt Kontribútorok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Projekt Fenntartók</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -1583,6 +1583,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="42b59f1f3dfde09c4c04f711307847438e057efb">
|
||||
<source>General</source>
|
||||
<target>Általános</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">9,11</context>
|
||||
@@ -1933,6 +1934,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2761d0de651f1c4395e6e7fbc7fded09918f8dcb">
|
||||
<source>Returns details about difficulty adjustment.</source>
|
||||
<target>Részleteket ad vissza a bányászási nehézségifokról.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">24,26</context>
|
||||
@@ -2024,7 +2026,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f4cba7faeb126346f09cc6af30124f9a343f7a28">
|
||||
<source>Blocks</source>
|
||||
<target>Blokkok</target>
|
||||
<target> Blokkok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">197,199</context>
|
||||
@@ -2046,6 +2048,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2ca235ae8c14854eb6ea6d42fd2521204d3db01f">
|
||||
<source>Returns the hex-encoded block header.</source>
|
||||
<target>Visszaírja a hex-kódolt blokk fejlécet.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">230,233</context>
|
||||
@@ -2370,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2672,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2716,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2732,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2799,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle törzs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle törzs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Nehézség</target>
|
||||
@@ -2837,6 +2853,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="cbfb79ff517493268a49acffa81ecc02336d8372">
|
||||
<source>Block Header Hex</source>
|
||||
<target>Blokk Fejcím Hex</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">118,119</context>
|
||||
@@ -2939,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2952,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2966,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2994,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3007,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3064,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3372,13 +3389,10 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-until">
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<target>~<x equiv-text="dateStrings.i18nMinute" id="DATE"/> percen belül</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3406,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3432,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3520,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3565,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Nem található tranzakció.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3579,7 +3605,7 @@
|
||||
<target>Várakozás arra hogy a mempoolban feltünjön...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3588,7 +3614,7 @@
|
||||
<target>Díj</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3598,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3608,7 +3634,7 @@
|
||||
<target>Effektív díj ráta</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3882,6 +3908,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="86d26b45470e43b409e589517922276109138e87">
|
||||
<source>Transaction Fees</source>
|
||||
<target>Tranzakciós Díjjak</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">6,9</context>
|
||||
@@ -3910,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3964,7 +3991,7 @@
|
||||
<target>Minimum Díj</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3974,7 +4001,7 @@
|
||||
<target>Törlés</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3984,7 +4011,7 @@
|
||||
<target>Memória használat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3994,7 +4021,7 @@
|
||||
<target>Beérkező tranzakciók</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4003,7 +4030,7 @@
|
||||
<target>Bányászási Nehézségifok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4012,11 +4039,11 @@
|
||||
<target>Hátramaradt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4025,19 +4052,20 @@
|
||||
<target>Becslés</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="680d5c75b7fd8d37961083608b9fcdc4167b4c43">
|
||||
<source>Previous</source>
|
||||
<target>Előző</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4046,11 +4074,11 @@
|
||||
<target>Mostani Periódus</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
@@ -4136,6 +4164,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="date-base.minute">
|
||||
<source><x equiv-text="counter" id="DATE"/> minute</source>
|
||||
<target><x equiv-text="counter" id="DATE"/> perc</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/i18n/dates.ts</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Sponsor comunitari ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Diventa uno sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Vai a <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> per sponsorizzare</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Integrazioni della comunità</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Alleanze della comunità</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Hanno contribuito al progetto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Manutentori del progetto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2371,6 +2371,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2673,11 +2686,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2717,11 +2730,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2733,7 +2746,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2800,24 +2813,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Difficoltà</target>
|
||||
@@ -2940,9 +2953,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2953,7 +2966,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2967,7 +2980,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2994,7 +3007,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3006,7 +3019,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3063,7 +3076,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3370,11 +3383,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3402,7 +3411,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3428,6 +3437,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3516,7 +3529,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3561,12 +3574,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transazione non trovata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3575,7 +3596,7 @@
|
||||
<target>Aspettando che appaia nella mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Commissione</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3594,7 +3615,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3604,7 +3625,7 @@
|
||||
<target>Prezzo effettivo della commissione</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3906,7 +3927,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3960,7 +3981,7 @@
|
||||
<target>Commissione minima</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3970,7 +3991,7 @@
|
||||
<target>Eliminazione</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3980,7 +4001,7 @@
|
||||
<target>Memoria in uso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3990,7 +4011,7 @@
|
||||
<target>Transazioni in arrivo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3998,7 +4019,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4006,11 +4027,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4018,11 +4039,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4030,7 +4051,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4038,11 +4059,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>コミュニティーのスポンサー❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>スポンサーになる❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>スポンサーになるのに、<x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>を訪れる</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>コミュニティーの結合</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>コミュニティーの提携</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>プロジェクト貢献者</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>プロジェクトメンテナー</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2370,6 +2370,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2672,11 +2685,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2716,11 +2729,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2732,7 +2745,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2799,24 +2812,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>マークル・ルート</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>ビット</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>マークル・ルート</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>難易度</target>
|
||||
@@ -2939,9 +2952,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2952,7 +2965,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2966,7 +2979,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2993,7 +3006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3005,7 +3018,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3062,7 +3075,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3369,11 +3382,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3401,7 +3410,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3427,6 +3436,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3515,7 +3528,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3560,12 +3573,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>トランザクションが見つかりません。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3574,7 +3595,7 @@
|
||||
<target>mempoolに表示されるのを待っています...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3583,7 +3604,7 @@
|
||||
<target>手数料</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>サトシ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>実効手数料レート</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3905,7 +3926,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3959,7 +3980,7 @@
|
||||
<target>最低料金</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3969,7 +3990,7 @@
|
||||
<target>削除中</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3979,7 +4000,7 @@
|
||||
<target>メモリ使用量</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<target>着信トランザクション</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3997,7 +4018,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4005,11 +4026,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4038,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4029,7 +4050,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4037,11 +4058,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -420,7 +420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -445,7 +445,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -774,15 +774,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1126,7 +1126,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1339,7 +1339,7 @@
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1348,7 +1348,7 @@
|
||||
<target>გახდი სპონსორი ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1356,7 +1356,7 @@
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1368,7 +1368,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1376,7 +1376,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1384,7 +1384,7 @@
|
||||
<source>Project Contributors</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1392,7 +1392,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2252,6 +2252,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2548,11 +2561,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2592,11 +2605,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2608,7 +2621,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2675,22 +2688,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2811,9 +2824,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2824,7 +2837,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2838,7 +2851,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2865,7 +2878,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2877,7 +2890,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2934,7 +2947,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3240,11 +3253,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3272,7 +3281,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3298,6 +3307,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3385,7 +3398,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3428,12 +3441,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>ტრანსაქცია ვერ მოიძებნა.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3442,7 +3463,7 @@
|
||||
<target>დაელოდეთ mempool-ში რომ გამოჩნდეს...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3451,7 +3472,7 @@
|
||||
<target>საკომისიო</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3461,7 +3482,7 @@
|
||||
<target>სატ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3470,7 +3491,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3757,7 +3778,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3811,7 +3832,7 @@
|
||||
<target>მინ. საკომისიო</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3821,7 +3842,7 @@
|
||||
<target>წაშლა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3831,7 +3852,7 @@
|
||||
<target>მეხსიერება</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3841,7 +3862,7 @@
|
||||
<target>მიმდინარე ტრანზაქციები</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3849,7 +3870,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3857,11 +3878,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3869,11 +3890,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3881,7 +3902,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3889,11 +3910,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1408,7 +1408,7 @@
|
||||
<target>커뮤니티 스폰서❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1417,7 +1417,7 @@
|
||||
<target>후원하기 ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1426,7 +1426,7 @@
|
||||
<target>후원하려면 <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>으로 이동하십시오.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1439,7 +1439,7 @@
|
||||
<target>커뮤니티 통합</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1448,7 +1448,7 @@
|
||||
<target>커뮤니티 연합</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1457,7 +1457,7 @@
|
||||
<target>프로젝트 참여자 목록 </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1466,7 +1466,7 @@
|
||||
<target>프로젝트 관리자 목록</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2380,6 +2380,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2682,11 +2695,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2726,11 +2739,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2742,7 +2755,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2809,24 +2822,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>머클 루트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>비트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>머클 루트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>난이도</target>
|
||||
@@ -2949,9 +2962,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2962,7 +2975,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2976,7 +2989,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -3003,7 +3016,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3015,7 +3028,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3072,7 +3085,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>트랜잭션을 찾을 수 없음</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>멤풀에 포함될때까지 대기하는 중...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>수수료</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>사토시</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>유효 수수료율</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3915,7 +3936,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3969,7 +3990,7 @@
|
||||
<target>최소 수수료</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3979,7 +4000,7 @@
|
||||
<target>퍼징</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<target>멤풀 메모리 사용량</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3999,7 +4020,7 @@
|
||||
<target>들어오는 트랜잭션</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4007,7 +4028,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4015,11 +4036,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4027,11 +4048,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4039,7 +4060,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4047,11 +4068,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Samfunnssponsorer ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Bli en sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Gå til <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for å sponse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Samfunnsintegrasjoner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Samfunnsallianser</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Bidragsytere til prosjektet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Prosjektvedlikeholdere</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merklerot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merklerot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Vanskelighetsgrad</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2998,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3011,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<target>Om ~ <x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transaksjon ikke funnet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Venter på at den kommer inn i mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Avgift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Effektiv avgift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3915,7 +3936,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3969,7 +3990,7 @@
|
||||
<target>Minimumsavgift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3979,7 +4000,7 @@
|
||||
<target>Fjerner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<target>Minnebruk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3999,7 +4020,7 @@
|
||||
<target>Innkommende transaksjoner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4008,7 +4029,7 @@
|
||||
<target>Vanskelighetsgradjustering</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4038,11 @@
|
||||
<target>Gjenstående</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4030,11 +4051,11 @@
|
||||
<target>Anslag</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4042,7 +4063,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4051,11 +4072,11 @@
|
||||
<target>Nåværende periode</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1404,7 +1404,7 @@
|
||||
<target>Community Sponsoren ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1413,7 +1413,7 @@
|
||||
<target>Wordt een sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1422,7 +1422,7 @@
|
||||
<target>Navigeer naar <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> om te sponsoren</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1435,7 +1435,7 @@
|
||||
<target>Community-integraties</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1444,7 +1444,7 @@
|
||||
<target>Community-allianties</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1453,7 +1453,7 @@
|
||||
<target>Projectbijdragers</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1462,7 +1462,7 @@
|
||||
<target>Projectonderhouders</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2368,6 +2368,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2669,11 +2682,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2713,11 +2726,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2729,7 +2742,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2796,24 +2809,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Moeilijkheid</target>
|
||||
@@ -2936,9 +2949,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2949,7 +2962,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2963,7 +2976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2990,7 +3003,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3002,7 +3015,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3059,7 +3072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3366,11 +3379,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3398,7 +3407,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3424,6 +3433,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3512,7 +3525,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3557,12 +3570,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transactie niet gevonden.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3571,7 +3592,7 @@
|
||||
<target>Wachten tot het in de mempool verschijnt...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3580,7 +3601,7 @@
|
||||
<target>Vergoeding</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3590,7 +3611,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3600,7 +3621,7 @@
|
||||
<target>Effectief vergoedingstarief</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3902,7 +3923,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3956,7 +3977,7 @@
|
||||
<target>Minimumvergoeding</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3966,7 +3987,7 @@
|
||||
<target>Weggooien</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3976,7 +3997,7 @@
|
||||
<target>Geheugengebruik</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3986,7 +4007,7 @@
|
||||
<target>Inkomende transacties</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3994,7 +4015,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4002,11 +4023,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4014,11 +4035,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4026,7 +4047,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4034,11 +4055,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Sponsorzy społecznościowy ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Zostań sponsorem ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Przejdź pod adres <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> aby zostać sponsorem</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Integracje społecznościowe</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Sojusze społecznościowe</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Współtwórcy projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Opiekunowie projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2370,6 +2370,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2672,11 +2685,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2716,11 +2729,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2732,7 +2745,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2799,24 +2812,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Korzeń Merkle'a</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bity</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Korzeń Merkle'a</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Trudność</target>
|
||||
@@ -2939,9 +2952,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2952,7 +2965,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2966,7 +2979,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2993,7 +3006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3005,7 +3018,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3062,7 +3075,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3369,11 +3382,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3401,7 +3410,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3427,6 +3436,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3515,7 +3528,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3560,12 +3573,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transakcja nie odnaleziona.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3574,7 +3595,7 @@
|
||||
<target>Oczekiwanie aż pojawi się w mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3583,7 +3604,7 @@
|
||||
<target>Opłata</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>Efektywny poziom opłaty</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3905,7 +3926,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3959,7 +3980,7 @@
|
||||
<target>Minimalna opłata</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3969,7 +3990,7 @@
|
||||
<target>Próg odrzucenia</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3979,7 +4000,7 @@
|
||||
<target>Zużycie pamięci</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<target>Transakcje przychodzące</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3997,7 +4018,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4005,11 +4026,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4017,11 +4038,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4029,7 +4050,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4037,11 +4058,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Patrocinadores da comunidade ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Seja um patrocinador ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Navegue para <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> para patrocinar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Integrações da comunidade </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Alianças da comunidade</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Contribuidores do projeto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Mantenedores do projeto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Árvore Merkle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Árvore Merkle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Dificuldade</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2998,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3011,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<target>Em ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transação não encontrada.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Aguardando que apareça no mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Taxa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Taxa de transação efetiva</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3916,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3970,7 +3991,7 @@
|
||||
<target>Mínimo exigido</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3980,7 +4001,7 @@
|
||||
<target>Mínimo exigido</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3990,7 +4011,7 @@
|
||||
<target>Uso do Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -4000,7 +4021,7 @@
|
||||
<target>Transações de entrada</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4009,7 +4030,7 @@
|
||||
<target>Ajuste de Dificuldade</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4018,11 +4039,11 @@
|
||||
<target>Faltando</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4031,11 +4052,11 @@
|
||||
<target>Estimativa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4044,7 +4065,7 @@
|
||||
<target>Anterior</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4053,11 +4074,11 @@
|
||||
<target>Período Atual</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Спонсоры из сообщества ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Стать спонсором ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Перейдите на страницу <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>, чтобы стать спонсором</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Интеграции Сообщества</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Обьединения Сообщества</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Участники проекта</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Разработчики проекта</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2371,6 +2371,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2673,11 +2686,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2717,11 +2730,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2733,7 +2746,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2800,24 +2813,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Корень Меркла</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Биты</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Корень Меркла</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Сложность</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2997,7 +3010,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3009,7 +3022,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3066,7 +3079,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3373,11 +3386,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3405,7 +3414,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3431,6 +3440,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3519,7 +3532,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3564,12 +3577,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Транзакция не найдена.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3578,7 +3599,7 @@
|
||||
<target>Ожидаем ее появления в мемпуле ...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3587,7 +3608,7 @@
|
||||
<target>Комиссия</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3597,7 +3618,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3607,7 +3628,7 @@
|
||||
<target>Эффективная комиссионная ставка</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3909,7 +3930,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3963,7 +3984,7 @@
|
||||
<target>Мин. комиссия</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3973,7 +3994,7 @@
|
||||
<target>Очистка</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3983,7 +4004,7 @@
|
||||
<target>Использование памяти</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3993,7 +4014,7 @@
|
||||
<target>Входящие транзакции</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4001,7 +4022,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4009,11 +4030,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4021,11 +4042,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4033,7 +4054,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4041,11 +4062,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Sponzorji - posamezniki ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Postanite sponzor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Pojdite na <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> za sponzorstvo.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Integracije</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Zavezništva skupnosti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Sodelujoči</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Vzdrževalci</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2370,6 +2370,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2672,11 +2685,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2716,11 +2729,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2732,7 +2745,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2799,24 +2812,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle koren</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle koren</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Težavnost</target>
|
||||
@@ -2939,9 +2952,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2952,7 +2965,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2966,7 +2979,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2994,7 +3007,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3007,7 +3020,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3064,7 +3077,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3374,11 +3387,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3406,7 +3415,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3432,6 +3441,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3520,7 +3533,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3565,12 +3578,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transakcije ni mogoče najti.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3579,7 +3600,7 @@
|
||||
<target>Čakanje, da se prikaže v mempool-u...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3588,7 +3609,7 @@
|
||||
<target>Omrežnina</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3598,7 +3619,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3608,7 +3629,7 @@
|
||||
<target>Efektivna stopnja omrežnine</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3910,7 +3931,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3964,7 +3985,7 @@
|
||||
<target>Najnižja omrežnina</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3974,7 +3995,7 @@
|
||||
<target>Prag</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3984,7 +4005,7 @@
|
||||
<target>Velikost</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3994,7 +4015,7 @@
|
||||
<target>Pretočnost</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4003,7 +4024,7 @@
|
||||
<target>Prilagoditev težavnosti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4012,11 +4033,11 @@
|
||||
<target>Preostalo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4025,11 +4046,11 @@
|
||||
<target>Ocena</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4037,7 +4058,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4046,11 +4067,11 @@
|
||||
<target>Trenutno obdobje</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Communitysponsorer ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Bli sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target>Navigera till <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> för att sponsra</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Communityintegrationer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>Communityallianser</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Projektbidragare</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Projektunderhållare</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2373,6 +2373,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2675,11 +2688,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2719,11 +2732,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2735,7 +2748,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2802,24 +2815,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bitar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Svårighet</target>
|
||||
@@ -2943,9 +2956,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2956,7 +2969,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2970,7 +2983,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2998,7 +3011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3011,7 +3024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3068,7 +3081,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3379,11 +3392,7 @@
|
||||
<target>Om ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3411,7 +3420,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3437,6 +3446,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3525,7 +3538,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3570,12 +3583,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Transaktionen hittades inte</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Väntar på den att dyka upp i mempoolen...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3593,7 +3614,7 @@
|
||||
<target>Avgift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3603,7 +3624,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3613,7 +3634,7 @@
|
||||
<target>Effektiv avgiftssats</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3916,7 +3937,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3970,7 +3991,7 @@
|
||||
<target>Minimumavgift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3980,7 +4001,7 @@
|
||||
<target>Förkastar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3990,7 +4011,7 @@
|
||||
<target>Minnesanvändning</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -4000,7 +4021,7 @@
|
||||
<target>Inkommande transaktioner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -4009,7 +4030,7 @@
|
||||
<target>Svårighetsjustering</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4018,11 +4039,11 @@
|
||||
<target>Återstående</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4031,11 +4052,11 @@
|
||||
<target>Estimat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4044,7 +4065,7 @@
|
||||
<target>Föregående</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4053,11 +4074,11 @@
|
||||
<target>Nuvarande period</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1406,7 +1406,7 @@
|
||||
<target>Kömünite sponsorlarımız</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1415,7 +1415,7 @@
|
||||
<target>Sponsor olun ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1424,7 +1424,7 @@
|
||||
<target> <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> linkine tıklayarak <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> sponsoru ziyaret edebilirsiniz.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1437,7 +1437,7 @@
|
||||
<target>Kömünite Entegrasyonları</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1446,7 +1446,7 @@
|
||||
<target>İşbirlikçi kömüniteler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1455,7 +1455,7 @@
|
||||
<target>Proje Destekçileri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<target>Projeyi ayakta tutanlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2371,6 +2371,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2673,11 +2686,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2717,11 +2730,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2733,7 +2746,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2800,24 +2813,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle kökü</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bit</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle kökü</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Zorluk</target>
|
||||
@@ -2940,9 +2953,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2953,7 +2966,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2967,7 +2980,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2994,7 +3007,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3006,7 +3019,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3063,7 +3076,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3370,11 +3383,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3402,7 +3411,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3428,6 +3437,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3516,7 +3529,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3561,12 +3574,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>İşlem bulunamadı.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3575,7 +3596,7 @@
|
||||
<target>Mempool'a dahil olmayı bekliyor.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3584,7 +3605,7 @@
|
||||
<target>Ücret</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3594,7 +3615,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3604,7 +3625,7 @@
|
||||
<target>Effektik ücret değeri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3906,7 +3927,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3960,7 +3981,7 @@
|
||||
<target>Minimum ücret</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3970,7 +3991,7 @@
|
||||
<target>Temizleme</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3980,7 +4001,7 @@
|
||||
<target>Hafıza kullanımı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3990,7 +4011,7 @@
|
||||
<target>Gelen işlemler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3998,7 +4019,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4006,11 +4027,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4018,11 +4039,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4030,7 +4051,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4038,11 +4059,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1404,7 +1404,7 @@
|
||||
<target>Спонсори з спільноти ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1413,7 +1413,7 @@
|
||||
<target>Стати спонсором ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1422,7 +1422,7 @@
|
||||
<target>Перейдіть до <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> щоб стати спонсором</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1435,7 +1435,7 @@
|
||||
<target>Інтеграції спільноти</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1444,7 +1444,7 @@
|
||||
<target>Союзи спільноти</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1453,7 +1453,7 @@
|
||||
<target>Учасники проекту</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1462,7 +1462,7 @@
|
||||
<target>Розробники проекту</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2366,6 +2366,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2664,11 +2677,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2708,11 +2721,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2724,7 +2737,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2791,24 +2804,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Корінь Меркле</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Біти</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Корінь Меркле</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Складність</target>
|
||||
@@ -2931,9 +2944,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2944,7 +2957,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2958,7 +2971,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2985,7 +2998,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2997,7 +3010,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3054,7 +3067,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3361,11 +3374,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3393,7 +3402,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3419,6 +3428,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3507,7 +3520,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3552,12 +3565,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Транзакція не знайдена.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3566,7 +3587,7 @@
|
||||
<target>Чекаємо її появи в мемпулі...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3575,7 +3596,7 @@
|
||||
<target>Комісія</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3585,7 +3606,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3595,7 +3616,7 @@
|
||||
<target>Поточна ставка комісії</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3897,7 +3918,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3951,7 +3972,7 @@
|
||||
<target>Мінімальна комісія</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3961,7 +3982,7 @@
|
||||
<target>Очищення</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3971,7 +3992,7 @@
|
||||
<target>Використання пам'яті</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3981,7 +4002,7 @@
|
||||
<target>Вхідні транзакції</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3989,7 +4010,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3997,11 +4018,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4009,11 +4030,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4021,7 +4042,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4029,11 +4050,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -476,7 +476,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -816,15 +816,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1173,7 +1173,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1404,7 +1404,7 @@
|
||||
<target>Nhà tài trợ cộng đồng ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1413,7 +1413,7 @@
|
||||
<target>Trở thành nhà tài trợ ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1422,7 +1422,7 @@
|
||||
<target>Chuyển sang <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> để tài trợ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1435,7 +1435,7 @@
|
||||
<target>Tích hợp cộng đồng</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1444,7 +1444,7 @@
|
||||
<target>Liên minh cộng đồng</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1453,7 +1453,7 @@
|
||||
<target>Người đóng góp dự án</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1462,7 +1462,7 @@
|
||||
<target>Người bảo trì dự án</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2368,6 +2368,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>API</target>
|
||||
@@ -2669,11 +2682,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2713,11 +2726,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2729,7 +2742,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2796,24 +2809,24 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bits</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle root</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Độ khó</target>
|
||||
@@ -2936,9 +2949,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2949,7 +2962,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2963,7 +2976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2990,7 +3003,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -3002,7 +3015,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -3059,7 +3072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3366,11 +3379,7 @@
|
||||
<source>In ~<x equiv-text="dateStrings.i18nMinute" id="DATE"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3398,7 +3407,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3424,6 +3433,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3512,7 +3525,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3557,12 +3570,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>Không tìm thấy giao dịch.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3571,7 +3592,7 @@
|
||||
<target>Đang đợi nó xuất hiện trong mempool ...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3580,7 +3601,7 @@
|
||||
<target>Phí</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3590,7 +3611,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3600,7 +3621,7 @@
|
||||
<target>Tỷ lệ phí hiệu quả</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3902,7 +3923,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3956,7 +3977,7 @@
|
||||
<target>Phí tối thiểu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3966,7 +3987,7 @@
|
||||
<target>Thanh lọc</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3976,7 +3997,7 @@
|
||||
<target>Sử dụng bộ nhớ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3986,7 +4007,7 @@
|
||||
<target>Giao dịch đến</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3994,7 +4015,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -4002,11 +4023,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -4014,11 +4035,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -4026,7 +4047,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -4034,11 +4055,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -430,7 +430,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -747,15 +747,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Terms of Service</note>
|
||||
<note priority="1" from="meaning">shared.terms-of-service</note>
|
||||
@@ -1079,7 +1079,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1286,7 +1286,7 @@
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1294,7 +1294,7 @@
|
||||
<source>Become a sponsor ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1302,7 +1302,7 @@
|
||||
<source>Navigate to <x id="START_LINK" ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">"/>https://mempool.space/sponsor<x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1314,7 +1314,7 @@
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1322,7 +1322,7 @@
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1330,7 +1330,7 @@
|
||||
<source>Project Contributors</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1338,7 +1338,7 @@
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2182,6 +2182,19 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="8f3ac0544491bf048120928d39e02a6baeb0b278" datatype="html">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Privacy Policy</note>
|
||||
<note priority="1" from="meaning">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
|
||||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2457,11 +2470,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2501,11 +2514,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2517,7 +2530,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">sat/vB</note>
|
||||
<note priority="1" from="meaning">shared.sat-vbyte</note>
|
||||
@@ -2580,22 +2593,22 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8" datatype="html">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="fd04710d1a54d46cd1b81a13fc98e3d561b92141" datatype="html">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8" datatype="html">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="25148835d92465353fc5fe8897c27d5369978e5a" datatype="html">
|
||||
<source>Difficulty</source>
|
||||
<context-group purpose="location">
|
||||
@@ -2707,9 +2720,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">footer.backend-is-synchronizing</note>
|
||||
<note priority="1" from="description">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1" datatype="html">
|
||||
<source>vB/s</source>
|
||||
@@ -2719,7 +2732,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">vB/s</note>
|
||||
<note priority="1" from="meaning">shared.vbytes-per-second</note>
|
||||
@@ -2732,7 +2745,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Unconfirmed count</note>
|
||||
<note priority="1" from="meaning">dashboard.unconfirmed</note>
|
||||
@@ -2758,7 +2771,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2770,7 +2783,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2822,7 +2835,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3110,11 +3123,7 @@
|
||||
<source>In ~<x id="DATE" equiv-text="dateStrings.i18nMinute"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3142,7 +3151,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3168,6 +3177,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="0094b97dd052620710f173e7aedf6807a1eba1f5" datatype="html">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3248,7 +3261,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Transaction fee rate</note>
|
||||
<note priority="1" from="meaning">transaction.fee-rate</note>
|
||||
@@ -3289,11 +3302,19 @@
|
||||
<note priority="1" from="description">Transaction Weight</note>
|
||||
<note priority="1" from="meaning">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="a2fbb7745c7048af923991e08ccd6975364be90d" datatype="html">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="c9d9612bcd520103486b5fc84d84c9476a1b7f78" datatype="html">
|
||||
<source>Transaction not found.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3301,7 +3322,7 @@
|
||||
<source>Waiting for it to appear in the mempool...</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3309,7 +3330,7 @@
|
||||
<source>Fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Transaction fee</note>
|
||||
<note priority="1" from="meaning">transaction.fee</note>
|
||||
@@ -3318,7 +3339,7 @@
|
||||
<source>sat</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Transaction Fee sat</note>
|
||||
<note priority="1" from="meaning">transaction.fee.sat</note>
|
||||
@@ -3327,7 +3348,7 @@
|
||||
<source>Effective fee rate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Effective transaction fee rate</note>
|
||||
<note priority="1" from="meaning">transaction.effective-fee-rate</note>
|
||||
@@ -3601,7 +3622,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3649,7 +3670,7 @@
|
||||
<source>Minimum fee</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Minimum mempool fee</note>
|
||||
<note priority="1" from="meaning">dashboard.minimum-fee</note>
|
||||
@@ -3658,7 +3679,7 @@
|
||||
<source>Purging</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Purgin below fee</note>
|
||||
<note priority="1" from="meaning">dashboard.purging</note>
|
||||
@@ -3667,7 +3688,7 @@
|
||||
<source>Memory usage</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Memory usage</note>
|
||||
<note priority="1" from="meaning">dashboard.memory-usage</note>
|
||||
@@ -3676,7 +3697,7 @@
|
||||
<source>Incoming transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3684,7 +3705,7 @@
|
||||
<source>Difficulty Adjustment</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3692,11 +3713,11 @@
|
||||
<source>Remaining</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3704,11 +3725,11 @@
|
||||
<source>Estimate</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3716,7 +3737,7 @@
|
||||
<source>Previous</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3724,11 +3745,11 @@
|
||||
<source>Current Period</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -441,7 +441,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">18,19</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -466,7 +466,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">19,20</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
@@ -802,15 +802,15 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">212,216</context>
|
||||
<context context-type="linenumber">216,220</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">878,882</context>
|
||||
<context context-type="linenumber">878,880</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">140,149</context>
|
||||
<context context-type="linenumber">140,142</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Terms of Service</note>
|
||||
<note from="meaning" priority="1">shared.terms-of-service</note>
|
||||
@@ -1157,7 +1157,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">279,281</context>
|
||||
<context context-type="linenumber">283,285</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@@ -1388,7 +1388,7 @@
|
||||
<target>社区赞助❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
<context context-type="linenumber">54,57</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
@@ -1397,7 +1397,7 @@
|
||||
<target>成为赞助商❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">62,63</context>
|
||||
<context context-type="linenumber">66,67</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
@@ -1405,7 +1405,7 @@
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
@@ -1418,7 +1418,7 @@
|
||||
<target>社区整合</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
<context context-type="linenumber">71,74</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
@@ -1427,7 +1427,7 @@
|
||||
<target>社区联盟</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">138,140</context>
|
||||
<context context-type="linenumber">142,144</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
@@ -1436,7 +1436,7 @@
|
||||
<target>项目贡献者</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">153,155</context>
|
||||
<context context-type="linenumber">157,159</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.contributors</note>
|
||||
</trans-unit>
|
||||
@@ -1445,7 +1445,7 @@
|
||||
<target>项目维护人员</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">167,169</context>
|
||||
<context context-type="linenumber">171,173</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
@@ -2308,6 +2308,19 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">api-docs.websocket.websocket</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f3ac0544491bf048120928d39e02a6baeb0b278">
|
||||
<source>Privacy Policy</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">880,885</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">142,148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Privacy Policy</note>
|
||||
<note from="meaning" priority="1">shared.privacy-policy</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
|
||||
<source>API</source>
|
||||
<target>应用程序接口</target>
|
||||
@@ -2604,11 +2617,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,15</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
@@ -2648,11 +2661,11 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">330,333</context>
|
||||
<context context-type="linenumber">334,337</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">341,343</context>
|
||||
<context context-type="linenumber">345,347</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@@ -2664,7 +2677,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">165,169</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">sat/vB</note>
|
||||
<note from="meaning" priority="1">shared.sat-vbyte</note>
|
||||
@@ -2731,22 +2744,22 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.miner</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.bits</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.merkle-root</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>难度</target>
|
||||
@@ -2868,9 +2881,9 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">190,192</context>
|
||||
<context context-type="linenumber">196,198</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">footer.backend-is-synchronizing</note>
|
||||
<note from="description" priority="1">dashboard.backend-is-synchronizing</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="50904e472d4671388a20fbbb1ee9dfc0a4586fa1">
|
||||
<source>vB/s</source>
|
||||
@@ -2881,7 +2894,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">195,201</context>
|
||||
<context context-type="linenumber">201,207</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">vB/s</note>
|
||||
<note from="meaning" priority="1">shared.vbytes-per-second</note>
|
||||
@@ -2895,7 +2908,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">169,171</context>
|
||||
<context context-type="linenumber">175,176</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Unconfirmed count</note>
|
||||
<note from="meaning" priority="1">dashboard.unconfirmed</note>
|
||||
@@ -2923,7 +2936,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">211,212</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.blocks</note>
|
||||
</trans-unit>
|
||||
@@ -2936,7 +2949,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">212,213</context>
|
||||
<context context-type="linenumber">218,219</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.block</note>
|
||||
</trans-unit>
|
||||
@@ -2993,7 +3006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
@@ -3304,11 +3317,7 @@
|
||||
<target>~<x equiv-text="dateStrings.i18nMinute" id="DATE"/>后</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3336,7 +3345,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
@@ -3362,6 +3371,10 @@
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">95</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-until/time-until.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0094b97dd052620710f173e7aedf6807a1eba1f5">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@@ -3450,7 +3463,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">328,330</context>
|
||||
<context context-type="linenumber">332,334</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.fee-rate</note>
|
||||
@@ -3495,12 +3508,20 @@
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2fbb7745c7048af923991e08ccd6975364be90d">
|
||||
<source>Transaction Hex</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">220,221</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.hex</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9d9612bcd520103486b5fc84d84c9476a1b7f78">
|
||||
<source>Transaction not found.</source>
|
||||
<target>交易未找到</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">304,305</context>
|
||||
<context context-type="linenumber">308,309</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@@ -3509,7 +3530,7 @@
|
||||
<target>等待交易出现在内存池</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">305,309</context>
|
||||
<context context-type="linenumber">309,313</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@@ -3518,7 +3539,7 @@
|
||||
<target>手续费</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">324,325</context>
|
||||
<context context-type="linenumber">328,329</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@@ -3528,7 +3549,7 @@
|
||||
<target>聪</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">325,328</context>
|
||||
<context context-type="linenumber">329,332</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@@ -3538,7 +3559,7 @@
|
||||
<target>有效收费率</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">338,341</context>
|
||||
<context context-type="linenumber">342,345</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Effective transaction fee rate</note>
|
||||
<note from="meaning" priority="1">transaction.effective-fee-rate</note>
|
||||
@@ -3833,7 +3854,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">171,175</context>
|
||||
<context context-type="linenumber">177,181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
|
||||
</trans-unit>
|
||||
@@ -3887,7 +3908,7 @@
|
||||
<target>最低费用</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,163</context>
|
||||
<context context-type="linenumber">168,169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Minimum mempool fee</note>
|
||||
<note from="meaning" priority="1">dashboard.minimum-fee</note>
|
||||
@@ -3897,7 +3918,7 @@
|
||||
<target>吹扫中</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
<context context-type="linenumber">169,170</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Purgin below fee</note>
|
||||
<note from="meaning" priority="1">dashboard.purging</note>
|
||||
@@ -3907,7 +3928,7 @@
|
||||
<target>内存占用</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">175,177</context>
|
||||
<context context-type="linenumber">181,182</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Memory usage</note>
|
||||
<note from="meaning" priority="1">dashboard.memory-usage</note>
|
||||
@@ -3917,7 +3938,7 @@
|
||||
<target>收款交易</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">187,189</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.incoming-transactions</note>
|
||||
</trans-unit>
|
||||
@@ -3926,7 +3947,7 @@
|
||||
<target>难度调整</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">202,205</context>
|
||||
<context context-type="linenumber">208,211</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
@@ -3935,11 +3956,11 @@
|
||||
<target>剩余</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">208,210</context>
|
||||
<context context-type="linenumber">214,216</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">255,258</context>
|
||||
<context context-type="linenumber">263,266</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.remaining</note>
|
||||
</trans-unit>
|
||||
@@ -3948,11 +3969,11 @@
|
||||
<target>预估</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">217,218</context>
|
||||
<context context-type="linenumber">223,224</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">262,265</context>
|
||||
<context context-type="linenumber">270,273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.estimate</note>
|
||||
</trans-unit>
|
||||
@@ -3961,7 +3982,7 @@
|
||||
<target>前一段</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">228,229</context>
|
||||
<context context-type="linenumber">235,236</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.previous</note>
|
||||
</trans-unit>
|
||||
@@ -3970,11 +3991,11 @@
|
||||
<target>本期</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
<context context-type="linenumber">247,248</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">269,272</context>
|
||||
<context context-type="linenumber">277,280</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">difficulty-box.current-period</note>
|
||||
</trans-unit>
|
||||
|
||||
9
frontend/src/resources/profile/foundry.svg
Normal file
9
frontend/src/resources/profile/foundry.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="400px" height="400px" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="exodus">
|
||||
<rect id="Rectangle" fill="#87E1A1" fill-rule="nonzero" x="0" y="0" width="400" height="400"></rect>
|
||||
<path d="M124,149.256434 L169.106586,149.256434 L169.106586,128.378728 C169.106586,102.958946 183.316852,90 207.489341,90 L276.773787,90 L276.773787,119.404671 L222.192348,119.404671 C216.458028,119.404671 213.968815,122.397366 213.968815,127.633575 L213.968815,149.256434 L276.023264,149.256434 L276.023264,181.902184 L213.968815,181.902184 L213.968815,310 L169.106586,310 L169.106586,181.902184 L124,181.902184 L124,149.256434" id="Fill-1" fill="#000000"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 916 B |
Reference in New Issue
Block a user