mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Merge pull request #957 from mempool/simon/merging-duplicate-i18n-strings
Merged block header and markets i18n strings
This commit is contained in:
commit
571bf3fa64
@ -1,9 +1,11 @@
|
|||||||
<div class="container-xl">
|
<div class="container-xl">
|
||||||
|
|
||||||
<div class="title-block">
|
<div class="title-block">
|
||||||
<h1><ng-template [ngIf]="blockHeight" i18n="block.block">Block <a [routerLink]="['/block/' | relativeUrl, blockHash]">{{ blockHeight }}</a></ng-template></h1>
|
<h1><ng-template [ngIf]="blockHeight" i18n="shared.block-title">Block <ng-container *ngTemplateOutlet="blockTemplateContent"></ng-container></ng-template></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<ng-template #blockTemplateContent><a [routerLink]="['/block/' | relativeUrl, blockHash]">{{ blockHeight }}</a></ng-template>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
<ng-template [ngIf]="!isLoading && !error">
|
<ng-template [ngIf]="!isLoading && !error">
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li *ngIf="network.val === 'bisq'" [ngbNavItem]="0">
|
<li *ngIf="network.val === 'bisq'" [ngbNavItem]="0">
|
||||||
<a ngbNavLink i18n="api-docs.tab.bsq|API Docs tab for BSQ">Markets</a>
|
<a ngbNavLink i18n="Bisq All Markets">Markets</a>
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
<ngb-accordion [closeOthers]="true" animated="true" type="dark" >
|
<ngb-accordion [closeOthers]="true" animated="true" type="dark" >
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="title-block" id="block">
|
<div class="title-block" id="block">
|
||||||
<h1>
|
<h1>
|
||||||
<ng-template [ngIf]="blockHeight === 0" i18n="block.genesis">Genesis
|
<ng-template [ngIf]="blockHeight === 0"><ng-container i18n="@@2303359202781425764">Genesis</ng-container>
|
||||||
<span class="next-previous-blocks">
|
<span class="next-previous-blocks">
|
||||||
<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">
|
<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">
|
||||||
<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true"></fa-icon>
|
<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true"></fa-icon>
|
||||||
@ -13,7 +13,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template [ngIf]="blockHeight" i18n="block.block"> Block
|
<ng-template [ngIf]="blockHeight" i18n="shared.block-title">Block <ng-container *ngTemplateOutlet="blockTemplateContent"></ng-container></ng-template>
|
||||||
|
<ng-template #blockTemplateContent>
|
||||||
<span class="next-previous-blocks">
|
<span class="next-previous-blocks">
|
||||||
<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">
|
<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">
|
||||||
<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true"></fa-icon>
|
<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true"></fa-icon>
|
||||||
|
@ -404,11 +404,11 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">49</context>
|
<context context-type="linenumber">51</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">167,168</context>
|
<context context-type="linenumber">168,169</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||||
@ -428,11 +428,11 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">50</context>
|
<context context-type="linenumber">52</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">168,169</context>
|
<context context-type="linenumber">169,170</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||||
@ -451,27 +451,31 @@
|
|||||||
<context context-type="linenumber">43</context>
|
<context context-type="linenumber">43</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="51e0346da0d58dd6ee252cdaae9ca2711b2f540a" datatype="html">
|
<trans-unit id="70572fa5fe9d93f071fbb0f3556d86de39f9e4af" datatype="html">
|
||||||
<source>Block <x id="START_LINK" ctype="x-a" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">"/><x id="INTERPOLATION" equiv-text="{{ blockHeight }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/></source>
|
<source>Block <x id="START_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="<ng-container *ngTemplateOutlet="blockTemplateContent">"/><x id="CLOSE_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="</ng-container>"/></source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">4</context>
|
<context context-type="linenumber">4</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.block</note>
|
<context-group purpose="location">
|
||||||
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
|
<context context-type="linenumber">16,17</context>
|
||||||
|
</context-group>
|
||||||
|
<note priority="1" from="description">shared.block-title</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="960cd598cbd85edb0a254ff3e59574d2c5cb888c" datatype="html">
|
<trans-unit id="960cd598cbd85edb0a254ff3e59574d2c5cb888c" datatype="html">
|
||||||
<source>Hash</source>
|
<source>Hash</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">17</context>
|
<context context-type="linenumber">19</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">80</context>
|
<context context-type="linenumber">82</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">50,51</context>
|
<context context-type="linenumber">51,52</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.hash</note>
|
<note priority="1" from="description">block.hash</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -479,11 +483,11 @@
|
|||||||
<source>Timestamp</source>
|
<source>Timestamp</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">21</context>
|
<context context-type="linenumber">23</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">84</context>
|
<context context-type="linenumber">86</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-transaction/bisq-transaction.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-transaction/bisq-transaction.component.html</context>
|
||||||
@ -500,11 +504,11 @@
|
|||||||
<source>Previous hash</source>
|
<source>Previous hash</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">35</context>
|
<context context-type="linenumber">37</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||||
<context context-type="linenumber">93</context>
|
<context context-type="linenumber">95</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">Transaction Previous Hash</note>
|
<note priority="1" from="description">Transaction Previous Hash</note>
|
||||||
<note priority="1" from="meaning">block.previous_hash</note>
|
<note priority="1" from="meaning">block.previous_hash</note>
|
||||||
@ -633,6 +637,10 @@
|
|||||||
<context context-type="sourcefile">src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html</context>
|
||||||
<context context-type="linenumber">66,67</context>
|
<context context-type="linenumber">66,67</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
|
<context-group purpose="location">
|
||||||
|
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||||
|
<context context-type="linenumber">36,38</context>
|
||||||
|
</context-group>
|
||||||
<note priority="1" from="description">Bisq All Markets</note>
|
<note priority="1" from="description">Bisq All Markets</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ece163b62f5e9b0b68a8d6a2d93e216318f557ba" datatype="html">
|
<trans-unit id="ece163b62f5e9b0b68a8d6a2d93e216318f557ba" datatype="html">
|
||||||
@ -980,7 +988,7 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">124,125</context>
|
<context context-type="linenumber">125,126</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||||
@ -1186,6 +1194,10 @@
|
|||||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||||
<context context-type="linenumber">34</context>
|
<context context-type="linenumber">34</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
|
<context-group purpose="location">
|
||||||
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
|
<context context-type="linenumber">5,7</context>
|
||||||
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1805880753357861573" datatype="html">
|
<trans-unit id="1805880753357861573" datatype="html">
|
||||||
<source>Irregular</source>
|
<source>Irregular</source>
|
||||||
@ -1877,15 +1889,6 @@
|
|||||||
<context context-type="linenumber">25,27</context>
|
<context context-type="linenumber">25,27</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="56af9a5d112c3a4bbb3bbec268308fc0618ca910" datatype="html">
|
|
||||||
<source>Markets</source>
|
|
||||||
<context-group purpose="location">
|
|
||||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
|
||||||
<context context-type="linenumber">36,38</context>
|
|
||||||
</context-group>
|
|
||||||
<note priority="1" from="description">API Docs tab for BSQ</note>
|
|
||||||
<note priority="1" from="meaning">api-docs.tab.bsq</note>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="842f6eb4d8f230db4bdf483a08d4d2a77e2d5869" datatype="html">
|
<trans-unit id="842f6eb4d8f230db4bdf483a08d4d2a77e2d5869" datatype="html">
|
||||||
<source>Provides list of available currencies for a given base currency. </source>
|
<source>Provides list of available currencies for a given base currency. </source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -2558,14 +2561,6 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">master-page.stats</note>
|
<note priority="1" from="description">master-page.stats</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a1fefb886154d8aa169add34c6ceb9d9fcbf3bb5" datatype="html">
|
|
||||||
<source>Genesis <x id="START_TAG_SPAN_1" ctype="x-span_1" equiv-text="<span class="next-previous-blocks">"/><x id="START_LINK" ctype="x-a" equiv-text="<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">"/><x id="START_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/><x id="START_LINK_1" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">"/><x id="INTERPOLATION" equiv-text="{{ blockHeight }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="<span placement="bottom" class="disable">"/><x id="START_TAG_FA_ICON_1" ctype="x-fa_icon_1" equiv-text="<fa-icon [icon]="['fas', 'angle-right']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="</span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="</span>"/></source>
|
|
||||||
<context-group purpose="location">
|
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
|
||||||
<context context-type="linenumber">5,15</context>
|
|
||||||
</context-group>
|
|
||||||
<note priority="1" from="description">block.genesis</note>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="bdf0e930eb22431140a2eaeacd809cc5f8ebd38c" datatype="html">
|
<trans-unit id="bdf0e930eb22431140a2eaeacd809cc5f8ebd38c" datatype="html">
|
||||||
<source>Next Block</source>
|
<source>Next Block</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -2574,23 +2569,15 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">18,19</context>
|
<context context-type="linenumber">19,20</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">Next Block</note>
|
<note priority="1" from="description">Next Block</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a5e18fc9712bec7947f9a795e1776794de243a1b" datatype="html">
|
|
||||||
<source> Block <x id="START_TAG_SPAN_2" ctype="x-span_2" equiv-text="<span class="next-previous-blocks">"/><x id="START_LINK" ctype="x-a" equiv-text="<a *ngIf="showNextBlocklink" [routerLink]="['/block/' | relativeUrl, nextBlockHeight]" (click)="navigateToNextBlock()" i18n-ngbTooltip="Next Block" ngbTooltip="Next Block" placement="bottom">"/><x id="START_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="<span *ngIf="!showNextBlocklink" placement="bottom" class="disable">"/><x id="START_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="<fa-icon [icon]="['fas', 'angle-left']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="</span>"/><x id="START_LINK_1" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">"/><x id="INTERPOLATION" equiv-text="{{ blockHeight }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/><x id="START_LINK_2" equiv-text="<a *ngIf="showPreviousBlocklink && block" [routerLink]="['/block/' | relativeUrl, block.previousblockhash]" (click)="navigateToPreviousBlock()" i18n-ngbTooltip="Previous Block" ngbTooltip="Previous Block" placement="bottom">"/><x id="START_TAG_FA_ICON_1" ctype="x-fa_icon_1" equiv-text="<fa-icon [icon]="['fas', 'angle-right']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/><x id="START_TAG_SPAN_1" ctype="x-span_1" equiv-text="<span *ngIf="!showPreviousBlocklink" placement="bottom" class="disable">"/><x id="START_TAG_FA_ICON_1" ctype="x-fa_icon_1" equiv-text="<fa-icon [icon]="['fas', 'angle-right']" [fixedWidth]="true">"/><x id="CLOSE_TAG_FA_ICON" ctype="x-fa_icon" equiv-text="</fa-icon>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="</span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="</span>"/></source>
|
|
||||||
<context-group purpose="location">
|
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
|
||||||
<context context-type="linenumber">16,32</context>
|
|
||||||
</context-group>
|
|
||||||
<note priority="1" from="description">block.block</note>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="a0e07a711d171f4d40dd388d70ed32f9b8101e0a" datatype="html">
|
<trans-unit id="a0e07a711d171f4d40dd388d70ed32f9b8101e0a" datatype="html">
|
||||||
<source>Previous Block</source>
|
<source>Previous Block</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">25,26</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">Previous Block</note>
|
<note priority="1" from="description">Previous Block</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2598,7 +2585,7 @@
|
|||||||
<source>Timestamp</source>
|
<source>Timestamp</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">54,56</context>
|
<context context-type="linenumber">55,57</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||||
@ -2610,7 +2597,7 @@
|
|||||||
<source>Size</source>
|
<source>Size</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">63,64</context>
|
<context context-type="linenumber">64,65</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||||
@ -2634,7 +2621,7 @@
|
|||||||
<source>Weight</source>
|
<source>Weight</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">67,68</context>
|
<context context-type="linenumber">68,69</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.weight</note>
|
<note priority="1" from="description">block.weight</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2642,7 +2629,7 @@
|
|||||||
<source>Median fee</source>
|
<source>Median fee</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">77,78</context>
|
<context context-type="linenumber">78,79</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||||
@ -2654,7 +2641,7 @@
|
|||||||
<source>sat/vB</source>
|
<source>sat/vB</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">78</context>
|
<context context-type="linenumber">79</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
<context context-type="sourcefile">src/app/components/blockchain-blocks/blockchain-blocks.component.html</context>
|
||||||
@ -2727,7 +2714,7 @@
|
|||||||
<source>Based on average native segwit transaction of 140 vBytes</source>
|
<source>Based on average native segwit transaction of 140 vBytes</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">78,80</context>
|
<context context-type="linenumber">79,81</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||||
@ -2751,11 +2738,11 @@
|
|||||||
<source>Total fees</source>
|
<source>Total fees</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">82,83</context>
|
<context context-type="linenumber">83,84</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">97,99</context>
|
<context context-type="linenumber">98,100</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">Total fees in a block</note>
|
<note priority="1" from="description">Total fees in a block</note>
|
||||||
<note priority="1" from="meaning">block.total-fees</note>
|
<note priority="1" from="meaning">block.total-fees</note>
|
||||||
@ -2764,11 +2751,11 @@
|
|||||||
<source>Subsidy + fees:</source>
|
<source>Subsidy + fees:</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">89,91</context>
|
<context context-type="linenumber">90,92</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">101,104</context>
|
<context context-type="linenumber">102,105</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">Total subsidy and fees in a block</note>
|
<note priority="1" from="description">Total subsidy and fees in a block</note>
|
||||||
<note priority="1" from="meaning">block.subsidy-and-fees</note>
|
<note priority="1" from="meaning">block.subsidy-and-fees</note>
|
||||||
@ -2777,7 +2764,7 @@
|
|||||||
<source>Miner</source>
|
<source>Miner</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">106,107</context>
|
<context context-type="linenumber">107,108</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.miner</note>
|
<note priority="1" from="description">block.miner</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2785,7 +2772,7 @@
|
|||||||
<source>Bits</source>
|
<source>Bits</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">128,130</context>
|
<context context-type="linenumber">129,131</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.bits</note>
|
<note priority="1" from="description">block.bits</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2793,7 +2780,7 @@
|
|||||||
<source>Merkle root</source>
|
<source>Merkle root</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">132,134</context>
|
<context context-type="linenumber">133,135</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.merkle-root</note>
|
<note priority="1" from="description">block.merkle-root</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2801,7 +2788,7 @@
|
|||||||
<source>Difficulty</source>
|
<source>Difficulty</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">142,145</context>
|
<context context-type="linenumber">143,146</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.difficulty</note>
|
<note priority="1" from="description">block.difficulty</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2809,7 +2796,7 @@
|
|||||||
<source>Nonce</source>
|
<source>Nonce</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">146,148</context>
|
<context context-type="linenumber">147,149</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.nonce</note>
|
<note priority="1" from="description">block.nonce</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2817,7 +2804,7 @@
|
|||||||
<source>Block Header Hex</source>
|
<source>Block Header Hex</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">150,151</context>
|
<context context-type="linenumber">151,152</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.header</note>
|
<note priority="1" from="description">block.header</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2825,7 +2812,7 @@
|
|||||||
<source>Details</source>
|
<source>Details</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">161,166</context>
|
<context context-type="linenumber">162,167</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||||
@ -2838,7 +2825,7 @@
|
|||||||
<source>Error loading block data.</source>
|
<source>Error loading block data.</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||||
<context context-type="linenumber">255,263</context>
|
<context context-type="linenumber">256,264</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<note priority="1" from="description">block.error.loading-block-data</note>
|
<note priority="1" from="description">block.error.loading-block-data</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
Loading…
Reference in New Issue
Block a user