Compare commits
20 Commits
v2.2.0-rc2
...
v2.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb6db6caf3 | ||
|
|
78c44eedbc | ||
|
|
b48a48a6be | ||
|
|
8e1aae1bbf | ||
|
|
807d4b0327 | ||
|
|
df588695ec | ||
|
|
da13349b14 | ||
|
|
6be733490f | ||
|
|
fdf15c39a6 | ||
|
|
3b020046b7 | ||
|
|
8574ee6edd | ||
|
|
f937ea5745 | ||
|
|
741a020579 | ||
|
|
33d37a9b5b | ||
|
|
446bdfebea | ||
|
|
ca91afe45b | ||
|
|
33a5be5a7d | ||
|
|
6a4eee3711 | ||
|
|
13931ceec6 | ||
|
|
0c418a9e33 |
15
.github/workflows/on-tag.yml
vendored
15
.github/workflows/on-tag.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
- name: Show set environment variables
|
||||
run: |
|
||||
printf " TAG: %s\n" "$TAG"
|
||||
|
||||
- name: Add SHORT_SHA env property with commit short sha
|
||||
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
|
||||
|
||||
- name: Login to Docker for building
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
@@ -64,14 +67,6 @@ jobs:
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
|
||||
--output "type=registry" ./${{ matrix.service }}/
|
||||
|
||||
- name: Run Docker buildx for ${{ matrix.service }} against latest
|
||||
run: |
|
||||
docker buildx build \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
|
||||
--output "type=registry" ./${{ matrix.service }}/
|
||||
|
||||
--output "type=registry" ./${{ matrix.service }}/ \
|
||||
--build-arg commitHash=$SHORT_SHA
|
||||
|
||||
34
backend/package-lock.json
generated
34
backend/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mempool-backend",
|
||||
"version": "2.2.0-dev",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mempool-backend",
|
||||
"version": "2.2.0-dev",
|
||||
"version": "2.2.0",
|
||||
"license": "GNU Affero General Public License v3.0",
|
||||
"dependencies": {
|
||||
"@mempool/bitcoin": "^3.0.2",
|
||||
@@ -570,11 +570,6 @@
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/es6-promise": {
|
||||
"version": "4.2.8",
|
||||
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
|
||||
"integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
|
||||
},
|
||||
"node_modules/escape-html": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||
@@ -896,14 +891,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/locutus": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.14.tgz",
|
||||
"integrity": "sha512-0H1o1iHNEp3kJ5rW57bT/CAP5g6Qm0Zd817Wcx2+rOMTYyIJoc482Ja1v9dB6IUjwvWKcBNdYi7x2lRXtlJ3bA==",
|
||||
"dependencies": {
|
||||
"es6-promise": "^4.2.5"
|
||||
},
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.15.tgz",
|
||||
"integrity": "sha512-2xWC4RkoAoCVXEb/stzEgG1TNgd+mrkLBj6TuEDNyUoKeQ2XzDTyJUC23sMiqbL6zJmJSP3w59OZo+zc4IBOmA==",
|
||||
"engines": {
|
||||
"node": ">= 0.12.0"
|
||||
"node": ">= 10"
|
||||
}
|
||||
},
|
||||
"node_modules/long": {
|
||||
@@ -2061,11 +2053,6 @@
|
||||
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
||||
"integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
|
||||
},
|
||||
"es6-promise": {
|
||||
"version": "4.2.8",
|
||||
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
|
||||
"integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
|
||||
},
|
||||
"escape-html": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||
@@ -2322,12 +2309,9 @@
|
||||
}
|
||||
},
|
||||
"locutus": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.14.tgz",
|
||||
"integrity": "sha512-0H1o1iHNEp3kJ5rW57bT/CAP5g6Qm0Zd817Wcx2+rOMTYyIJoc482Ja1v9dB6IUjwvWKcBNdYi7x2lRXtlJ3bA==",
|
||||
"requires": {
|
||||
"es6-promise": "^4.2.5"
|
||||
}
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.15.tgz",
|
||||
"integrity": "sha512-2xWC4RkoAoCVXEb/stzEgG1TNgd+mrkLBj6TuEDNyUoKeQ2XzDTyJUC23sMiqbL6zJmJSP3w59OZo+zc4IBOmA=="
|
||||
},
|
||||
"long": {
|
||||
"version": "4.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mempool-backend",
|
||||
"version": "2.2.0-dev",
|
||||
"version": "2.2.0",
|
||||
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||
"license": "GNU Affero General Public License v3.0",
|
||||
"homepage": "https://mempool.space",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
FROM node:12-buster-slim AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN apt-get update
|
||||
|
||||
@@ -35,8 +35,9 @@ describe('Mainnet', () => {
|
||||
cy.viewport('macbook-16');
|
||||
cy.visit('/');
|
||||
cy.get('li:nth-of-type(4) > a').click().then(() => {
|
||||
cy.viewport('macbook-16');
|
||||
cy.wait(1000);
|
||||
cy.get('.tv-only').should('not.be.visible');
|
||||
cy.get('.blockchain-wrapper').should('be.visible');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -45,7 +46,7 @@ describe('Mainnet', () => {
|
||||
cy.get('li:nth-of-type(4) > a').click().then(() => {
|
||||
cy.viewport('iphone-6');
|
||||
cy.wait(1000);
|
||||
cy.get('.tv-only').should('be.visible');
|
||||
cy.get('.blockchain-wrapper').should('not.be.visible');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
var fs = require('fs');
|
||||
const { execSync } = require('child_process');
|
||||
const { spawnSync } = require('child_process');
|
||||
|
||||
const CONFIG_FILE_NAME = 'mempool-frontend-config.json';
|
||||
const GENERATED_CONFIG_FILE_NAME = 'generated-config.js';
|
||||
@@ -12,15 +12,19 @@ let packetJsonVersion = '';
|
||||
try {
|
||||
const rawConfig = fs.readFileSync(CONFIG_FILE_NAME);
|
||||
configContent = JSON.parse(rawConfig);
|
||||
console.log(`${CONFIG_FILE_NAME} file found, using provided config`);
|
||||
} catch (e) {
|
||||
if (e.code !== 'ENOENT') {
|
||||
throw new Error(e);
|
||||
} else {
|
||||
console.log(`${CONFIG_FILE_NAME} file not found, using default config`);
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
const packageJson = fs.readFileSync('package.json');
|
||||
packetJsonVersion = JSON.parse(packageJson).version;
|
||||
console.log(`mempool version ${packetJsonVersion}`);
|
||||
} catch (e) {
|
||||
throw new Error(e);
|
||||
}
|
||||
@@ -32,11 +36,23 @@ for (setting in configContent) {
|
||||
});
|
||||
}
|
||||
|
||||
try {
|
||||
const command = 'git rev-parse --short HEAD';
|
||||
gitCommitHash = execSync(command).toString('utf8').replace(/[\n\r\s]+$/, '');
|
||||
} catch (e) {
|
||||
console.log('Could not load git commit info: ' + e.message || e);
|
||||
if (process.env.DOCKER_COMMIT_HASH) {
|
||||
gitCommitHash = process.env.DOCKER_COMMIT_HASH;
|
||||
} else {
|
||||
try {
|
||||
const gitRevParse = spawnSync('git', ['rev-parse', '--short', 'HEAD']);
|
||||
|
||||
if (!gitRevParse.error) {
|
||||
gitCommitHash = gitRevParse.stdout.toString('utf-8').replace(/[\n\r\s]+$/, '');
|
||||
console.log(`mempool revision ${gitCommitHash}`);
|
||||
} else if (gitRevParse.error.code === 'ENOENT') {
|
||||
console.log('git not found, cannot parse git hash');
|
||||
gitCommitHash = '?';
|
||||
}
|
||||
} catch (e) {
|
||||
console.log('Could not load git commit info: ' + e.message);
|
||||
gitCommitHash = '?';
|
||||
}
|
||||
}
|
||||
|
||||
const newConfig = `(function (window) {
|
||||
@@ -46,18 +62,38 @@ const newConfig = `(function (window) {
|
||||
window.__env.PACKAGE_JSON_VERSION = '${packetJsonVersion}';
|
||||
}(global || this));`;
|
||||
|
||||
try {
|
||||
const currentConfig = fs.readFileSync(GENERATED_CONFIG_FILE_NAME).toString().trim();
|
||||
if (currentConfig === newConfig) {
|
||||
console.log("Configuration not changed, skipping generation");
|
||||
} else {
|
||||
try {
|
||||
fs.writeFileSync(GENERATED_CONFIG_FILE_NAME, newConfig, 'utf8');
|
||||
console.log('Config file generated');
|
||||
} catch (e) {
|
||||
throw new Error(e);
|
||||
}
|
||||
function readConfig(path) {
|
||||
try {
|
||||
const currentConfig = fs.readFileSync(path).toString().trim();
|
||||
return currentConfig;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
} catch (e) {
|
||||
throw new Error(e);
|
||||
}
|
||||
|
||||
function writeConfig(path, config) {
|
||||
try {
|
||||
fs.writeFileSync(path, config, 'utf8');
|
||||
} catch (e) {
|
||||
throw new Error(e);
|
||||
}
|
||||
}
|
||||
|
||||
const currentConfig = readConfig(GENERATED_CONFIG_FILE_NAME);
|
||||
|
||||
if (currentConfig && currentConfig === newConfig) {
|
||||
console.log(`No configuration updates, skipping ${GENERATED_CONFIG_FILE_NAME} file update`);
|
||||
return;
|
||||
} else if (!currentConfig) {
|
||||
console.log(`${GENERATED_CONFIG_FILE_NAME} file not found, creating new config file`);
|
||||
console.log('CONFIG: ', newConfig);
|
||||
writeConfig(GENERATED_CONFIG_FILE_NAME, newConfig);
|
||||
console.log(`${GENERATED_CONFIG_FILE_NAME} file saved`);
|
||||
return;
|
||||
} else {
|
||||
console.log(`Configuration changes detected, updating ${GENERATED_CONFIG_FILE_NAME} file`);
|
||||
console.log('OLD CONFIG: ', currentConfig);
|
||||
console.log('NEW CONFIG: ', newConfig);
|
||||
writeConfig(GENERATED_CONFIG_FILE_NAME, newConfig);
|
||||
console.log(`${GENERATED_CONFIG_FILE_NAME} file updated`);
|
||||
};
|
||||
|
||||
21050
frontend/package-lock.json
generated
21050
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mempool-frontend",
|
||||
"version": "2.2.0-dev",
|
||||
"version": "2.2.0",
|
||||
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||
"license": "GNU Affero General Public License v3.0",
|
||||
"homepage": "https://mempool.space",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
.ct-legend{
|
||||
.ct-legend {
|
||||
top: 130px;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
@media (min-width: 653px) {
|
||||
top: 90px;
|
||||
}
|
||||
}
|
||||
.ct-legend.inverted{
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.ct-legend.inverted {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
@@ -4,8 +4,6 @@
|
||||
<div class="spinner-border text-light"></div>
|
||||
</div>
|
||||
|
||||
<div class="tv-only" i18n="television.tv-only">TV only</div>
|
||||
|
||||
<div class="tv-container" *ngIf="!loading">
|
||||
|
||||
<div class="chart-holder" *ngIf="mempoolStats.length">
|
||||
|
||||
@@ -31,6 +31,15 @@
|
||||
|
||||
.blockchain-wrapper {
|
||||
|
||||
display: flex;
|
||||
height: 100%;
|
||||
min-height: 240px;
|
||||
position: relative;
|
||||
top: -20px;
|
||||
@media(min-height: 800px) {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.position-container {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@@ -76,29 +85,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tv-only {
|
||||
display: block;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@media(min-width: 768px) {
|
||||
display: none;
|
||||
}
|
||||
@media(max-height: 720px) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.tv-container {
|
||||
display: none;
|
||||
@media(min-width: 768px) {
|
||||
display: flex;
|
||||
}
|
||||
@media(max-height: 720px) {
|
||||
display: none;
|
||||
display: flex;
|
||||
margin-top: 0px;
|
||||
flex-direction: column;
|
||||
@media(max-height: 700px) {
|
||||
.blockchain-wrapper{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -78,7 +78,7 @@ export class TransactionsListComponent implements OnInit, OnChanges {
|
||||
const scrollTop = document.documentElement.scrollTop;
|
||||
if (scrollHeight > 0){
|
||||
const percentageScrolled = scrollTop * 100 / scrollHeight;
|
||||
if (percentageScrolled > 90){
|
||||
if (percentageScrolled > 70){
|
||||
this.loadMore.emit();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.datepicker.next-month">
|
||||
<source>Next month</source>
|
||||
<target>الشهر القادم</target>
|
||||
<target>الشهر التالي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-month.ts</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
@@ -123,7 +123,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.next-aria">
|
||||
<source>Next</source>
|
||||
<target>القادم</target>
|
||||
<target>التالي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -494,7 +494,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="51e0346da0d58dd6ee252cdaae9ca2711b2f540a">
|
||||
<source>Block <x ctype="x-a" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></source>
|
||||
<target>كتلة <x ctype="x-a" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></target>
|
||||
<target>الكتلة <x ctype="x-a" equiv-text="<a [routerLink]="['/block/' | relativeUrl, blockHash]">" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
@@ -524,7 +524,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="804faeaeb734a942eeb814dd53eceed25427d864">
|
||||
<source>Timestamp</source>
|
||||
<target>الوقت و التاريخ</target>
|
||||
<target>الوقت والتاريخ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-block/bisq-block.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
@@ -1241,6 +1241,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4096113720451832029">
|
||||
<source>Blind vote</source>
|
||||
<target>التصويت المخفي</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
@@ -1248,6 +1249,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8029165479004970466">
|
||||
<source>Compensation request</source>
|
||||
<target>طلب تعويض</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
@@ -1303,6 +1305,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3275831985256202873">
|
||||
<source>Reimbursement request</source>
|
||||
<target>طلب سداد</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">39</context>
|
||||
@@ -1372,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>مشروع Mempool مفتوح المصدر</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1382,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>بناء مستكشف mempool و سلسلة الكتل لمجتمع البتكوين ، مع التركيز على رسوم المعاملات والنظام البيئي متعدد الطبقات ، من دون أي إعلانات ، أو عملات رقمية بديلة ، أو متتبعات تابعة لجهات خارجية.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1477,7 +1482,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9f10a0577222a7d6c35a889453fa3a794750d9c4">
|
||||
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
|
||||
<target>متعدد التوقيع <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> من <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
|
||||
<target>متعدد التواقيع <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> من <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -1913,6 +1918,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"/>العنوان <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>، <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> احصائيات السلسله <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>، و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>احصائيات mempool <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/>سلسلة، mempool <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/> كل إحصائيات تحتوي على <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> عدد الحوالات <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>، <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>عدد مخرجات الحواله المحصوره <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> ، <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> مجموع مخرجات الحواله<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>، <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> مخرجات الحواله المصروفه المسجله <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>، و <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> مخرجات الحواله المصروفه<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">26,27</context>
|
||||
@@ -1920,6 +1926,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9f5914dbba46a8dc4ab4e81b40b1582eea7c5e2">
|
||||
<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>احصل على سجل المعاملات للعنوان المحدد / scripthash ، مرتبة بالأحدث أولاً. إرجاع ما يصل إلى 50 معاملة من معاملات mempool بالإضافة إلى أول 25 معاملة مؤكدة. يمكنك طلب المزيد من المعاملات المؤكدة باستخدام <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> اخر ظهور للحواله عن طريق عنوان الحواله <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">44,45</context>
|
||||
@@ -1927,6 +1934,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>احصل على محفوظات المعاملات المؤكدة للعنوان المحدد / scripthash ، مرتبة بالأحدث أولاً. إرجاع 25 معاملة لكل صفحة. يمكن طلب المزيد من خلال تحديد ملف رقم هوية التحويله الأخير الذي تمت رؤيته بواسطة الاستعلام السابق.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">61,63</context>
|
||||
@@ -2539,7 +2547,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
|
||||
<source>Size</source>
|
||||
<target>حجم</target>
|
||||
<target>الحجم</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">31,33</context>
|
||||
@@ -2560,7 +2568,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="919f2fd60a898850c24b1584362bbf18a4628bcb">
|
||||
<source>Weight</source>
|
||||
<target>وزن</target>
|
||||
<target>الوزن</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">35,37</context>
|
||||
@@ -2874,7 +2882,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="60cd6fa18f925b42065d8cfb1a791efdc228b4c3">
|
||||
<source>Unconfirmed</source>
|
||||
<target>غير مؤكده</target>
|
||||
<target>غير مؤكدة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16,17</context>
|
||||
@@ -2985,7 +2993,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
|
||||
<source>Fee span</source>
|
||||
<target>امتداد الرسوم</target>
|
||||
<target>نطاق الرسوم</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -3180,15 +3188,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>فقط للتفاز</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>الآن</target>
|
||||
@@ -3690,7 +3689,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ca27703757bf9a636a0b9b61e6a0cf248781cb4">
|
||||
<source>SegWit</source>
|
||||
<target>سيقويت</target>
|
||||
<target>SegWit</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
@@ -3708,7 +3707,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="975f46d122f2ca0a187308399a58b44d61ef08eb">
|
||||
<source>This transaction saved <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>% on fees by using SegWit and could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/>% more by fully upgrading to native SegWit-Bech32</source>
|
||||
<target>هذه التحويله وفرة <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>٪ من رسوم التحويل عن طريق استخدام السيقويت و ممكن ان توفر <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/>٪ اكثر عن طريق التطور الى النيتف سيقويت Bech32</target>
|
||||
<target>هذه المعاملة وفرت <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>٪ من رسوم التحويل باستخدام سيقويت وممكن ان توفر <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/>٪ اكثر عن طريق التطور الى نيتف سيقويت Bech32</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -3717,7 +3716,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1be04d5407059059b596f72696a3d1704ce9c0ef">
|
||||
<source>This transaction could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/>% on fees by upgrading to native SegWit-Bech32 or <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>% by upgrading to SegWit-P2SH</source>
|
||||
<target>كان من الممكن أن توفر هذه التحويله<x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/>٪ من الرسوم عن طريق الترقية إلى SegWit-Bech32 أو <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>٪ عن طريق الترقية إلى SegWit-P2SH</target>
|
||||
<target>كان من الممكن أن توفر هذه المعاملة <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/>٪ من الرسوم عن طريق الترقية إلى سيقويت Bech32 أو <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>٪ عن طريق الترقية إلى سيقويت-P2SH</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -3768,7 +3767,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9d92d02835569b64f0dce58e81a0d22dd798f6e5">
|
||||
<source>Only ~<x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> sat/vB was needed to get into this block</source>
|
||||
<target>المتبقي فقط ~ <x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> سات/ في بي للدخول في هذه الكتله</target>
|
||||
<target>كان مطلوب <x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/>~ sat/vB فقط لاضافة هذه المعاملة لهذة الكتلة</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>
|
||||
@@ -3781,7 +3780,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0fa66b0c410bef320d3f370d7c98c51754b5f28f">
|
||||
<source>Overpaid <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/>x</source>
|
||||
<target>دفع اكثر مما يستحق <x equiv-text="{{ overpaidTimes }}" id="INTERPOLATION"/></target>
|
||||
<target>دفع <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>
|
||||
@@ -3862,7 +3861,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
|
||||
<source>Minimum fee</source>
|
||||
<target>الحد الادنى للعموله</target>
|
||||
<target>الحد الادنى للعمولة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">161,162</context>
|
||||
|
||||
@@ -1363,8 +1363,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3125,14 +3125,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Ara</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Open source projekt Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Vytváříme mempool a blockchain explorer pro bitcoinovou komunitu se zaměřením na trh transakčních poplatků a vícevrstvý ekosystém, bez reklamy, altcoinů a sledovačů třetích stran.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2476,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> z <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3226,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Pouze TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Právě teď</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Das Open-Source-Projekt Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Aufbau eines Mempools und eines Blockchain-Explorers für die Bitcoin-Community, der sich auf den Transaktionsgebührenmarkt und das mehrschichtige Ökosystem konzentriert, ohne Werbung, Altcoins oder Drittanbieter-Tracker.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2476,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> von <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3226,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Nur Fernseher</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Gerade eben</target>
|
||||
|
||||
@@ -1258,8 +1258,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -2964,14 +2964,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Proyecto de Código Abierto The Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Construímos un explorador de mempool y cadena de bloques para la comunidad Bitcoin, con el foco en el mercado de transacciones y el ecosistema multicapa, sin anuncios, altcoins o rastreadores de terceros.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1591,6 +1593,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b151944861534c4a9e9623537dba0a95f60e4455">
|
||||
<source>Endpoint</source>
|
||||
<target>Endpoint</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -2475,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3225,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Solo TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Justo ahora</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>پروژهٔ متنباز ممپول</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>یک کاوشگر ممپول و بلاکچین که برای جامعه بیتکوین توسعه پیدا میکند. با تمرکز بر بازار کارمزدِ تراکنشها و زیستبوم چند لایه. بدون تبلیغات، آلتکوینها و مزاحمت برنامههای ردیاب.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2480,6 +2482,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> از <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3230,15 +3233,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>تلویزیونی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>همین الان</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Mempool avoimen lähdekoodin projekti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Rakennetaan mempool- ja lohkoketjuselain Bitcoin-yhteisölle, jossa keskitytään transaktiokulumarkkinoihin ja monikerroksiseen ekosysteemiin ilman mainontaa, altcoineja tai kolmannen osapuolen seurantalaitteita.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2180,6 +2182,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4ebf8d4a2433cca5a8a933ef8ccef1b01e45acef">
|
||||
<source>Returns the ancestors and the best descendant fees for a transaction.</source>
|
||||
<target>Palauttaa esisiirtokulun ja jälkisiirtokulun siirtotapahtumalle.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">563,565</context>
|
||||
@@ -2475,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>/<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3225,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Vain TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Juuri nyt</target>
|
||||
|
||||
@@ -1355,8 +1355,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3170,14 +3170,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>À l'instant même </target>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3203,15 +3203,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>מצב טלוויזיה בלבד</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>זה עתה</target>
|
||||
|
||||
@@ -1264,8 +1264,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -2972,14 +2972,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>A Mempool Nyílt Forráskódú Projekt</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Építjük a mempool és blockchain felfedezőt a Bitcoin közösség számára, a tranzakciós díj piac és több-rétegű ekoszitszémára fokuszálva, mindez annélkül hogy bármilyen hirdetés, altcoin vagy harmadik-fél nyomkövető sütiket használnánk hozzá.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2347,6 +2349,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0a668c1c2a17e557a18fc06619998e002f50df1e">
|
||||
<source>Code Example</source>
|
||||
<target>Kód Példa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -2372,6 +2375,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4edb71f23e3ff228dbabd05e8ffc364fae8ae467">
|
||||
<source>Response</source>
|
||||
<target>Válasz</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">36,37</context>
|
||||
@@ -2474,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> a <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3224,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Csak TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Épp most</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Il Progetto Open Source Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Costruire un esploratore di mempool e blockchain per la comunità Bitcoin, concentrandosi sul mercato delle commissioni di transazione e sull'ecosistema multi-layer, senza pubblicità, altcoin o tracker di terze parti.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1591,6 +1593,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b151944861534c4a9e9623537dba0a95f60e4455">
|
||||
<source>Endpoint</source>
|
||||
<target>Endpoint</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -1747,6 +1750,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
|
||||
<source>Description</source>
|
||||
<target>Descrizione</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">25,26</context>
|
||||
@@ -2346,6 +2350,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0a668c1c2a17e557a18fc06619998e002f50df1e">
|
||||
<source>Code Example</source>
|
||||
<target>Esempio di Codice</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -2362,6 +2367,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d6b673097fb7e79231afc43857e376f69ab9f3e3">
|
||||
<source>Install Package</source>
|
||||
<target>Installa Pacchetto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
@@ -2370,6 +2376,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4edb71f23e3ff228dbabd05e8ffc364fae8ae467">
|
||||
<source>Response</source>
|
||||
<target>Risposta</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">36,37</context>
|
||||
@@ -2472,6 +2479,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> di <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3222,15 +3230,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>TV only</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Proprio ora</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>メムプール・オープンソース・プロジェクト</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>ビットコインコミュニティーのために、新興トランザクション手数料市場に中心するメモリープールとブロックチェーンエキスプローラを開発しています。広告、アルトコイン、第三者のトラッカーは含まれていません。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1591,6 +1593,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b151944861534c4a9e9623537dba0a95f60e4455">
|
||||
<source>Endpoint</source>
|
||||
<target>エンドポイント</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -1747,6 +1750,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
|
||||
<source>Description</source>
|
||||
<target>記述</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">25,26</context>
|
||||
@@ -2345,6 +2349,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0a668c1c2a17e557a18fc06619998e002f50df1e">
|
||||
<source>Code Example</source>
|
||||
<target>コード例</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -2361,6 +2366,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d6b673097fb7e79231afc43857e376f69ab9f3e3">
|
||||
<source>Install Package</source>
|
||||
<target>インストールパッケージ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
@@ -2369,6 +2375,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4edb71f23e3ff228dbabd05e8ffc364fae8ae467">
|
||||
<source>Response</source>
|
||||
<target>応答</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">36,37</context>
|
||||
@@ -2471,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3221,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>TVのみ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>ちょうど今</target>
|
||||
|
||||
@@ -1312,8 +1312,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3100,14 +3100,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>ზუსტად ახლა</target>
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.HH">
|
||||
<source>HH</source>
|
||||
<target>HH</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -154,7 +155,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.hours">
|
||||
<source>Hours</source>
|
||||
<target>시간<br></target>
|
||||
<target>시간</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -162,6 +163,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.MM">
|
||||
<source>MM</source>
|
||||
<target>MM</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -169,7 +171,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.minutes">
|
||||
<source>Minutes</source>
|
||||
<target>분<br></target>
|
||||
<target>분</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -177,6 +179,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-hours">
|
||||
<source>Increment hours</source>
|
||||
<target>증가한 시간</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -184,6 +187,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-hours">
|
||||
<source>Decrement hours</source>
|
||||
<target>감소한 시간</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -191,6 +195,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-minutes">
|
||||
<source>Increment minutes</source>
|
||||
<target>증가한 분</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -198,6 +203,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-minutes">
|
||||
<source>Decrement minutes</source>
|
||||
<target>감소한 분</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -205,6 +211,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.SS">
|
||||
<source>SS</source>
|
||||
<target>SS</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -220,6 +227,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-seconds">
|
||||
<source>Increment seconds</source>
|
||||
<target>증가한 초</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -227,6 +235,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-seconds">
|
||||
<source>Decrement seconds</source>
|
||||
<target>감소한 초</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -234,6 +243,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.PM">
|
||||
<source><x id="INTERPOLATION"/></source>
|
||||
<target><x id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -241,6 +251,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.AM">
|
||||
<source><x id="INTERPOLATION"/></source>
|
||||
<target><x id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -296,6 +307,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4ad173c0e4010b1f25bf58e96a383edc1b59cd80">
|
||||
<source>Ticker</source>
|
||||
<target>시세 표시표</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -819,6 +831,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f4ebbeea643a58f45e665e960b494b2ea30b87da">
|
||||
<source>Buy Offers</source>
|
||||
<target>오퍼 구매하기</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-market/bisq-market.component.html</context>
|
||||
<context context-type="linenumber">73,74</context>
|
||||
@@ -827,6 +840,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="abf29235edbf341b6f626c315ff509f38fbf728a">
|
||||
<source>Sell Offers</source>
|
||||
<target>오퍼 판매하기</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-market/bisq-market.component.html</context>
|
||||
<context context-type="linenumber">74,77</context>
|
||||
@@ -1259,6 +1273,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1899519213652410949">
|
||||
<source>Lockup</source>
|
||||
<target>락업</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
@@ -1274,6 +1289,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4844032232639560116">
|
||||
<source>Proof of burn</source>
|
||||
<target>소각 증명</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
@@ -1289,6 +1305,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3275831985256202873">
|
||||
<source>Reimbursement request</source>
|
||||
<target>환급 요청</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">39</context>
|
||||
@@ -1296,6 +1313,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1226904538495857889">
|
||||
<source>Transfer BSQ</source>
|
||||
<target>BSQ로 변환하기 </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
@@ -1303,6 +1321,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4545041448523656285">
|
||||
<source>Unlock</source>
|
||||
<target>열기</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">41</context>
|
||||
@@ -1310,6 +1329,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8694527859973232423">
|
||||
<source>Vote reveal</source>
|
||||
<target>투표 공개</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
@@ -1349,13 +1369,15 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bisq-graph-volume">
|
||||
<source>Volume</source>
|
||||
<target>양</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/lightweight-charts-area/lightweight-charts-area.component.ts</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>맴풀 오픈 소스 프로젝트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1364,6 +1386,9 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>비트코인 커뮤니티를 위해 맴풀과 비트코인 익스플로어를 만들었습니다.
|
||||
트랜잭션 비용 마켓, 멀티 레이어 체계를
|
||||
광고, 알트코인, 다른 채굴자들 없이 이용하실 수 있습니다. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1371,6 +1396,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a24b1c6a9c4334ba204e4cec2dd9f32ea33d043f">
|
||||
<source>Enterprise Sponsors 🚀</source>
|
||||
<target>기업 스폰서🚀</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32,34</context>
|
||||
@@ -1379,6 +1405,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<target>커뮤니티 스폰서❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
@@ -1396,6 +1423,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1abb54fd13f529707c73db97625cd18c7c8cbb09">
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<target>후원하려면 <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> https://mempool.space/sponsor <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>으로 이동하십시오.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
@@ -1408,6 +1436,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<target>커뮤니티 통합</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
@@ -1416,6 +1445,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<target>커뮤니티 연합</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">134,136</context>
|
||||
@@ -1454,6 +1484,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9f10a0577222a7d6c35a889453fa3a794750d9c4">
|
||||
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
|
||||
<target>다중 사인하기 <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -1462,6 +1493,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
|
||||
<source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
|
||||
<target>라이트닝<x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
@@ -1470,6 +1502,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
|
||||
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
|
||||
<target>유동성<x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
@@ -1478,6 +1511,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> 트랜잭션</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">52,53</context>
|
||||
@@ -1486,6 +1520,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0f6ada0cfb60aefd8f77f8a22349850ce186d666">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> 트랜잭션</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">53,54</context>
|
||||
@@ -1503,6 +1538,8 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="cedcc9d48ffb2714e7b2f012ab67bd21f8e96a18">
|
||||
<source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/>The number of transactions on this address exceeds the Electrum server limit<x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/> Consider viewing this address on the official Mempool website instead: </source>
|
||||
<target> <x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/>이 주소의 트랜잭션 수가 Electrum 서버 한도를 초과합니다.<x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/>
|
||||
공식 맴풀 웹사이트에서 이 주소를 확인하길 권고합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">127,130</context>
|
||||
@@ -1716,6 +1753,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
|
||||
<source>Description</source>
|
||||
<target>설명</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">25,26</context>
|
||||
@@ -1883,6 +1921,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"/> 주소 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 체인_상황 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> 및 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 멤풀_상황 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>. <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 체인, 맴풀 <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"/> 및 <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">26,27</context>
|
||||
@@ -1890,6 +1929,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9f5914dbba46a8dc4ab4e81b40b1582eea7c5e2">
|
||||
<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 개의 mempool 트랜잭션과 처음 25 개의 컨펌된 트랜잭션을 반환합니다.. <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">44,45</context>
|
||||
@@ -1897,6 +1937,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>지정된 주소 / 스크립트 해시에 대한 확인 된 거래 내역을 최신으로 정렬하여 가져옵니다. 페이지 당 25 개의 트랜잭션을 반환합니다. 이전 쿼리에서 본 마지막 txid를 지정하여 더 많은 것을 요청할 수 있습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">61,63</context>
|
||||
@@ -1904,6 +1945,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>지정된 주소 / 스크립트 해시에 대한 미확인 거래 내역을 가져옵니다. 최대 50 개의 트랜잭션을 반환합니다 (페이징 없음).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">80,83</context>
|
||||
@@ -1911,6 +1953,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>주소 / 스크립트 해시와 관련된 미사용 트랜잭션 출력 목록을 가져옵니다. 사용 가능한 필드 : <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"/> 값 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,및 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 상태 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(tx 기금 현황과 함께).<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"/>valuecommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>필드가 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 값 대신<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>으로 나타날 수 있습니다. 추가로 따라오는 필드들: <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>자산<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>/<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>asstcommitment<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>임시값<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"/>전사함수_증명<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>,그리고<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">100,101</context>
|
||||
@@ -1936,6 +1979,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>지정된 유동 자산과 관련된 거래를 반환합니다. 네트워크의 기본 자산을 위해 페그 인, 페그 아웃 및 소각 트랜잭션 목록을 반환합니다. 사용자 발행 자산의 경우 발행, 재발행 및 소각 트랜잭션 목록을 반환합니다. 이 자산을 양도하는 일반 거래는 포함되지 않습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">143,146</context>
|
||||
@@ -1943,6 +1987,13 @@
|
||||
</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>지정된 자산의 현재 총 공급량을 가져옵니다. 네이티브 자산 (L-BTC)의 경우 [chain, mempool] _stats.peg_in_amount-
|
||||
[chain, mempool] _stats.peg_out_amount-
|
||||
[chain, mempool] _stats.burned_amount로 계산됩니다.
|
||||
발행 된 자산의 경우
|
||||
[chain, mempool] _stats.issued_amount-
|
||||
[chain, mempool] _stats.burned_amount로 계산됩니다.
|
||||
블라인드 발행이있는 자산에는 사용할 수 없습니다. 만약 decimal이 지정된 경우 자산의 분할 가능성에 따라 소수로 공급을 반환합니다. 그렇지 않으면 기본 단위로 반환됩니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">162,165</context>
|
||||
@@ -1964,6 +2015,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"/> 아이디 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 높이 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 버전 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 타임 스탬프 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 비트 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 임시값 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 머클_루트 <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"/> 크기 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 중량 <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"/> 증명 <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"/>이전블록해시 <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">187,188</context>
|
||||
@@ -1987,6 +2039,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>블록의 컨펌 상황을 반환합니다. 사용 가능한 필드 : <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>베스트 체인에서 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (불린, 고아 블록의 경우 틀립니다), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 그 다음 베스트 체인에서<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">239,240</context>
|
||||
@@ -2010,6 +2063,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3e08815110b2e5ce8aa7256ed05a2faf6dbb7077">
|
||||
<source>Returns the transaction at index <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> within the specified block.</source>
|
||||
<target>지정된 블록 내의 인덱스 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> : index <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">298,299</context>
|
||||
@@ -2017,6 +2071,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3846f2527c3c9a50bb84b2c941a876f66797449b">
|
||||
<source>Returns a list of all txids in the block.</source>
|
||||
<target>블록의 모든 txid 목록을 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">318,321</context>
|
||||
@@ -2024,6 +2079,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>블록의 트랜잭션 목록을 반환합니다 (<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> start_index <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>에서 시작하는 최대 25 개의 트랜잭션). 여기에 반환 된 트랜잭션에는 모든 트랜잭션이 동일한 블록 및 컨펌 상황을 공유하므로 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 상태 <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">337,338</context>
|
||||
@@ -2031,6 +2087,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>팁 or <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(지정된 경우) 에서 시작하는 10 개의 최신 블록을 반환합니다. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">357,358</context>
|
||||
@@ -2048,6 +2105,7 @@
|
||||
</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>주소 앞에 'B'가 붙은 비트 코인 주소에 속하는 모든 Bisq 트랜잭션을 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">385,388</context>
|
||||
@@ -2055,6 +2113,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e7e7c97535181ba299bc0ad02904f851088a0dd5">
|
||||
<source>Returns all Bisq transactions that exist in a Bitcoin block.</source>
|
||||
<target>비트 코인 블록에 존재하는 모든 Bisq 트랜잭션을 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">405,408</context>
|
||||
@@ -2062,6 +2121,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ac234ff46c8f499399a20fb5d74005094de7cdcd">
|
||||
<source>Returns the most recently processed Bitcoin block height processed by Bisq.</source>
|
||||
<target>Bisq에서 가장 최근에 처리 된 비트 코인 블록 height 를 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">424,427</context>
|
||||
@@ -2069,6 +2129,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6fdafaace68cb298c6281e89eedc704f3d8f3f6a">
|
||||
<source>Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.</source>
|
||||
<target> 반환하는 것: Bisq 트랜잭션을 포함한 비트 코인 블록의 length: index에서 시작</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">444,447</context>
|
||||
@@ -2092,6 +2153,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e9a58657c410cf65dba4c3cdfb1af7099dedb241">
|
||||
<source>Returns :length of latest Bisq transactions, starting from :index.</source>
|
||||
<target>반환하는 것: 가장 최신 Bisq 트랜잭션 length: index에서 시작</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">506,509</context>
|
||||
@@ -2109,6 +2171,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="39f61f2d1434d921a1f80a2a2f0903f06e9fd4df">
|
||||
<source>Returns our currently suggested fees for new transactions.</source>
|
||||
<target>새로운 거래에 대한 수수료를 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">531,533</context>
|
||||
@@ -2118,6 +2181,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b95b496df2b0f016831d0984f3798a2e22b74103">
|
||||
<source>Returns current mempool as projected blocks.</source>
|
||||
<target>현재의 mempool을 projected 블록으로 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">547,549</context>
|
||||
@@ -2127,6 +2191,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4ebf8d4a2433cca5a8a933ef8ccef1b01e45acef">
|
||||
<source>Returns the ancestors and the best descendant fees for a transaction.</source>
|
||||
<target>거래에 대해 ancestors 와 최하 수수료를 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">563,565</context>
|
||||
@@ -2156,6 +2221,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>에러 발생시 mempool에있는 txid의 전체 목록을 가져옵니다. txid의 순서는 임의적이며 bitcoind와 일치하지 않습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">604,607</context>
|
||||
@@ -2165,6 +2231,8 @@
|
||||
</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>mempool에 들어가기 위해 최근 10 개의 트랜잭션 목록을 가져옵니다.
|
||||
각 트랜잭션 오브젝트는 데이터에 대한 간략한 내용이 포함되어있습니다( 다음 필드들에서): <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"/> 수수료 <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"/> 및 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 값<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">622,623</context>
|
||||
@@ -2184,6 +2252,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>트랜잭션에 대한 세부 정보를 반환합니다. 사용 가능한 필드 : <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> tixed <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 버전 <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"/> 수수료 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 자동차 등록 <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"/> 상태 <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">647,648</context>
|
||||
@@ -2199,6 +2268,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><x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/> bitcoind의 merkleblock <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> 포멧을 사용하여 거래에 대한 merkle inclusion 증명을 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">684,685</context>
|
||||
@@ -2206,6 +2276,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><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 포멧<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>을 사용하여 트랜잭션에 대한 merkle inclusion 증명을 반환합니다. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">704,705</context>
|
||||
@@ -2213,6 +2284,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"/> 지출 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (불린), <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"/> vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (선택 사항), 및 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 상황<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>( 선택 사항, tx 지출 상황)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">723,724</context>
|
||||
@@ -2220,6 +2292,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0358265aa88614843e1f5e887b94c673808c84f1">
|
||||
<source>Returns the spending status of all transaction outputs.</source>
|
||||
<target>모든 트랜잭션 아웃풋의 지출 상황을 반환합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">742,745</context>
|
||||
@@ -2235,6 +2308,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>거래의 컨펌 상황을 반환합니다. 사용 가능한 필드 : <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 컨펌됨 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (부울), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> block_height <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (선택 사항) 및 <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 블록 해시 <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">780,781</context>
|
||||
@@ -2242,6 +2316,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>raw 트랜젝션을 네트워크에 브로드 캐스트합니다. 트랜잭션은 요청 본문에 16 진수로 제공되어야합니다. 성공하면 <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">800,801</context>
|
||||
@@ -2259,6 +2334,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a706b1ded7506620b153dbcdea8108e6691bbbd9">
|
||||
<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-blocks<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>기본 푸시 : <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 작업: 'want', 데이터 : [ 'blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/> <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>은 푸시하려는 것을 표현합니다. 사용 가능 : <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> 블록 <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> mempool-blocks <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"/>, 및<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>상태<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"/> 주소와 관련된 트랜잭션을 푸시합니다:<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>’트렉-주소’: ‘3PbJ…bF9B’<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>인풋 또는 아웃풋 주소를 포함한 새로운 트랜잭션을 받기위해. 트랜잭션 모음을 반환합니다. <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>주소 트랜잭션들<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> 새로운 mempool 트랜잭션 경우, 그리고<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>블록 트랜잭션 <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">819,820</context>
|
||||
@@ -2283,6 +2359,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0a668c1c2a17e557a18fc06619998e002f50df1e">
|
||||
<source>Code Example</source>
|
||||
<target>코드 예시</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -2299,6 +2376,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d6b673097fb7e79231afc43857e376f69ab9f3e3">
|
||||
<source>Install Package</source>
|
||||
<target>패키지 설치하기</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
@@ -2307,6 +2385,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4edb71f23e3ff228dbabd05e8ffc364fae8ae467">
|
||||
<source>Response</source>
|
||||
<target>응답</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">36,37</context>
|
||||
@@ -2315,6 +2394,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f8c91b77ad53ccd0f6adb4a6ea3a0f5c3329688b">
|
||||
<source>Asset</source>
|
||||
<target>자산</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
@@ -2408,6 +2488,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -2629,6 +2710,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="855f852e5642a1279605465df0cbbe78c2622648">
|
||||
<source>Based on average native segwit transaction of 140 vBytes</source>
|
||||
<target>평균 native segwit 트랜잭션의 140 vBytes 기준</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">46,48</context>
|
||||
@@ -2690,6 +2772,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>머클 루트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
@@ -2698,6 +2781,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>비트</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
@@ -2706,6 +2790,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>난이도</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">110,113</context>
|
||||
@@ -2714,6 +2799,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a6bb63d98a8a67689070a79ccf13960c25b572ef">
|
||||
<source>Nonce</source>
|
||||
<target>임시값</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">114,116</context>
|
||||
@@ -3070,6 +3156,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dfd99c62b5b308fc5b1ad7adbbf9d526d2b31516">
|
||||
<source>Sponsor</source>
|
||||
<target>스폰서</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -3127,6 +3214,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="75c20c8a9cd9723d45bee0230dd582d7c2e4ecbc">
|
||||
<source>Mempool by vBytes (sat/vByte)</source>
|
||||
<target>Mempool by vBytes (sat.vByte)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
@@ -3144,20 +3232,13 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dc15ec15e6206b40133f2c1b06095ce75aaee1ef">
|
||||
<source>Transaction vBytes per second (vB/s)</source>
|
||||
<target>초당 트랜잭션 vByte (vB / s)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
|
||||
<context context-type="linenumber">53</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>방금</target>
|
||||
@@ -3400,6 +3481,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3e322ffba6477484e0dd2e65650fdd70322ea6d0">
|
||||
<source>Fee rate</source>
|
||||
<target>수수료율</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">156</context>
|
||||
@@ -3413,6 +3495,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dd230222e3ae689913445ce93b6ae3f7cce7458b">
|
||||
<source>Descendant</source>
|
||||
<target>자손</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">163</context>
|
||||
@@ -3422,6 +3505,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8c16167a5d7c96d14ff280b09de312d18d5e2511">
|
||||
<source>Ancestor</source>
|
||||
<target>조상</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
@@ -3489,6 +3573,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eb1737af67381ce6f0b347038bb4c65b3deb84be">
|
||||
<source>Effective fee rate</source>
|
||||
<target>유효 수수료율</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">345</context>
|
||||
@@ -3651,6 +3736,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f85c05147b720576e50336cf26f63d3b05601699">
|
||||
<source>This transaction saved <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>% on fees by using native SegWit-Bech32</source>
|
||||
<target>이 트랜잭션은 native SegWit-Bech32를 사용하여 수수료 <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/> %를 절약했습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
@@ -3677,6 +3763,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="975f46d122f2ca0a187308399a58b44d61ef08eb">
|
||||
<source>This transaction saved <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>% on fees by using SegWit and could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/>% more by fully upgrading to native SegWit-Bech32</source>
|
||||
<target>이 트랜잭션은 SegWit을 사용하여 수수료에서 <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/> %를 절약했으며 native SegWit-Bech32로 완전히 업그레이드하여 <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/> %를 더 절약 할 수 있습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -3685,6 +3772,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1be04d5407059059b596f72696a3d1704ce9c0ef">
|
||||
<source>This transaction could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/>% on fees by upgrading to native SegWit-Bech32 or <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>% by upgrading to SegWit-P2SH</source>
|
||||
<target>이 트랜잭션은 native SegWit-Bech32로 업그레이드 해서 수수료<x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/> % 또는 SegWit-P2SH 로 업그레이드하여 수수료 <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>%를 절약 할 수 있습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -3693,6 +3781,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="5531c86f8e09b83930f66566fb85baf3057e2f51">
|
||||
<source>This transaction support Replace-By-Fee (RBF) allowing fee bumping</source>
|
||||
<target>이 트랜잭션은 수수료 범핑(fee bumping)을 허용하는 RBF (Replace-By-Fee)를 지원합니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">8</context>
|
||||
@@ -3715,6 +3804,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
|
||||
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
|
||||
<target>이 트랜잭션은 RBF (Replace-By-Fee)를 지원하지 않으며이 방법을 사용하여 수수료 범핑을(fee bumping) 할 수 없습니다.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">9</context>
|
||||
@@ -3733,6 +3823,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9d92d02835569b64f0dce58e81a0d22dd798f6e5">
|
||||
<source>Only ~<x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> sat/vB was needed to get into this block</source>
|
||||
<target>이 블록에 들어가려면 ~ <x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> sat / vB 만 필요했습니다./ 필요합니다.</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>
|
||||
@@ -3874,6 +3965,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2799825781368047816">
|
||||
<source>Transaction fee</source>
|
||||
<target>트랜잭션 비용</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/pipes/scriptpubkey-type-pipe/scriptpubkey-type.pipe.ts</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3214,14 +3214,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Akkurat nå</target>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3226,15 +3226,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Alleen TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Zojuist</target>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3217,15 +3217,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Tylko TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Przed chwilą</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>O Projeto de código aberto da Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Construindo um explorador da mempool e blockchain para a comunidade Bitcoin, com foco nas taxas de transação e ecossistema multicamadas, sem qualquer publicidade, altcoins ou rastreadores de terceiros.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2476,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3064,7 +3067,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="mempool-block.block.no">
|
||||
<source>Mempool block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></source>
|
||||
<target>Bloco no mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
|
||||
<target><x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/>º bloco no mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
|
||||
<context context-type="linenumber">75</context>
|
||||
@@ -3226,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Apenas TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Agora</target>
|
||||
@@ -3423,7 +3417,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7917764f923dd6b723b1cff254c7f5b837d1c48a">
|
||||
<source>After <x ctype="x-app_timespan" equiv-text="<app-timespan [time]="tx.status.block_time - transactionTime">" id="START_TAG_APP_TIMESPAN"/><x ctype="x-app_timespan" equiv-text="</app-timespan>" id="CLOSE_TAG_APP_TIMESPAN"/></source>
|
||||
<target>Depois <x ctype="x-app_timespan" equiv-text="<app-timespan [time]="tx.status.block_time - transactionTime">" id="START_TAG_APP_TIMESPAN"/><x ctype="x-app_timespan" equiv-text="</app-timespan>" id="CLOSE_TAG_APP_TIMESPAN"/></target>
|
||||
<target>Depois de <x ctype="x-app_timespan" equiv-text="<app-timespan [time]="tx.status.block_time - transactionTime">" id="START_TAG_APP_TIMESPAN"/><x ctype="x-app_timespan" equiv-text="</app-timespan>" id="CLOSE_TAG_APP_TIMESPAN"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">68</context>
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.HH">
|
||||
<source>HH</source>
|
||||
<target>ЧЧ</target>
|
||||
<target>ч.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -163,7 +163,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.MM">
|
||||
<source>MM</source>
|
||||
<target>ММ</target>
|
||||
<target>м.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -211,7 +211,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.SS">
|
||||
<source>SS</source>
|
||||
<target>СС</target>
|
||||
<target>с.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -227,7 +227,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-seconds">
|
||||
<source>Increment seconds</source>
|
||||
<target>Увеличить секунды</target>
|
||||
<target>Добавить секунды</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -235,7 +235,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-seconds">
|
||||
<source>Decrement seconds</source>
|
||||
<target>Уменьшить секунды</target>
|
||||
<target>Убавить секунды</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -294,7 +294,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
|
||||
<source>Name</source>
|
||||
<target>Имя</target>
|
||||
<target>Название</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.html</context>
|
||||
<context context-type="linenumber">19,21</context>
|
||||
@@ -598,7 +598,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a1daf43d26259bffdd5eb2d405c61583540b113b">
|
||||
<source>Confirmed</source>
|
||||
<target>Подтвержден (о) (ы) (ые)</target>
|
||||
<target>Подтверждено</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">13,14</context>
|
||||
@@ -875,7 +875,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1cde02174ca8cc2cc0b18172cd2ec598aa82dcc7">
|
||||
<source>Existing amount</source>
|
||||
<target>Сумма существующих</target>
|
||||
<target>Имеется</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">12</context>
|
||||
@@ -888,7 +888,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3218e6768d0d5fbc69d4931819e21451c89ba8ed">
|
||||
<source>Minted amount</source>
|
||||
<target>Сумма выпущенных</target>
|
||||
<target>Выпущено</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
@@ -901,7 +901,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="32377aae07f946d943f9361c8e518f714988c619">
|
||||
<source>Burnt amount</source>
|
||||
<target>Сумма сожженных</target>
|
||||
<target>Сожжено</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-stats/bisq-stats.component.html</context>
|
||||
<context context-type="linenumber">20</context>
|
||||
@@ -1265,7 +1265,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1805880753357861573">
|
||||
<source>Irregular</source>
|
||||
<target>Нерегулярный</target>
|
||||
<target>Нестрандартная</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
@@ -1281,7 +1281,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="450749685636583691">
|
||||
<source>Pay trade fee</source>
|
||||
<target>Оплатить комиссию за сделку</target>
|
||||
<target>Оплата комиссии за сделку</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">36</context>
|
||||
@@ -1313,7 +1313,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1226904538495857889">
|
||||
<source>Transfer BSQ</source>
|
||||
<target>Передача BSQ</target>
|
||||
<target>Перевод BSQ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
@@ -1329,7 +1329,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8694527859973232423">
|
||||
<source>Vote reveal</source>
|
||||
<target>Раскрыть результаты голосования</target>
|
||||
<target>Раскрытие результатов голосования</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
@@ -1345,7 +1345,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bisq-transactions.selectall">
|
||||
<source>Select all</source>
|
||||
<target>Выбрать всё</target>
|
||||
<target>Выбрать все</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">57,55</context>
|
||||
@@ -1353,7 +1353,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bisq-transactions.unselectall">
|
||||
<source>Unselect all</source>
|
||||
<target>Отменить всё</target>
|
||||
<target>Отменить все</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Проект Mempool с открытым исходным кодом</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Работаем над обозревателем мемпула и блокчейна для Биткоин-сообщества с упором на рынок комиссий за транзакции и многоуровневую экосистему без какой-либо рекламы, альткоинов или сторонних трекеров.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1543,7 +1545,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="30751732ff4b8f6ddb2a906e0173072ac29d412a">
|
||||
<source>Confidential</source>
|
||||
<target>Конфиденциальная (о) </target>
|
||||
<target>Конфиденциально</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">144,146</context>
|
||||
@@ -1572,7 +1574,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f11bc15f83d9174bd27454d32977b5025a66537d">
|
||||
<source>API Service</source>
|
||||
<target>API Служба</target>
|
||||
<target>API-возможности</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">4,7</context>
|
||||
@@ -1916,7 +1918,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"/>, 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"/>. </target>
|
||||
<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">26,27</context>
|
||||
@@ -2044,7 +2046,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="940153d58769f1a8f50dba2458693142675a5dcb">
|
||||
<source>Returns the hash of the last block.</source>
|
||||
<target>Предоставляет хэш (хеш?) последнего блока.</target>
|
||||
<target>Предоставляет хеш последнего блока.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">278,281</context>
|
||||
@@ -2477,6 +2479,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> из <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -2845,7 +2848,8 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f2385584215e9b925b6347de866110d5e07d3a35">
|
||||
<source>Low priority</source>
|
||||
<target>Низкий приоритет</target>
|
||||
<target>Низкий
|
||||
приоритет</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">4,6</context>
|
||||
@@ -2858,7 +2862,8 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0ba9d74c1d31a9d98829892f40334a22624564b8">
|
||||
<source>Medium priority</source>
|
||||
<target>Средний приоритет</target>
|
||||
<target>Средний
|
||||
приоритет</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">10,12</context>
|
||||
@@ -2871,7 +2876,8 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f80dd1511a91af4e592a538f95fa29d24907176f">
|
||||
<source>High priority</source>
|
||||
<target>Высокий приоритет</target>
|
||||
<target>Высокий
|
||||
приоритет</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
|
||||
<context context-type="linenumber">16,18</context>
|
||||
@@ -2920,7 +2926,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="60cd6fa18f925b42065d8cfb1a791efdc228b4c3">
|
||||
<source>Unconfirmed</source>
|
||||
<target>Неподтвержденная (ый)</target>
|
||||
<target>Неподтвержденные</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">16,17</context>
|
||||
@@ -2957,7 +2963,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
|
||||
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> blocks</source>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/> блоки (ов)</target>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/> блоков</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
@@ -3073,7 +3079,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="02c35681bc187cde4d0d3a98a3a1f2035dfe7398">
|
||||
<source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minutes</source>
|
||||
<target>В течение ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> минут</target>
|
||||
<target>Через ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> минут</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">41,43</context>
|
||||
@@ -3087,7 +3093,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e8b52d333f9395e1ae9c541d45dfb8c1cd017424">
|
||||
<source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minute</source>
|
||||
<target>Через ~ <x equiv-text="{{ i }}" id="INTERPOLATION"/> минут</target>
|
||||
<target>Через ~ <x equiv-text="{{ i }}" id="INTERPOLATION"/> минуту</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-blocks/mempool-blocks.component.html</context>
|
||||
<context context-type="linenumber">43,44</context>
|
||||
@@ -3101,7 +3107,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
|
||||
<source>Unknown</source>
|
||||
<target>Неизвестно (ый-ая)</target>
|
||||
<target>Неизвестный</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/miner/miner.component.html</context>
|
||||
<context context-type="linenumber">10</context>
|
||||
@@ -3175,7 +3181,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="023f8e4927b3e3baa217a2577c78c5194b885a21">
|
||||
<source>Donation confirmed!</source>
|
||||
<target>Донат подтвержден!</target>
|
||||
<target>Пожертвование подтверждено!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
<context context-type="linenumber">144</context>
|
||||
@@ -3227,15 +3233,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Только полноэкранный режим</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Только что</target>
|
||||
@@ -3400,7 +3397,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2">
|
||||
<source>Unconfirmed</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">34</context>
|
||||
@@ -3414,7 +3411,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bfa87f9724434e4245b30f2bdd11d97477048cd1">
|
||||
<source>Confirmed</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">67</context>
|
||||
@@ -3434,7 +3431,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1bc4a5de56ea48a832e32294c124009867b478d0">
|
||||
<source>First seen</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">103</context>
|
||||
@@ -3914,7 +3911,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
|
||||
<source>Minimum fee</source>
|
||||
<target>Минимальная комиссия</target>
|
||||
<target>Мин. комиссия</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">161,162</context>
|
||||
@@ -3953,7 +3950,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="125c154b4a63daa7e993e1f4a8bea4c98a645142">
|
||||
<source>Difficulty adjustment</source>
|
||||
<target>Подстройка сложности</target>
|
||||
<target>Корректировка сложности</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">203,204</context>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Odprtokodni projekt Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -2476,6 +2477,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> od <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3226,15 +3228,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Samo za TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Pravkar</target>
|
||||
|
||||
@@ -1375,8 +1375,9 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Open Source-projektet Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1385,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>En mempool och blockchain-utforskare för Bitcoin-communityt med fokus på marknaden f;r transaktionsavgifter och multi-lager ekosystem utan reklam, altcoins eller tredjepartsspårare.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -2476,6 +2478,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -3226,15 +3229,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Endast TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Just nu</target>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<body>
|
||||
<trans-unit datatype="html" id="ngb.alert.close">
|
||||
<source>Close</source>
|
||||
<target>Kapat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/alert/alert.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
@@ -10,6 +11,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.carousel.previous">
|
||||
<source>Previous</source>
|
||||
<target>Önceki</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/carousel/carousel.ts</context>
|
||||
<context context-type="linenumber">349</context>
|
||||
@@ -17,6 +19,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.carousel.next">
|
||||
<source>Next</source>
|
||||
<target>Sonraki</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/carousel/carousel.ts</context>
|
||||
<context context-type="linenumber">349</context>
|
||||
@@ -24,6 +27,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.datepicker.previous-month">
|
||||
<source>Previous month</source>
|
||||
<target>Önceki ay</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-month.ts</context>
|
||||
<context context-type="linenumber">62,64</context>
|
||||
@@ -35,6 +39,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.datepicker.next-month">
|
||||
<source>Next month</source>
|
||||
<target>Sonraki ay</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-month.ts</context>
|
||||
<context context-type="linenumber">72</context>
|
||||
@@ -46,6 +51,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.datepicker.select-month">
|
||||
<source>Select month</source>
|
||||
<target>Ay seç</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
@@ -57,6 +63,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.datepicker.select-year">
|
||||
<source>Select year</source>
|
||||
<target>Yıl Seç</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.ts</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
@@ -68,6 +75,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.first">
|
||||
<source>««</source>
|
||||
<target>««</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -75,6 +83,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.previous">
|
||||
<source>«</source>
|
||||
<target>«</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -82,6 +91,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.next">
|
||||
<source>»</source>
|
||||
<target>»</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -89,6 +99,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.last">
|
||||
<source>»»</source>
|
||||
<target>»»</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -96,6 +107,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.first-aria">
|
||||
<source>First</source>
|
||||
<target>Ilk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -103,6 +115,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.previous-aria">
|
||||
<source>Previous</source>
|
||||
<target>Önceki</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -110,6 +123,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.next-aria">
|
||||
<source>Next</source>
|
||||
<target>Sonraki</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -117,6 +131,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.pagination.last-aria">
|
||||
<source>Last</source>
|
||||
<target>En son</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts</context>
|
||||
<context context-type="linenumber">404</context>
|
||||
@@ -124,6 +139,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.progressbar.value">
|
||||
<source><x id="INTERPOLATION"/></source>
|
||||
<target><x id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.ts</context>
|
||||
<context context-type="linenumber">101</context>
|
||||
@@ -131,6 +147,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.HH">
|
||||
<source>HH</source>
|
||||
<target>HH</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -138,6 +155,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.hours">
|
||||
<source>Hours</source>
|
||||
<target>Saat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -145,6 +163,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.MM">
|
||||
<source>MM</source>
|
||||
<target>MM</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -152,6 +171,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.minutes">
|
||||
<source>Minutes</source>
|
||||
<target>Dakika</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -159,6 +179,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-hours">
|
||||
<source>Increment hours</source>
|
||||
<target>Saatlik artış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -166,6 +187,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-hours">
|
||||
<source>Decrement hours</source>
|
||||
<target>Saatlik azalış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -173,6 +195,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-minutes">
|
||||
<source>Increment minutes</source>
|
||||
<target>Dakikalık artış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -180,6 +203,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-minutes">
|
||||
<source>Decrement minutes</source>
|
||||
<target>Dakikalık azalış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -187,6 +211,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.SS">
|
||||
<source>SS</source>
|
||||
<target>SS</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -194,6 +219,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.seconds">
|
||||
<source>Seconds</source>
|
||||
<target>Saniye</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -201,6 +227,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.increment-seconds">
|
||||
<source>Increment seconds</source>
|
||||
<target>Saniyelik artış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -208,6 +235,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.decrement-seconds">
|
||||
<source>Decrement seconds</source>
|
||||
<target>Saniyelik azalış</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -215,6 +243,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.PM">
|
||||
<source><x id="INTERPOLATION"/></source>
|
||||
<target><x id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -222,6 +251,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.timepicker.AM">
|
||||
<source><x id="INTERPOLATION"/></source>
|
||||
<target><x id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts</context>
|
||||
<context context-type="linenumber">296</context>
|
||||
@@ -229,6 +259,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ngb.toast.close-aria">
|
||||
<source>Close</source>
|
||||
<target>Kapat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/toast/toast.ts</context>
|
||||
<context context-type="linenumber">137</context>
|
||||
@@ -537,6 +568,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6c2ae4f9da67155a00f8db40ac22315eeaff33e2">
|
||||
<source>BSQ Blocks</source>
|
||||
<target>BSQ Blokları</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.html</context>
|
||||
<context context-type="linenumber">2,7</context>
|
||||
@@ -624,6 +656,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6b2fdbdddef74630e1076d58786ca339a8c030f0">
|
||||
<source>Bisq Trading Volume</source>
|
||||
<target>Bisq ticaret hacmi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">3,7</context>
|
||||
@@ -636,6 +669,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d3ad0babadabfa3e3b7f51637651822f3e56a7b1">
|
||||
<source>Markets</source>
|
||||
<target>Çiftler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -648,6 +682,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ece163b62f5e9b0b68a8d6a2d93e216318f557ba">
|
||||
<source>Bitcoin Markets</source>
|
||||
<target>Bitcoin Çiftleri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">21,23</context>
|
||||
@@ -660,6 +695,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="32072c7fb0469aaf82d256a59b3e0d6ecce973b9">
|
||||
<source>Currency</source>
|
||||
<target>Kur</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">27</context>
|
||||
@@ -699,6 +735,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b666c0101ab9ef128a75fdf05a43184a57de0cff">
|
||||
<source>Volume (7d)</source>
|
||||
<target>Hacim (7g)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">29</context>
|
||||
@@ -707,6 +744,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="faf7b6da436cb9342858ec551aecdab8052dbde6">
|
||||
<source>Trades (7d)</source>
|
||||
<target>Alışveriş (7g)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">30</context>
|
||||
@@ -719,6 +757,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8d54d714a00023ea23b58d8642980ef41cea0cb3">
|
||||
<source>Latest Trades</source>
|
||||
<target>Son alışverişler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-dashboard/bisq-dashboard.component.html</context>
|
||||
<context context-type="linenumber">52,55</context>
|
||||
@@ -735,6 +774,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f42ea126dba9186d89dffe43937f2b9c17858d6">
|
||||
<source>Bisq Price Index</source>
|
||||
<target>Bisq fiyat endeksi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html</context>
|
||||
<context context-type="linenumber">9,11</context>
|
||||
@@ -743,6 +783,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="e32fd95e667cfcee9948135918a151a614d5d349">
|
||||
<source>Bisq Market Price</source>
|
||||
<target>Bisq market fiyatı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html</context>
|
||||
<context context-type="linenumber">21,23</context>
|
||||
@@ -790,6 +831,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f4ebbeea643a58f45e665e960b494b2ea30b87da">
|
||||
<source>Buy Offers</source>
|
||||
<target>Alım Teklifleri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-market/bisq-market.component.html</context>
|
||||
<context context-type="linenumber">73,74</context>
|
||||
@@ -798,6 +840,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="abf29235edbf341b6f626c315ff509f38fbf728a">
|
||||
<source>Sell Offers</source>
|
||||
<target>Satış Teklifleri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-market/bisq-market.component.html</context>
|
||||
<context context-type="linenumber">74,77</context>
|
||||
@@ -806,6 +849,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="74d80a5b284beb81e8aeb3b8efca0f78cd4b7560">
|
||||
<source>Amount (<x equiv-text="{{ i }}" id="INTERPOLATION"/>)</source>
|
||||
<target>Miktar (<x equiv-text="{{ i }}" id="INTERPOLATION"/>)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-market/bisq-market.component.html</context>
|
||||
<context context-type="linenumber">112,113</context>
|
||||
@@ -926,6 +970,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2f933b826a570836cab04f683970a2d22068458c">
|
||||
<source>Date</source>
|
||||
<target>Tarih</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-trades/bisq-trades.component.html</context>
|
||||
<context context-type="linenumber">4,6</context>
|
||||
@@ -1164,6 +1209,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4d6066e445db90780e4b30ca93398be0b6567eda">
|
||||
<source>BSQ Transactions</source>
|
||||
<target>Bsq işlemleri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.html</context>
|
||||
<context context-type="linenumber">2,5</context>
|
||||
@@ -1187,6 +1233,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8411955056013208681">
|
||||
<source>Asset listing fee</source>
|
||||
<target>Varlık listeleme fiyatı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">30</context>
|
||||
@@ -1194,6 +1241,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4096113720451832029">
|
||||
<source>Blind vote</source>
|
||||
<target>Kapalı oy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
@@ -1201,6 +1249,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8029165479004970466">
|
||||
<source>Compensation request</source>
|
||||
<target>Bedel isteği</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
@@ -1208,6 +1257,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2303359202781425764">
|
||||
<source>Genesis</source>
|
||||
<target>Genesis</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">33</context>
|
||||
@@ -1215,6 +1265,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1805880753357861573">
|
||||
<source>Irregular</source>
|
||||
<target>Sıradışı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
@@ -1222,6 +1273,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1899519213652410949">
|
||||
<source>Lockup</source>
|
||||
<target>Kilitle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
@@ -1229,6 +1281,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="450749685636583691">
|
||||
<source>Pay trade fee</source>
|
||||
<target>Alışveriş ücreti öde</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">36</context>
|
||||
@@ -1236,6 +1289,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4844032232639560116">
|
||||
<source>Proof of burn</source>
|
||||
<target>Yakılan miktar ispatı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
@@ -1243,6 +1297,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2011097393756618787">
|
||||
<source>Proposal</source>
|
||||
<target>Teklif</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
@@ -1250,6 +1305,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3275831985256202873">
|
||||
<source>Reimbursement request</source>
|
||||
<target>İade isteği</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">39</context>
|
||||
@@ -1257,6 +1313,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1226904538495857889">
|
||||
<source>Transfer BSQ</source>
|
||||
<target>BSQ transfer et</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
@@ -1264,6 +1321,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4545041448523656285">
|
||||
<source>Unlock</source>
|
||||
<target>Kilit kaldır</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">41</context>
|
||||
@@ -1271,6 +1329,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8694527859973232423">
|
||||
<source>Vote reveal</source>
|
||||
<target>Oyu göster</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-transactions/bisq-transactions.component.ts</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
@@ -1302,6 +1361,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bisq-graph-trades">
|
||||
<source>Trades</source>
|
||||
<target>İşlemler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/lightweight-charts-area/lightweight-charts-area.component.ts</context>
|
||||
<context context-type="linenumber">90</context>
|
||||
@@ -1309,13 +1369,15 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="bisq-graph-volume">
|
||||
<source>Volume</source>
|
||||
<target>Hacim</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/lightweight-charts-area/lightweight-charts-area.component.ts</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Açık kaynak Mempool Projesi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -1324,6 +1386,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f447b21299afc5bc9dadade96dbc90114bea837a">
|
||||
<source>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</source>
|
||||
<target>Reklamsız, altcoinsiz ve 3. parti takipçilerin olmadığı, sadece Bitcoin komünitesine hizmet etmek amaçlı mempool ve blokzincir takibini sağlayan projeyi geliştiriyoruz.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13,17</context>
|
||||
@@ -1331,6 +1394,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a24b1c6a9c4334ba204e4cec2dd9f32ea33d043f">
|
||||
<source>Enterprise Sponsors 🚀</source>
|
||||
<target>Kurumsal sponsorlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32,34</context>
|
||||
@@ -1339,6 +1403,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<target>Kömünite sponsorlarımız</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">50,53</context>
|
||||
@@ -1356,6 +1421,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1abb54fd13f529707c73db97625cd18c7c8cbb09">
|
||||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/>https://mempool.space/sponsor<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> to sponsor</source>
|
||||
<target> <x ctype="x-a" equiv-text="<a href="https://mempool.space/sponsor" target="_blank">" id="START_LINK"/> linkine tıklayarak <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> sponsoru ziyaret edebilirsiniz.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
@@ -1368,6 +1434,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<target>Kömünite Entegrasyonları</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">67,70</context>
|
||||
@@ -1376,6 +1443,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<target>İşbirlikçi kömüniteler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">134,136</context>
|
||||
@@ -1384,6 +1452,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2dd9b8a8997a6b57413ca3cd32dd38cef9fa39c2">
|
||||
<source>Project Contributors</source>
|
||||
<target>Proje Destekçileri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">149,151</context>
|
||||
@@ -1392,6 +1461,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<target>Projeyi ayakta tutanlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">163,165</context>
|
||||
@@ -1421,6 +1491,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
|
||||
<source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
|
||||
<target>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
@@ -1429,6 +1500,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
|
||||
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
|
||||
<target>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
@@ -1464,6 +1536,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="cedcc9d48ffb2714e7b2f012ab67bd21f8e96a18">
|
||||
<source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/>The number of transactions on this address exceeds the Electrum server limit<x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/> Consider viewing this address on the official Mempool website instead: </source>
|
||||
<target><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/> Bu adresteki maksimum işlem sayısı Electrum sunucunun limitlerini aşmakta <x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/><x ctype="lb" equiv-text="<br>" id="LINE_BREAK"/> Bu adresi lütfen resmi Mempool sitesinden takip ediniz: </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
|
||||
<context context-type="linenumber">127,130</context>
|
||||
@@ -1520,6 +1593,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b151944861534c4a9e9623537dba0a95f60e4455">
|
||||
<source>Endpoint</source>
|
||||
<target>Çıkış Noktası</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">20,21</context>
|
||||
@@ -1676,6 +1750,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
|
||||
<source>Description</source>
|
||||
<target>Tanım</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">25,26</context>
|
||||
@@ -1851,6 +1926,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c9f5914dbba46a8dc4ab4e81b40b1582eea7c5e2">
|
||||
<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>Istenilen adres/scripthash için, en yeni başta olacak şekilde,işlem geçmişi listesini al. İlk 25 onaylanmış işlem ile birlikte mempool'a gönderilmiş 50 işlemi gösterir. Daha fazla onaylanmış işlem almak için: <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"/>'yi kullan. (devamı aşağıda)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">44,45</context>
|
||||
@@ -1931,6 +2007,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>Bir blok hakkındaki detayları gösterir. Kullanılabilir metrikler: <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"/> ve <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">187,188</context>
|
||||
@@ -1954,6 +2031,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>Bir bloğun konfirmasyon durumunu gösterir. Kulanılabilir metrikler: <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, öksüz blok için yanlış), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>next_best<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(sonraki bloğun hash'i sadece en iyi bloktaki zincirde olanlar için verilir).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">239,240</context>
|
||||
@@ -1977,6 +2055,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3e08815110b2e5ce8aa7256ed05a2faf6dbb7077">
|
||||
<source>Returns the transaction at index <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> within the specified block.</source>
|
||||
<target>Seçilen bloktaki işlemi index<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> içerisinde olacak şekilde gösterir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">298,299</context>
|
||||
@@ -1992,6 +2071,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><x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>start_index<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>'ten başlayarak bloktaki (son 25) işlemi göster. Burada gösterilen işlemlerin <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> alanı boştur çünkü gösterilen bütün işlemler aynı blok sayısını ve aynı onay durumunu paylaşır.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">337,338</context>
|
||||
@@ -1999,6 +2079,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>En son 10 bloğu sondan başa doğru ya da belirlenen <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> içerisinde olacak şekilde gösterir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">357,358</context>
|
||||
@@ -2082,6 +2163,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="39f61f2d1434d921a1f80a2a2f0903f06e9fd4df">
|
||||
<source>Returns our currently suggested fees for new transactions.</source>
|
||||
<target>Yeni işlemler için tavsiye ettiğimiz transfer ücretlerini gösterir</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">531,533</context>
|
||||
@@ -2091,6 +2173,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b95b496df2b0f016831d0984f3798a2e22b74103">
|
||||
<source>Returns current mempool as projected blocks.</source>
|
||||
<target>Halihazırdaki mempool'un dolduracağı tahmini blok sayısını gösterir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">547,549</context>
|
||||
@@ -2100,6 +2183,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4ebf8d4a2433cca5a8a933ef8ccef1b01e45acef">
|
||||
<source>Returns the ancestors and the best descendant fees for a transaction.</source>
|
||||
<target>Bir işlemin ata ve en iyi varis ücretlerini gösterir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">563,565</context>
|
||||
@@ -2129,6 +2213,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>Mempool'daki tam txid listesini dizi olarak al. Txid sıralaması rastgeledir ve bitcoind ile eşleşmez.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">604,607</context>
|
||||
@@ -2174,6 +2259,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><x ctype="x-a" equiv-text="<a href="https://bitcoin.org/en/glossary/merkle-block">" id="START_LINK"/>bitcoind'nin merkleblock <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> formatını kullanarak, işlemin merkle dahiliyet ispatını verir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">684,685</context>
|
||||
@@ -2189,6 +2275,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>Bir işlem çıkışının harcama durumunu gösterir. Kullanılabilecek alanlar: <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"/>(opsiyonel), <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>vin<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> (opsiyonel), ve status<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(opsiyonel, harcanmış işlemin durumu).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">723,724</context>
|
||||
@@ -2212,6 +2299,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>Bir işlemin harcama durumunu gösterir. Kullanılabilecek alanlar: <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"/>(opsiyonel), ve <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block_hash<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>(opsiyonel).</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">780,781</context>
|
||||
@@ -2219,6 +2307,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>Ağa ham işlem yayınla. İşlem yayınlama isteği gövdesinde hex olarak yayınlanmalı. Başarılı olması durumunda<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> gösterilecek.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">800,801</context>
|
||||
@@ -2236,6 +2325,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a706b1ded7506620b153dbcdea8108e6691bbbd9">
|
||||
<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-blocks<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>Varsayılan push: Push edilmesi istenilen data için <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"/>. Kullanılabilecekler: <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-blocks<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"/> ve <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"/> <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"/> adresi ile ilişkili işlemleri push ederek bu adrese giriş/çıkış yapan bütün işlemlerin bilgisini al. Bu bilgiyi dizi olarak ver. Yeni mempool işlemleri için<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> ve <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> için onaylanmış block işlemlerini göster. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">819,820</context>
|
||||
@@ -2260,6 +2350,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0a668c1c2a17e557a18fc06619998e002f50df1e">
|
||||
<source>Code Example</source>
|
||||
<target>Örnek kod</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">6</context>
|
||||
@@ -2276,6 +2367,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d6b673097fb7e79231afc43857e376f69ab9f3e3">
|
||||
<source>Install Package</source>
|
||||
<target>Yükleme paketi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">23,24</context>
|
||||
@@ -2284,6 +2376,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4edb71f23e3ff228dbabd05e8ffc364fae8ae467">
|
||||
<source>Response</source>
|
||||
<target>Cevap</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/code-template.component.html</context>
|
||||
<context context-type="linenumber">36,37</context>
|
||||
@@ -2292,6 +2385,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f8c91b77ad53ccd0f6adb4a6ea3a0f5c3329688b">
|
||||
<source>Asset</source>
|
||||
<target>Varlık</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">2</context>
|
||||
@@ -2385,6 +2479,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="c3360a933cb312b395d276a2b865214cf832df58">
|
||||
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </source>
|
||||
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>bölü<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
|
||||
<context context-type="linenumber">76</context>
|
||||
@@ -2668,6 +2763,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d71be278785ad5940aacaf2b29a67bdbf6fc6be8">
|
||||
<source>Merkle root</source>
|
||||
<target>Merkle kökü</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">96,98</context>
|
||||
@@ -2676,6 +2772,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="fd04710d1a54d46cd1b81a13fc98e3d561b92141">
|
||||
<source>Bits</source>
|
||||
<target>Bit</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">100,102</context>
|
||||
@@ -2684,6 +2781,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="25148835d92465353fc5fe8897c27d5369978e5a">
|
||||
<source>Difficulty</source>
|
||||
<target>Zorluk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">110,113</context>
|
||||
@@ -2692,6 +2790,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="a6bb63d98a8a67689070a79ccf13960c25b572ef">
|
||||
<source>Nonce</source>
|
||||
<target>Nonce</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/block/block.component.html</context>
|
||||
<context context-type="linenumber">114,116</context>
|
||||
@@ -3048,6 +3147,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dfd99c62b5b308fc5b1ad7adbbf9d526d2b31516">
|
||||
<source>Sponsor</source>
|
||||
<target>Sponsor</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/sponsor/sponsor.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -3130,14 +3230,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Şimdi</target>
|
||||
@@ -3380,6 +3472,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3e322ffba6477484e0dd2e65650fdd70322ea6d0">
|
||||
<source>Fee rate</source>
|
||||
<target>Ücret değeri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">156</context>
|
||||
@@ -3393,6 +3486,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="dd230222e3ae689913445ce93b6ae3f7cce7458b">
|
||||
<source>Descendant</source>
|
||||
<target>Varis</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">163</context>
|
||||
@@ -3402,6 +3496,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8c16167a5d7c96d14ff280b09de312d18d5e2511">
|
||||
<source>Ancestor</source>
|
||||
<target>Ata</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">177</context>
|
||||
@@ -3469,6 +3564,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="eb1737af67381ce6f0b347038bb4c65b3deb84be">
|
||||
<source>Effective fee rate</source>
|
||||
<target>Effektik ücret değeri</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">345</context>
|
||||
@@ -3631,6 +3727,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f85c05147b720576e50336cf26f63d3b05601699">
|
||||
<source>This transaction saved <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>% on fees by using native SegWit-Bech32</source>
|
||||
<target>Bu işlem native SegWit-Bech32 kullanımı ile %<x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/> daha düşük ücret karşılığında gerçekleştirilebilir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
@@ -3657,6 +3754,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="975f46d122f2ca0a187308399a58b44d61ef08eb">
|
||||
<source>This transaction saved <x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/>% on fees by using SegWit and could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/>% more by fully upgrading to native SegWit-Bech32</source>
|
||||
<target>Bu işlem, Segwit-Bech32 kullanarak %<x equiv-text="{{ segwitGains.realizedGains * 100 | number: '1.0-0' }}" id="INTERPOLATION"/> daha düşük ücret karşılığında gerçekleşmiştir. native SegWit-Bech32 kullanarak %<x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION_1"/> daha da düşük fiyata gerçekleşebilir. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
@@ -3665,6 +3763,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1be04d5407059059b596f72696a3d1704ce9c0ef">
|
||||
<source>This transaction could save <x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/>% on fees by upgrading to native SegWit-Bech32 or <x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/>% by upgrading to SegWit-P2SH</source>
|
||||
<target>Bu işlemi native SegWit-Bech32 kullanarak %<x equiv-text="{{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}" id="INTERPOLATION"/> ya da Segwit-Bech32 kullanarak %<x equiv-text="{{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}" id="INTERPOLATION_1"/> daha düşük ücret karşılığında gerçekleştirebilirdiniz. </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
@@ -3696,6 +3795,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
|
||||
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
|
||||
<target>Bu işlem ücret karşılığı değiştir (RBF)'yi desteklemediğinden ücret arttırmı yapılamaz.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">9</context>
|
||||
@@ -3714,6 +3814,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9d92d02835569b64f0dce58e81a0d22dd798f6e5">
|
||||
<source>Only ~<x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> sat/vB was needed to get into this block</source>
|
||||
<target>Bu blokta yer almak için sadece ~<x equiv-text="{{ medianFeeNeeded | number : '1.1-1' }}" id="INTERPOLATION"/> sat/vB ücret yeterli</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>
|
||||
@@ -3807,6 +3908,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
|
||||
<source>Minimum fee</source>
|
||||
<target>Minimum ücret</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">161,162</context>
|
||||
@@ -3816,6 +3918,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
|
||||
<source>Purging</source>
|
||||
<target>Temizleme</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">162,164</context>
|
||||
@@ -3825,6 +3928,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
|
||||
<source>Memory usage</source>
|
||||
<target>Hafıza kullanımı</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">174,176</context>
|
||||
@@ -3852,6 +3956,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="2799825781368047816">
|
||||
<source>Transaction fee</source>
|
||||
<target>İşlem ücreti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/shared/pipes/scriptpubkey-type-pipe/scriptpubkey-type.pipe.ts</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3221,15 +3221,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Тільки TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Щойно</target>
|
||||
|
||||
@@ -1375,8 +1375,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3226,15 +3226,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<target>Chỉ TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>Vừa mới đây</target>
|
||||
|
||||
@@ -2965,14 +2965,6 @@
|
||||
</context-group>
|
||||
<note priority="1" from="description">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896" datatype="html">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note priority="1" from="description">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="time-since.just-now" datatype="html">
|
||||
<source>Just now</source>
|
||||
<context-group purpose="location">
|
||||
|
||||
@@ -1359,8 +1359,8 @@
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="61f524ff70dd68d5ca9e6722bde6020ed5b12bcf">
|
||||
<source>The Mempool Open Source Project ™</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">12,13</context>
|
||||
@@ -3156,14 +3156,6 @@
|
||||
</context-group>
|
||||
<note from="description" priority="1">statistics.transaction-vbytes-per-second</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d10f6e967f3f654240a4f4ad5098d8e6e52a4896">
|
||||
<source>TV only</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.html</context>
|
||||
<context context-type="linenumber">7</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">television.tv-only</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="time-since.just-now">
|
||||
<source>Just now</source>
|
||||
<target>刚刚</target>
|
||||
|
||||
@@ -251,6 +251,9 @@ body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
html:lang(ru) .card-title {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
/* Chartist */
|
||||
$ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z);
|
||||
|
||||
Reference in New Issue
Block a user