Merge commit '768fbdfbfa8e0064b86e168c59762909f4c1763b' into simon/i18n-everything
* commit '768fbdfbfa8e0064b86e168c59762909f4c1763b': Update translated strings from Transifex More fixes for RTL Always render app-mempool-graph using LTR Implement auto RTL support for i18n locales like Arabic, Persian, etc. Update extracted i18n strings from source Enable 'ar' locale for Arabic Update translated strings from Transifex Fix incorrectly used 'nn' locale, rename it to 'nb' instead Update transifex-client configuration to use master branch # Conflicts: # frontend/src/locale/messages.xlf
This commit is contained in:
commit
035f9a4d67
@ -1,7 +1,7 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[mempool.frontend-src-locale-messages-xlf--wiz-i18n]
|
||||
[mempool.frontend-src-locale-messages-xlf--master]
|
||||
file_filter = frontend/src/locale/messages.<lang>.xlf
|
||||
source_lang = en-US
|
||||
type = XLIFF
|
||||
|
@ -19,6 +19,10 @@
|
||||
"baseHref":"/"
|
||||
},
|
||||
"locales": {
|
||||
"ar": {
|
||||
"translation": "src/locale/messages.ar.xlf",
|
||||
"baseHref": "/ar/"
|
||||
},
|
||||
"cs": {
|
||||
"translation": "src/locale/messages.cs.xlf",
|
||||
"baseHref": "/cs/"
|
||||
@ -47,9 +51,9 @@
|
||||
"translation": "src/locale/messages.nl.xlf",
|
||||
"baseHref": "/nl/"
|
||||
},
|
||||
"nn": {
|
||||
"translation": "src/locale/messages.nn.xlf",
|
||||
"baseHref": "/nn/"
|
||||
"nb": {
|
||||
"translation": "src/locale/messages.nb.xlf",
|
||||
"baseHref": "/nb/"
|
||||
},
|
||||
"pt": {
|
||||
"translation": "src/locale/messages.pt.xlf",
|
||||
|
@ -65,7 +65,7 @@ export interface Language {
|
||||
}
|
||||
|
||||
export const languages: Language[] = [
|
||||
// { code: 'ar', name: 'العربية' }, // Arabic
|
||||
{ code: 'ar', name: 'العربية' }, // Arabic
|
||||
// { code: 'bg', name: 'Български' }, // Bulgarian
|
||||
// { code: 'bs', name: 'Bosanski' }, // Bosnian
|
||||
// { code: 'ca', name: 'Català' }, // Catalan
|
||||
@ -94,8 +94,8 @@ export const languages: Language[] = [
|
||||
// { code: 'ms', name: 'Bahasa Melayu' }, // Malay
|
||||
{ code: 'nl', name: 'Nederlands' }, // Dutch
|
||||
{ code: 'ja', name: '日本語' }, // Japanese
|
||||
// { code: 'nb', name: 'Norsk bokmål' }, // Norwegian Bokmål
|
||||
{ code: 'nn', name: 'Norsk' }, // Norwegian Nynorsk
|
||||
{ code: 'nb', name: 'Norsk' }, // Norwegian Bokmål
|
||||
// { code: 'nn', name: 'Norsk Nynorsk' }, // Norwegian Nynorsk
|
||||
// { code: 'pl', name: 'Polski' }, // Polish
|
||||
{ code: 'pt', name: 'Português' }, // Portuguese
|
||||
// { code: 'pt-BR', name: 'Português (Brazil)' }, // Portuguese (Brazil)
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<h2 i18n="about.about-the-project">About the project</h2>
|
||||
<div class="row row-cols-1">
|
||||
<div class="col col-md-6 offset-md-3">
|
||||
<div class="col col-md-6 mx-auto">
|
||||
<p i18n>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -22,7 +22,7 @@
|
||||
<h2 i18n="about.maintainers">Maintainers</h2>
|
||||
|
||||
<div class="container text-center">
|
||||
<div class="row row-cols-2">
|
||||
<div class="row row-cols-2" dir="ltr">
|
||||
<div class="col col-md-2 offset-md-4">
|
||||
<a href="https://twitter.com/softsimon_">
|
||||
<div class="profile_photo mx-auto" style="background-image: url(/resources/profile_softsimon.jpg)"></div>
|
||||
@ -178,19 +178,19 @@
|
||||
|
||||
<br><br><br><br>
|
||||
|
||||
<a target="_blank" class="mr-4 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool">
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a target="_blank" class="mr-4 fw6 mb3 mt2 truncate black-80 f4 link" href="https://twitter.com/mempoolspace">
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://twitter.com/mempoolspace">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a target="_blank" class="fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool">
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="keybase" class="svg-inline--fa fa-keybase fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"></path></svg>
|
||||
</span>
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Component, HostListener, OnInit } from '@angular/core';
|
||||
import { Component, HostListener, OnInit, Inject, LOCALE_ID, HostBinding } from '@angular/core';
|
||||
import { Router, NavigationEnd } from '@angular/router';
|
||||
import { WebsocketService } from '../../services/websocket.service';
|
||||
import { StateService } from 'src/app/services/state.service';
|
||||
@ -15,7 +15,14 @@ export class AppComponent implements OnInit {
|
||||
public router: Router,
|
||||
private websocketService: WebsocketService,
|
||||
private stateService: StateService,
|
||||
) { }
|
||||
@Inject(LOCALE_ID) private locale: string,
|
||||
) {
|
||||
if (this.locale.startsWith('ar') || this.locale.startsWith('fa')) {
|
||||
this.dir = 'rtl';
|
||||
}
|
||||
}
|
||||
|
||||
@HostBinding('attr.dir') dir = 'ltr';
|
||||
|
||||
@HostListener('document:keydown', ['$event'])
|
||||
handleKeyboardEvents(event: KeyboardEvent) {
|
||||
|
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div style="height: 600px;">
|
||||
<app-mempool-graph [data]="mempoolStats" [dateSpan]="radioGroupForm.controls.dateSpan.value"></app-mempool-graph>
|
||||
<app-mempool-graph dir="ltr" [data]="mempoolStats" [dateSpan]="radioGroupForm.controls.dateSpan.value"></app-mempool-graph>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
<div class="chart-holder" *ngIf="mempoolStats.length">
|
||||
<app-mempool-graph [data]="mempoolStats"></app-mempool-graph>
|
||||
<app-mempool-graph dir="ltr" [data]="mempoolStats"></app-mempool-graph>
|
||||
</div>
|
||||
|
||||
<div class="text-center" class="blockchain-wrapper">
|
||||
|
2177
frontend/src/locale/messages.ar.xlf
Normal file
2177
frontend/src/locale/messages.ar.xlf
Normal file
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,7 @@
|
||||
<target>Vstupy a Výstupy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detaily</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detaily</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Velikost</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Váha</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Důvěrné</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Důvěrné</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis </target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Celkem přijato</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Celkem odesláno</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Zůstatek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>z</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Chyba při načítání údajů o adrese.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, výška bloku, hash nebo adresa</target>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Celkem přijato</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Celkem odesláno</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Zůstatek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>z</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Chyba při načítání údajů o adrese.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>Právě teď</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -52,10 +52,10 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="31d8d7f29ddbd3f64d374a132ddacd5e4a0835a2">
|
||||
<source>Inputs & Outputs</source>
|
||||
<target>Inputs & Outputs</target>
|
||||
<target>Eingänge & Ausgänge</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Details</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Details</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,27 @@
|
||||
<target>Größe</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<target>Virtuelle Größe</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Gewicht</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +128,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +142,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +156,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +240,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +260,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +294,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +308,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +318,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +327,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Vertraulich</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +524,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Vertraulich</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis</target>
|
||||
@ -671,6 +681,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +697,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +708,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Insgesamt empfangen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Insgesamt gesendet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Guthaben</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>von</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Fehler beim Laden der Adressdaten.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, Blockhöhe, Hash oder Adresse</target>
|
||||
@ -1881,63 +1945,9 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Insgesamt empfangen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Insgesamt gesendet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Guthaben</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>von</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Fehler beim Laden der Adressdaten.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>Grade eben</target>
|
||||
<source>Just now</source>
|
||||
<target>Gerade eben</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1966,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1978,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1990,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2002,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2014,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2026,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2038,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2050,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2074,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2098,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2122,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2146,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2170,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -49,7 +49,7 @@
|
||||
<source>Inputs & Outputs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -58,7 +58,7 @@
|
||||
<source>Details</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -67,7 +67,7 @@
|
||||
<source>Details</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -75,16 +75,25 @@
|
||||
<source>Size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -106,7 +115,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -119,7 +128,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -212,7 +221,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -230,7 +239,7 @@
|
||||
<source>sat</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -261,7 +270,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -274,7 +283,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -283,7 +292,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -291,30 +300,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<context-group purpose="location">
|
||||
@ -488,6 +477,26 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<context-group purpose="location">
|
||||
@ -612,6 +621,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -624,10 +637,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -638,6 +647,54 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<context-group purpose="location">
|
||||
@ -1701,56 +1758,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1768,7 +1777,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1779,7 +1788,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1790,7 +1799,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1801,7 +1810,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1812,7 +1821,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1823,7 +1832,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1834,7 +1843,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1845,7 +1854,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -1867,7 +1876,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -1889,7 +1898,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -1911,7 +1920,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -1933,7 +1942,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -1955,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Entradas y salidas</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detalles</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detalles</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Tamaño</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Peso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Confidencial</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Confidencial</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Génesis</target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Dirección</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total recibido</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total enviado</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Saldo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>de</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Errar cargando datos de dirección</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, altura de bloque, hash o dirección</target>
|
||||
@ -1643,7 +1706,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="194d480219559b855b01ea58459066e3c63acdb2">
|
||||
<source>Returns details about a block. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Muestra información sobre un bloque. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<target>Muestra información acerca de un bloque. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
@ -1661,7 +1724,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a8ea1ec66e7bb9f92e87ae5482e50748baafffd2">
|
||||
<source>Returns details about a transaction. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>locktime<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Muestra información sobre una transacción. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>locktime<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<target>Muestra información acerca de una transacción. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>locktime<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">139</context>
|
||||
@ -1743,7 +1806,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e12cd52eaa77b446ba97436c145b59741151adf3">
|
||||
<source>Returns details about an address. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats each contain an object with <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Returna detalles acerca de una dirección. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. Cada uno de los campos <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats contiene un objeto con <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<target>Muestra detalles acerca de una dirección. Campos disponibles: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. Cada uno de los campos <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats contiene un objeto con <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, y <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">189</context>
|
||||
@ -1793,7 +1856,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b885a96aa1a96bff3f603dab79746f90eef5cbdf">
|
||||
<source>Returns information about a Liquid asset.</source>
|
||||
<target>Muestra información sobre activos de Liquid.</target>
|
||||
<target>Muestra información acerca de activos de Liquid.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">223</context>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Dirección</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total recibido</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total enviado</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Saldo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>de</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Errar cargando datos de dirección</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>Ahora mismo</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -22,7 +22,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="192e949d72439897cac5e60476f5f9d7a31d7f75">
|
||||
<source>confirmation</source>
|
||||
<target>تایید</target>
|
||||
<target>تأیید</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">15</context>
|
||||
@ -55,7 +55,7 @@
|
||||
<target>ورودیها و خروجیها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>جزئیات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>جزئیات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,27 @@
|
||||
<target>اندازه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<target>اندازه مجازی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>وزن</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +128,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +142,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +156,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +240,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +260,7 @@
|
||||
<target>ساتوشی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +294,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +308,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +318,7 @@
|
||||
<target>تراکنش پیدا نشد.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +327,10 @@
|
||||
<target>منتظر دیدهشدن در mempool...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>محرمانه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +524,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>محرمانه</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>پیدایش</target>
|
||||
@ -671,6 +681,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +697,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,8 +708,63 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>آدرس</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>مجموع دریافتها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>مجموع ارسالها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>موجودی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>از</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>حطا در بازکردن دادههای آدرس.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>شناسه تراکنش، آدرس، طول یا چکیده بلاک</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/search-form/search-form.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
@ -734,7 +799,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="add4cd82e3e38a3110fe67b3c7df56e9602644ee">
|
||||
<source>Transactions</source>
|
||||
<target>تراکنش</target>
|
||||
<target>تراکنشها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
@ -837,6 +902,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9daedf013e87630c4e0a9123dc62e5bbf15a59ad">
|
||||
<source>Layer 2 Networks</source>
|
||||
<target>شبکههای لایه 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
@ -1270,7 +1336,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e6213c3f05146287cf121868d9f3d3c3ff5f9714">
|
||||
<source>TXs</source>
|
||||
<target>تراکنشها</target>
|
||||
<target>تراکنش</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
@ -1641,6 +1707,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="194d480219559b855b01ea58459066e3c63acdb2">
|
||||
<source>Returns details about a block. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>جزئیات بلاک را برمیگرداند. فیلدهای در دسترس: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
@ -1698,6 +1765,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fe9a40b2ff9674b4ab7d82624ffed340c9ee5b89">
|
||||
<source>Returns the spending status of a transaction output. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional, the status of the spending tx).</source>
|
||||
<target>وضعیت خرجشدن یک تراکنش را برمیگرداند. فیلدهای در دسترس: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(optional وضعیت تراکنش خرج شونده).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">163</context>
|
||||
@ -1739,6 +1807,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e12cd52eaa77b446ba97436c145b59741151adf3">
|
||||
<source>Returns details about an address. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats each contain an object with <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>جزئیاتی درباره آدرس برمیگرداند. فیلدهای در دسترس: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats که هر کدام شامل یک شیء دارای <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">189</context>
|
||||
@ -1746,6 +1815,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bdc501d28e02e07f692859977fdaee8c52eea401">
|
||||
<source>Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (see below). </source>
|
||||
<target>تاریخچه تراکنش مربوط یه یک آدرس/چکیدهاسکریپت برمیگرداند که از جدید به قدیم مرتب شدهاند. تا 50 تراکنش از ممپول به اضافه 25 تراکنش تایید شده. میتوانید درخواست تراکنش تایید شده بیشتر را با استفاده از <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>انجام دهید (پایین را ببینید).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
@ -1872,62 +1942,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>آدرس</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>مجموع دریافتها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>مجموع ارسالها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>موجودی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>از</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>حطا در بازکردن دادههای آدرس.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<target>همین الان</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
@ -1947,7 +1963,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1959,7 +1975,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1971,7 +1987,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1983,7 +1999,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1995,7 +2011,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2007,7 +2023,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2019,7 +2035,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2031,7 +2047,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2055,7 +2071,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2079,7 +2095,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2103,7 +2119,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2127,7 +2143,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2151,7 +2167,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
2189
frontend/src/locale/messages.fi_FI.xlf
Normal file
2189
frontend/src/locale/messages.fi_FI.xlf
Normal file
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,7 @@
|
||||
<target>Entrées & Sorties</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Détails</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Détails</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Taille</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Poids</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<target>Transaction introuvable.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Confidentiel</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Confidentiel</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genèse</target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total reçu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total envoyé</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balance</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>De</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Erreur dans le chargement des données de l'adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, hauteur de bloc, hash ou addresse</target>
|
||||
@ -1837,63 +1900,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total reçu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total envoyé</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balance</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>De</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Erreur dans le chargement des données de l'adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>À l'instant</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1911,7 +1919,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1922,7 +1930,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1933,7 +1941,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1944,7 +1952,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1955,7 +1963,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1966,7 +1974,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1977,7 +1985,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1988,7 +1996,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2010,7 +2018,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2032,7 +2040,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2054,7 +2062,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2076,7 +2084,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2098,7 +2106,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
2045
frontend/src/locale/messages.hr.xlf
Normal file
2045
frontend/src/locale/messages.hr.xlf
Normal file
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,7 @@
|
||||
<target>インプットとアウトプット</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>詳細</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>詳細</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>サイズ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>重み</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>サトシ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<target>トランザクションが見つかりません。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<target>mempoolに表示されるのを待っています...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>機密</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>コインベース</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>機密</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>ジェネシス</target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,9 +707,63 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>アドレス</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>受領合計</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>送金合計</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>残高</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>/</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>アドレスデータを読み込み中にエラーが発生しました。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID、アドレス、ブロックハッシュなど</target>
|
||||
<target>TXID, アドレス, ブロックハッシュなど</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/search-form/search-form.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>アドレス</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>受領合計</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>送金合計</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>残高</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>/</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>アドレスデータを読み込み中にエラーが発生しました。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>ちょうど今</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="nn">
|
||||
<file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="nb">
|
||||
<body>
|
||||
<trans-unit datatype="html" id="b59ea65c89a5ae15b787d8318fdad9edd6fec243">
|
||||
<source>Transaction</source>
|
||||
@ -52,10 +52,10 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="31d8d7f29ddbd3f64d374a132ddacd5e4a0835a2">
|
||||
<source>Inputs & Outputs</source>
|
||||
<target>Inputs og Outputs</target>
|
||||
<target>Inndata og Utdata</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detaljer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detaljer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,27 @@
|
||||
<target>Størrelse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<target>Virtuell størrelse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Vekt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +128,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +142,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +156,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +240,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +260,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,21 +294,21 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2e07dcb329c12f37736bb1aa19bfd01134b7471a">
|
||||
<source>block</source>
|
||||
<target>blokker</target>
|
||||
<target>blokk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">126</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +318,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +327,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Konfidensiell</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -362,7 +351,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="5de25175982d51c72d25bd79933e7b412d51e343">
|
||||
<source>Peg-in</source>
|
||||
<target>Peg-in</target>
|
||||
<target>Peg-inn</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">41</context>
|
||||
@ -400,7 +389,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c64b73564fd858ee5a4f73040893c9d625ca56ad">
|
||||
<source>Witness</source>
|
||||
<target>Vitne</target>
|
||||
<target>Witness</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
@ -449,7 +438,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dd10de81278151bfe94c45b31949acfaec3b9f5e">
|
||||
<source>Peg-out to</source>
|
||||
<target>Peg-out til</target>
|
||||
<target>Peg-ut til</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">125</context>
|
||||
@ -535,6 +524,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Konfidensiell</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis</target>
|
||||
@ -599,7 +609,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="21f88da2fbe81e4dc893ce1df92bd0fe25bcecee">
|
||||
<source>Miner</source>
|
||||
<target>Miner</target>
|
||||
<target>Utvinner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
@ -671,6 +681,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,21 +697,71 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
<source>Error loading block data.</source>
|
||||
<target>Lasting av blokk data feilet.</target>
|
||||
<target>Lasting av blokkdata feilet.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totalt mottatt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totalt sendt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balanse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>av</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Lasting av adressedata feilet.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, blokkhøyde, hash eller adresse</target>
|
||||
@ -722,7 +786,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="65d447765db0bf3390e9b3ecce142bf34bb602a3">
|
||||
<source>Mined</source>
|
||||
<target>Mined</target>
|
||||
<target>Utvunnet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
@ -735,7 +799,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="add4cd82e3e38a3110fe67b3c7df56e9602644ee">
|
||||
<source>Transactions</source>
|
||||
<target>Transaksjon</target>
|
||||
<target>Transaksjoner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
@ -770,7 +834,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db">
|
||||
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source>
|
||||
<target>Lag <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
|
||||
<target>Lag <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-ut</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
@ -779,7 +843,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="95d8cabe8e56fa81dd683f73e215b4acd96a06fc">
|
||||
<source>In</source>
|
||||
<target>Inn</target>
|
||||
<target>Om</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
@ -856,7 +920,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool åpen-kildekode prosjektet prøver å implementere en utforsker og visualiserings webside av høy kvalitet for hele Bitcoin økosystemet, uten distraksjoner som altcoins, reklame eller tredjeparts trackere.</target>
|
||||
<target>Åpen-kildekode prosjektet Mempool prøver å implementere en utforsker og visualiserings webside av høy kvalitet for hele Bitcoin økosystemet, uten distraksjoner som altcoins, reklame eller tredjeparts trackere.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
@ -954,7 +1018,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="39120551bb7b48cc1a7b94a6cb58aef166eee801">
|
||||
<source>Amount required</source>
|
||||
<target>Sum som kreves</target>
|
||||
<target>Beløp som kreves</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
@ -963,7 +1027,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c525ee366d56496a39853d54f8f08fcaed0eaf40">
|
||||
<source>Minimum amount is 0.001 BTC</source>
|
||||
<target>Minimum sum er 0.001 BTC</target>
|
||||
<target>Minimum beløp er 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
@ -1008,7 +1072,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
|
||||
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
|
||||
<target>Hvis du spesifiserte en Twitter handle, så skal profilbilde nå være synlig på denne siden når du reloader.</target>
|
||||
<target>Hvis du spesifiserte en Twitter handle, så skal profilbilde ditt nå vises på denne siden når du laster siden på nytt.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">176</context>
|
||||
@ -1026,7 +1090,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="75c20c8a9cd9723d45bee0230dd582d7c2e4ecbc">
|
||||
<source>Mempool by vBytes (sat/vByte)</source>
|
||||
<target>Mempool by vBytes (sat/vByte)</target>
|
||||
<target>Mempool i vBytes (sat/vByte)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
@ -1035,7 +1099,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dc15ec15e6206b40133f2c1b06095ce75aaee1ef">
|
||||
<source>Transaction vBytes per second (vB/s)</source>
|
||||
<target>Transaksjon vBytes per sekund (vB/s)</target>
|
||||
<target>Transaksjoner per sekund (vB/s)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
|
||||
<context context-type="linenumber">57</context>
|
||||
@ -1072,7 +1136,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a5950b2ce4c3ea32de91034de8269781eb333d73">
|
||||
<source>Backend is synchronizing</source>
|
||||
<target>Baksiden synkroniserer</target>
|
||||
<target>Backend synkroniserer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
@ -1132,7 +1196,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e21556753a442f3d474ccfed50cd3f60bec18fe3">
|
||||
<source>Burned amount</source>
|
||||
<target>Sum brent</target>
|
||||
<target>Beløp som er brent</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
@ -1152,7 +1216,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e357dfd9e8685f17a862680cd98fe4aa2e068d28">
|
||||
<source>Issuance TX</source>
|
||||
<target>Utsteder TX</target>
|
||||
<target>Utstedelse TX</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
@ -1172,7 +1236,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8f5d6ce525a24b049fee47f9b2d8447cca97ccc8">
|
||||
<source>Pegged out</source>
|
||||
<target>Pegged out</target>
|
||||
<target>Pegged ut</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
@ -1182,7 +1246,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="21530115a661c0faac6906740c586118628c2d54">
|
||||
<source>Issued amount</source>
|
||||
<target>Utstedt sum</target>
|
||||
<target>Beløp som er utstedt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
@ -1192,7 +1256,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1990b8bef8f205a7d1b821aa4f979cc9f4fe179d">
|
||||
<source>Circulating amount</source>
|
||||
<target>Sirkulerende sum</target>
|
||||
<target>Sirkulerende beløp</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
@ -1206,7 +1270,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ef5ac12104751b93b03c16f64d4c3a4341dce89c">
|
||||
<source>Error loading asset data.</source>
|
||||
<target>Lasting av ressurs data feilet.</target>
|
||||
<target>Lasting av ressursdata feilet.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">132</context>
|
||||
@ -1312,7 +1376,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dfc2fb58e2a04ed944a4bd80f0a2087775134068">
|
||||
<source>Amount</source>
|
||||
<target>Sum</target>
|
||||
<target>Beløp</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">108</context>
|
||||
@ -1387,7 +1451,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="125c154b4a63daa7e993e1f4a8bea4c98a645142">
|
||||
<source>Difficulty adjustment</source>
|
||||
<target>Vanskelighetsjustering</target>
|
||||
<target>Vanskelighetsgradjustering</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">194</context>
|
||||
@ -1482,7 +1546,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
|
||||
<source>Default push: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
|
||||
<target>Standard push: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>operasjon: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> til å uttrykke hva du vil pushe. Tilgjengelig: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool-block <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>live-2h-chart <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>stats <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/> Push transaksjoner relatert til adresse: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> til å motta alle nye transaksjoner som inneholder den adressen som input eller output. Returnerer en tabell av transaksjoner. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>adress-transactions <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for nye mempool transaksjoner, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for nye blokkbekreftede transaksjoner.</target>
|
||||
<target>Standard push: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>operasjon: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> til å uttrykke hva du vil pushe. Tilgjengelig: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool-block <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>live-2h-chart <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>stats <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/> Push transaksjoner relatert til adresse: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> til å motta alle nye transaksjoner som inneholder den adressen som inndata eller utdata. Returnerer en tabell av transaksjoner. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>adress-transactions <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for nye mempool transaksjoner, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for nye blokkbekreftede transaksjoner.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
@ -1531,7 +1595,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d43b13f97ee52aae72d728a52af2e31f6edbf38">
|
||||
<source>Returns current mempool backlog statistics.</source>
|
||||
<target>Returnerer nåværende mempool ettersleps-statistikk.</target>
|
||||
<target>Returnerer statistikk for nåværende mempool.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
@ -1541,7 +1605,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="23c346e87b137b1807bac13c27d19dc18f745f8f">
|
||||
<source>Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.</source>
|
||||
<target>Får en full liste over txider i det nåværende mempool som en tabell. Sorteringen av txidene er tilfeldig og er ikke lik bitcoind.</target>
|
||||
<target>Gir deg en full liste over txider i det nåværende mempoolet. Sorteringen av txidene er tilfeldig og er ikke lik bitcoind.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
@ -1551,7 +1615,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="af1a465e50097fabbe55bf5dbcf5d0702bdbc98b">
|
||||
<source>Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vsize<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Får en liste over de siste 10 transaksjoner som går inn i mempool. Hvert transaksjons-objekt inneholder en forenklet oversikt, med følgende felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>avgift <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vsize <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>verdi <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<target>Gir deg en liste over de 10 siste transaksjonene som har gått inn i mempool. Hvert transaksjons-objekt inneholder en forenklet oversikt, med følgende felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vsize <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
@ -1571,7 +1635,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a2c00fbdcce9d6291c3b04c67979f9694be23f28">
|
||||
<source>Returns the confirmation status of a block. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>in_best_chain<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean, false for orphaned blocks), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>next_best<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (the hash of the next block, only available for blocks in the best chain).</source>
|
||||
<target>Returnerer bekreftelsesstatus for en blokk. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>in_best_chain <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolean, false for foreldreløse blokker), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>next_best <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(hashen for den neste blokken, bare tilgjengelig for blokker i den beste kjeden).</target>
|
||||
<target>Returnerer bekreftelsesstatus for en blokk. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>in_best_chain <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolsk verdi, false for foreldreløse blokker), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>next_best <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(hashen for den neste blokken, bare tilgjengelig for blokker i den beste kjeden).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
@ -1579,7 +1643,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1126cb2e03d0371d03b57047052d4ff1b6556753">
|
||||
<source>Returns a list of transactions in the block (up to 25 transactions beginning at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>). Transactions returned here do not have the <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> field, since all the transactions share the same block and confirmation status.</source>
|
||||
<target>Returnerer en liste av transaksjoner i blkken (opp til 25 transaksjoner som begynner på <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>). Transaksjoner som blir returnert her har ikke <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>felt, siden alle transaksjoner deler den samme blokken og bekreftelsesstatus.</target>
|
||||
<target>Returnerer en liste av transaksjoner i blokken (opp til 25 transaksjoner som begynner på <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>). Transaksjoner som blir returnert har ikke <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>felt, siden alle transaksjoner har samme blokk og bekreftelsesstatus.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
@ -1587,7 +1651,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3846f2527c3c9a50bb84b2c941a876f66797449b">
|
||||
<source>Returns a list of all txids in the block.</source>
|
||||
<target>Returnerer en liste av alle txider i blokken.</target>
|
||||
<target>Returnerer en liste over alle txider i blokken.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">97</context>
|
||||
@ -1603,7 +1667,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6d5aacdd7e6c375570a88c25bfd0be82beba4c7b">
|
||||
<source>Returns the raw block representation in binary.</source>
|
||||
<target>Returnerer blokk representasjonen i binær.</target>
|
||||
<target>Returnerer en blokk i binær.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">105</context>
|
||||
@ -1619,7 +1683,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f8380186899495340cbfe7fb836ba664fb4b52af">
|
||||
<source>Returns the 10 newest blocks starting at the tip or at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> if specified.</source>
|
||||
<target>Returnerer de 10 nyeste blokkene starter fra toppen eller fra <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>hvis spesifisert.</target>
|
||||
<target>Returnerer de 10 nyeste blokkene som starter fra toppen eller fra <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>hvis spesifisert.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">113</context>
|
||||
@ -1627,7 +1691,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4767bdd2059533d5eed7f3fe7cf0be5c260cdb00">
|
||||
<source>Returns the height of the last block.</source>
|
||||
<target>Returnerer høyden på den siste blokken.</target>
|
||||
<target>Returnerer høyden til den siste blokken.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">117</context>
|
||||
@ -1635,7 +1699,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="940153d58769f1a8f50dba2458693142675a5dcb">
|
||||
<source>Returns the hash of the last block.</source>
|
||||
<target>Returnerer hashen av den siste blokken.</target>
|
||||
<target>Returnerer hashen til den siste blokken.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">121</context>
|
||||
@ -1643,7 +1707,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="194d480219559b855b01ea58459066e3c63acdb2">
|
||||
<source>Returns details about a block. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>previousblockhash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Returnerer detaljer om en blokk. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>høyde <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>versjon <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tidspunkt <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> antall_tx <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>størrelse<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vekt <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/> <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> bevis <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> forrige_blokkhash <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<target>Returnerer detaljer om en blokk. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>id <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>height <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>timestamp <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bits <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>merkle_root <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> tx_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'"> " id="START_TAG_NG_CONTAINER"/> <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> proof <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-ng_container" equiv-text="</ng-container> " id="CLOSE_TAG_NG_CONTAINER"/> og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> previousblockhash <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
@ -1661,7 +1725,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a8ea1ec66e7bb9f92e87ae5482e50748baafffd2">
|
||||
<source>Returns details about a transaction. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>locktime<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Returnerer detaljer om en transaksjon, Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>versjon <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> locktime <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>størrelse <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vekt <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>avgift <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. </target>
|
||||
<target>Returnerer detaljer om en transaksjon, Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>version <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> locktime <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>size <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>weight <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>fee <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">139</context>
|
||||
@ -1669,7 +1733,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e784cfa5833e7b54d4dfc723fabde94f66ebde3">
|
||||
<source>Returns the confirmation status of a transaction. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>confirmed<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_hash<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional).</source>
|
||||
<target>Returnerer bekreftelsesstatusen til en transaksjon. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>bekreftet <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>blokk_høyde <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>blokk_hash <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri).</target>
|
||||
<target>Returnerer bekreftelsesstatusen til en transaksjon. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>confirmed <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolsk verdi), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_height <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_hash <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
@ -1701,7 +1765,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fe9a40b2ff9674b4ab7d82624ffed340c9ee5b89">
|
||||
<source>Returns the spending status of a transaction output. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional, the status of the spending tx).</source>
|
||||
<target>Returnerer spendingstatusen til en transaksjon output. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>brukt <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri, statusen til spending-transaksonen).</target>
|
||||
<target>Returnerer bruktstatusen til en transaksjons utdata. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(boolsk verdi), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri), og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>(valgfri, statusen til transaksonen som brukte den).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">163</context>
|
||||
@ -1709,7 +1773,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0358265aa88614843e1f5e887b94c673808c84f1">
|
||||
<source>Returns the spending status of all transaction outputs.</source>
|
||||
<target>Returnerer spending status fra alle transakjons outputs.</target>
|
||||
<target>Returnerer brukt status for alle transakjons-utdata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
@ -1717,7 +1781,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="01723473ecc53cab60ef1b37dc39d8941994d56f">
|
||||
<source>Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> will be returned on success.</source>
|
||||
<target>Kringkast en rå transaksjon til nettverket. Transaksjonen må være gitt som hex. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> blir returnert.</target>
|
||||
<target>Send en rå transaksjon ut på nettverket. Transaksjonen må være gitt som hex. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> blir returnert hvis det er vellykket.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">171</context>
|
||||
@ -1725,7 +1789,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d51106cc898981e9862d35a4db40796f0cf464f8">
|
||||
<source>Returns a merkle inclusion proof for the transaction using <x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind's merkleblock<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> format.</source>
|
||||
<target>Returnerer ett merkle inkluderingsbevis for transaksjonen som bruker <x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind's merkleblock <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> format.</target>
|
||||
<target>Returnerer et merkle-inkluderingsbevis for transaksjonen, den bruker <x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind's merkleblock <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> format.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">155</context>
|
||||
@ -1743,7 +1807,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e12cd52eaa77b446ba97436c145b59741151adf3">
|
||||
<source>Returns details about an address. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats each contain an object with <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>Returnerer detaljer om en adresse. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>adresse <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain, mempool <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats alle inneholder ett objekt med <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spend_txo_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spend_txo_sum <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. </target>
|
||||
<target>Returnerer detaljer om en adresse. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>chain_stats <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool_stats <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>chain,mempool<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/>_stats, alle inneholder ett objekt med <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>tx_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_count <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>funded_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent_txo_count<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spend_txo_sum<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">189</context>
|
||||
@ -1751,7 +1815,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bdc501d28e02e07f692859977fdaee8c52eea401">
|
||||
<source>Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (see below). </source>
|
||||
<target>Få transaksjonshistorien til den spesifiserte adressen/scripthash, sortert med nyeste først. Returnerer opp til 50 mempool transaksjoner pluss de første 25 bekreftede transaksjonene. Du kan be om flere bekreftede transaksjoner hvis du bruker <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (se nedenfor).</target>
|
||||
<target>Gir deg transaksjonshistorien til den spesifiserte adressen/scripthash, sortert med nyeste først. Returnerer opp til 50 mempool transaksjoner pluss de første 25 bekreftede transaksjonene. Du kan be om flere bekreftede transaksjoner hvis du bruker <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (se nedenfor).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
@ -1759,7 +1823,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="5676910aa3ffb568079a7499b366744fe3fd87ea">
|
||||
<source>Get confirmed transaction history for the specified address/scripthash, sorted with newest first. Returns 25 transactions per page. More can be requested by specifying the last txid seen by the previous query.</source>
|
||||
<target>Få bekreftet transaksjonshistorie for den spesifiserte adressen/scripthash, sortert med nyeste først. Returnerer 25 transaksjoner per side. Flere kan bli bedt om hvis du spesifiserer den siste txid som er sett av den forrige. </target>
|
||||
<target>Gir deg den bekreftede transaksjonshistorien for den spesifiserte adressen/scripthash, sortert med nyeste først. Returnerer 25 transaksjoner per side. Flere kan bli bedt om hvis du spesifiserer den siste txiden som ble sett av det forrige kallet. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">197</context>
|
||||
@ -1767,7 +1831,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f10009779c64e19e20414fae506f27118420aa33">
|
||||
<source>Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).</source>
|
||||
<target>Få ubekreftet transaksjonshistorie av den spesifiserte adressen/scripthash. Returnerer opp til 50 transaksjoner (ingen paging).</target>
|
||||
<target>Gir deg ubekreftet transaksjonshistorie for den spesifiserte adressen/scripthash. Returnerer opp til 50 transaksjoner (ingen paging).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">201</context>
|
||||
@ -1775,7 +1839,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4eb50557085c85bfca995b6ee0de56ec3f5e97eb">
|
||||
<source>Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (with the status of the funding tx).<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'">" id="START_TAG_NG_CONTAINER"/>There is also a <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>valuecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> field that may appear in place of <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, plus the following additional fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>asset<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>assetcommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>noncecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>surjection_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>range_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.<x ctype="x-ng_container" equiv-text="</ng-container>" id="CLOSE_TAG_NG_CONTAINER"/></source>
|
||||
<target>Får en liste av ubrukte transaksjon-outputs assosiert med adressen/scripthash. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>verdi <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(med statusen for finansieringstransaksjonen). <x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'">" id="START_TAG_NG_CONTAINER"/>Det er også en <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>verdiforpliktelse <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>felt som kan vises istedenfor <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>verdi <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, pluss følgende ytterligere felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>ressurs <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>ressrsforpliktelse <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonceforpliktelse <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>overgivelse_bevis <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>intervall_bevis <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.<x ctype="x-ng_container" equiv-text="</ng-container>" id="CLOSE_TAG_NG_CONTAINER"/></target>
|
||||
<target>Gir deg en liste av ubrukte transaksjons-utdata assosiert med adressen/scripthash. Tilgjengelige felt: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(med statusen for finansieringstransaksjonen). <x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'">" id="START_TAG_NG_CONTAINER"/>Det er også et <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>valuecommitment <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>felt som kan vises istedenfor <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, pluss de følgende felter: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>asset <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>assetcommitment <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>noncecommitment <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>surjection_proof <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>range_proof <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.<x ctype="x-ng_container" equiv-text="</ng-container>" id="CLOSE_TAG_NG_CONTAINER"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
@ -1783,7 +1847,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b861fd11d5aa8772acc40c5412621b6dd52378e8">
|
||||
<source>Assets</source>
|
||||
<target>Assets</target>
|
||||
<target>Ressurser</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">213</context>
|
||||
@ -1801,7 +1865,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4a0bf20cf26a4f4a387bed5c3d47c23294cb606e">
|
||||
<source>Returns transactions associated with the specified Liquid asset. For the network's native asset, returns a list of peg in, peg out, and burn transactions. For user-issued assets, returns a list of issuance, reissuance, and burn transactions. Does not include regular transactions transferring this asset.</source>
|
||||
<target>Returnerer transaksjoner assosiert med den spesifiserte Liquid ressurs. For nettverkets native ressurs, returnerer en liste av peg in, peg out, og burn transaksjoner. For brukerutsdedte ressurser, returnerer en liste av utstedelse, gjenutstedelse, og brenn transaksjoner. Inkluderer ikke normale transaksjoner som overfører denne ressursen.</target>
|
||||
<target>Returnerer transaksjoner assosiert med den spesifiserte Liquid ressursen. For nettverkets native ressurs, returneres en liste av peg in, peg out, og brenn transaksjoner. For brukerutsdedte ressurser, returneres en liste av utstedelse, gjenutstedelse, og brenn transaksjoner. Inkluderer ikke normale transaksjoner som overfører denne ressursen.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">227</context>
|
||||
@ -1809,7 +1873,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="44a238eb28145f904f3a5bbfd4050987668f78d0">
|
||||
<source>Get the current total supply of the specified asset. For the native asset (L-BTC), this is calculated as [chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount. For issued assets, this is calculated as [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount. Not available for assets with blinded issuances. If /decimal is specified, returns the supply as a decimal according to the asset's divisibility. Otherwise, returned in base units.</source>
|
||||
<target>Får den nåværende totale forsyningen for den spesifiserte ressursen. For den native ressursen (L-BTC), dette er kalkulert slik [kjede,mempool]_stats.peg_in_mengde - [kjede,mempool]_stats.peg_out_mengde - [kjede,mempool]_stats.brent_mengde. For utstedte ressurser er det kalkulert slik [kjede,mempool]_stats.utstedt_mengde - [kjede,mempool]_stats.brent_mengde. Ikke tilgjengelig for ressurser med blindet utstedelse. Hvis /decimal er spesifisert, returnerer forsyningen som en desimal i henhold til ressursens delbarhet. Ellers, returnerer i baseenheter.</target>
|
||||
<target>Gir deg den nåværende totale forsyningen for den spesifiserte ressursen. For den native ressursen (L-BTC), dette er kalkulert slik [kjede,mempool]_stats.peg_in_mengde - [kjede,mempool]_stats.peg_out_mengde - [kjede,mempool]_stats.brent_mengde. For utstedte ressurser er det kalkulert slik [kjede,mempool]_stats.utstedt_mengde - [kjede,mempool]_stats.brent_mengde. Ikke tilgjengelig for ressurser med blindet utstedelse. Hvis /decimal er spesifisert, returneres forsyningen som en desimal i henhold til ressursens delbarhet, ellers returneres den i baseenheter.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">231</context>
|
||||
@ -1843,7 +1907,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e9a58657c410cf65dba4c3cdfb1af7099dedb241">
|
||||
<source>Returns :length of latest Bisq transactions, starting from :index.</source>
|
||||
<target>Returnerer :lengde av siste Bisq transaksjoner, starter fra :indeks.</target>
|
||||
<target>Returnerer :length av de siste Bisq transaksjonene, starter fra :index.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">256</context>
|
||||
@ -1859,7 +1923,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6fdafaace68cb298c6281e89eedc704f3d8f3f6a">
|
||||
<source>Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.</source>
|
||||
<target>Returnerer :lengde Bitcoin blokker som inneholder Bisq transaksjoner, starter fra :index.</target>
|
||||
<target>Returnerer :length Bitcoin blokker som inneholder Bisq transaksjoner, starter fra :index.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">264</context>
|
||||
@ -1867,7 +1931,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ac234ff46c8f499399a20fb5d74005094de7cdcd">
|
||||
<source>Returns the most recently processed Bitcoin block height processed by Bisq.</source>
|
||||
<target>Returnerer den nyeste prosesserte Bitcoin blokkhøyde prosessert av Bisq.</target>
|
||||
<target>Returnerer den nyeste prosesserte Bitcoin blokkhøyden som er prosessert av Bisq.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">268</context>
|
||||
@ -1875,68 +1939,14 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9604b870a64e6635062828425fcb801371e716ad">
|
||||
<source>Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.</source>
|
||||
<target>Returnerer alle Bisq transaksjoner som tilhører en Bitcoin adresse, med 'B' prefikset foran adressen.</target>
|
||||
<target>Returnerer alle Bisq transaksjoner som hører til en Bitcoin adresse, med 'B' prefikset foran adressen.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adresse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totalt mottatt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totalt sendt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balanse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>av</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Lasting av adressedata feilet.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<target>Akkurat nå</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
@ -1956,7 +1966,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1978,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1990,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2002,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2014,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2026,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2038,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2050,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2074,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2098,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2122,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2146,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2170,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
@ -2203,7 +2213,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0fa66b0c410bef320d3f370d7c98c51754b5f28f">
|
||||
<source>Overpaid <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</source>
|
||||
<target>Overbetalt <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</target>
|
||||
<target>Overbetalte <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-fee-rating/tx-fee-rating.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
@ -2213,7 +2223,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f948156b1396cbbf78bbbce437c4d73a1f0770f3">
|
||||
<source>Overpaid <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</source>
|
||||
<target>Overbetalt <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</target>
|
||||
<target>Overbetalte <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-fee-rating/tx-fee-rating.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
@ -55,7 +55,7 @@
|
||||
<target>Inputs & Outputs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Details</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Details</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Grootte</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Gewicht</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Vertrouwelijk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -531,6 +519,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Vertrouwelijk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis</target>
|
||||
@ -667,6 +676,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -679,10 +692,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -694,6 +703,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>adres</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totaal ontvangen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totaal verstuurd</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balans</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>van</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Fout bij het laden van adresdata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, blokhoogte, hash of adres</target>
|
||||
@ -1847,62 +1910,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>adres</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totaal ontvangen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totaal verstuurd</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balans</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>van</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Fout bij het laden van adresdata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1920,7 +1929,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1931,29 +1940,31 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
<source><x equiv-text="{{counter}}" id="INTERPOLATION"/> second ago</source>
|
||||
<target>seconde geleden</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
<source><x equiv-text="{{counter}}" id="INTERPOLATION"/> seconds ago</source>
|
||||
<target>seconden geleden</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1964,7 +1975,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1975,7 +1986,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1986,7 +1997,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1997,7 +2008,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2019,7 +2030,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2041,7 +2052,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2063,7 +2074,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2085,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2107,7 +2118,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Wejścia i Wyjścia</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Szczegóły</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Szczegóły</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Rozmiar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Waga</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,30 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -518,6 +507,26 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<context-group purpose="location">
|
||||
@ -642,6 +651,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -654,10 +667,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -668,6 +677,54 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<context-group purpose="location">
|
||||
@ -1731,56 +1788,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1798,7 +1807,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1809,7 +1818,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1820,7 +1829,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1831,7 +1840,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1842,7 +1851,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1853,7 +1862,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1864,7 +1873,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1875,7 +1884,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -1897,7 +1906,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -1919,7 +1928,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -1941,7 +1950,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -1963,7 +1972,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -1985,7 +1994,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Entradas & Saídas</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detalhes</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detalhes</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Tamanho</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Peso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,7 +326,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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
@ -750,6 +759,14 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/search-form/search-form.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">search-form.searchbar-placeholder</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="179eb5c4a21ad324f75f723218a621d120e39d30">
|
||||
<source>Height</source>
|
||||
<target>Altura</target>
|
||||
@ -879,6 +896,14 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.reconnecting</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9daedf013e87630c4e0a9123dc62e5bbf15a59ad">
|
||||
<source>Layer 2 Networks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Sobre o projeto</target>
|
||||
@ -1916,7 +1941,7 @@
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1934,7 +1959,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1945,7 +1970,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1956,7 +1981,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1967,7 +1992,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1978,7 +2003,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1989,7 +2014,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2000,7 +2025,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2011,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2033,7 +2058,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2055,7 +2080,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2077,7 +2102,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2099,7 +2124,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2121,7 +2146,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
@ -2184,4 +2209,4 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
</xliff>
|
@ -55,7 +55,7 @@
|
||||
<target>Vhodi & Izhodi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Podrobnosti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Podrobnosti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,27 @@
|
||||
<target>Velikost</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<target>Navidezna velikost</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Utež</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +128,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +142,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +156,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +240,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +260,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +294,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +308,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +318,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +327,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Zaupno</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +524,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Zaupno</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Prvotni </target>
|
||||
@ -671,6 +681,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +697,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +708,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Naslov</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Skupaj prejeto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Skupaj poslano</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Stanje</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>od</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Napaka pri nalaganju podatkov naslova.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, višina bloka, hash ali naslov</target>
|
||||
@ -856,7 +920,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Cilj odprtokodnega projekta mempool je ustvariti visokokakovostno spletno mesto za raziskovanje in vizualizacijo celotnega Bitcoin ekosistema, brez motečih vsebin, kot so alternativne kriptovalute, oglaševanje ali sledilci tretjih ponudnikov.</target>
|
||||
<target>Cilj odprtokodnega projekta mempool, je ustvariti visokokakovostno spletno mesto za raziskovanje in vizualizacijo celotnega Bitcoin ekosistema, brez motečih vsebin, kot so alternativne kriptovalute, oglaševanje ali sledilci tretjih ponudnikov.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
@ -936,7 +1000,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bb4671d1c6b230ec821cf7f9c72210f32e8a6e7b">
|
||||
<source>Navigate to</source>
|
||||
<target>Pojdite na</target>
|
||||
<target>Pojdite na </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
@ -945,7 +1009,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4e6c8a60b2cd0e40c8d266c6333d873d2f2db77e">
|
||||
<source>to sponsor</source>
|
||||
<target>za sponzorstvo</target>
|
||||
<target> za sponzorstvo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
@ -1482,6 +1546,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
|
||||
<source>Default push: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
|
||||
<target>Začetni potisk: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> za izbiro potisnih podatkov. Razpoložljivo: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/>Potisk transakcij povezanih z naslovom: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> za prejem vseh novih transakcij, ki vsebujejo ta naslov v vhodu ali izhodu. Vrne polje transakcij. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> za nove transakcije v mempool-u, in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> za potrjene transakcije v novem bloku.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
@ -1578,6 +1643,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1126cb2e03d0371d03b57047052d4ff1b6556753">
|
||||
<source>Returns a list of transactions in the block (up to 25 transactions beginning at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>). Transactions returned here do not have the <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> field, since all the transactions share the same block and confirmation status.</source>
|
||||
<target>Vrne seznam transakcij v bloku (do 25 transakcij z začetkom<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>). Podatki o transakciji ne vsebujejo polja <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>, saj gre za transakcije istega bloka z istim številom potrditev.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
@ -1667,6 +1733,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e784cfa5833e7b54d4dfc723fabde94f66ebde3">
|
||||
<source>Returns the confirmation status of a transaction. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>confirmed<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_hash<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional).</source>
|
||||
<target>Vrne stanje potrditve transakcije. Razpoložljiva polja: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>confirmed<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (opcijsko), in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_hash<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (opcijsko).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
@ -1690,6 +1757,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a57953199686e9980df838cb25edb51691941ac5">
|
||||
<source>Returns a merkle inclusion proof for the transaction using <x ctype="x-a" equiv-text="<a href="https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-transaction-get-merkle">" id="START_LINK"/>Electrum's blockchain.transaction.get_merkle format.<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></source>
|
||||
<target>Vrne merkle dokaz o vsebovanosti za transakcijo (angl. merkle inclusion proof), v <x ctype="x-a" equiv-text="<a href="https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-transaction-get-merkle">" id="START_LINK"/>Electrum blockchain.transaction.get_merkle obliki.<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">159</context>
|
||||
@ -1697,6 +1765,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fe9a40b2ff9674b4ab7d82624ffed340c9ee5b89">
|
||||
<source>Returns the spending status of a transaction output. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional), and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (optional, the status of the spending tx).</source>
|
||||
<target>Vrne stanje porabe izhoda transakcije. Razpoložljiva polja: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>spent<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (boolean), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (opcijsko), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (opcijsko), in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (opcijsko, stanje potrditve transakcije).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">163</context>
|
||||
@ -1704,6 +1773,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0358265aa88614843e1f5e887b94c673808c84f1">
|
||||
<source>Returns the spending status of all transaction outputs.</source>
|
||||
<target>Vrne stanje porabe vseh izhodov transakcije.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
@ -1711,6 +1781,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="01723473ecc53cab60ef1b37dc39d8941994d56f">
|
||||
<source>Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> will be returned on success.</source>
|
||||
<target>V omrežju objavi neobdelano (raw) transakcijo. Transakcija mora biti podana v telesu zahteve v šestnajstiški obliki. Ob uspehu bo vrnjen <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">171</context>
|
||||
@ -1718,6 +1789,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d51106cc898981e9862d35a4db40796f0cf464f8">
|
||||
<source>Returns a merkle inclusion proof for the transaction using <x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind's merkleblock<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> format.</source>
|
||||
<target>Vrne merkle dokaz o vsebovanosti za transakcijo (angl. merkle inclusion proof), v <x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind's merkleblock<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> obliki.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">155</context>
|
||||
@ -1743,6 +1815,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bdc501d28e02e07f692859977fdaee8c52eea401">
|
||||
<source>Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> (see below). </source>
|
||||
<target>Pridobi zgodovino transakcij za podan naslov/scripthash, urejeno po času, najnovejša na začetku. Vrne do 50 mempool ter prvih 25 potrjenih transakcij. Z uporabo <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> je mogoče pridobiti več potrjenih transakcij (glej spodaj). </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">193,194</context>
|
||||
@ -1750,6 +1823,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="5676910aa3ffb568079a7499b366744fe3fd87ea">
|
||||
<source>Get confirmed transaction history for the specified address/scripthash, sorted with newest first. Returns 25 transactions per page. More can be requested by specifying the last txid seen by the previous query.</source>
|
||||
<target>Pridobi zgodovino potrjenih transakcij za podan naslov/scripthash, urejeno po času, najnovejša na začetku. Vrne 25 transakcij na stran. Več jih je mogoče pridobiti z navedbo zadnjega vrnjenega txid-ja.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">197</context>
|
||||
@ -1757,6 +1831,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f10009779c64e19e20414fae506f27118420aa33">
|
||||
<source>Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).</source>
|
||||
<target>Pridobi zgodovino nepotrjenih transakcij za podan naslov/scripthash. Vrne do 50 transakcij (brez ostranjevanja, angl. paging).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">201</context>
|
||||
@ -1764,6 +1839,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4eb50557085c85bfca995b6ee0de56ec3f5e97eb">
|
||||
<source>Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (with the status of the funding tx).<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'">" id="START_TAG_NG_CONTAINER"/>There is also a <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>valuecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> field that may appear in place of <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, plus the following additional fields: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>asset<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>assetcommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>noncecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>surjection_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>range_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.<x ctype="x-ng_container" equiv-text="</ng-container>" id="CLOSE_TAG_NG_CONTAINER"/></source>
|
||||
<target>Vrne seznam neporabljenih izhodov transakcij povezanih z naslovom/scripthash. Razpoložljiva polja: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vout<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (stanje potrditve transakcije).<x ctype="x-ng_container" equiv-text="<ng-container *ngIf="network.val === 'liquid'">" id="START_TAG_NG_CONTAINER"/> Polje <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>valuecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> lahko nadomešča <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>value<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. Dodatna polja: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>asset<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>assetcommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>nonce<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>noncecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>surjection_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, in <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>range_proof<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.<x ctype="x-ng_container" equiv-text="</ng-container>" id="CLOSE_TAG_NG_CONTAINER"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
@ -1781,6 +1857,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b885a96aa1a96bff3f603dab79746f90eef5cbdf">
|
||||
<source>Returns information about a Liquid asset.</source>
|
||||
<target>Vrne podatke o Liquid sredstvu.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">223</context>
|
||||
@ -1788,6 +1865,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4a0bf20cf26a4f4a387bed5c3d47c23294cb606e">
|
||||
<source>Returns transactions associated with the specified Liquid asset. For the network's native asset, returns a list of peg in, peg out, and burn transactions. For user-issued assets, returns a list of issuance, reissuance, and burn transactions. Does not include regular transactions transferring this asset.</source>
|
||||
<target>Vrne transakcije povezane s podanim Liquid sredstvom. Za izvorno sredstvo omrežja, vrne seznam peg in, peg out, in burn transakcij. Za uporabniško izdana sredstva, vrne seznam izdajnih, transakcij ponovne izdaje in burn transakcij. Ne vključuje rednih transakcij prenosa tega sredstva.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">227</context>
|
||||
@ -1795,6 +1873,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="44a238eb28145f904f3a5bbfd4050987668f78d0">
|
||||
<source>Get the current total supply of the specified asset. For the native asset (L-BTC), this is calculated as [chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount. For issued assets, this is calculated as [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount. Not available for assets with blinded issuances. If /decimal is specified, returns the supply as a decimal according to the asset's divisibility. Otherwise, returned in base units.</source>
|
||||
<target>Pridobi trenutni znesek v obtoku za podano sredstvo. Za izvorno sredstvo (L-BTC), je izračunan kot [chain,mempool]_stats.peg_in_amount - [chain,mempool]_stats.peg_out_amount - [chain,mempool]_stats.burned_amount. Za izdana sredstva pa [chain,mempool]_stats.issued_amount - [chain,mempool]_stats.burned_amount. Ni na voljo za sredstva z zaupnim zneskom izdaje. Če je podan /decimal, vrne znesek na število decimalnih mest sredstva natančno. Sicer vrnjeno v osnovnih enotah.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">231</context>
|
||||
@ -1812,6 +1891,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="088d201b8d0589637d7aa64457a6cdd97a5d0f11">
|
||||
<source>Returns statistics about all Bisq transactions.</source>
|
||||
<target>Vrne statistične podatke o vseh Bisq transakcijah.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">248</context>
|
||||
@ -1827,6 +1907,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e9a58657c410cf65dba4c3cdfb1af7099dedb241">
|
||||
<source>Returns :length of latest Bisq transactions, starting from :index.</source>
|
||||
<target>Vrne :length zadnjih Bisq transakcij, z začetkom od :index.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">256</context>
|
||||
@ -1842,6 +1923,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6fdafaace68cb298c6281e89eedc704f3d8f3f6a">
|
||||
<source>Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.</source>
|
||||
<target>Vrne :length Bitcoin blokov, ki vsebujejo Bisq transakcije, z začetkom od :index.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">264</context>
|
||||
@ -1849,6 +1931,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ac234ff46c8f499399a20fb5d74005094de7cdcd">
|
||||
<source>Returns the most recently processed Bitcoin block height processed by Bisq.</source>
|
||||
<target>Vrne višino najnovejšega Bitcoin bloka, ki vsebuje Bisq transakcije.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">268</context>
|
||||
@ -1856,68 +1939,15 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9604b870a64e6635062828425fcb801371e716ad">
|
||||
<source>Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.</source>
|
||||
<target>Vrne vse Bisq transakcije povezane z Bitcoin naslovom, pred naslovom se uporabi predpono 'B'.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Naslov</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Skupaj prejeto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Skupaj poslano</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Stanje</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>od</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Napaka pri nalaganju podatkov naslova.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>pravkar</target>
|
||||
<source>Just now</source>
|
||||
<target>Pravkar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1936,7 +1966,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1948,7 +1978,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1960,7 +1990,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1972,7 +2002,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1984,7 +2014,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1996,7 +2026,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2008,7 +2038,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2020,7 +2050,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2044,7 +2074,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2068,7 +2098,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2092,7 +2122,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2116,7 +2146,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2140,7 +2170,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Inputs & Outputs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detaljer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detaljer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Storlek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Weight</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Konfidentiell</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Konfidentiell</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis </target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Address</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totalt mottaget</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totalt skickat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balans</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>av</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Kunde inte ladda addressdata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, blockhöjd, hash eller address</target>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Address</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Totalt mottaget</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Totalt skickat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balans</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>av</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Kunde inte ladda addressdata.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>Just nu</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Giriş ve Çıkışlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Detaylar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Detaylar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Boyut</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Ağırlık</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<target>İşlem bulunamadı.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<target>Mempool'da (bekleyen işlem havuzu) bekliyor.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Gizli</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<context-group purpose="location">
|
||||
@ -527,6 +515,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Gizli</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<context-group purpose="location">
|
||||
@ -661,6 +670,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -673,10 +686,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -688,6 +697,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adres</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Toplam alınan</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Toplam gönderilen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Cari toplam</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>nun</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Adres datası yüklenirken hata oluştu.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<context-group purpose="location">
|
||||
@ -1841,62 +1904,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Adres</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Toplam alınan</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Toplam gönderilen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Cari toplam</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>nun</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Adres datası yüklenirken hata oluştu.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1914,7 +1923,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1925,7 +1934,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1936,7 +1945,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1947,7 +1956,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1958,7 +1967,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1969,7 +1978,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1980,7 +1989,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1991,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2013,7 +2022,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2035,7 +2044,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2057,7 +2066,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2079,7 +2088,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2101,7 +2110,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Входи і Виходи</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Деталі</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Деталі</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Розмір</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Вага</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<target>Транзакція не знайдена.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<target>Чекаємо її появи в мемпулі...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Конфіденційна</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Конфіденційна</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Генезис</target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Адреса</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Всього отримано</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Всього надіслано</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Баланс</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>з</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Не вдалося завантажити дані про адресу.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, висота блоку, хеш або адреса</target>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Адреса</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Всього отримано</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Всього надіслано</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Баланс</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>з</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Не вдалося завантажити дані про адресу.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>щойно</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>Đầu vào & Đầu ra</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>Chi tiết</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>Chi tiết</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>Kích thước</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>Cân nặng</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>sat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<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">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<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">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Bảo mật</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -535,6 +523,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Bảo mật</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<target>Genesis </target>
|
||||
@ -671,6 +680,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -683,10 +696,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -698,6 +707,60 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Address</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total received</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total sent</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balance</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>of</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Error loading address data.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<target>TXID, block height, hash or address</target>
|
||||
@ -1881,63 +1944,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>Address</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>Total received</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>Total sent</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>Balance</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<target>of</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>Error loading address data.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>just now</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1956,7 +1964,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1968,7 +1976,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1980,7 +1988,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1992,7 +2000,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -2004,7 +2012,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -2016,7 +2024,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -2028,7 +2036,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -2040,7 +2048,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -2064,7 +2072,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2088,7 +2096,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2112,7 +2120,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2136,7 +2144,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2160,7 +2168,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -4,22 +4,11 @@
|
||||
<body>
|
||||
<trans-unit id="b59ea65c89a5ae15b787d8318fdad9edd6fec243" datatype="html">
|
||||
<source>Transaction</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.ts</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transaction/bisq-transaction.component.ts</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.transaction</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="0094b97dd052620710f173e7aedf6807a1eba1f5" datatype="html">
|
||||
<source>This transaction has been replaced by:</source>
|
||||
@ -442,10 +431,6 @@
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">transactions-list.vout.scriptpubkey-type</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="3ac775768c0ab6f813c8bab0fe0e68960fc87c4d" datatype="html">
|
||||
@ -513,13 +498,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="block.component.block" datatype="html">
|
||||
<source>Block</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.ts</context>
|
||||
<context context-type="linenumber">98</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="7daa2693df24aec262c6aad735f9bf918575b866" datatype="html">
|
||||
<source>Genesis </source>
|
||||
<context-group purpose="location">
|
||||
@ -596,30 +574,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">block.median-fee</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="855f852e5642a1279605465df0cbbe78c2622648" datatype="html">
|
||||
<source>Based on average native segwit transaction of 140 vBytes</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">Transaction fee tooltip</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ae9770436d1823a1ddfa0837c5a98f412a0d42c4" datatype="html">
|
||||
<source>Total fees</source>
|
||||
<context-group purpose="location">
|
||||
@ -696,22 +650,11 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563" datatype="html">
|
||||
<source>Address</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.ts</context>
|
||||
<context context-type="linenumber">39</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.ts</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="a9b87c3aa4731edee661c8287ef3aab71799c0b8" datatype="html">
|
||||
<source>Total received</source>
|
||||
@ -727,10 +670,6 @@
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="7e69426bd97a606d8ae6026762858e6e7c86a1fd" datatype="html">
|
||||
@ -765,49 +704,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">search-form.searchbar-placeholder</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
|
||||
<source>Search</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/search-form/search-form.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">search-form.search-title</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f4cba7faeb126346f09cc6af30124f9a343f7a28" datatype="html">
|
||||
<source>Blocks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
|
||||
<context context-type="linenumber">37</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">75</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="8a7b4bd44c0ac71b2e72de0398b303257f7d2f54" datatype="html">
|
||||
<source>Blocks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">latest-blocks.blocks</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="179eb5c4a21ad324f75f723218a621d120e39d30" datatype="html">
|
||||
<source>Height</source>
|
||||
<context-group purpose="location">
|
||||
@ -818,14 +714,6 @@
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">latest-blocks.height</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="65d447765db0bf3390e9b3ecce142bf34bb602a3" datatype="html">
|
||||
@ -846,26 +734,10 @@
|
||||
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">29</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">15</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">latest-blocks.transactions</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ce1f390de628a07a0a2ad0eb1c8e8fed9982a72b" datatype="html">
|
||||
@ -933,30 +805,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.blocks</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
|
||||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.api</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
|
||||
<source>About</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.api</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="2b34680062c4aed90c4d846eab42d6e99501b783" datatype="html">
|
||||
<source>Offline</source>
|
||||
<context-group purpose="location">
|
||||
@ -981,58 +829,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
|
||||
<source>Stats</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.stats</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html">
|
||||
<source>Dashboard</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="5d4f792f048fcaa6df5948575d7cb325c9393383" datatype="html">
|
||||
<source>Graphs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.graphs</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="46ce8155c9ab953edeec97e8950b5a21e67d7c4e" datatype="html">
|
||||
<source>TV view</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.tvview</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ee8f8008bae6ce3a49840c4e1d39b4af23d4c263" datatype="html">
|
||||
<source>Assets</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">53</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="de1392124ed7b6c274917f8049f2fbc9975f20b3" datatype="html">
|
||||
<source>About the project</source>
|
||||
<context-group purpose="location">
|
||||
@ -1201,14 +997,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">statistics.memory-by-vBytes</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="add9d52e5bf541c941df44e251a5c1cafcc92e9d" datatype="html">
|
||||
<source>Invert</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">statistics.component-invert.title</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="dc15ec15e6206b40133f2c1b06095ce75aaee1ef" datatype="html">
|
||||
<source>Transaction vBytes per second (vB/s)</source>
|
||||
<context-group purpose="location">
|
||||
@ -1262,27 +1050,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">shared.vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="mempool-block.next.block" datatype="html">
|
||||
<source>Next block</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="mempool-block.stack.of.blocks" datatype="html">
|
||||
<source>Stack of <x id="INTERPOLATION" equiv-text="blocksInBlock"/> mempool blocks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="mempool-block.block.no" datatype="html">
|
||||
<source>Mempool block <x id="INTERPOLATION" equiv-text="this.mempoolBlockIndex + 1"/></source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d" datatype="html">
|
||||
<source>Fee span</source>
|
||||
<context-group purpose="location">
|
||||
@ -1299,13 +1066,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">mempool-block.total-fees</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="asset.component.asset" datatype="html">
|
||||
<source>Asset</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.ts</context>
|
||||
<context context-type="linenumber">73</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="2346453954cf21bf1326e790bfb3cb3369574ed9" datatype="html">
|
||||
<source>Name</source>
|
||||
<context-group purpose="location">
|
||||
@ -1391,20 +1151,6 @@
|
||||
<note priority="1" from="description">Liquid Asset circulating amount</note>
|
||||
<note priority="1" from="meaning">asset.circulating-amount</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="d2a84740e76b7220516a9f10644e4b3bdabdb833" datatype="html">
|
||||
<source>Peg In/Out and Burn Transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">75</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="169a98904b45d2ddf328a054a7b64617c187c929" datatype="html">
|
||||
<source>In/Out and Burn Transactions</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">75</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="ef5ac12104751b93b03c16f64d4c3a4341dce89c" datatype="html">
|
||||
<source>Error loading asset data.</source>
|
||||
<context-group purpose="location">
|
||||
@ -1507,10 +1253,6 @@
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">108</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.latest-transactions.amount</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="160f1ffbd26df073d0fbd02cf8ce0d8cea7603b0" datatype="html">
|
||||
@ -1529,22 +1271,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.latest-transactions.USD</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="e8bcb762b48cf52fbea66ce9c4f6b970b99a80fd" datatype="html">
|
||||
<source>Collapse</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">131</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.collapse</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="1f332ec66f3bc8d943c248091be7f92772ba280f" datatype="html">
|
||||
<source>Expand</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">132</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.expand</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="6f7832e2e8db3c4b16c41681ba334a2ab9726cc3" datatype="html">
|
||||
<source>Mempool size</source>
|
||||
<context-group purpose="location">
|
||||
@ -1563,13 +1289,13 @@
|
||||
<note priority="1" from="description">Unconfirmed count</note>
|
||||
<note priority="1" from="meaning">dashboard.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="9fe25172ae2a4e09efe3ac0f2db09442176acc06" datatype="html">
|
||||
<source>{VAR_PLURAL, plural, =1 {block} other {blocks}}</source>
|
||||
<trans-unit id="9daa50d6ccc822a983e2d794d55b1ce708e42836" datatype="html">
|
||||
<source>block</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.blocks</note>
|
||||
<note priority="1" from="description">dashboard.block</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="926c571b25cca7e2a294619f145960c0cd3848b6" datatype="html">
|
||||
<source>Incoming transactions</source>
|
||||
@ -1596,14 +1322,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">dashboard.difficulty-adjustment</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f11bc15f83d9174bd27454d32977b5025a66537d" datatype="html">
|
||||
<source>API Service</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">api-docs.title</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="aacc1242420c527c8b9d4948a7ae7d94cde956e4" datatype="html">
|
||||
<source>Websocket</source>
|
||||
<context-group purpose="location">
|
||||
@ -1758,6 +1476,15 @@
|
||||
<note priority="1" from="description">API Docs for /api/mempool/recent</note>
|
||||
<note priority="1" from="meaning">api-docs.mempool.recent</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f4cba7faeb126346f09cc6af30124f9a343f7a28" datatype="html">
|
||||
<source>Blocks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">75</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">API Docs tab for Blocks</note>
|
||||
<note priority="1" from="meaning">api-docs.tab.blocks</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="a2c00fbdcce9d6291c3b04c67979f9694be23f28" datatype="html">
|
||||
<source>Returns the confirmation status of a block. Available fields: <x id="START_TAG_CODE" ctype="x-code" equiv-text="<code>"/>in_best_chain<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="</code> "/> (boolean, false for orphaned blocks), <x id="START_TAG_CODE" ctype="x-code" equiv-text="<code>"/>next_best<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="</code> "/> (the hash of the next block, only available for blocks in the best chain).</source>
|
||||
<context-group purpose="location">
|
||||
@ -2032,20 +1759,214 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="clipboard.copied-message" datatype="html">
|
||||
<source>Copied!</source>
|
||||
<trans-unit id="time-since.just-now" datatype="html">
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/clipboard/clipboard.component.ts</context>
|
||||
<context context-type="linenumber">15</context>
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="f85c05147b720576e50336cf26f63d3b05601699" datatype="html">
|
||||
<source>This transaction saved <x id="INTERPOLATION" equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:"/>% on fees by using native SegWit-Bech32</source>
|
||||
<trans-unit id="time-since.sec.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> sec ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.secs.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> secs ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.second.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> second ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.seconds.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> seconds ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.min.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> min ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">8</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.mins.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> mins ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">9</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.minute.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> minute ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.minutes.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> minutes ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.hour.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> hour ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.hours.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> hours ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.day.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> day ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.days.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> days ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">15</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.week.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> week ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">60</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.weeks.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> weeks ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.month.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> month ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">18</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.months.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> months ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">19</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.year.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> year ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.years.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="{{counter}}"/> years ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">ngbTooltip about segwit gains</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4" datatype="html">
|
||||
<source>SegWit</source>
|
||||
@ -2064,30 +1985,6 @@
|
||||
<note priority="1" from="description">SegWit</note>
|
||||
<note priority="1" from="meaning">tx-features.tag.segwit</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="975f46d122f2ca0a187308399a58b44d61ef08eb" datatype="html">
|
||||
<source>This transaction saved <x id="INTERPOLATION" equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:"/>% on fees by using SegWit and could save <x id="INTERPOLATION_1" equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number "/>% more by fully upgrading to native SegWit-Bech32</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">ngbTooltip about double segwit gains</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="1be04d5407059059b596f72696a3d1704ce9c0ef" datatype="html">
|
||||
<source>This transaction could save <x id="INTERPOLATION" equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number "/>% on fees by upgrading to native SegWit-Bech32 or <x id="INTERPOLATION_1" equiv-text="t-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number:"/>% by upgrading to SegWit-P2SH</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">ngbTooltip about missed out gains</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="5531c86f8e09b83930f66566fb85baf3057e2f51" datatype="html">
|
||||
<source>This transaction support Replace-By-Fee (RBF) allowing fee bumping</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">8</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">RBF tooltip</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f0e7d6d900658ee5ce66d8fef3637caf13891c53" datatype="html">
|
||||
<source>RBF</source>
|
||||
<context-group purpose="location">
|
||||
@ -2106,18 +2003,6 @@
|
||||
<note priority="1" from="description">TX Fee Rating is Optimal</note>
|
||||
<note priority="1" from="meaning">tx-fee-rating.optimal</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="f1b50928719b5261ccc81e9ec3ea4cc074018f89" datatype="html">
|
||||
<source>Only ~<x id="INTERPOLATION" equiv-text="ltip="Only ~{{ median"/> sat/vB was needed to get into this block</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-fee-rating/tx-fee-rating.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-fee-rating/tx-fee-rating.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">tx-fee-rating.warning-tooltip</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="0fa66b0c410bef320d3f370d7c98c51754b5f28f" datatype="html">
|
||||
<source>Overpaid <x id="INTERPOLATION" equiv-text="{{ overpaidTimes }}"/>x</source>
|
||||
<context-group purpose="location">
|
||||
@ -2136,266 +2021,6 @@
|
||||
<note priority="1" from="description">TX Fee Rating is Danger</note>
|
||||
<note priority="1" from="meaning">tx-fee-rating.overpaid.danger</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.just-now" datatype="html">
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.year.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> year ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.month.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> month ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.week.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> week ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">60</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.day.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> day ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.hour.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> hour ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.min.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> min ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.minute.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> minute ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.sec.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> sec ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.second.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> second ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.years.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> years ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.months.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> months ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.weeks.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> weeks ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.days.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> days ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.hours.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> hours ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.mins.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> mins ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.minutes.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> minutes ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.secs.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> secs ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.seconds.ago" datatype="html">
|
||||
<source><x id="INTERPOLATION" equiv-text="counter"/> seconds ago</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4" datatype="html">
|
||||
<source>BSQ statistics</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.ts</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="1cde02174ca8cc2cc0b18172cd2ec598aa82dcc7" datatype="html">
|
||||
<source>Existing amount</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">54</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="3218e6768d0d5fbc69d4931819e21451c89ba8ed" datatype="html">
|
||||
<source>Minted amount</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="32377aae07f946d943f9361c8e518f714988c619" datatype="html">
|
||||
<source>Burnt amount</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="7882f2edb1d4139800b276b6b0bbf5ae0b2234ef" datatype="html">
|
||||
<source>Addresses</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">66</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="fb5b5aec9a6add4912de64b7bbc55884cc7f8e3a" datatype="html">
|
||||
<source>Unspent TXOs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="0f8a41c901cd606bd3389d8a022cee193264f20b" datatype="html">
|
||||
<source>Spent TXOs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="4d6ee53858628de558a18623894a03c8673bce9e" datatype="html">
|
||||
<source>Price</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">36</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="b8552f7d0a57c0cc7e63eb57d3371ea35a8bbfd3" datatype="html">
|
||||
<source>Market cap</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="a1daf43d26259bffdd5eb2d405c61583540b113b" datatype="html">
|
||||
<source>Confirmed</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="bisq-transactions.filter" datatype="html">
|
||||
<source>Filter</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="bisq-transactions.selectall" datatype="html">
|
||||
<source>Select all</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="bisq-transactions.unselectall" datatype="html">
|
||||
<source>Unselect all</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">57</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -55,7 +55,7 @@
|
||||
<target>输入与输出</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">165</context>
|
||||
<context context-type="linenumber">164</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction inputs and outputs</note>
|
||||
<note from="meaning" priority="1">transaction.inputs-and-outputs</note>
|
||||
@ -65,7 +65,7 @@
|
||||
<target>明细</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
<context context-type="linenumber">166</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Details</note>
|
||||
<note from="meaning" priority="1">transaction.details</note>
|
||||
@ -75,7 +75,7 @@
|
||||
<target>明细</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">173</context>
|
||||
<context context-type="linenumber">172</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.details</note>
|
||||
</trans-unit>
|
||||
@ -84,17 +84,26 @@
|
||||
<target>大小</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">178</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Size</note>
|
||||
<note from="meaning" priority="1">transaction.size</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="54c58b39481f1749fce23fa8a77f616eee84d761">
|
||||
<source>Virtual size</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">181</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Virtual Size</note>
|
||||
<note from="meaning" priority="1">transaction.vsize</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="13f5a75f3e01e5924e45052d2f336eda8bac37e8">
|
||||
<source>Weight</source>
|
||||
<target>权重</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">182</context>
|
||||
<context context-type="linenumber">185</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Weight</note>
|
||||
<note from="meaning" priority="1">transaction.weight</note>
|
||||
@ -118,7 +127,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
<context context-type="linenumber">148</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee</note>
|
||||
@ -132,7 +141,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
<context context-type="linenumber">152</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction fee</note>
|
||||
<note from="meaning" priority="1">transaction.fee-per-vbyte</note>
|
||||
@ -146,7 +155,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">154</context>
|
||||
<context context-type="linenumber">153</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
@ -230,7 +239,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
<context context-type="linenumber">136</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction features</note>
|
||||
<note from="meaning" priority="1">transaction.features</note>
|
||||
@ -250,7 +259,7 @@
|
||||
<target>聪</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">150</context>
|
||||
<context context-type="linenumber">149</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Fee sat</note>
|
||||
<note from="meaning" priority="1">transaction.fee.sat</note>
|
||||
@ -284,7 +293,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction Minutes</note>
|
||||
<note from="meaning" priority="1">transaction.minutes</note>
|
||||
@ -298,7 +307,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">130</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">Transaction ETA (X blocks)</note>
|
||||
<note from="meaning" priority="1">transaction.eta.block</note>
|
||||
@ -308,7 +317,7 @@
|
||||
<target>交易未找到</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">266</context>
|
||||
<context context-type="linenumber">273</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.transaction-not-found</note>
|
||||
</trans-unit>
|
||||
@ -317,31 +326,10 @@
|
||||
<target>等待交易出现在内存池</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">267</context>
|
||||
<context context-type="linenumber">274</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">transaction.error.waiting-for-it-to-appear</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>机密</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
|
||||
<source>Coinbase</source>
|
||||
<target>Coinbase</target>
|
||||
@ -524,6 +512,27 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">transactions-list.unconfirmed</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>机密</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
|
||||
<context context-type="linenumber">208</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">112</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">143</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.confidential</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
|
||||
<source>Genesis </source>
|
||||
<context-group purpose="location">
|
||||
@ -659,6 +668,10 @@
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">14</context>
|
||||
@ -671,10 +684,6 @@
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.transaction-count.plural</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="56ad2f3895f350abdd3cee2d95498deb8819afac">
|
||||
@ -686,6 +695,59 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">block.error.loading-block-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>地址</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>总接收量</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>总发送量</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>余额</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>在加载地址数据时出错</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="78fe1342aab9e91cb7cbd1becbaacf3b719546b3">
|
||||
<source>TXID, block height, hash or address</source>
|
||||
<context-group purpose="location">
|
||||
@ -1816,62 +1878,8 @@
|
||||
<context context-type="linenumber">272</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
|
||||
<source>Address</source>
|
||||
<target>地址</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.address</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
|
||||
<source>Total received</source>
|
||||
<target>总接收量</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-received</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
|
||||
<source>Total sent</source>
|
||||
<target>总发送量</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">24</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.total-sent</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
|
||||
<source>Balance</source>
|
||||
<target>余额</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">28</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.balance</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="169eed2bc3e08e1bea977bcc5d799379f6b8a758">
|
||||
<source>of</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">shared.of</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f094f67fbe759cdbeb2ea14455634bbe5cc6375d">
|
||||
<source>Error loading address data.</source>
|
||||
<target>在加载地址数据时出错</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">address.error.loading-address-data</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>just now</source>
|
||||
<target>刚刚</target>
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/translation-strings/translation-strings.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@ -1890,7 +1898,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">70</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.secs.ago">
|
||||
@ -1902,7 +1910,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">96</context>
|
||||
<context context-type="linenumber">88</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.second.ago">
|
||||
@ -1914,7 +1922,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">71</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.seconds.ago">
|
||||
@ -1926,7 +1934,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">93</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.min.ago">
|
||||
@ -1938,7 +1946,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.mins.ago">
|
||||
@ -1950,7 +1958,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">89</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minute.ago">
|
||||
@ -1962,7 +1970,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
<context context-type="linenumber">67</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.minutes.ago">
|
||||
@ -1974,7 +1982,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">86</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.hour.ago">
|
||||
@ -1998,7 +2006,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.day.ago">
|
||||
@ -2022,7 +2030,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.week.ago">
|
||||
@ -2046,7 +2054,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">78</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.month.ago">
|
||||
@ -2070,7 +2078,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.year.ago">
|
||||
@ -2094,7 +2102,7 @@
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
|
@ -77,6 +77,7 @@ http {
|
||||
default en-US;
|
||||
~*^en-US en-US;
|
||||
~*^en en-US;
|
||||
~*^ar ar;
|
||||
~*^cs cs;
|
||||
~*^de de;
|
||||
~*^es es;
|
||||
@ -98,6 +99,7 @@ http {
|
||||
default $header_lang;
|
||||
~*^en-US en-US;
|
||||
~*^en en-US;
|
||||
~*^ar ar;
|
||||
~*^cs cs;
|
||||
~*^de de;
|
||||
~*^es es;
|
||||
|
Loading…
x
Reference in New Issue
Block a user