diff --git a/frontend/angular.json b/frontend/angular.json
index 6666612ae..7ef70c3b0 100644
--- a/frontend/angular.json
+++ b/frontend/angular.json
@@ -59,6 +59,10 @@
"translation": "src/locale/messages.it.xlf",
"baseHref": "/it/"
},
+ "he": {
+ "translation": "src/locale/messages.it.xlf",
+ "baseHref": "/he/"
+ },
"nl": {
"translation": "src/locale/messages.nl.xlf",
"baseHref": "/nl/"
diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts
index e0027e781..924903276 100644
--- a/frontend/src/app/app.constants.ts
+++ b/frontend/src/app/app.constants.ts
@@ -60,7 +60,7 @@ export const languages: Language[] = [
// { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
{ code: 'it', name: 'Italiano' }, // Italian
-// { code: 'he', name: 'עברית' }, // Hebrew
+ { code: 'he', name: 'עברית' }, // Hebrew
{ code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'lv', name: 'Latviešu' }, // Latvian
// { code: 'lt', name: 'Lietuvių' }, // Lithuanian
diff --git a/frontend/src/app/components/app/app.component.ts b/frontend/src/app/components/app/app.component.ts
index 09efe580e..166456757 100644
--- a/frontend/src/app/components/app/app.component.ts
+++ b/frontend/src/app/components/app/app.component.ts
@@ -19,7 +19,7 @@ export class AppComponent implements OnInit {
private location: Location,
@Inject(LOCALE_ID) private locale: string,
) {
- if (this.locale.startsWith('ar') || this.locale.startsWith('fa')) {
+ if (this.locale.startsWith('ar') || this.locale.startsWith('fa') || this.locale.startsWith('he')) {
this.dir = 'rtl';
this.class = 'rtl-layout';
}
diff --git a/frontend/src/locale/messages.he.xlf b/frontend/src/locale/messages.he.xlf
new file mode 100644
index 000000000..2d26ebcaa
--- /dev/null
+++ b/frontend/src/locale/messages.he.xlf
@@ -0,0 +1,2959 @@
+
+
+
+
+ Transaction:
+ טרנזקציה:
+
+ src/app/components/transaction/transaction.component.ts
+ 48
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.ts
+ 46
+
+
+
+ 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
+
+ shared.transaction
+
+
+ This transaction has been replaced by:
+ טרנזקציה זו הוחלפה ב:
+
+ src/app/components/transaction/transaction.component.html
+ 5
+
+ RBF replacement
+ transaction.rbf.replacement
+
+
+ confirmation
+ אישור
+
+ src/app/components/transaction/transaction.component.html
+ 17
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 208
+
+
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 69
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 9
+
+ Transaction singular confirmation count
+ shared.confirmation-count.singular
+
+
+ confirmations
+ אישורים
+
+ src/app/components/transaction/transaction.component.html
+ 18
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 209
+
+
+ src/app/bisq/bisq-transfers/bisq-transfers.component.html
+ 70
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 10
+
+ Transaction plural confirmation count
+ shared.confirmation-count.plural
+
+
+ Unconfirmed
+ טרם אושר
+
+ src/app/components/transaction/transaction.component.html
+ 22
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 212
+
+ Transaction unconfirmed state
+ transaction.unconfirmed
+
+
+ Inputs & Outputs
+ קלטים ופלטים
+
+ src/app/components/transaction/transaction.component.html
+ 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
+
+
+ Details
+ פרטים
+
+ src/app/components/transaction/transaction.component.html
+ 170
+
+ Transaction Details
+ transaction.details
+
+
+ Details
+ פרטים
+
+ src/app/components/transaction/transaction.component.html
+ 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
+
+
+ Size
+ גודל
+
+ src/app/components/transaction/transaction.component.html
+ 181
+
+ Transaction Size
+ transaction.size
+
+
+ Virtual size
+ גודל וירטואלי
+
+ src/app/components/transaction/transaction.component.html
+ 185
+
+ Transaction Virtual Size
+ transaction.vsize
+
+
+ Weight
+ משקל
+
+ src/app/components/transaction/transaction.component.html
+ 189
+
+ Transaction Weight
+ transaction.weight
+
+
+ Timestamp
+ חותמת זמן
+
+ src/app/components/transaction/transaction.component.html
+ 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
+ 79
+
+
+ src/app/components/transaction/transaction.component.html
+ 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
+
+
+ sat/vB
+ סאט/בית
+
+ src/app/components/transaction/transaction.component.html
+ 85
+
+
+ src/app/components/transaction/transaction.component.html
+ 157
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 201
+
+
+ src/app/components/block/block.component.html
+ 46
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 8
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 11
+
+
+ src/app/components/blockchain-blocks/blockchain-blocks.component.html
+ 10
+
+
+ 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
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 12
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 18
+
+
+ src/app/dashboard/dashboard.component.html
+ 117
+
+
+ src/app/dashboard/dashboard.component.html
+ 169
+
+ sat/vB
+ shared.sat-vbyte
+
+
+ Included in block
+ נכלל בבלוק
+
+ src/app/components/transaction/transaction.component.html
+ 55
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 36
+
+ Transaction included in block
+ transaction.included-in-block
+
+
+ Confirmed
+ אושר
+
+ src/app/components/transaction/transaction.component.html
+ 62
+
+ Transaction Confirmed state
+ transaction.confirmed
+
+
+ After
+ לאחר
+
+ src/app/components/transaction/transaction.component.html
+ 63
+
+ Transaction confirmed after
+ transaction.confirmed.after
+
+
+ Features
+ מאפיינים
+
+ src/app/components/transaction/transaction.component.html
+ 67
+
+
+ src/app/components/transaction/transaction.component.html
+ 140
+
+
+ src/app/bisq/bisq-transaction/bisq-transaction.component.html
+ 42
+
+ Transaction features
+ transaction.features
+
+
+ ETA
+ זמן הגעה משוער
+
+ src/app/components/transaction/transaction.component.html
+ 119
+
+ Transaction ETA
+ transaction.eta
+
+
+ First seen
+ נראה לראשונה
+
+ src/app/components/transaction/transaction.component.html
+ 113
+
+ Transaction first seen
+ transaction.first-seen
+
+
+ In several hours (or more)
+ בעוד מספר שעות (או יותר)
+
+ src/app/components/transaction/transaction.component.html
+ 126
+
+ Transaction ETA in several hours or more
+ transaction.eta.in-several-hours
+
+
+ Transaction not found.
+ טרנזקציה לא נמצאה.
+
+ src/app/components/transaction/transaction.component.html
+ 277
+
+ transaction.error.transaction-not-found
+
+
+ Waiting for it to appear in the mempool...
+ ממתין להופעתה בממפול..
+
+ src/app/components/transaction/transaction.component.html
+ 278
+
+ transaction.error.waiting-for-it-to-appear
+
+
+ In ~ minutes
+ תוך ~ דקות
+
+ src/app/components/transaction/transaction.component.html
+ 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
+
+ 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
+
+ shared.blocks
+
+
+ Coinbase
+ מטבעה
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 39
+
+ transactions-list.coinbase
+
+
+ (Newly Generated Coins)
+ (מטבעות שזה עתה נוצרו)
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 39
+
+ transactions-list.newly-generated-coins
+
+
+ Peg-in
+ Peg-in
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 41
+
+ transactions-list.peg-in
+
+
+ nSequence
+ nSequence
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 95
+
+ transactions-list.nsequence
+
+
+ ScriptSig (ASM)
+ ScriptSig (ASM)
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 74
+
+ ScriptSig (ASM)
+ transactions-list.scriptsig.asm
+
+
+ ScriptSig (HEX)
+ ScriptSig (HEX)
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 78
+
+ ScriptSig (HEX)
+ transactions-list.scriptsig.hex
+
+
+ Witness
+ Witness
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 83
+
+ transactions-list.witness
+
+
+ P2SH redeem script
+ P2SH redeem script
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 87
+
+ transactions-list.p2sh-redeem-script
+
+
+ P2WSH witness script
+ P2WSH witness script
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 91
+
+ transactions-list.p2wsh-witness-script
+
+
+ Previous output script
+ פלט קודם
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 99
+
+ transactions-list.previous-output-script
+
+
+ Load all
+ טען הכל
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 109
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 191
+
+ transactions-list.load-all
+
+
+ Peg-out to
+ Peg-out to
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 128
+
+ transactions-list.peg-out-to
+
+
+ ScriptPubKey (ASM)
+ ScriptPubKey (ASM)
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 173
+
+ ScriptPubKey (ASM)
+ transactions-list.scriptpubkey.asm
+
+
+ ScriptPubKey (HEX)
+ ScriptPubKey (HEX)
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 177
+
+ ScriptPubKey (HEX)
+ transactions-list.scriptpubkey.hex
+
+
+ Type
+ סוּג
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 169
+
+
+ src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html
+ 25
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 19
+
+ transactions-list.vout.scriptpubkey-type
+
+
+ data
+ נתונים
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 181
+
+ transactions-list.vout.scriptpubkey-type.data
+
+
+ sat
+ סאט
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 201
+
+ sat
+ shared.sat
+
+
+ Confidential
+ חסוי
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 217
+
+
+ src/app/components/amount/amount.component.html
+ 6
+
+
+ src/app/components/address/address.component.html
+ 134
+
+
+ src/app/components/asset/asset.component.html
+ 143
+
+ shared.confidential
+
+
+ Block :
+ בלוק :
+
+ src/app/components/block/block.component.ts
+ 105
+
+
+
+ Genesis
+ בראשית
+
+ src/app/components/block/block.component.html
+ 4
+
+ block.genesis
+
+
+ Block
+ בלוק
+
+ src/app/components/block/block.component.html
+ 4
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 4
+
+ block.block
+
+
+ Hash
+ גיבוב
+
+ 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
+
+
+ Timestamp
+ חותמת זמן
+
+ src/app/components/block/block.component.html
+ 22
+
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 10
+
+ block.timestamp
+
+
+ Size
+ גודל
+
+ src/app/components/block/block.component.html
+ 31
+
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 13
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 32
+
+
+ src/app/dashboard/dashboard.component.html
+ 81
+
+ block.size
+
+
+ Weight
+ משקל
+
+ src/app/components/block/block.component.html
+ 35
+
+ block.weight
+
+
+ Miner
+ כורה
+
+ src/app/components/block/block.component.html
+ 74
+
+ block.miner
+
+
+ Median fee
+ עמלה חציונית
+
+ src/app/components/block/block.component.html
+ 45
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 16
+
+ block.median-fee
+
+
+ Based on average native segwit transaction of 140 vBytes
+ מבוסס על טרנזקציית Native SegWit ממוצעת של 140 בתים
+
+ src/app/components/block/block.component.html
+ 46
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 17
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 6
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 12
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 18
+
+ Transaction fee tooltip
+
+
+ Total fees
+ סך העמלות
+
+ src/app/components/block/block.component.html
+ 50
+
+
+ src/app/components/block/block.component.html
+ 65
+
+ Total fees in a block
+ block.total-fees
+
+
+ Subsidy + fees:
+ תגמול כולל
+
+ src/app/components/block/block.component.html
+ 57
+
+
+ src/app/components/block/block.component.html
+ 69
+
+ Total subsidy and fees in a block
+ block.subsidy-and-fees
+
+
+ transaction
+ טרנזקציה
+
+ src/app/components/block/block.component.html
+ 87
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 16
+
+
+ src/app/components/blockchain-blocks/blockchain-blocks.component.html
+ 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
+ טרנזקציות
+
+ src/app/components/block/block.component.html
+ 88
+
+
+ src/app/components/mempool-blocks/mempool-blocks.component.html
+ 17
+
+
+ src/app/components/blockchain-blocks/blockchain-blocks.component.html
+ 19
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 49
+
+
+ src/app/bisq/bisq-block/bisq-block.component.html
+ 50
+
+ shared.transaction-count.plural
+
+
+ Error loading block data.
+ שגיאה בטעינת נתוני הבלוק.
+
+ src/app/components/block/block.component.html
+ 176
+
+ block.error.loading-block-data
+
+
+ Address:
+ כתובת:
+
+ src/app/components/address/address.component.ts
+ 71
+
+
+
+ Address
+ כתובת
+
+ src/app/components/address/address.component.html
+ 2
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 2
+
+ shared.address
+
+
+ Balance
+ מאזן
+
+ src/app/components/address/address.component.html
+ 30
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 28
+
+ address.balance
+
+
+ Total received
+ סה"כ התקבל
+
+ src/app/components/address/address.component.html
+ 21
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 20
+
+ address.total-received
+
+
+ Total sent
+ סה״כ נשלח
+
+ src/app/components/address/address.component.html
+ 25
+
+
+ src/app/bisq/bisq-address/bisq-address.component.html
+ 24
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 14
+
+ address.total-sent
+
+
+ of transaction
+ של עסקת
+
+ src/app/components/address/address.component.html
+ 50
+
+ X of X Address Transaction
+
+
+ of transactions
+ של עסקאות
+
+ src/app/components/address/address.component.html
+ 51
+
+ X of X Address Transactions (Plural)
+
+
+ Error loading address data.
+ שגיאה בטעינת נתוני כתובת.
+
+ src/app/components/address/address.component.html
+ 115
+
+ address.error.loading-address-data
+
+
+ TXID, block height, hash or address
+ מזהה טרנזקציה, גובה בלוק, גיבוב או כתובת
+
+ src/app/components/search-form/search-form.component.html
+ 4
+
+ search-form.searchbar-placeholder
+
+
+ Search
+ חפש
+
+ src/app/components/search-form/search-form.component.html
+ 7
+
+ search-form.search-title
+
+
+ Blocks
+ בלוקים
+
+ src/app/components/latest-blocks/latest-blocks.component.ts
+ 39
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 75
+
+
+
+ Blocks
+ בלוקים
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 2
+
+
+ src/app/components/master-page/master-page.component.html
+ 34
+
+
+ src/app/components/master-page/master-page.component.html
+ 45
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.ts
+ 35
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 2
+
+ latest-blocks.blocks
+
+
+ Height
+ גובה
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 9
+
+
+ src/app/dashboard/dashboard.component.html
+ 78
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 12
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 22
+
+ latest-blocks.height
+
+
+ Mined
+ נכרה
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 11
+
+
+ src/app/dashboard/dashboard.component.html
+ 79
+
+ latest-blocks.mined
+
+
+ Transactions
+ טרנזקציות
+
+ src/app/components/latest-blocks/latest-blocks.component.html
+ 12
+
+
+ src/app/components/master-page/master-page.component.html
+ 31
+
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 28
+
+
+ src/app/bisq/bisq-blocks/bisq-blocks.component.html
+ 15
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.ts
+ 77
+
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.html
+ 2
+
+ latest-blocks.transactions
+
+
+ multisig of
+ MultiSig מ
+
+ src/app/components/address-labels/address-labels.component.html
+ 5
+
+ address-labels.multisig
+
+
+ Lightning
+ רשת הברק
+
+ src/app/components/address-labels/address-labels.component.html
+ 11
+
+ address-labels.upper-layer-peg-out
+
+
+ Liquid
+ רשת הנזילות
+
+ src/app/components/address-labels/address-labels.component.html
+ 17
+
+ address-labels.upper-layer-peg-out
+
+
+ API
+ API
+
+ src/app/components/master-page/master-page.component.html
+ 58
+
+
+ src/app/components/api-docs/api-docs.component.ts
+ 24
+
+ master-page.api
+
+
+ About
+ אודות
+
+ src/app/components/master-page/master-page.component.html
+ 61
+
+
+ src/app/components/about/about.component.ts
+ 38
+
+ master-page.about
+
+
+ Offline
+ לא מקוון
+
+ src/app/components/master-page/master-page.component.html
+ 8
+
+ master-page.offline
+
+
+ Reconnecting...
+ מתחבר מחדש...
+
+ src/app/components/master-page/master-page.component.html
+ 9
+
+ master-page.reconnecting
+
+
+ Layer 2 Networks
+ רשתות שכבה שנייה
+
+ src/app/components/master-page/master-page.component.html
+ 21
+
+ master-page.layer2-networks-header
+
+
+ Stats
+ סטטיסטיקה
+
+ src/app/components/master-page/master-page.component.html
+ 37
+
+ master-page.stats
+
+
+ Dashboard
+ לוח מחוונים
+
+ src/app/components/master-page/master-page.component.html
+ 42
+
+ master-page.dashboard
+
+
+ Graphs
+ גרפים
+
+ src/app/components/master-page/master-page.component.html
+ 48
+
+
+ src/app/components/statistics/statistics.component.ts
+ 55
+
+ master-page.graphs
+
+
+ TV view
+ תצוגת מרקע
+
+ src/app/components/master-page/master-page.component.html
+ 51
+
+
+ src/app/components/television/television.component.ts
+ 27
+
+ master-page.tvview
+
+
+ Assets
+ נכסים
+
+ src/app/components/master-page/master-page.component.html
+ 55
+
+
+ src/app/assets/assets.component.ts
+ 40
+
+ master-page.assets
+
+
+ About the project
+ על הפרוייקט
+
+ src/app/components/about/about.component.html
+ 13
+
+ about.about-the-project
+
+
+ The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.
+ מטרת פרויקט הקוד הפתוח של Mempool הינה יישום סייר והדמיה באיכות גבוהה עבור כל המערכות של ביטקוין, ללא הסחות דעת כמו אלטקוינז, פרסום או מעקב אחר משתמשים.
+
+ src/app/components/about/about.component.html
+ 16
+
+
+
+ Maintainers
+ מתחזקים
+
+ src/app/components/about/about.component.html
+ 22
+
+ about.maintainers
+
+
+ Development
+ פיתוח
+
+ src/app/components/about/about.component.html
+ 32
+
+ about.development
+
+
+ Operations
+ תפעול
+
+ src/app/components/about/about.component.html
+ 40
+
+ about.operations
+
+
+ Sponsors ❤️
+ תומכים ❤️
+
+ src/app/components/about/about.component.html
+ 47
+
+ about.sponsors.withHeart
+
+
+ Become a sponsor ❤️
+ הצטרף כתומך ❤️
+
+ src/app/components/about/about.component.html
+ 63
+
+ about.become-a-sponsor
+
+
+ Request invoice
+ בקשת חשבונית
+
+ src/app/components/about/about.component.html
+ 85
+
+ about.sponsor.request-invoice
+
+
+ Terms of Service
+ תנאי השירות
+
+ src/app/components/about/about.component.html
+ 205
+
+
+ src/app/dashboard/dashboard.component.html
+ 143
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 284
+
+ Terms of Service
+ shared.terms-of-service
+
+
+ Navigate to https://mempool.space/about to sponsor
+ עבור ל https://mempool.space/about כדי לתמוך
+
+ src/app/components/about/about.component.html
+ 65
+
+ about.navigate-to-sponsor
+
+
+ Amount required
+ כמות נדרשת
+
+ src/app/components/about/about.component.html
+ 82
+
+ about.sponsor.amount-required
+
+
+ Minimum amount is 0.001 BTC
+ הסכום המינימלי הינו 0.001 ביטקוין
+
+ src/app/components/about/about.component.html
+ 83
+
+ about.sponsor.minimum-amount
+
+
+ If you donate 0.01 BTC or more, your profile photo will be added to the list of sponsors above :)
+ בתרומה של 0.01 ביטקוין או יותר, תמונת הפרופיל שלך תתווסף לרשימת התורמים מעלה :)
+
+ src/app/components/about/about.component.html
+ 92
+
+ about.sponsor.description
+
+
+ Waiting for transaction...
+ ממתין לטרנזקציה...
+
+ src/app/components/about/about.component.html
+ 170
+
+ about.sponsor.waiting-for-transaction
+
+
+ Donation confirmed!
+ תרומה אושרה!
+
+ src/app/components/about/about.component.html
+ 175
+
+ about.sponsor.donation-confirmed
+
+
+ Thank you!
+ תודה לך!
+
+ src/app/components/about/about.component.html
+ 175
+
+ about.sponsor.thank-you
+
+
+ Loading graphs...
+ טוען גרפים...
+
+ src/app/components/statistics/statistics.component.html
+ 6
+
+ statistics.loading-graphs
+
+
+ Mempool by vBytes (sat/vByte)
+ Mempool by vBytes (sat/vByte)
+
+ src/app/components/statistics/statistics.component.html
+ 16
+
+ statistics.memory-by-vBytes
+
+
+ Invert
+ להפוך
+
+ src/app/components/statistics/statistics.component.html
+ 43
+
+ statistics.component-invert.title
+
+
+ Transaction vBytes per second (vB/s)
+ טרנזקציות vBytes לשניה (vB/s)
+
+ src/app/components/statistics/statistics.component.html
+ 57
+
+ statistics.transaction-vbytes-per-second
+
+
+ Waiting for blocks...
+ ממתין לבלוקים...
+
+ src/app/components/blockchain/blockchain.component.html
+ 11
+
+ Loading text
+ blockchain.waiting-for-blocks
+
+
+ Tx vBytes per second:
+ Tx vBytes לשניה:
+
+ src/app/components/footer/footer.component.html
+ 5
+
+ footer.tx-vbytes-per-second
+
+
+ Unconfirmed
+ טרם אושר
+
+ src/app/components/footer/footer.component.html
+ 16
+
+
+ src/app/dashboard/dashboard.component.html
+ 182
+
+ Unconfirmed count
+ dashboard.unconfirmed
+
+
+ Mempool size
+ גודל הממפול
+
+ src/app/components/footer/footer.component.html
+ 20
+
+ Mempool size
+ dashboard.mempool-size
+
+
+ Backend is synchronizing
+ מתבצע סנכרון בצד שרת
+
+ src/app/components/footer/footer.component.html
+ 7
+
+
+ src/app/dashboard/dashboard.component.html
+ 195
+
+ footer.backend-is-synchronizing
+
+
+ vB/s
+ vB/s
+
+ src/app/components/footer/footer.component.html
+ 11
+
+
+ src/app/dashboard/dashboard.component.html
+ 200
+
+ vB/s
+ shared.vbytes-per-second
+
+
+ Next block
+ בלוק הבא
+
+ src/app/components/mempool-block/mempool-block.component.ts
+ 71
+
+
+
+ Stack of mempool blocks
+ ערימה של בלוקים בממפול
+
+ src/app/components/mempool-block/mempool-block.component.ts
+ 73
+
+
+
+ Mempool block
+ בלוק בממפול
+
+ src/app/components/mempool-block/mempool-block.component.ts
+ 75
+
+
+
+ Fee span
+ מרווח עמלה
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 20
+
+ mempool-block.fee-span
+
+
+ Total fees
+ סך העמלות
+
+ src/app/components/mempool-block/mempool-block.component.html
+ 24
+
+ mempool-block.total-fees
+
+
+ Asset:
+ נכס:
+
+ src/app/components/asset/asset.component.ts
+ 73
+
+
+
+ Name
+ שם
+
+ src/app/components/asset/asset.component.html
+ 20
+
+ Liquid Asset name
+ asset.name
+
+
+ Precision
+ דיוק
+
+ src/app/components/asset/asset.component.html
+ 24
+
+ Liquid Asset precision
+ asset.precision
+
+
+ Burned amount
+ כמות שרופה
+
+ src/app/components/asset/asset.component.html
+ 55
+
+ Liquid Asset burned amount
+ asset.burned-amount
+
+
+ Issuer
+ מנפיק
+
+ src/app/components/asset/asset.component.html
+ 28
+
+ Liquid Asset issuer
+ asset.issuer
+
+
+ Issuance TX
+ הנפקת טרנזקציה
+
+ src/app/components/asset/asset.component.html
+ 32
+
+ Liquid Asset issuance TX
+ asset.issuance-tx
+
+
+ Pegged in
+ Pegged in
+
+ src/app/components/asset/asset.component.html
+ 43
+
+ Liquid Asset pegged-in amount
+ asset.pegged-in
+
+
+ Pegged out
+ Pegged out
+
+ src/app/components/asset/asset.component.html
+ 47
+
+ Liquid Asset pegged-out amount
+ asset.pegged-out
+
+
+ Issued amount
+ סכום שהונפק
+
+ 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
+
+
+ Circulating amount
+ סכום במחזור
+
+ src/app/components/asset/asset.component.html
+ 59
+
+
+ src/app/components/asset/asset.component.html
+ 63
+
+ Liquid Asset circulating amount
+ asset.circulating-amount
+
+
+ Peg In/Out and Burn Transactions
+ Peg In/Out and Burn Transactions
+
+ src/app/components/asset/asset.component.html
+ 75
+
+ Liquid native asset transactions title
+
+
+ Issuance and Burn Transactions
+ Issuance and Burn Transactions
+
+ src/app/components/asset/asset.component.html
+ 75
+
+ Default asset transactions title
+
+
+ Error loading asset data.
+ שגיאה בטעינת נתוני נכס.
+
+ src/app/components/asset/asset.component.html
+ 132
+
+ asset.error.loading-asset-data
+
+
+ Registered assets
+ נכסים רשומים
+
+ src/app/assets/assets.component.html
+ 2
+
+ Registered assets page header
+
+
+ Search asset
+ חפש נכס
+
+ src/app/assets/assets.component.html
+ 9
+
+ Search Assets Placeholder Text
+
+
+ Clear
+ נקה
+
+ src/app/assets/assets.component.html
+ 11
+
+ Search Clear Button
+
+
+ Name
+ שם
+
+ src/app/assets/assets.component.html
+ 19
+
+
+ src/app/assets/assets.component.html
+ 46
+
+ Asset name header
+
+
+ Ticker
+ Ticker
+
+ src/app/assets/assets.component.html
+ 20
+
+
+ src/app/assets/assets.component.html
+ 47
+
+ Asset ticker header
+
+
+ Issuer domain
+ דומיין מנפיק
+
+ src/app/assets/assets.component.html
+ 21
+
+
+ src/app/assets/assets.component.html
+ 48
+
+ Asset Issuer Domain header
+
+
+ Asset ID
+ מזהה נכס
+
+ src/app/assets/assets.component.html
+ 22
+
+
+ src/app/assets/assets.component.html
+ 49
+
+ Asset ID header
+
+
+ Issuance TX
+ הנפקת טרנזקציה
+
+ src/app/assets/assets.component.html
+ 23
+
+
+ src/app/assets/assets.component.html
+ 50
+
+ Asset issuance transaction header
+
+
+ Error loading assets data.
+ שגיאה בטעינת נתוני נכסים.
+
+ src/app/assets/assets.component.html
+ 67
+
+ Asset data load error
+
+
+ Identified by payout address: ''
+ מזוהה ככתובת תשלום: ''
+
+ src/app/components/miner/miner.component.ts
+ 42
+
+
+
+ Identified by coinbase tag: ''
+ מזוהה כתג מטבעה: ''
+
+ src/app/components/miner/miner.component.ts
+ 52
+
+
+
+ Unknown
+ לא ידוע
+
+ src/app/components/miner/miner.component.html
+ 10
+
+ miner.tag.unknown-miner
+
+
+ Low priority
+ עדיפות נמוכה
+
+ src/app/components/fees-box/fees-box.component.html
+ 4
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 27
+
+ fees-box.low-priority
+
+
+ Medium priority
+ עדיפות בינונית
+
+ src/app/components/fees-box/fees-box.component.html
+ 10
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 31
+
+ fees-box.medium-priority
+
+
+ High priority
+ עדיפות גבוהה
+
+ src/app/components/fees-box/fees-box.component.html
+ 16
+
+
+ src/app/components/fees-box/fees-box.component.html
+ 35
+
+ fees-box.high-priority
+
+
+ Latest blocks
+ בלוקים אחרונים
+
+ src/app/dashboard/dashboard.component.html
+ 75
+
+ dashboard.latest-blocks
+
+
+ TXs
+ TXs
+
+ src/app/dashboard/dashboard.component.html
+ 80
+
+
+ src/app/dashboard/dashboard.component.html
+ 184
+
+ 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
+
+
+ Memory usage
+ שימוש בזיכרון
+
+ src/app/dashboard/dashboard.component.html
+ 173
+
+ Memory usage
+ dashboard.memory-usage
+
+
+ Minimum fee
+ עמלה מינימלית
+
+ src/app/dashboard/dashboard.component.html
+ 166
+
+ Minimum mempool fee
+ dashboard.minimum-fee
+
+
+ Purging
+ סף עמלה
+
+ src/app/dashboard/dashboard.component.html
+ 167
+
+ Purgin below fee
+ dashboard.purging
+
+
+ Incoming transactions
+ טרנזקציות נכנסות
+
+ src/app/dashboard/dashboard.component.html
+ 192
+
+ dashboard.incoming-transactions
+
+
+ Difficulty adjustment
+ התאמת קושי
+
+ src/app/dashboard/dashboard.component.html
+ 209
+
+ dashboard.difficulty-adjustment
+
+
+ API Service
+ ממשק API
+
+ src/app/components/api-docs/api-docs.component.html
+ 4
+
+ api-docs.title
+
+
+ Websocket
+ Websocket
+
+ src/app/components/api-docs/api-docs.component.html
+ 9
+
+ API Docs tab for Websocket
+ api-docs.tab.websocket
+
+
+ Endpoint
+ נקודת קצה
+
+ src/app/components/api-docs/api-docs.component.html
+ 14
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 32
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 54
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 80
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 134
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 184
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 218
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 243
+
+ API Docs Endpoint
+ api-docs.shared.endpoint
+
+
+ Description
+ תיאור
+
+ src/app/components/api-docs/api-docs.component.html
+ 15
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 33
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 55
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 81
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 135
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 185
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 219
+
+
+ src/app/components/api-docs/api-docs.component.html
+ 244
+
+ API Docs Description
+ api-docs.shared.description
+
+
+ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-block, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions.
+ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-block, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions.
+
+ src/app/components/api-docs/api-docs.component.html
+ 19
+
+ api-docs.websocket.websocket
+
+
+ Fees
+ עמלות
+
+ src/app/components/api-docs/api-docs.component.html
+ 27
+
+ API Docs tab for Fees
+ api-docs.tab.fees
+
+
+ Returns our currently suggested fees for new transactions.
+ הצג עמלות מומלצות לטרנזקציות חדשות
+
+ src/app/components/api-docs/api-docs.component.html
+ 37
+
+ API Docs for /api/v1/fees/recommended
+ api-docs.fees.recommended
+
+
+ Returns current mempool as projected blocks.
+ מאחזר את הממפול הנוכחי כבלוקים
+
+ src/app/components/api-docs/api-docs.component.html
+ 41
+
+ API Docs for /api/v1/fees/mempool-blocks
+ api-docs.fees.mempool-blocks
+
+
+ Mempool
+ ממפול
+
+ src/app/components/api-docs/api-docs.component.html
+ 49
+
+ API Docs tab for Mempool
+ api-docs.tab.mempool
+
+
+ Returns current mempool backlog statistics.
+ הצג את סטטיסטיקת הממפול העכשיווית
+
+ src/app/components/api-docs/api-docs.component.html
+ 59
+
+ API Docs for /api/mempool
+ api-docs.mempool.mempool
+
+
+ Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
+ Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
+
+ src/app/components/api-docs/api-docs.component.html
+ 63
+
+ API Docs for /api/mempool/txids
+ api-docs.mempool.txids
+
+
+ Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value.
+ Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value.
+
+ src/app/components/api-docs/api-docs.component.html
+ 67
+
+ API Docs for /api/mempool/recent
+ api-docs.mempool.recent
+
+
+ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain).
+ Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain).
+
+ src/app/components/api-docs/api-docs.component.html
+ 89
+
+
+
+ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status.
+ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status.
+
+ src/app/components/api-docs/api-docs.component.html
+ 93
+
+
+
+ Returns a list of all txids in the block.
+ Returns a list of all txids in the block.
+
+ src/app/components/api-docs/api-docs.component.html
+ 97
+
+
+
+ Returns the transaction at index :index within the specified block.
+ Returns the transaction at index :index within the specified block.
+
+ src/app/components/api-docs/api-docs.component.html
+ 101
+
+
+
+ Returns the raw block representation in binary.
+ מאחזר תצוגת בלוק בבינארי.
+
+ src/app/components/api-docs/api-docs.component.html
+ 105
+
+
+
+ Returns the hash of the block currently at :height.
+ מאחזר את הגיבוב של הבלוק שכרגע ב: בגובה
+
+ src/app/components/api-docs/api-docs.component.html
+ 109
+
+
+
+ Returns the 10 newest blocks starting at the tip or at :start_height if specified.
+ מאחזר את 10 הבלוקים החדשים ביותר, מתחיל בקצה או ב :start_height אם הוגדר.
+
+ src/app/components/api-docs/api-docs.component.html
+ 113
+
+
+
+ Returns the height of the last block.
+ מאחזר את גובה הבלוק האחרון.
+
+ src/app/components/api-docs/api-docs.component.html
+ 117
+
+
+
+ Returns the hash of the last block.
+ מאחזר את גיבוב הבלוק האחרון.
+
+ src/app/components/api-docs/api-docs.component.html
+ 121
+
+
+
+ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash.
+ Returns details about a block. Available fields: id, height, version, timestamp, bits, nonce, merkle_root, tx_count, size, weight,proof, and previousblockhash.
+
+ src/app/components/api-docs/api-docs.component.html
+ 85
+
+
+
+ Transactions
+ טרנזקציות
+
+ src/app/components/api-docs/api-docs.component.html
+ 129
+
+ API Docs tab for Transactions
+ api-docs.tab.transactions
+
+
+ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.
+ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.
+
+ src/app/components/api-docs/api-docs.component.html
+ 139
+
+
+
+ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).
+ Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).
+
+ src/app/components/api-docs/api-docs.component.html
+ 143
+
+
+
+ Returns a transaction serialized as hex.
+ Returns a transaction serialized as hex.
+
+ src/app/components/api-docs/api-docs.component.html
+ 147
+
+
+
+ Returns a transaction as binary data.
+ Returns a transaction as binary data.
+
+ src/app/components/api-docs/api-docs.component.html
+ 151
+
+
+
+ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
+ Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.
+
+ src/app/components/api-docs/api-docs.component.html
+ 159
+
+
+
+ Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx).
+ Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx).
+
+ src/app/components/api-docs/api-docs.component.html
+ 163
+
+
+
+ Returns the spending status of all transaction outputs.
+ מאחזר מצב הבזבוז של כל הפלטים של הטרנזקציה.
+
+ src/app/components/api-docs/api-docs.component.html
+ 167
+
+
+
+ Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success.
+ Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success.
+
+ src/app/components/api-docs/api-docs.component.html
+ 171
+
+
+
+ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
+ Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.
+
+ src/app/components/api-docs/api-docs.component.html
+ 155
+
+
+
+ Addresses
+ כתובות
+
+ src/app/components/api-docs/api-docs.component.html
+ 179
+
+ API Docs tab for Addresses
+ api-docs.tab.addresses
+
+
+ Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum.
+ Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain,mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum.
+
+ src/app/components/api-docs/api-docs.component.html
+ 189
+
+
+
+ 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 :last_seen_txid (see below).
+ 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 :last_seen_txid (see below).
+
+ src/app/components/api-docs/api-docs.component.html
+ 193,194
+
+
+
+ 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.
+ 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.
+
+ src/app/components/api-docs/api-docs.component.html
+ 197
+
+
+
+ Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+ Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging).
+
+ src/app/components/api-docs/api-docs.component.html
+ 201
+
+
+
+ Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof.
+ Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx).There is also a valuecommitment field that may appear in place of value, plus the following additional fields: asset/assetcommitment, nonce/noncecommitment, surjection_proof, and range_proof.
+
+ src/app/components/api-docs/api-docs.component.html
+ 205
+
+
+
+ Assets
+ נכסים
+
+ src/app/components/api-docs/api-docs.component.html
+ 213
+
+ API Docs tab for Assets
+ api-docs.tab.assets
+
+
+ Returns information about a Liquid asset.
+ מאחזר את כל המידע על נכסים נזילים.
+
+ src/app/components/api-docs/api-docs.component.html
+ 223
+
+
+
+ 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.
+ 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.
+
+ src/app/components/api-docs/api-docs.component.html
+ 227
+
+
+
+ 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.
+ 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.
+
+ src/app/components/api-docs/api-docs.component.html
+ 231
+
+
+
+ BSQ
+ BSQ
+
+ src/app/components/api-docs/api-docs.component.html
+ 238
+
+ API Docs tab for BSQ
+ api-docs.tab.bsq
+
+
+ Returns statistics about all Bisq transactions.
+ Returns statistics about all Bisq transactions.
+
+ src/app/components/api-docs/api-docs.component.html
+ 248
+
+
+
+ Returns details about a Bisq transaction.
+ Returns details about a Bisq transaction.
+
+ src/app/components/api-docs/api-docs.component.html
+ 252
+
+
+
+ Returns :length of latest Bisq transactions, starting from :index.
+ Returns :length of latest Bisq transactions, starting from :index.
+
+ src/app/components/api-docs/api-docs.component.html
+ 256
+
+
+
+ Returns all Bisq transactions that exist in a Bitcoin block.
+ Returns all Bisq transactions that exist in a Bitcoin block.
+
+ src/app/components/api-docs/api-docs.component.html
+ 260
+
+
+
+ Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
+ Returns :length Bitcoin blocks that contain Bisq transactions, starting from :index.
+
+ src/app/components/api-docs/api-docs.component.html
+ 264
+
+
+
+ Returns the most recently processed Bitcoin block height processed by Bisq.
+ Returns the most recently processed Bitcoin block height processed by Bisq.
+
+ src/app/components/api-docs/api-docs.component.html
+ 268
+
+
+
+ Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
+ Returns all Bisq transactions belonging to a Bitcoin address, with 'B' prefixed in front of the address.
+
+ src/app/components/api-docs/api-docs.component.html
+ 272
+
+
+
+ Copied!
+ הועתק!
+
+ src/app/components/clipboard/clipboard.component.ts
+ 15
+
+
+
+ This transaction saved % on fees by using native SegWit-Bech32
+ טרנזקציה זו חסכה % בעמלות בשימוש של Native SegWit-Bech32
+
+ src/app/components/tx-features/tx-features.component.html
+ 1
+
+ ngbTooltip about segwit gains
+
+
+ SegWit
+ SegWit
+
+ src/app/components/tx-features/tx-features.component.html
+ 1
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 3
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 5
+
+ SegWit
+ tx-features.tag.segwit
+
+
+ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit-Bech32
+ טרנזקציה זו חסכה % בעמלות בשימוש של SegWit ויכלה לחסוך % יותר בשדרוג לNative SegWit-Bech32
+
+ src/app/components/tx-features/tx-features.component.html
+ 3
+
+ ngbTooltip about double segwit gains
+
+
+ This transaction could save % on fees by upgrading to native SegWit-Bech32 or % by upgrading to SegWit-P2SH
+ טנרזקציה זו יכלה לחסוך % בעמלה בשדרוג לNative SegWit-Bech32 או % בשדרוג לSegWit-P2SH
+
+ src/app/components/tx-features/tx-features.component.html
+ 5
+
+ ngbTooltip about missed out gains
+
+
+ This transaction support Replace-By-Fee (RBF) allowing fee bumping
+ טרנזקציה זו תומכת בשינוי עמלות (RBF) המאפשרת להעלות את העמלה
+
+ src/app/components/tx-features/tx-features.component.html
+ 8
+
+ RBF tooltip
+
+
+ RBF
+ RBF
+
+ src/app/components/tx-features/tx-features.component.html
+ 8
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 9
+
+ RBF
+ tx-features.tag.rbf
+
+
+ This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method
+ טרנזקציה זו אינה תומכת בשינוי עמלות (RBF) ולא ניתן להעלות את העמלה
+
+ src/app/components/tx-features/tx-features.component.html
+ 9
+
+ RBF disabled tooltip
+
+
+ Optimal
+ מיטבי
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 1
+
+ TX Fee Rating is Optimal
+ tx-fee-rating.optimal
+
+
+ Only ~ sat/vB was needed to get into this block
+ היה צריך רק ~ סאט/בית כדי להיכלל בבלוק
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 2
+
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 3
+
+ tx-fee-rating.warning-tooltip
+
+
+ Overpaid x
+ תשלום יתר של x
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 2
+
+ TX Fee Rating is Warning
+ tx-fee-rating.overpaid.warning
+
+
+ Overpaid x
+ תשלום יתר של x
+
+ src/app/components/tx-fee-rating/tx-fee-rating.component.html
+ 3
+
+ TX Fee Rating is Danger
+ tx-fee-rating.overpaid.danger
+
+
+ Just now
+ זה עתה
+
+ src/app/components/time-since/time-since.component.ts
+ 56
+
+
+
+ year ago
+ לפני שנים
+
+ src/app/components/time-since/time-since.component.ts
+ 65
+
+
+
+ month ago
+ לפני חודשים
+
+ src/app/components/time-since/time-since.component.ts
+ 66
+
+
+
+ week ago
+ לפני שבועות
+
+ src/app/components/time-since/time-since.component.ts
+ 67
+
+
+
+ day ago
+ לפני ימים
+
+ src/app/components/time-since/time-since.component.ts
+ 68
+
+
+
+ hour ago
+ לפני שעות
+
+ src/app/components/time-since/time-since.component.ts
+ 69
+
+
+
+ min ago
+ לפני דקות
+
+ src/app/components/time-since/time-since.component.ts
+ 72
+
+
+
+ minute ago
+ לפני דקות
+
+ src/app/components/time-since/time-since.component.ts
+ 74
+
+
+
+ sec ago
+ לפני שניות
+
+ src/app/components/time-since/time-since.component.ts
+ 77
+
+
+
+ second ago
+ לפני שניות
+
+ src/app/components/time-since/time-since.component.ts
+ 79
+
+
+
+ years ago
+ לפני שנים
+
+ src/app/components/time-since/time-since.component.ts
+ 83
+
+
+
+ months ago
+ לפני חודשים
+
+ src/app/components/time-since/time-since.component.ts
+ 84
+
+
+
+ weeks ago
+ לפני שבועות
+
+ src/app/components/time-since/time-since.component.ts
+ 85
+
+
+
+ days ago
+ לפני ימים
+
+ src/app/components/time-since/time-since.component.ts
+ 86
+
+
+
+ hours ago
+ לפני שעות
+
+ src/app/components/time-since/time-since.component.ts
+ 87
+
+
+
+ mins ago
+ לפני דקות
+
+ src/app/components/time-since/time-since.component.ts
+ 90
+
+
+
+ minutes ago
+ לפני דקות
+
+ src/app/components/time-since/time-since.component.ts
+ 92
+
+
+
+ secs ago
+ לפני שניות
+
+ src/app/components/time-since/time-since.component.ts
+ 95
+
+
+
+ seconds ago
+ לפני שניות
+
+ src/app/components/time-since/time-since.component.ts
+ 97
+
+
+
+ BSQ statistics
+ סטטיסטיקת BSQ
+
+ src/app/bisq/bisq-stats/bisq-stats.component.ts
+ 24
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 2
+
+
+
+ Existing amount
+ כמות קיימת
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 12
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 54
+
+ BSQ existing amount
+
+
+ Minted amount
+ Minted amount
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 16
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 58
+
+ BSQ minted amount
+
+
+ Burnt amount
+ Burnt amount
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 20
+
+
+ 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
+
+
+ Addresses
+ כתובות
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 24
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 66
+
+ BSQ addresses
+
+
+ Unspent TXOs
+ פלטי טרנזקציות שלא בוזבזו
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 28
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 70
+
+ BSQ unspent transaction outputs
+
+
+ Spent TXOs
+ פלטי טרנזקציות שבוזבזו
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 32
+
+ BSQ spent transaction outputs
+
+
+ Price
+ מחיר
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 36
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 78
+
+ BSQ token price
+
+
+ Market cap
+ שווי שוק
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 40
+
+
+ src/app/bisq/bisq-stats/bisq-stats.component.html
+ 82
+
+ BSQ token market cap
+
+
+ Address:
+ כתובת:
+
+ src/app/bisq/bisq-address/bisq-address.component.ts
+ 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 :
+ בלוק :
+
+ src/app/bisq/bisq-block/bisq-block.component.ts
+ 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
+
+
+
+ Select all
+ בחר הכל
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.ts
+ 56
+
+
+
+ Unselect all
+ בטל בחירת הכל
+
+ src/app/bisq/bisq-transactions/bisq-transactions.component.ts
+ 57
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/locale/messages.it.xlf b/frontend/src/locale/messages.it.xlf
index f58ca2069..69412fb7f 100644
--- a/frontend/src/locale/messages.it.xlf
+++ b/frontend/src/locale/messages.it.xlf
@@ -1104,6 +1104,7 @@
Lightning
+ Lightning
src/app/components/address-labels/address-labels.component.html
11
@@ -1112,6 +1113,7 @@
Liquid
+ Liquid
src/app/components/address-labels/address-labels.component.html
17
@@ -1217,7 +1219,7 @@
Assets
- Attivi
+ Assets
src/app/components/master-page/master-page.component.html
55
@@ -1239,7 +1241,7 @@
The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.
- Il progetto open-source mempool vuole sviluppare un explorer di alta qualità per l'intero ecosistema del Bitcoin, senza distrazioni come altcoins, pubblicità e tracker esterni.
+ Il progetto open-source mempool si prefigge di sviluppare un explorer di alta qualità per l'intero ecosistema del Bitcoin, senza distrazioni quali altcoins, pubblicità e tracker esterni.
src/app/components/about/about.component.html
16
@@ -2709,7 +2711,7 @@
mins ago
- mins fa
+ min fa
src/app/components/time-since/time-since.component.ts
90
@@ -2725,7 +2727,7 @@
secs ago
- secs fa
+ sec fa
src/app/components/time-since/time-since.component.ts
95
diff --git a/frontend/src/locale/messages.nb.xlf b/frontend/src/locale/messages.nb.xlf
index 674781a24..02caa8d78 100644
--- a/frontend/src/locale/messages.nb.xlf
+++ b/frontend/src/locale/messages.nb.xlf
@@ -1104,6 +1104,7 @@
Lightning
+ Lightning
src/app/components/address-labels/address-labels.component.html
11
@@ -1112,6 +1113,7 @@
Liquid
+ Liquid
src/app/components/address-labels/address-labels.component.html
17
diff --git a/nginx.conf b/nginx.conf
index fdb5bf2c4..c5b636725 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -85,6 +85,7 @@ http {
~*^fr fr;
~*^ko ko;
~*^it it;
+ ~*^he he;
~*^ka ka;
~*^hu hu;
~*^nl nl;
@@ -112,6 +113,7 @@ http {
~*^fr fr;
~*^ko ko;
~*^it it;
+ ~*^he he;
~*^ka ka;
~*^hu hu;
~*^nl nl;
diff --git a/production/nginx.conf b/production/nginx.conf
index 83a605f02..2cf24d184 100644
--- a/production/nginx.conf
+++ b/production/nginx.conf
@@ -96,6 +96,7 @@ http {
~*^fr fr;
~*^ko ko;
~*^it it;
+ ~*^he he;
~*^ka ka;
~*^hu hu;
~*^nl nl;
@@ -123,6 +124,7 @@ http {
~*^fr fr;
~*^ko ko;
~*^it it;
+ ~*^he he;
~*^ka ka;
~*^hu hu;
~*^nl nl;