diff --git a/frontend/README.md b/frontend/README.md
index 1b91d4b98..29e62ecfc 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -1,27 +1,29 @@
-# Mempool Space
+# mempool-frontend
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.2.
+## Transifex Project
-## Development server
+The mempool frontend strings are localized into 20+ locales:
+https://www.transifex.com/mempool/mempool/dashboard/
-Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
+## Translators
-## Code scaffolding
-
-Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
-
-## Build
-
-Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
-
-## Running unit tests
-
-Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
-
-## Running end-to-end tests
-
-Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
-
-## Further help
-
-To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
+* Arabic @baro0k
+* Czech @pixelmade2
+* German @Emzy
+* English (default)
+* Spanish @maxhodler @bisqes
+* Persian @techmix
+* French @Bayernatoor
+* Korean @kcalvinalvinn
+* Georgian @wyd_idk
+* Dutch @m__btc
+* Japanese @wiz @japananon
+* Norwegian @T82771355
+* Portugese @jgcastro1985
+* Slovenian @thepkbadger
+* Finnish @bio_bitcoin
+* Swedish @softsimon_
+* Turkish @stackmore
+* Ukrainian @volbil
+* Vietnamese @bitcoin_vietnam
+* Chinese @wdljt
diff --git a/frontend/angular.json b/frontend/angular.json
index 678b22ab8..f26199440 100644
--- a/frontend/angular.json
+++ b/frontend/angular.json
@@ -51,6 +51,10 @@
"translation": "src/locale/messages.ka.xlf",
"baseHref": "/ka/"
},
+ "ko": {
+ "translation": "src/locale/messages.ko.xlf",
+ "baseHref": "/ko/"
+ },
"nl": {
"translation": "src/locale/messages.nl.xlf",
"baseHref": "/nl/"
@@ -79,6 +83,10 @@
"translation": "src/locale/messages.uk.xlf",
"baseHref": "/uk/"
},
+ "fi": {
+ "translation": "src/locale/messages.fi.xlf",
+ "baseHref": "/fi/"
+ },
"vi": {
"translation": "src/locale/messages.vi.xlf",
"baseHref": "/vi/"
diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts
index b7264416c..6371422c5 100644
--- a/frontend/src/app/app.constants.ts
+++ b/frontend/src/app/app.constants.ts
@@ -56,13 +56,12 @@ export const languages: Language[] = [
{ code: 'fa', name: 'فارسی' }, // Persian
{ code: 'fr', name: 'Français' }, // French
// { code: 'gl', name: 'Galego' }, // Galician
- { code: 'ka', name: 'ქართული' }, // Georgian
-// { code: 'ko', name: '한국어' }, // Korean
+ { code: 'ko', name: '한국어' }, // Korean
// { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
// { code: 'it', name: 'Italiano' }, // Italian
// { code: 'he', name: 'עברית' }, // Hebrew
-// { code: 'ka', name: 'ქართული' }, // Georgian
+ { code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'lv', name: 'Latviešu' }, // Latvian
// { code: 'lt', name: 'Lietuvių' }, // Lithuanian
// { code: 'hu', name: 'Magyar' }, // Hungarian
@@ -81,11 +80,11 @@ export const languages: Language[] = [
{ code: 'sl', name: 'Slovenščina' }, // Slovenian
// { code: 'sr', name: 'Српски / srpski' }, // Serbian
// { code: 'sh', name: 'Srpskohrvatski / српскохрватски' },// Serbo-Croatian
-// { code: 'fi', name: 'Suomi' }, // Finnish
+ { code: 'fi', name: 'Suomi' }, // Finnish
{ code: 'sv', name: 'Svenska' }, // Swedish
// { code: 'th', name: 'ไทย' }, // Thai
{ code: 'tr', name: 'Türkçe' }, // Turkish
{ code: 'uk', name: 'Українська' }, // Ukrainian
-// { code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
+ { code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
{ code: 'zh', name: '中文' }, // Chinese
];
diff --git a/frontend/src/app/components/address/address.component.html b/frontend/src/app/components/address/address.component.html
index 35a02bf38..41728c083 100644
--- a/frontend/src/app/components/address/address.component.html
+++ b/frontend/src/app/components/address/address.component.html
@@ -1,5 +1,5 @@
diff --git a/frontend/src/app/components/latest-blocks/latest-blocks.component.html b/frontend/src/app/components/latest-blocks/latest-blocks.component.html
index 46e043107..5c8853158 100644
--- a/frontend/src/app/components/latest-blocks/latest-blocks.component.html
+++ b/frontend/src/app/components/latest-blocks/latest-blocks.component.html
@@ -1,5 +1,5 @@
-
Blocks
+
Blocks
diff --git a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html
index 375ea1919..cd482a14f 100644
--- a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html
+++ b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html
@@ -10,7 +10,7 @@
{{ projectedBlock.feeRange[0] | number:'1.0-0' }} - {{ projectedBlock.feeRange[projectedBlock.feeRange.length - 1] | number:'1.0-0' }} sat/vB
-
{{ projectedBlock.blockSize | bytes: 2 }}
+
{{ projectedBlock.blockSize | bytes: 2 }}
{{ i }} transaction
@@ -26,8 +26,8 @@
-
- ({{ i }} blocks)
+ ()
+ {{ i }} blocks
diff --git a/frontend/src/app/components/start/start.component.html b/frontend/src/app/components/start/start.component.html
index 04c1175d0..4ee2258f4 100644
--- a/frontend/src/app/components/start/start.component.html
+++ b/frontend/src/app/components/start/start.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/frontend/src/app/components/status-view/status-view.component.ts b/frontend/src/app/components/status-view/status-view.component.ts
index c7c821184..556e993c8 100644
--- a/frontend/src/app/components/status-view/status-view.component.ts
+++ b/frontend/src/app/components/status-view/status-view.component.ts
@@ -1,9 +1,17 @@
-import { Component } from '@angular/core';
+import { Component, OnInit } from '@angular/core';
+import { WebsocketService } from 'src/app/services/websocket.service';
@Component({
selector: 'app-status-view',
templateUrl: './status-view.component.html'
})
-export class StatusViewComponent {
- constructor() { }
+export class StatusViewComponent implements OnInit {
+ constructor(
+ private websocketService: WebsocketService,
+ ) { }
+
+ ngOnInit() {
+ this.websocketService.want(['mempool-blocks', 'stats']);
+ this.websocketService.want(['blocks', 'stats']);
+ }
}
diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index b48423fad..19645b6b3 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -173,7 +173,7 @@
-
Details
+
Details
diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html
index 194d9356e..44a7133bf 100644
--- a/frontend/src/app/components/transactions-list/transactions-list.component.html
+++ b/frontend/src/app/components/transactions-list/transactions-list.component.html
@@ -1,6 +1,6 @@
@@ -164,19 +164,19 @@
Type |
- {{ vout.scriptpubkey_type.toUpperCase() }} |
+ {{ vout.scriptpubkey_type.toUpperCase() }} |
ScriptPubKey (ASM) |
- |
+ |
ScriptPubKey (HEX) |
- {{ vout.scriptpubkey }} |
+ {{ vout.scriptpubkey }} |
OP_RETURN data |
- {{ vout.scriptpubkey_asm | hex2ascii }} |
+ {{ vout.scriptpubkey_asm | hex2ascii }} |
@@ -206,7 +206,7 @@
{{ i }} confirmations
-
+
diff --git a/frontend/src/locale/messages.ar.xlf b/frontend/src/locale/messages.ar.xlf
index 1fb9c66aa..257c687a9 100644
--- a/frontend/src/locale/messages.ar.xlf
+++ b/frontend/src/locale/messages.ar.xlf
@@ -3,7 +3,7 @@
Transaction:
- صفقه
+ حوالة
src/app/components/transaction/transaction.component.ts
48
@@ -15,11 +15,15 @@
Transaction
- صفقه
+ حوالة
src/app/components/transaction/transaction.component.html
12
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 3
+
src/app/bisq/bisq-transactions/bisq-transactions.component.html
18
@@ -28,7 +32,7 @@
This transaction has been replaced by:
- هذه الصفقه تم استبدالها بـ:
+ هذه الحوالة تم استبدالها بـ:
src/app/components/transaction/transaction.component.html
5
@@ -36,38 +40,46 @@
RBF replacement
transaction.rbf.replacement
-
- confirmation
- تأكيده
+
+ confirmation
+ تأكيد
src/app/components/transaction/transaction.component.html
- 15
+ 17
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 205
src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 68
+ 69
src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 7
+ 9
Transaction singular confirmation count
shared.confirmation-count.singular
-
- confirmations
- التأكيدات
+
+ confirmations
+ تأكيد
src/app/components/transaction/transaction.component.html
- 15
+ 18
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 206
src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 68
+ 70
src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 7
+ 10
Transaction plural confirmation count
shared.confirmation-count.plural
@@ -77,17 +89,29 @@
غير مؤكده
src/app/components/transaction/transaction.component.html
- 18
+ 22
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 209
Transaction unconfirmed state
transaction.unconfirmed
Inputs & Outputs
- المساهمات و الانتاجيه
+ المدخلات والمخرجات
src/app/components/transaction/transaction.component.html
- 164
+ 168
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 88
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 148
Transaction inputs and outputs
transaction.inputs-and-outputs
@@ -97,7 +121,7 @@
التفاصيل
src/app/components/transaction/transaction.component.html
- 166
+ 170
Transaction Details
transaction.details
@@ -107,7 +131,19 @@
التفاصيل
src/app/components/transaction/transaction.component.html
- 172
+ 176
+
+
+ src/app/components/transaction/transaction.component.html
+ 252
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 81
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 127
transaction.details
@@ -116,7 +152,7 @@
حجم
src/app/components/transaction/transaction.component.html
- 177
+ 181
Transaction Size
transaction.size
@@ -126,7 +162,7 @@
الحجم الافتراضي
src/app/components/transaction/transaction.component.html
- 181
+ 185
Transaction Virtual Size
transaction.vsize
@@ -136,7 +172,7 @@
وزن
src/app/components/transaction/transaction.component.html
- 185
+ 189
Transaction Weight
transaction.weight
@@ -146,28 +182,26 @@
الوقت و التاريخ
src/app/components/transaction/transaction.component.html
- 42
+ 46
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 21
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 84
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 27
Transaction Timestamp
transaction.timestamp
Fee
- مجاناً
-
- src/app/components/transaction/transaction.component.html
- 75
-
-
- src/app/components/transaction/transaction.component.html
- 148
-
- Transaction fee
- transaction.fee
-
-
- Fee per vByte
- الرسوم لكل ف بايت
+ الرسوم
src/app/components/transaction/transaction.component.html
79
@@ -177,6 +211,38 @@
152
Transaction fee
+ transaction.fee
+
+
+ sat
+ سات
+
+ src/app/components/transaction/transaction.component.html
+ 80
+
+
+ src/app/components/transaction/transaction.component.html
+ 153
+
+ Transaction Fee sat
+ transaction.fee.sat
+
+
+ Fee per vByte
+ الرسوم لكل ف بايت
+
+ src/app/components/transaction/transaction.component.html
+ 83
+
+
+ src/app/components/transaction/transaction.component.html
+ 156
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 62
+
+ Transaction fee
transaction.fee-per-vbyte
@@ -184,15 +250,15 @@
سات\فـ ب
src/app/components/transaction/transaction.component.html
- 81
+ 85
src/app/components/transaction/transaction.component.html
- 153
+ 157
src/app/components/transactions-list/transactions-list.component.html
- 196
+ 198
src/app/components/block/block.component.html
@@ -214,6 +280,14 @@
src/app/components/blockchain-blocks/blockchain-blocks.component.html
13
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 17
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 21
+
src/app/components/fees-box/fees-box.component.html
6
@@ -238,7 +312,11 @@
مدرجة في الكتلة
src/app/components/transaction/transaction.component.html
- 51
+ 55
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 36
Transaction included in block
transaction.included-in-block
@@ -248,31 +326,35 @@
تم تأكيد
src/app/components/transaction/transaction.component.html
- 58
+ 62
Transaction Confirmed state
transaction.confirmed
-
- After
- بعد
+
+ After
+ بعد
src/app/components/transaction/transaction.component.html
- 59
+ 63
Transaction confirmed after
transaction.confirmed.after
Features
- ميزات
+ الخصائص
src/app/components/transaction/transaction.component.html
- 63
+ 67
src/app/components/transaction/transaction.component.html
- 136
+ 140
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 42
Transaction features
transaction.features
@@ -282,27 +364,17 @@
الوقت المقدر للوصول
src/app/components/transaction/transaction.component.html
- 115
+ 119
Transaction ETA
transaction.eta
-
- sat
- سات
-
- src/app/components/transaction/transaction.component.html
- 149
-
- Transaction Fee sat
- transaction.fee.sat
-
First seen
- الرؤية الأولى
+ اول رؤية
src/app/components/transaction/transaction.component.html
- 109
+ 113
Transaction first seen
transaction.first-seen
@@ -312,44 +384,17 @@
في الساعات القادمه (أو أكثر)
src/app/components/transaction/transaction.component.html
- 122
+ 126
Transaction ETA in several hours or more
transaction.eta.in-several-hours
-
- minutes
- دقائق
-
- src/app/components/transaction/transaction.component.html
- 126
-
-
- src/app/components/transaction/transaction.component.html
- 129
-
- Transaction Minutes
- transaction.minutes
-
-
- block
- كتله
-
- src/app/components/transaction/transaction.component.html
- 126
-
-
- src/app/components/transaction/transaction.component.html
- 129
-
- shared.block
-
Transaction not found.
- الصفقة غير موجودة.
+ الحوالة غير موجودة.
src/app/components/transaction/transaction.component.html
- 273
+ 277
transaction.error.transaction-not-found
@@ -358,16 +403,73 @@
في انتظار ظهورها على الميم بوول
src/app/components/transaction/transaction.component.html
- 274
+ 278
transaction.error.waiting-for-it-to-appear
-
- blocks
- الكتله
+
+ In ~ minutes
+ في ~ دقيقه
src/app/components/transaction/transaction.component.html
- 289
+ 293
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 41
+
+ Block Frequency (plural)
+ mempool-blocks.eta-of-next-block-plural
+
+
+ In ~ minute
+ في ~ دقيقه
+
+ src/app/components/transaction/transaction.component.html
+ 295
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 43
+
+ Block Frequency
+ mempool-blocks.eta-of-next-block
+
+
+ block
+ الكتلة
+
+ src/app/components/transaction/transaction.component.html
+ 297
+
+
+ src/app/components/footer/footer.component.html
+ 22
+
+
+ src/app/dashboard/dashboard.component.html
+ 165
+
+ shared.block
+
+
+ blocks
+ كتل
+
+ src/app/components/transaction/transaction.component.html
+ 298
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 30
+
+
+ src/app/components/footer/footer.component.html
+ 23
+
+
+ src/app/dashboard/dashboard.component.html
+ 166
shared.blocks
@@ -470,12 +572,12 @@
src/app/components/transactions-list/transactions-list.component.html
- 186
+ 188
transactions-list.load-all
-
- Peg-out to
+
+ Peg-out to
src/app/components/transactions-list/transactions-list.component.html
125
@@ -486,7 +588,7 @@
ScriptPubKey (ASM)
src/app/components/transactions-list/transactions-list.component.html
- 168
+ 170
ScriptPubKey (ASM)
transactions-list.scriptpubkey.asm
@@ -495,7 +597,7 @@
ScriptPubKey (HEX)
src/app/components/transactions-list/transactions-list.component.html
- 172
+ 174
ScriptPubKey (HEX)
transactions-list.scriptpubkey.hex
@@ -505,7 +607,11 @@
نوع
src/app/components/transactions-list/transactions-list.component.html
- 164
+ 166
+
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 25
src/app/bisq/bisq-transactions/bisq-transactions.component.html
@@ -518,7 +624,7 @@
البيانات
src/app/components/transactions-list/transactions-list.component.html
- 176
+ 178
transactions-list.vout.scriptpubkey-type.data
@@ -527,48 +633,17 @@
سات
src/app/components/transactions-list/transactions-list.component.html
- 196
+ 198
sat
shared.sat
-
- confirmation
- تأكيده
-
- src/app/components/transactions-list/transactions-list.component.html
- 201
-
- shared.confirmation-count.singular
-
-
- confirmations
- التأكيدات
-
- src/app/components/transactions-list/transactions-list.component.html
- 201
-
- shared.confirmation-count.plural
-
-
- Unconfirmed
- غير مؤكده
-
- src/app/components/transactions-list/transactions-list.component.html
- 203
-
-
- src/app/components/footer/footer.component.html
- 16
-
- transactions-list.unconfirmed
-
Confidential
خصوصي
src/app/components/transactions-list/transactions-list.component.html
- 208
+ 214
src/app/components/amount/amount.component.html
@@ -608,6 +683,10 @@
src/app/components/block/block.component.html
4
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 4
+
block.block
@@ -617,6 +696,14 @@
src/app/components/block/block.component.html
18
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 17
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 80
+
block.hash
@@ -686,6 +773,7 @@
Based on average native segwit transaction of 140 vBytes
+ بناءً على متوسط معاملة segwit الأصلية التي يبلغ 140 ف بايت
src/app/components/block/block.component.html
46
@@ -724,7 +812,7 @@
Subsidy + fees:
- الدعم + الرسوم:
+ مكافأة الكتلة + رسوم الحوالات:
src/app/components/block/block.component.html
57
@@ -736,41 +824,53 @@
Total subsidy and fees in a block
block.subsidy-and-fees
-
- transaction
- صفقه
+
+ transaction
+ حوالة
src/app/components/block/block.component.html
- 85
+ 87
src/app/components/mempool-blocks/mempool-blocks.component.html
- 14
+ 16
src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 16
+ 18
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 48
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 49
shared.transaction-count.singular
-
- transactions
- صفقات
+
+ transactions
+ حوالة
src/app/components/block/block.component.html
- 85
+ 88
src/app/components/mempool-blocks/mempool-blocks.component.html
- 14
+ 17
src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 16
+ 19
- src/app/components/footer/footer.component.html
- 16
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 49
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 50
shared.transaction-count.plural
@@ -779,7 +879,7 @@
خطأ في تحميل بيانات الكتله
src/app/components/block/block.component.html
- 165
+ 169
block.error.loading-block-data
@@ -798,6 +898,10 @@
src/app/components/address/address.component.html
2
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 2
+
shared.address
@@ -807,6 +911,10 @@
src/app/components/address/address.component.html
20
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 20
+
address.total-received
@@ -816,6 +924,14 @@
src/app/components/address/address.component.html
24
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 24
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 14
+
address.total-sent
@@ -825,6 +941,10 @@
src/app/components/address/address.component.html
28
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 28
+
address.balance
@@ -856,6 +976,7 @@
TXID, block height, hash or address
+ هاش التحويلة, ارتفاع الكتلة , الهاش او العنوان
src/app/components/search-form/search-form.component.html
4
@@ -944,7 +1065,7 @@
Transactions
- معاملات
+ التحويلات
src/app/components/latest-blocks/latest-blocks.component.html
12
@@ -989,47 +1110,6 @@
address-labels.upper-layer-peg-out
-
- In
- في
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 17
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 20
-
- Block Frequency
- mempool-blocks.eta-of-next-block
-
-
- minute
- دقيقه
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 17
-
- shared.minute
-
-
- minutes
- دقائق
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 20
-
- shared.minutes
-
-
- blocks
- كتله
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 24
-
- shared.blocks
-
API
API
@@ -1076,6 +1156,7 @@
Layer 2 Networks
+ شبكات الطبقة ٢
src/app/components/master-page/master-page.component.html
19
@@ -1217,14 +1298,14 @@
src/app/components/about/about.component.html
206
-
- src/app/components/api-docs/api-docs.component.html
- 284
-
src/app/dashboard/dashboard.component.html
143
+
+ src/app/components/api-docs/api-docs.component.html
+ 284
+
Terms of Service
shared.terms-of-service
@@ -1248,7 +1329,7 @@
Minimum amount is 0.001 BTC
- الحد الأدنى للمبلغ هو 0.001 بتكوين
+ الحد الأدنى هو 0.001 بتكوين
src/app/components/about/about.component.html
83
@@ -1266,7 +1347,7 @@
Waiting for transaction...
- في انتظار المعاملة ...
+ في إنتظار التحويلات
src/app/components/about/about.component.html
170
@@ -1328,6 +1409,7 @@
Transaction vBytes per second (vB/s)
+ التحويلات ف بايت في الثانية (ف بايت / سات)
src/app/components/statistics/statistics.component.html
57
@@ -1352,34 +1434,59 @@
footer.tx-vbytes-per-second
-
- Mempool size:
- حجم الميم بول:
+
+ Unconfirmed
+ غير مؤكده
+
+ src/app/components/footer/footer.component.html
+ 16
+
+
+ src/app/dashboard/dashboard.component.html
+ 170
+
+ Unconfirmed count
+ dashboard.unconfirmed
+
+
+ Mempool size
+ حجم الميم بول
src/app/components/footer/footer.component.html
20
- footer.mempool-size
+
+ src/app/dashboard/dashboard.component.html
+ 162
+
+ Mempool size
+ dashboard.mempool-size
Backend is synchronizing
+ يتم مزامنة الباك اند
src/app/components/footer/footer.component.html
7
src/app/dashboard/dashboard.component.html
- 181
+ 183
footer.backend-is-synchronizing
-
- vBytes/s
+
+ vB/s
src/app/components/footer/footer.component.html
11
- shared.vbytes-per-second
+
+ src/app/dashboard/dashboard.component.html
+ 187
+
+ vB/s
+ shared.vbytes-per-second
Next block
@@ -1391,6 +1498,7 @@
Stack of mempool blocks
+ كومه من كتل ميم بول
src/app/components/mempool-block/mempool-block.component.ts
74
@@ -1398,6 +1506,7 @@
Mempool block
+ كتلة ميم بول
src/app/components/mempool-block/mempool-block.component.ts
76
@@ -1506,6 +1615,10 @@
src/app/components/asset/asset.component.html
51
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 15
+
Liquid Asset issued amount
asset.issued-amount
@@ -1525,6 +1638,7 @@
Peg In/Out and Burn Transactions
+ ربط التحويلات وإخراجها و المعاملات المحروقه
src/app/components/asset/asset.component.html
75
@@ -1590,6 +1704,7 @@
Ticker
+ شريط
src/app/assets/assets.component.html
20
@@ -1602,6 +1717,7 @@
Issuer domain
+ نطاق المصدر
src/app/assets/assets.component.html
21
@@ -1614,6 +1730,7 @@
Asset ID
+ معرف الأصول
src/app/assets/assets.component.html
22
@@ -1638,6 +1755,7 @@
Error loading assets data.
+ خطأ في تحميل بيانات الأصول.
src/app/assets/assets.component.html
67
@@ -1646,6 +1764,7 @@
Identified by payout address: ''
+ تم تحديده بواسطة االعنوان: ''
src/app/components/miner/miner.component.ts
42
@@ -1653,6 +1772,7 @@
Identified by coinbase tag: ''
+ تم تحديده بواسطة علامة كوين بيس : ''
src/app/components/miner/miner.component.ts
52
@@ -1706,8 +1826,122 @@
fees-box.high-priority
+
+ Latest blocks
+ احدث الكتل
+
+ src/app/dashboard/dashboard.component.html
+ 75
+
+ dashboard.latest-blocks
+
+
+ TXs
+
+ src/app/dashboard/dashboard.component.html
+ 80
+
+
+ src/app/dashboard/dashboard.component.html
+ 172
+
+ dashboard.latest-blocks.transaction-count
+
+
+ View all »
+ عرض الكل »
+
+ src/app/dashboard/dashboard.component.html
+ 97
+
+ dashboard.view-all
+
+
+ Latest transactions
+ احدث التحويلات
+
+ src/app/dashboard/dashboard.component.html
+ 104
+
+ dashboard.latest-transactions
+
+
+ TXID
+
+ src/app/dashboard/dashboard.component.html
+ 107
+
+ dashboard.latest-transactions.txid
+
+
+ Amount
+ الكمية
+
+ src/app/dashboard/dashboard.component.html
+ 108
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 20
+
+ dashboard.latest-transactions.amount
+
+
+ Fee
+ رسوم
+
+ src/app/dashboard/dashboard.component.html
+ 110
+
+ dashboard.latest-transactions.fee
+
+
+ USD
+ دولار
+
+ src/app/dashboard/dashboard.component.html
+ 109
+
+ dashboard.latest-transactions.USD
+
+
+ Expand
+ توسيع
+
+ src/app/dashboard/dashboard.component.html
+ 131
+
+ dashboard.expand
+
+
+ Collapse
+
+ src/app/dashboard/dashboard.component.html
+ 132
+
+ dashboard.collapse
+
+
+ Incoming transactions
+ الحوالات الواردة
+
+ src/app/dashboard/dashboard.component.html
+ 180
+
+ dashboard.incoming-transactions
+
+
+ Difficulty adjustment
+ تعديل الصعوبة
+
+ src/app/dashboard/dashboard.component.html
+ 196
+
+ dashboard.difficulty-adjustment
+
API Service
+ خدمات ال API
src/app/components/api-docs/api-docs.component.html
4
@@ -1763,7 +1997,7 @@
Description
- الشرح
+ الوصف
src/app/components/api-docs/api-docs.component.html
15
@@ -1828,6 +2062,7 @@
Returns current mempool as projected blocks.
+ لإرجاع الميم بول الحالية على شكل كتل متوقعة
src/app/components/api-docs/api-docs.component.html
41
@@ -1923,7 +2158,7 @@
Returns the height of the last block.
- إرجاع الاعلى في الكتلة الأخيرة.
+ معرفة ارتفاع آخر كتلة
src/app/components/api-docs/api-docs.component.html
117
@@ -2051,6 +2286,7 @@
Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ احصل على محفوظات التحويله غير المؤكدة للعنوان المحدد / تجزئة البرنامج النصي. أسترجاع ما يصل إلى 50 معاملة (بدون ترحيل).
src/app/components/api-docs/api-docs.component.html
201
@@ -2153,165 +2389,6 @@
272
-
- Latest blocks
- احدث الكتل
-
- src/app/dashboard/dashboard.component.html
- 75
-
- dashboard.latest-blocks
-
-
- TXs
-
- src/app/dashboard/dashboard.component.html
- 80
-
-
- src/app/dashboard/dashboard.component.html
- 170
-
- dashboard.latest-blocks.transaction-count
-
-
- View all »
- عرض الكل »
-
- src/app/dashboard/dashboard.component.html
- 97
-
- dashboard.view-all
-
-
- Latest transactions
- احدث التحويلات
-
- src/app/dashboard/dashboard.component.html
- 104
-
- dashboard.latest-transactions
-
-
- TXID
-
- src/app/dashboard/dashboard.component.html
- 107
-
- dashboard.latest-transactions.txid
-
-
- Amount
- المبلغ
-
- src/app/dashboard/dashboard.component.html
- 108
-
-
- src/app/bisq/bisq-transactions/bisq-transactions.component.html
- 20
-
- dashboard.latest-transactions.amount
-
-
- Fee
- رسوم
-
- src/app/dashboard/dashboard.component.html
- 110
-
- dashboard.latest-transactions.fee
-
-
- USD
- دولار
-
- src/app/dashboard/dashboard.component.html
- 109
-
- dashboard.latest-transactions.USD
-
-
- Expand
-
- src/app/dashboard/dashboard.component.html
- 131
-
- dashboard.expand
-
-
- Collapse
-
- src/app/dashboard/dashboard.component.html
- 132
-
- dashboard.collapse
-
-
- Mempool size
- حجم الميم بول
-
- src/app/dashboard/dashboard.component.html
- 162
-
- Mempool size
- dashboard.mempool-size
-
-
- Unconfirmed
- غير مؤكده
-
- src/app/dashboard/dashboard.component.html
- 168
-
- Unconfirmed count
- dashboard.unconfirmed
-
-
- block
- كتله
-
- src/app/dashboard/dashboard.component.html
- 164
-
- shared.block
-
-
- blocks
- كتل
-
- src/app/dashboard/dashboard.component.html
- 164
-
- shared.blocks
-
-
- Incoming transactions
- التحويلات القادمه
-
- src/app/dashboard/dashboard.component.html
- 178
-
- dashboard.incoming-transactions
-
-
- vB/s
-
- src/app/dashboard/dashboard.component.html
- 185
-
- vB/s
- shared.vbytes-per-second
-
-
- Difficulty adjustment
- تعديل الصعوبة
-
- src/app/dashboard/dashboard.component.html
- 194
-
- dashboard.difficulty-adjustment
-
Copied!
منسوخ!
@@ -2322,6 +2399,7 @@
This transaction saved % on fees by using native SegWit-Bech32
+ هذه التحويلة وفرة ٪ من الرسوم لاستخدام النيتف سيقويت Bech32
src/app/components/tx-features/tx-features.component.html
1
@@ -2348,6 +2426,7 @@
This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+ هذه التحويله وفرة ٪ من رسوم التحويل عن طريق استخدام السيقويت و ممكن ان توفر ٪ اكثر عن طريق التطور الى النيتف سيقويت Bech32
src/app/components/tx-features/tx-features.component.html
3
@@ -2356,6 +2435,7 @@
This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+ يمكن أن توفر هذه التحويله ٪ من الرسوم عن طريق الترقية إلى SegWit-Bech32 أو ٪ عن طريق الترقية إلى SegWit-P2SH
src/app/components/tx-features/tx-features.component.html
5
@@ -2364,6 +2444,7 @@
This transaction support Replace-By-Fee (RBF) allowing fee bumping
+ تدعم هذه التحويله الاستبدال بالرسوم (RBF) مما يسمح بإرتفاع الرسوم
src/app/components/tx-features/tx-features.component.html
8
@@ -2391,6 +2472,7 @@
Only ~ sat/vB was needed to get into this block
+ المتبقي فقط ~ سات/ في بي للدخول في هذه الكتله
src/app/components/tx-fee-rating/tx-fee-rating.component.html
2
@@ -2551,7 +2633,7 @@
minutes ago
- منذ دقائق
+ منذ دقيقه
src/app/components/time-since/time-since.component.ts
85
@@ -2599,7 +2681,6 @@
Minted amount
- الكمية المسكوكة
src/app/bisq/bisq-stats/bisq-stats.component.html
16
@@ -2612,7 +2693,6 @@
Burnt amount
- الكمية المحروقه
src/app/bisq/bisq-stats/bisq-stats.component.html
20
@@ -2621,6 +2701,14 @@
src/app/bisq/bisq-stats/bisq-stats.component.html
62
+
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 62
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 57
+
BSQ burnt amount
@@ -2690,6 +2778,45 @@
39
+
+ Confirmed
+ تم تأكيد
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 13
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 21
+
+ Bisq block confirmed time header
+
+
+ Inputs
+ المدخلات
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 7
+
+ transaction.inputs
+
+
+ Outputs
+ المخرجات
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 11
+
+ transaction.outputs
+
+
+ Version
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 29
+
+ transaction.version
+
Block :
الكتله :
@@ -2698,9 +2825,21 @@
85
+
+ Previous hash
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 35
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 93
+
+ Transaction Previous Hash
+ block.previous_hash
+
Filter
- منقي
src/app/bisq/bisq-transactions/bisq-transactions.component.ts
55
@@ -2722,14 +2861,6 @@
57
-
- Confirmed
- تم تأكيد
-
- src/app/bisq/bisq-transactions/bisq-transactions.component.html
- 21
-
-
\ No newline at end of file
diff --git a/frontend/src/locale/messages.cs.xlf b/frontend/src/locale/messages.cs.xlf
index 37b593161..81de9ac2c 100644
--- a/frontend/src/locale/messages.cs.xlf
+++ b/frontend/src/locale/messages.cs.xlf
@@ -20,6 +20,10 @@
src/app/components/transaction/transaction.component.html
12
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 3
+
src/app/bisq/bisq-transactions/bisq-transactions.component.html
18
@@ -36,38 +40,46 @@
RBF replacement
transaction.rbf.replacement
-
- confirmation
- potvrzení
+
+ confirmation
+ potvrzení
src/app/components/transaction/transaction.component.html
- 15
+ 17
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 205
src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 68
+ 69
src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 7
+ 9
Transaction singular confirmation count
shared.confirmation-count.singular
-
- confirmations
- potvrzení
+
+ confirmations
+ potvrzení
src/app/components/transaction/transaction.component.html
- 15
+ 18
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 206
src/app/bisq/bisq-transfers/bisq-transfers.component.html
- 68
+ 70
src/app/bisq/bisq-transaction/bisq-transaction.component.html
- 7
+ 10
Transaction plural confirmation count
shared.confirmation-count.plural
@@ -77,7 +89,11 @@
Nepotvrzeno
src/app/components/transaction/transaction.component.html
- 18
+ 22
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 209
Transaction unconfirmed state
transaction.unconfirmed
@@ -87,7 +103,15 @@
Vstupy a Výstupy
src/app/components/transaction/transaction.component.html
- 164
+ 168
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 88
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 148
Transaction inputs and outputs
transaction.inputs-and-outputs
@@ -97,7 +121,7 @@
Detaily
src/app/components/transaction/transaction.component.html
- 166
+ 170
Transaction Details
transaction.details
@@ -107,7 +131,19 @@
Detaily
src/app/components/transaction/transaction.component.html
- 172
+ 176
+
+
+ src/app/components/transaction/transaction.component.html
+ 252
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 81
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 127
transaction.details
@@ -116,7 +152,7 @@
Velikost
src/app/components/transaction/transaction.component.html
- 177
+ 181
Transaction Size
transaction.size
@@ -126,7 +162,7 @@
Virtuální velikost
src/app/components/transaction/transaction.component.html
- 181
+ 185
Transaction Virtual Size
transaction.vsize
@@ -136,7 +172,7 @@
Váha
src/app/components/transaction/transaction.component.html
- 185
+ 189
Transaction Weight
transaction.weight
@@ -146,7 +182,19 @@
Časové razítko
src/app/components/transaction/transaction.component.html
- 42
+ 46
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 21
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 84
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 27
Transaction Timestamp
transaction.timestamp
@@ -156,25 +204,43 @@
Poplatek
src/app/components/transaction/transaction.component.html
- 75
+ 79
src/app/components/transaction/transaction.component.html
- 148
+ 152
Transaction fee
transaction.fee
+
+ sat
+ sat
+
+ src/app/components/transaction/transaction.component.html
+ 80
+
+
+ src/app/components/transaction/transaction.component.html
+ 153
+
+ Transaction Fee sat
+ transaction.fee.sat
+
Fee per vByte
Poplatek za vByte
src/app/components/transaction/transaction.component.html
- 79
+ 83
src/app/components/transaction/transaction.component.html
- 152
+ 156
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 62
Transaction fee
transaction.fee-per-vbyte
@@ -184,15 +250,15 @@
sat/vB
src/app/components/transaction/transaction.component.html
- 81
+ 85
src/app/components/transaction/transaction.component.html
- 153
+ 157
src/app/components/transactions-list/transactions-list.component.html
- 196
+ 198
src/app/components/block/block.component.html
@@ -214,6 +280,14 @@
src/app/components/blockchain-blocks/blockchain-blocks.component.html
13
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 17
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 21
+
src/app/components/fees-box/fees-box.component.html
6
@@ -238,7 +312,11 @@
Zahrnuto v bloku
src/app/components/transaction/transaction.component.html
- 51
+ 55
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 36
Transaction included in block
transaction.included-in-block
@@ -248,17 +326,17 @@
Potvrzeno
src/app/components/transaction/transaction.component.html
- 58
+ 62
Transaction Confirmed state
transaction.confirmed
-
- After
- Po
+
+ After
+ Po
src/app/components/transaction/transaction.component.html
- 59
+ 63
Transaction confirmed after
transaction.confirmed.after
@@ -268,11 +346,15 @@
Funkce
src/app/components/transaction/transaction.component.html
- 63
+ 67
src/app/components/transaction/transaction.component.html
- 136
+ 140
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 42
Transaction features
transaction.features
@@ -282,27 +364,17 @@
ETA
src/app/components/transaction/transaction.component.html
- 115
+ 119
Transaction ETA
transaction.eta
-
- sat
- sat
-
- src/app/components/transaction/transaction.component.html
- 149
-
- Transaction Fee sat
- transaction.fee.sat
-
First seen
Poprvé viděna
src/app/components/transaction/transaction.component.html
- 109
+ 113
Transaction first seen
transaction.first-seen
@@ -312,44 +384,17 @@
Za několik hodin (nebo více)
src/app/components/transaction/transaction.component.html
- 122
+ 126
Transaction ETA in several hours or more
transaction.eta.in-several-hours
-
- minutes
- minut
-
- src/app/components/transaction/transaction.component.html
- 126
-
-
- src/app/components/transaction/transaction.component.html
- 129
-
- Transaction Minutes
- transaction.minutes
-
-
- block
- blok
-
- src/app/components/transaction/transaction.component.html
- 126
-
-
- src/app/components/transaction/transaction.component.html
- 129
-
- shared.block
-
Transaction not found.
Transakce nebyla nalezena.
src/app/components/transaction/transaction.component.html
- 273
+ 277
transaction.error.transaction-not-found
@@ -358,16 +403,73 @@
Čekání na to, až se objeví v mempoolu...
src/app/components/transaction/transaction.component.html
- 274
+ 278
transaction.error.waiting-for-it-to-appear
-
- blocks
- bloků
+
+ In ~ minutes
+ Za ~ minut
src/app/components/transaction/transaction.component.html
- 289
+ 293
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 41
+
+ Block Frequency (plural)
+ mempool-blocks.eta-of-next-block-plural
+
+
+ In ~ minute
+ Za ~ minuta
+
+ src/app/components/transaction/transaction.component.html
+ 295
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 43
+
+ Block Frequency
+ mempool-blocks.eta-of-next-block
+
+
+ block
+ blok
+
+ src/app/components/transaction/transaction.component.html
+ 297
+
+
+ src/app/components/footer/footer.component.html
+ 22
+
+
+ src/app/dashboard/dashboard.component.html
+ 165
+
+ shared.block
+
+
+ blocks
+ bloků
+
+ src/app/components/transaction/transaction.component.html
+ 298
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 30
+
+
+ src/app/components/footer/footer.component.html
+ 23
+
+
+ src/app/dashboard/dashboard.component.html
+ 166
shared.blocks
@@ -472,13 +574,13 @@
src/app/components/transactions-list/transactions-list.component.html
- 186
+ 188
transactions-list.load-all
-
- Peg-out to
- Peg-out do
+
+ Peg-out to
+ Peg-out do
src/app/components/transactions-list/transactions-list.component.html
125
@@ -490,7 +592,7 @@
ScriptPubKey (ASM)
src/app/components/transactions-list/transactions-list.component.html
- 168
+ 170
ScriptPubKey (ASM)
transactions-list.scriptpubkey.asm
@@ -500,7 +602,7 @@
ScriptPubKey (HEX)
src/app/components/transactions-list/transactions-list.component.html
- 172
+ 174
ScriptPubKey (HEX)
transactions-list.scriptpubkey.hex
@@ -510,7 +612,11 @@
Typ
src/app/components/transactions-list/transactions-list.component.html
- 164
+ 166
+
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 25
src/app/bisq/bisq-transactions/bisq-transactions.component.html
@@ -523,7 +629,7 @@
data
src/app/components/transactions-list/transactions-list.component.html
- 176
+ 178
transactions-list.vout.scriptpubkey-type.data
@@ -532,48 +638,17 @@
sat
src/app/components/transactions-list/transactions-list.component.html
- 196
+ 198
sat
shared.sat
-
- confirmation
- potvrzení
-
- src/app/components/transactions-list/transactions-list.component.html
- 201
-
- shared.confirmation-count.singular
-
-
- confirmations
- potvrzení
-
- src/app/components/transactions-list/transactions-list.component.html
- 201
-
- shared.confirmation-count.plural
-
-
- Unconfirmed
- Nepotvrzeno
-
- src/app/components/transactions-list/transactions-list.component.html
- 203
-
-
- src/app/components/footer/footer.component.html
- 16
-
- transactions-list.unconfirmed
-
Confidential
Důvěrné
src/app/components/transactions-list/transactions-list.component.html
- 208
+ 214
src/app/components/amount/amount.component.html
@@ -613,6 +688,10 @@
src/app/components/block/block.component.html
4
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 4
+
block.block
@@ -622,6 +701,14 @@
src/app/components/block/block.component.html
18
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 17
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 80
+
block.hash
@@ -742,41 +829,53 @@
Total subsidy and fees in a block
block.subsidy-and-fees
-
- transaction
- transakce
+
+ transaction
+ transakce
src/app/components/block/block.component.html
- 85
+ 87
src/app/components/mempool-blocks/mempool-blocks.component.html
- 14
+ 16
src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 16
+ 18
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 48
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 49
shared.transaction-count.singular
-
- transactions
- transakcí
+
+ transactions
+ transakcí
src/app/components/block/block.component.html
- 85
+ 88
src/app/components/mempool-blocks/mempool-blocks.component.html
- 14
+ 17
src/app/components/blockchain-blocks/blockchain-blocks.component.html
- 16
+ 19
- src/app/components/footer/footer.component.html
- 16
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 49
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 50
shared.transaction-count.plural
@@ -785,7 +884,7 @@
Chyba při načítání dat bloku.
src/app/components/block/block.component.html
- 165
+ 169
block.error.loading-block-data
@@ -804,6 +903,10 @@
src/app/components/address/address.component.html
2
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 2
+
shared.address
@@ -813,6 +916,10 @@
src/app/components/address/address.component.html
20
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 20
+
address.total-received
@@ -822,6 +929,14 @@
src/app/components/address/address.component.html
24
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 24
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 14
+
address.total-sent
@@ -831,6 +946,10 @@
src/app/components/address/address.component.html
28
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 28
+
address.balance
@@ -996,47 +1115,6 @@
address-labels.upper-layer-peg-out
-
- In
- Za
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 17
-
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 20
-
- Block Frequency
- mempool-blocks.eta-of-next-block
-
-
- minute
- minuta
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 17
-
- shared.minute
-
-
- minutes
- minut
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 20
-
- shared.minutes
-
-
- blocks
- bloků(y)
-
- src/app/components/mempool-blocks/mempool-blocks.component.html
- 24
-
- shared.blocks
-
API
API
@@ -1225,14 +1303,14 @@
src/app/components/about/about.component.html
206
-
- src/app/components/api-docs/api-docs.component.html
- 284
-
src/app/dashboard/dashboard.component.html
143
+
+ src/app/components/api-docs/api-docs.component.html
+ 284
+
Terms of Service
shared.terms-of-service
@@ -1363,14 +1441,33 @@
footer.tx-vbytes-per-second
-
- Mempool size:
- Velikost Mempoolu:
+
+ Unconfirmed
+ Nepotvrzeno
+
+ src/app/components/footer/footer.component.html
+ 16
+
+
+ src/app/dashboard/dashboard.component.html
+ 170
+
+ Unconfirmed count
+ dashboard.unconfirmed
+
+
+ Mempool size
+ Velikost Mempoolu
src/app/components/footer/footer.component.html
20
- footer.mempool-size
+
+ src/app/dashboard/dashboard.component.html
+ 162
+
+ Mempool size
+ dashboard.mempool-size
Backend is synchronizing
@@ -1381,18 +1478,23 @@
src/app/dashboard/dashboard.component.html
- 181
+ 183
footer.backend-is-synchronizing
-
- vBytes/s
- vBytů/s
+
+ vB/s
+ vB/s
src/app/components/footer/footer.component.html
11
- shared.vbytes-per-second
+
+ src/app/dashboard/dashboard.component.html
+ 187
+
+ vB/s
+ shared.vbytes-per-second
Next block
@@ -1521,6 +1623,10 @@
src/app/components/asset/asset.component.html
51
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 15
+
Liquid Asset issued amount
asset.issued-amount
@@ -1730,6 +1836,122 @@
fees-box.high-priority
+
+ Latest blocks
+ Poslední bloky
+
+ src/app/dashboard/dashboard.component.html
+ 75
+
+ dashboard.latest-blocks
+
+
+ TXs
+ Počet TX
+
+ src/app/dashboard/dashboard.component.html
+ 80
+
+
+ src/app/dashboard/dashboard.component.html
+ 172
+
+ dashboard.latest-blocks.transaction-count
+
+
+ View all »
+ Zobrazit všechny »
+
+ src/app/dashboard/dashboard.component.html
+ 97
+
+ dashboard.view-all
+
+
+ Latest transactions
+ Poslední transakce
+
+ src/app/dashboard/dashboard.component.html
+ 104
+
+ dashboard.latest-transactions
+
+
+ TXID
+ TXID
+
+ src/app/dashboard/dashboard.component.html
+ 107
+
+ dashboard.latest-transactions.txid
+
+
+ Amount
+ Množství
+
+ src/app/dashboard/dashboard.component.html
+ 108
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 20
+
+ dashboard.latest-transactions.amount
+
+
+ Fee
+ Poplatek
+
+ src/app/dashboard/dashboard.component.html
+ 110
+
+ dashboard.latest-transactions.fee
+
+
+ USD
+ USD
+
+ src/app/dashboard/dashboard.component.html
+ 109
+
+ dashboard.latest-transactions.USD
+
+
+ Expand
+ Rozšířit
+
+ src/app/dashboard/dashboard.component.html
+ 131
+
+ dashboard.expand
+
+
+ Collapse
+ Zavřít
+
+ src/app/dashboard/dashboard.component.html
+ 132
+
+ dashboard.collapse
+
+
+ Incoming transactions
+ Příchozí transakce
+
+ src/app/dashboard/dashboard.component.html
+ 180
+
+ dashboard.incoming-transactions
+
+
+ Difficulty adjustment
+ Úprava obtížnosti
+
+ src/app/dashboard/dashboard.component.html
+ 196
+
+ dashboard.difficulty-adjustment
+
API Service
API Služba
@@ -2216,170 +2438,6 @@
272
-
- Latest blocks
- Poslední bloky
-
- src/app/dashboard/dashboard.component.html
- 75
-
- dashboard.latest-blocks
-
-
- TXs
- Počet TX
-
- src/app/dashboard/dashboard.component.html
- 80
-
-
- src/app/dashboard/dashboard.component.html
- 170
-
- dashboard.latest-blocks.transaction-count
-
-
- View all »
- Zobrazit všechny »
-
- src/app/dashboard/dashboard.component.html
- 97
-
- dashboard.view-all
-
-
- Latest transactions
- Poslední transakce
-
- src/app/dashboard/dashboard.component.html
- 104
-
- dashboard.latest-transactions
-
-
- TXID
- TXID
-
- src/app/dashboard/dashboard.component.html
- 107
-
- dashboard.latest-transactions.txid
-
-
- Amount
- Množství
-
- src/app/dashboard/dashboard.component.html
- 108
-
-
- src/app/bisq/bisq-transactions/bisq-transactions.component.html
- 20
-
- dashboard.latest-transactions.amount
-
-
- Fee
- Poplatek
-
- src/app/dashboard/dashboard.component.html
- 110
-
- dashboard.latest-transactions.fee
-
-
- USD
- USD
-
- src/app/dashboard/dashboard.component.html
- 109
-
- dashboard.latest-transactions.USD
-
-
- Expand
- Rozšířit
-
- src/app/dashboard/dashboard.component.html
- 131
-
- dashboard.expand
-
-
- Collapse
- Zavřít
-
- src/app/dashboard/dashboard.component.html
- 132
-
- dashboard.collapse
-
-
- Mempool size
- Velikost Mempoolu
-
- src/app/dashboard/dashboard.component.html
- 162
-
- Mempool size
- dashboard.mempool-size
-
-
- Unconfirmed
- Nepotvrzeno
-
- src/app/dashboard/dashboard.component.html
- 168
-
- Unconfirmed count
- dashboard.unconfirmed
-
-
- block
- blok
-
- src/app/dashboard/dashboard.component.html
- 164
-
- shared.block
-
-
- blocks
- bloků
-
- src/app/dashboard/dashboard.component.html
- 164
-
- shared.blocks
-
-
- Incoming transactions
- Příchozí transakce
-
- src/app/dashboard/dashboard.component.html
- 178
-
- dashboard.incoming-transactions
-
-
- vB/s
- vB/s
-
- src/app/dashboard/dashboard.component.html
- 185
-
- vB/s
- shared.vbytes-per-second
-
-
- Difficulty adjustment
- Úprava obtížnosti
-
- src/app/dashboard/dashboard.component.html
- 194
-
- dashboard.difficulty-adjustment
-
Copied!
Zkopírováno!
@@ -2696,6 +2754,14 @@
src/app/bisq/bisq-stats/bisq-stats.component.html
62
+
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 62
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 57
+
BSQ burnt amount
@@ -2767,6 +2833,46 @@
39
+
+ Confirmed
+ Potvrzeno
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 13
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 21
+
+ Bisq block confirmed time header
+
+
+ Inputs
+ Vstupy
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 7
+
+ transaction.inputs
+
+
+ Outputs
+ Výstupy
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 11
+
+ transaction.outputs
+
+
+ Version
+ Verze
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 29
+
+ transaction.version
+
Block :
Blok :
@@ -2775,6 +2881,20 @@
85
+
+ Previous hash
+ Předchozí hash
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 35
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 93
+
+ Transaction Previous Hash
+ block.previous_hash
+
Filter
FIltr
@@ -2799,14 +2919,6 @@
57
-
- Confirmed
- Potvrzeno
-
- src/app/bisq/bisq-transactions/bisq-transactions.component.html
- 21
-
-