Compare commits

...

123 Commits
v2.0.1 ... v2.1

Author SHA1 Message Date
wiz
bc13e9f9f7 Bump version number to v2.1.2 2021-02-18 19:24:00 +09:00
wiz
cc0d8cb2b9 Merge remote-tracking branch 'origin/master' into v2.1 2021-02-18 19:21:31 +09:00
softsimon
d50e25bed7 Create README.md 2021-02-18 15:40:59 +07:00
wiz
7f8329aa4d Update project name and description on About page (#350) 2021-02-18 15:33:59 +07:00
wiz
6619f92502 Merge pull request #349 from mempool/simon/mempool-space-logo
Updating mempool logo and adding new mempool space logo.
2021-02-18 16:33:00 +09:00
softsimon
edce0d118a Updating mempool logo and adding new mempool space logo. New frontend config OFFICIAL_MEMPOOL_SPACE to enable the latter.
fixes #336
2021-02-18 13:34:05 +07:00
pox
26ba41cb91 a bit of formatting for the docker readme (#348) 2021-02-18 11:11:31 +07:00
Czino
475baf5634 Fix style on block hover (#347)
* Fix style on block hover

* Fix style on block hover

Co-authored-by: Eric Lehmann <eric@machinas.com>
2021-02-18 03:05:39 +07:00
wiz
6866b12e84 Update hard-coded LN node URI for sponsors on About page 2021-02-17 17:16:32 +09:00
softsimon
2743b35ea2 Update from transifex. 2021-02-15 00:15:04 +07:00
softsimon
d39207e097 Adding Telegram group link on about page. 2021-02-14 23:23:03 +07:00
wiz
033d1451d0 Merge pull request #343 from mempool/simon/clear-protection-config
Make clear protection timeout configurable.
2021-02-15 00:26:47 +09:00
wiz
befb192651 Reduce backend heap size setting to 2G since cache memory usage was optimized (#345)
On powerful servers, nodejs automatically sets the limit at 4GB
```
% node -e 'console.log(`node heap limit = ${require("v8").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'
node heap limit = 4144 Mb
```

On a Raspberry Pi with 8GB RAM, nodejs automatically sets the limit at 1GB
```
% node -e 'console.log(`node heap limit = ${require("v8").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'
node heap limit = 1048 Mb
```

On a Raspberry Pi with 4GB RAM, nodejs automatically sets the limit at 740MB
```
% node -e 'console.log(`node heap limit = ${require("v8").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'
node heap limit = 739.4694900512695 Mb
```

After testing with manually setting the limit to 768MB, mempool starts
up fine, but crashes when saving the cache when the mempool is quite
large (over 400MB with custom bitcoin.conf setting).

So it's probably safe to reduce the 4GB limit setting to 2GB for
all devices and and just use the automatically set values, now that the
backend's disk cache memory usage was recently optimized.

However, a new npm script for `npm run start-production` will be added
so we can keep our production mempool.space servers running with a very
large bitcoin.conf mempool
2021-02-14 22:25:29 +07:00
softsimon
7489d3360a Make clear protection timeout configurable.
fixes #335
2021-02-14 20:32:00 +07:00
wiz
2641ae0c8e Merge pull request #342 from mempool/simon/optimize-disk-cache
Optimized cache chunks. Default cache files to cache/ directory.
2021-02-14 22:11:33 +09:00
softsimon
32290d1e0d Apply suggestions from code review
Co-authored-by: wiz <j@wiz.biz>
2021-02-14 20:03:45 +07:00
softsimon
584ef87fc8 Optimized cache chunks. Default cache files to /cache directory.
fixes #341
2021-02-14 19:50:31 +07:00
softsimon
63b52b9d9b Use mempool clear protection feature also when in bitcoind mode.
fixes #335
2021-02-14 01:04:44 +07:00
wiz
5f6b7d94b1 Update URL for RoninRojo repo to their self-hosted GitLab 2021-02-12 16:20:57 +09:00
wiz
95a1c002eb Update README with instructions for various installation methods 2021-02-11 14:57:43 +09:00
wiz
52a1425498 Bump version number to v2.1.1 2021-02-10 22:58:57 +09:00
wiz
51816e9938 Merge remote-tracking branch 'origin/master' into v2.1 2021-02-10 22:58:45 +09:00
wiz
2085833720 Fix docker/README example docker-compose.xml to use latest tag 2021-02-10 22:56:42 +09:00
Bastien Guillaumat
20ff62779d Re-implement Docker workflow using GitHub Actions (#326)
* Recreate a docker dir with all docker files inside and add init.sh
* Add docker/README.md with example docker-compose.xml
* Add mysql vars for mempool-config.json
* Port can be set from env var in docker-compose.xml
* Update docker-compose.xml example to use latest tag
* Remove armv7 architecture from build workflow
* Remove master git-hash file
* Remove useless ':' in sed
2021-02-10 22:51:01 +09:00
softsimon
181cb8e03f Removing lightning htlc matching since it has false positives.
refs #324
2021-02-10 19:55:11 +07:00
wiz
cef6bc8345 Enable our GitHub Sponsors program "Sponsor" button 2021-02-10 21:30:16 +09:00
Devin Bileck
a67d82ea94 Fix BSQ token market cap calculation (#332)
Fixes #331
2021-02-10 19:05:16 +07:00
softsimon
89efd410fb Fix for hard coded sponsor url.
refs #319
2021-02-07 03:00:02 +07:00
softsimon
eb0c20dd92 Removing sponsors code.
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
softsimon
c733497e52 Adding v2.1 screen shot. 2021-02-04 17:58:23 +07:00
wiz
378a56b2c7 Set production electrs scripts to store db in /electrs 2021-02-04 15:53:08 +09:00
wiz
cc3d7be5c3 Set version number for v2.1.0 release 2021-02-04 13:08:15 +09:00
wiz
8e42d573ee Modify production electrs scripts to use relative paths from homedir 2021-02-04 12:17:28 +09:00
wiz
a7adf3a345 Bump version number to v2.2-SNAPSHOT 2021-02-04 12:16:47 +09:00
softsimon
ccdf41c5b6 Don't display multisig tag on lightning/liquid contracts.
refs #324
2021-02-03 19:03:59 +07:00
softsimon
0c979e9440 Only lowercase bech32 addresses in address prefix search.
fixes #327
2021-02-03 17:13:29 +07:00
wiz
de035dc1b5 Merge pull request #325 from bguillaumat/docker-error-backend
Fix missing mempool-config due to gitignore
2021-02-03 18:07:25 +09:00
softsimon
18d08ce4bf Updating from transifex. 2021-02-03 15:57:51 +07:00
Bastien
35f5efaa2e Fix missing mempool-config due to gitignore 2021-02-03 09:52:04 +01:00
softsimon
96b3ca6a0b Updating from transifex. 2021-02-03 15:30:38 +07:00
wiz
4e4f655be4 Rename repos on DockerHub to mempool/frontend and mempool/backend 2021-02-03 17:07:12 +09:00
wiz
985df53af6 Remove mempool-mysql Dockerfile target 2021-02-03 16:41:28 +09:00
wiz
ace480e3c7 Fix name and target tag of GitHub Actions workflow 2021-02-03 16:37:11 +09:00
wiz
e670172979 Disable building mempool-mysql Dockerfile from GitHub Action workflow 2021-02-03 16:30:42 +09:00
wiz
7ddbf5d3df Disable using docker buildkit in GitHub Action workflow 2021-02-03 16:28:37 +09:00
wiz
264bca9c56 Fix space indentation in .github/workflows/on-tag.yml 2021-02-03 16:18:00 +09:00
wiz
b53d364877 Add new GitHub action workflow on-tag to build and push to DockerHub 2021-02-03 16:08:59 +09:00
softsimon
ed17203a5f bitcoind: Parse witness scripts from P2SH transactions.
fixes #323
2021-02-03 13:11:14 +07:00
softsimon
999163d7ad Type fix for contract parsing.
refs #324
2021-02-03 12:51:30 +07:00
fiatjaf
276117fba9 better identification of lightning outputs. (#320)
* better identification of lightning outputs.
* identify liquid pegouts and emergency pegouts.
fixes #324
2021-02-03 12:40:31 +07:00
wiz
448cb8e264 Merge pull request #322 from bguillaumat/update-dockerization
Update dockerization
2021-02-03 13:03:44 +09:00
Bastien
6782229a3d Move docker files in subdir 2021-02-03 02:12:15 +01:00
Bastien
543fe8c735 Set all dir to be dockerized 2021-02-02 23:45:54 +01:00
Bastien
f3e97e2e2d Default dir should be the same than config-mempool.json 2021-02-02 19:25:33 +01:00
wiz
03179e34fb Merge pull request #317 from bguillaumat/add-cache-dir
Add Dockerization of Mempool v2 for Umbrel App Store
2021-02-03 03:21:22 +09:00
Bastien
a36b5c660d Fix ENV_VAR issues 2021-02-02 19:20:05 +01:00
Bastien
2d872bda47 Update package.json && Fix start.sh script 2021-02-02 18:01:23 +01:00
Bastien
91d4017aa6 Update ENV_VARIABLES in scripts && Fix some errors 2021-02-02 17:54:01 +01:00
Bastien Guillaumat
6efe055003 Apply Wiz suggestions
Co-authored-by: wiz <j@wiz.biz>
2021-02-02 16:34:21 +01:00
softsimon
f39d90547e Display P2PK inputs as "P2PK" instead of empty string.
fixes #290
2021-02-02 01:32:15 +07:00
Bastien
c26737ffd6 Update build.sh 2021-02-01 18:17:50 +01:00
softsimon
09f5f552bf Don't display fee rating when block medianFee is empty to fix "overpaid by infinity".
fixes #288
2021-02-02 00:10:57 +07:00
Bastien
feb5e96323 Add docker dir to build mempool containers 2021-02-01 17:25:08 +01:00
Bastien
f7ff6336f2 Add CACHE_DIR var 2021-02-01 15:54:27 +01:00
softsimon
2a5a4ddac0 Hide address received/sent from address page when using electrum API.
fixes #294
2021-02-01 04:52:24 +07:00
softsimon
fd869c732d Detect network from url also when languages are being used.
fixes #287
2021-02-01 04:17:34 +07:00
wiz
d3646aa45e Fix production nginx.conf and backend config to always use unique ports 2021-01-31 01:16:32 +09:00
softsimon
f3c18b152a Moved sponsors cache creation until after diskcache is done.
refs #315
2021-01-30 22:12:22 +07:00
wiz
6a9c4d82ec Rename production syslog notifications channel 2021-01-30 23:40:46 +09:00
softsimon
35521f4871 Refactored when statistics cache from database is created.
refs #315
2021-01-30 21:40:04 +07:00
softsimon
9b9c605cbe Upgrading mysql client lib. 2021-01-30 21:39:23 +07:00
softsimon
21d32dec41 Wait for database connection established before continuing startup.
refs #315
2021-01-30 21:09:30 +07:00
wiz
54a276439d Increase Bisq block height divergence warning to 10 blocks for Tor issues 2021-01-30 23:02:20 +09:00
wiz
42ad068dd2 Configure production backends and nginx for high availability electrs 2021-01-30 23:01:01 +09:00
softsimon
c5c2222b8c Increased database query timeouts
fixes #315
2021-01-30 19:20:52 +07:00
softsimon
9d317082e1 Replacing localhost with 127.0.0.1 2021-01-30 18:43:58 +07:00
wiz
edf8f1fc8a Update production upgrade script notification command 2021-01-30 20:31:47 +09:00
wiz
ad52e7fe7e Update production syslog scripts 2021-01-30 20:09:47 +09:00
softsimon
c94f004425 Adding missing default timeout on all axios requests.
fixes #314
2021-01-30 16:25:22 +07:00
softsimon
371433b2da Fix for fee estimate not being correct when block is almost full with more projected blocks in queue.
fixes #278
2021-01-30 01:34:40 +07:00
softsimon
3256198ab0 Credit Italian translator. 2021-01-29 16:58:04 +07:00
softsimon
da533097d9 Replacing weight with vsize in transactions api to match esplora. 2021-01-28 18:24:02 +07:00
softsimon
47dd1f2d0b Adding Italian language. Updating nginx conf with some missing languages. 2021-01-27 20:24:32 +07:00
softsimon
5f1f06fecf Don't save disk cache on exit. Handle corrupted mempool disk cache.
fixes #304
2021-01-27 01:49:11 +07:00
softsimon
b08225dab5 Readding deleted blocks api endpoint. 2021-01-27 00:33:16 +07:00
softsimon
9d02ab1eb5 Center align offline/reconnection badge on the logo.
fixes #302
2021-01-25 01:29:58 +07:00
softsimon
e86b7c7258 Adding missing basic API endpoints when in bitcoind/electrum mode.
fixes #291
2021-01-25 01:09:42 +07:00
softsimon
c9e175a0cc Always fetch at least the coinbase transaction of blocks, and throw error if failed. 2021-01-24 23:56:51 +07:00
softsimon
cca95bbd66 Increasing clear protection period to 10 minutes. 2021-01-24 19:33:05 +07:00
softsimon
86902d6f33 Updated from transifex. 2021-01-24 18:32:46 +07:00
softsimon
e214eedf23 Center aligning fee box text. 2021-01-24 17:26:14 +07:00
softsimon
39613cc2a2 Updated from transifex. 2021-01-24 14:08:06 +07:00
softsimon
dad122625f Adjusting h5 header font-size. 2021-01-24 13:59:39 +07:00
softsimon
f049e3abc4 Reducing size of dashboard header titles to reduce overflow depending on language. 2021-01-24 11:53:42 +07:00
softsimon
bf28dc1eea Credit hungarian translator. 2021-01-24 11:43:20 +07:00
softsimon
4d47388e25 Updating translations from transifex. 2021-01-24 04:21:07 +07:00
softsimon
6507b5e003 Adding hungarian language. 2021-01-24 04:19:50 +07:00
softsimon
47a449e1d9 Disable support for Electrum TX lookups (require -txindex). 2021-01-24 04:15:06 +07:00
softsimon
5b268794af Correctly error handle getTransaction and set 404 status when not found. 2021-01-24 02:51:22 +07:00
softsimon
fb41f58f7c Corrected Bisq stats calculation.
fixes #280
2021-01-23 19:26:05 +07:00
softsimon
e82c89a985 Only save cache on new block when in sync. 2021-01-22 23:20:39 +07:00
wiz
494119d119 Update translated strings from Transifex 2021-01-21 12:39:53 +09:00
softsimon
9900f4da80 Set backend to out of sync after connection retry interval has exceeded. 2021-01-20 17:16:43 +07:00
softsimon
a158794e2c Bitcoind: Lookup block transactions as long as in sync.
refs #288
2021-01-20 17:15:11 +07:00
softsimon
1a04b088fb Fix: Load mempool cache before checking DB connectivity. 2021-01-20 01:34:21 +07:00
softsimon
17b1325b3f Fix for case-insensitive address prefix search.
fixes #301
2021-01-19 13:01:47 +07:00
wiz
0336c6256a Don't create empty cache.json on startup anymore 2021-01-18 12:20:55 +09:00
softsimon
642e54b057 Adding missing space. 2021-01-16 17:34:58 +07:00
softsimon
23323be24a Updated i18n 2021-01-16 14:56:19 +07:00
softsimon
011f35ec94 Display a red RBF button when RBF is not enabled.
fixes #279
2021-01-16 00:24:23 +07:00
softsimon
9751af096d Adding common styling for dropdown select.
fixes #293
2021-01-16 00:10:23 +07:00
softsimon
1e81355e7d Increased disk cache chunks amount to 10 to fix json string length error. 2021-01-15 23:26:32 +07:00
softsimon
eff4d2c8cd Optionally support second CoreRPC instance as source for the minimum fee. 2021-01-15 22:23:32 +07:00
softsimon
d49c347413 Minimum fee / Purging UX updates. 2021-01-15 21:21:53 +07:00
softsimon
8aa3379ba5 Reduce displayed address length on mobile. 2021-01-13 02:10:04 +07:00
softsimon
ec845a6ac2 Renaming minimum fee to rejecting.
Adding progressbar to mempool size.
refs #171
2021-01-12 20:45:41 +07:00
wiz
46b7e6961e Merge pull request #289 from timlucmiptev/patch-1
README: update mariadb instructions
2021-01-12 20:49:35 +09:00
wiz
fc709058c1 Fix mariadb SQL command to GRANT ALL PRIVILEGES 2021-01-12 20:49:18 +09:00
wiz
627e8e5e9a Possible fix for occasional inability to change language to English
Fixes #275
2021-01-12 18:55:57 +09:00
softsimon
2b55ee1e07 Adding CoreRPC "Minimum fee" to the dashboard
fixes #171
2021-01-12 16:42:07 +07:00
wiz
695da602b8 Bump version string on about page to 2.1-SNAPSHOT 2021-01-12 18:10:48 +09:00
~timluc-miptev
3e09755c47 Update README.md 2021-01-11 20:44:45 +02:00
softsimon
4694a31f55 Fix memory leak by not stacking data in the scan accumulator.
Also handle going from zero to initial graph data on dashboard.
fixes #273
2021-01-12 00:15:52 +07:00
116 changed files with 10813 additions and 3408 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1,6 +1,6 @@
# These are supported funding model platforms # These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] github: ['mempool'] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username ko_fi: # Replace with a single Ko-fi username

77
.github/workflows/on-tag.yml vendored Normal file
View File

@@ -0,0 +1,77 @@
name: Docker build on tag
env:
DOCKER_CLI_EXPERIMENTAL: enabled
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
DOCKER_BUILDKIT: 0
COMPOSE_DOCKER_CLI_BUILD: 0
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-*
jobs:
build:
strategy:
matrix:
service:
- frontend
- backend
runs-on: ubuntu-18.04
name: Build and push to DockerHub
steps:
- name: Set env variables
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Show set environment variables
run: |
printf " TAG: %s\n" "$TAG"
- name: Login to Docker for building
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Checkout project
uses: actions/checkout@v2
- name: Init repo for Dockerization
run: docker/init.sh "$TAG"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
id: qemu
- name: Setup Docker buildx action
uses: docker/setup-buildx-action@v1
id: buildx
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Cache Docker layers
uses: actions/cache@v2
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Run Docker buildx for ${{ matrix.service }} against tag
run: |
docker buildx build \
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
--output "type=registry" ./${{ matrix.service }}/
- name: Run Docker buildx for ${{ matrix.service }} against latest
run: |
docker buildx build \
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
--output "type=registry" ./${{ matrix.service }}/

View File

@@ -1,10 +1,22 @@
# The Mempool Open Source Project # The Mempool Open Source Project
Mempool is the fully featured mempool visualizer and block explorer website and API service running on [mempool.space](https://mempool.space/). The instructions below are for most users at home running on low-powered Raspberry Pi devices, but if you want to run a production website on a powerful server, see the [production setup guide](https://github.com/mempool/mempool/tree/master/production) Mempool is the fully featured visualizer, explorer, and API service running on [mempool.space](https://mempool.space/), an open source project developed and operated for the benefit of the Bitcoin community, with a focus on the emerging transaction fee market to help our transition into a multi-layer ecosystem.
![mempool](https://pbs.twimg.com/media/Ei8p_flUcAEjfXE?format=jpg&name=4096x4096) ![mempool](https://mempool.space/resources/screenshots/v2.1.0-dashboard.png)
# Installation ## Installation Methods
Mempool can be self-hosted on a wide variety of your own hardware, ranging from a simple one-click installation on a Raspberry Pi distro, all the way to an advanced high availability cluster of powerful servers for a production instance. We support the following installation methods, ranked in order from simple to advanced:
1) One-click installation on: [Umbrel](https://github.com/getumbrel/umbrel), [RaspiBlitz](https://github.com/rootzoll/raspiblitz), [RoninDojo](https://code.samourai.io/ronindojo/RoninDojo), or [MyNode](https://github.com/mynodebtc/mynode).
2) [Docker installation on Linux using docker-compose](https://github.com/mempool/mempool/tree/master/docker)
3) [Manual installation on Linux or FreeBSD](https://github.com/mempool/mempool#manual-installation)
4) [Production installation on a powerful FreeBSD server](https://github.com/mempool/mempool/tree/master/production)
5) [High Availability cluster using powerful FreeBSD servers](https://github.com/mempool/mempool/tree/master/production#high-availability)
# Manual Installation
The following instructions are for a manual installation on Linux or FreeBSD. The file and directory paths may need to be changed to match your OS.
## Dependencies ## Dependencies
@@ -53,7 +65,7 @@ Create database and grant privileges:
MariaDB [(none)]> create database mempool; MariaDB [(none)]> create database mempool;
Query OK, 1 row affected (0.00 sec) Query OK, 1 row affected (0.00 sec)
MariaDB [(none)]> grant all privileges on mempool.* to 'mempool' identified by 'mempool'; MariaDB [(none)]> grant all privileges on mempool.* to 'mempool'@'%' identified by 'mempool';
Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec)
``` ```
@@ -96,11 +108,10 @@ Edit `mempool-config.json` to add your Bitcoin Core node RPC credentials:
"HOST": "127.0.0.1", "HOST": "127.0.0.1",
"PORT": 50002, "PORT": 50002,
"TLS_ENABLED": true, "TLS_ENABLED": true,
"TX_LOOKUPS": false
}, },
"DATABASE": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "mempool", "USERNAME": "mempool",
"PASSWORD": "mempool", "PASSWORD": "mempool",

3
backend/.gitignore vendored
View File

@@ -41,6 +41,3 @@ testem.log
#System Files #System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
cache.json
cache2.json

1
backend/cache/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.json

View File

@@ -5,7 +5,9 @@
"HTTP_PORT": 8999, "HTTP_PORT": 8999,
"SPAWN_CLUSTER_PROCS": 0, "SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/", "API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000 "POLL_RATE_MS": 2000,
"CACHE_DIR": "./cache",
"CLEAR_PROTECTION_MINUTES": 20
}, },
"CORE_RPC": { "CORE_RPC": {
"HOST": "127.0.0.1", "HOST": "127.0.0.1",
@@ -16,12 +18,18 @@
"ELECTRUM": { "ELECTRUM": {
"HOST": "127.0.0.1", "HOST": "127.0.0.1",
"PORT": 50002, "PORT": 50002,
"TLS_ENABLED": true, "TLS_ENABLED": true
"TX_LOOKUPS": false
}, },
"ESPLORA": { "ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000" "REST_API_URL": "http://127.0.0.1:3000"
}, },
"CORE_RPC_MINFEE": {
"ENABLED": false,
"HOST": "127.0.0.1",
"PORT": 8332,
"USERNAME": "mempool",
"PASSWORD": "mempool"
},
"DATABASE": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "127.0.0.1", "HOST": "127.0.0.1",
@@ -41,12 +49,5 @@
"BISQ_MARKETS": { "BISQ_MARKETS": {
"ENABLED": false, "ENABLED": false,
"DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db" "DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db"
},
"SPONSORS": {
"ENABLED": false,
"BTCPAY_URL": "",
"BTCPAY_AUTH": "",
"BTCPAY_WEBHOOK_URL": "",
"TWITTER_BEARER_AUTH": ""
} }
} }

View File

@@ -16,7 +16,7 @@
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"locutus": "^2.0.12", "locutus": "^2.0.12",
"mysql2": "^1.6.1", "mysql2": "^2.2.5",
"node-worker-threads-pool": "^1.4.2", "node-worker-threads-pool": "^1.4.2",
"ws": "^7.3.1" "ws": "^7.3.1"
}, },
@@ -911,11 +911,14 @@
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "5.1.1", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": { "dependencies": {
"yallist": "^3.0.2" "yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
} }
}, },
"node_modules/md5.js": { "node_modules/md5.js": {
@@ -1030,29 +1033,29 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "1.7.0", "version": "2.2.5",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-1.7.0.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.2.5.tgz",
"integrity": "sha512-xTWWQPjP5rcrceZQ7CSTKR/4XIDeH/cRkNH/uzvVGQ7W5c7EJ0dXeJUusk7OKhIoHj7uFKUxDVSCfLIl+jluog==", "integrity": "sha512-XRqPNxcZTpmFdXbJqb+/CtYVLCx14x1RTeNMD4954L331APu75IC74GDqnZMEt1kwaXy6TySo55rF2F3YJS78g==",
"dependencies": { "dependencies": {
"denque": "^1.4.1", "denque": "^1.4.1",
"generate-function": "^2.3.1", "generate-function": "^2.3.1",
"iconv-lite": "^0.5.0", "iconv-lite": "^0.6.2",
"long": "^4.0.0", "long": "^4.0.0",
"lru-cache": "^5.1.1", "lru-cache": "^6.0.0",
"named-placeholders": "^1.1.2", "named-placeholders": "^1.1.2",
"seq-queue": "^0.0.5", "seq-queue": "^0.0.5",
"sqlstring": "^2.3.1" "sqlstring": "^2.3.2"
}, },
"engines": { "engines": {
"node": ">= 8.0" "node": ">= 8.0"
} }
}, },
"node_modules/mysql2/node_modules/iconv-lite": { "node_modules/mysql2/node_modules/iconv-lite": {
"version": "0.5.2", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.2.tgz", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
"integrity": "sha512-kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==", "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
"dependencies": { "dependencies": {
"safer-buffer": ">= 2.1.2 < 3" "safer-buffer": ">= 2.1.2 < 3.0.0"
}, },
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
@@ -1561,9 +1564,9 @@
} }
}, },
"node_modules/yallist": { "node_modules/yallist": {
"version": "3.1.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} }
}, },
"dependencies": { "dependencies": {
@@ -2331,11 +2334,11 @@
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
}, },
"lru-cache": { "lru-cache": {
"version": "5.1.1", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"requires": { "requires": {
"yallist": "^3.0.2" "yallist": "^4.0.0"
} }
}, },
"md5.js": { "md5.js": {
@@ -2426,26 +2429,26 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}, },
"mysql2": { "mysql2": {
"version": "1.7.0", "version": "2.2.5",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-1.7.0.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.2.5.tgz",
"integrity": "sha512-xTWWQPjP5rcrceZQ7CSTKR/4XIDeH/cRkNH/uzvVGQ7W5c7EJ0dXeJUusk7OKhIoHj7uFKUxDVSCfLIl+jluog==", "integrity": "sha512-XRqPNxcZTpmFdXbJqb+/CtYVLCx14x1RTeNMD4954L331APu75IC74GDqnZMEt1kwaXy6TySo55rF2F3YJS78g==",
"requires": { "requires": {
"denque": "^1.4.1", "denque": "^1.4.1",
"generate-function": "^2.3.1", "generate-function": "^2.3.1",
"iconv-lite": "^0.5.0", "iconv-lite": "^0.6.2",
"long": "^4.0.0", "long": "^4.0.0",
"lru-cache": "^5.1.1", "lru-cache": "^6.0.0",
"named-placeholders": "^1.1.2", "named-placeholders": "^1.1.2",
"seq-queue": "^0.0.5", "seq-queue": "^0.0.5",
"sqlstring": "^2.3.1" "sqlstring": "^2.3.2"
}, },
"dependencies": { "dependencies": {
"iconv-lite": { "iconv-lite": {
"version": "0.5.2", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.2.tgz", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
"integrity": "sha512-kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==", "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
"requires": { "requires": {
"safer-buffer": ">= 2.1.2 < 3" "safer-buffer": ">= 2.1.2 < 3.0.0"
} }
} }
} }
@@ -2836,9 +2839,9 @@
"requires": {} "requires": {}
}, },
"yallist": { "yallist": {
"version": "3.1.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "mempool-backend", "name": "mempool-backend",
"version": "2.0.0", "version": "2.1.2",
"description": "Bitcoin mempool visualizer and blockchain explorer backend", "description": "Bitcoin mempool visualizer and blockchain explorer backend",
"license": "MIT", "license": "MIT",
"homepage": "https://mempool.space", "homepage": "https://mempool.space",
@@ -23,7 +23,8 @@
"ng": "./node_modules/@angular/cli/bin/ng", "ng": "./node_modules/@angular/cli/bin/ng",
"tsc": "./node_modules/typescript/bin/tsc", "tsc": "./node_modules/typescript/bin/tsc",
"build": "npm run tsc", "build": "npm run tsc",
"start": "node --max-old-space-size=4096 dist/index.js", "start": "node --max-old-space-size=2048 dist/index.js",
"start-production": "node --max-old-space-size=4096 dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
@@ -34,7 +35,7 @@
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"locutus": "^2.0.12", "locutus": "^2.0.12",
"mysql2": "^1.6.1", "mysql2": "2.2.5",
"node-worker-threads-pool": "^1.4.2", "node-worker-threads-pool": "^1.4.2",
"ws": "^7.3.1" "ws": "^7.3.1"
}, },

View File

@@ -43,7 +43,7 @@ class Bisq {
} }
handleNewBitcoinBlock(block: BlockExtended): void { handleNewBitcoinBlock(block: BlockExtended): void {
if (block.height - 2 > this.latestBlockHeight && this.latestBlockHeight !== 0) { if (block.height - 10 > this.latestBlockHeight && this.latestBlockHeight !== 0) {
logger.warn(`Bitcoin block height (#${block.height}) has diverged from the latest Bisq block height (#${this.latestBlockHeight}). Restarting watchers...`); logger.warn(`Bitcoin block height (#${block.height}) has diverged from the latest Bisq block height (#${this.latestBlockHeight}). Restarting watchers...`);
this.startTopDirectoryWatcher(); this.startTopDirectoryWatcher();
this.startSubDirectoryWatcher(); this.startSubDirectoryWatcher();
@@ -138,7 +138,7 @@ class Bisq {
} }
private updatePrice() { private updatePrice() {
axios.get<BisqTrade[]>('https://bisq.markets/api/trades/?market=bsq_btc') axios.get<BisqTrade[]>('https://bisq.markets/api/trades/?market=bsq_btc', { timeout: 10000 })
.then((response) => { .then((response) => {
const prices: number[] = []; const prices: number[] = [];
response.data.forEach((trade) => { response.data.forEach((trade) => {
@@ -233,8 +233,8 @@ class Bisq {
this.stats = { this.stats = {
addresses: Object.keys(this.addressIndex).length, addresses: Object.keys(this.addressIndex).length,
minted: minted, minted: minted / 100,
burnt: burned, burnt: burned / 100,
spent_txos: spent, spent_txos: spent,
unspent_txos: unspent, unspent_txos: unspent,
}; };

View File

@@ -5,7 +5,6 @@ import { AbstractBitcoinApi } from './bitcoin-api-abstract-factory';
import { IBitcoinApi } from './bitcoin-api.interface'; import { IBitcoinApi } from './bitcoin-api.interface';
import { IEsploraApi } from './esplora-api.interface'; import { IEsploraApi } from './esplora-api.interface';
import blocks from '../blocks'; import blocks from '../blocks';
import bitcoinBaseApi from './bitcoin-base.api';
import mempool from '../mempool'; import mempool from '../mempool';
import { TransactionExtended } from '../../mempool.interfaces'; import { TransactionExtended } from '../../mempool.interfaces';
@@ -202,12 +201,12 @@ class BitcoinApi implements AbstractBitcoinApi {
} }
let mempoolEntry: IBitcoinApi.MempoolEntry; let mempoolEntry: IBitcoinApi.MempoolEntry;
if (!mempool.isInSync() && !this.rawMempoolCache) { if (!mempool.isInSync() && !this.rawMempoolCache) {
this.rawMempoolCache = await bitcoinBaseApi.$getRawMempoolVerbose(); this.rawMempoolCache = await this.$getRawMempoolVerbose();
} }
if (this.rawMempoolCache && this.rawMempoolCache[transaction.txid]) { if (this.rawMempoolCache && this.rawMempoolCache[transaction.txid]) {
mempoolEntry = this.rawMempoolCache[transaction.txid]; mempoolEntry = this.rawMempoolCache[transaction.txid];
} else { } else {
mempoolEntry = await bitcoinBaseApi.$getMempoolEntry(transaction.txid); mempoolEntry = await this.$getMempoolEntry(transaction.txid);
} }
transaction.fee = mempoolEntry.fees.base * 100000000; transaction.fee = mempoolEntry.fees.base * 100000000;
return transaction; return transaction;
@@ -238,6 +237,14 @@ class BitcoinApi implements AbstractBitcoinApi {
return this.bitcoindClient.validateAddress(address); return this.bitcoindClient.validateAddress(address);
} }
private $getMempoolEntry(txid: string): Promise<IBitcoinApi.MempoolEntry> {
return this.bitcoindClient.getMempoolEntry(txid);
}
private $getRawMempoolVerbose(): Promise<IBitcoinApi.RawMempool> {
return this.bitcoindClient.getRawMemPool(true);
}
private async $calculateFeeFromInputs(transaction: IEsploraApi.Transaction, addPrevout: boolean): Promise<IEsploraApi.Transaction> { private async $calculateFeeFromInputs(transaction: IEsploraApi.Transaction, addPrevout: boolean): Promise<IEsploraApi.Transaction> {
if (transaction.vin[0].is_coinbase) { if (transaction.vin[0].is_coinbase) {
transaction.fee = 0; transaction.fee = 0;
@@ -285,6 +292,10 @@ class BitcoinApi implements AbstractBitcoinApi {
if (vin.prevout.scriptpubkey_type === 'p2sh') { if (vin.prevout.scriptpubkey_type === 'p2sh') {
const redeemScript = vin.scriptsig_asm.split(' ').reverse()[0]; const redeemScript = vin.scriptsig_asm.split(' ').reverse()[0];
vin.inner_redeemscript_asm = this.convertScriptSigAsm(bitcoinjs.script.toASM(Buffer.from(redeemScript, 'hex'))); vin.inner_redeemscript_asm = this.convertScriptSigAsm(bitcoinjs.script.toASM(Buffer.from(redeemScript, 'hex')));
if (vin.witness && vin.witness.length > 2) {
const witnessScript = vin.witness[vin.witness.length - 1];
vin.inner_witnessscript_asm = this.convertScriptSigAsm(bitcoinjs.script.toASM(Buffer.from(witnessScript, 'hex')));
}
} }
if (vin.prevout.scriptpubkey_type === 'v0_p2wsh' && vin.witness) { if (vin.prevout.scriptpubkey_type === 'v0_p2wsh' && vin.witness) {

View File

@@ -4,6 +4,7 @@ import { IBitcoinApi } from './bitcoin-api.interface';
class BitcoinBaseApi { class BitcoinBaseApi {
bitcoindClient: any; bitcoindClient: any;
bitcoindClientMempoolInfo: any;
constructor() { constructor() {
this.bitcoindClient = new bitcoin.Client({ this.bitcoindClient = new bitcoin.Client({
@@ -13,24 +14,32 @@ class BitcoinBaseApi {
pass: config.CORE_RPC.PASSWORD, pass: config.CORE_RPC.PASSWORD,
timeout: 60000, timeout: 60000,
}); });
if (config.CORE_RPC_MINFEE.ENABLED) {
this.bitcoindClientMempoolInfo = new bitcoin.Client({
host: config.CORE_RPC_MINFEE.HOST,
port: config.CORE_RPC_MINFEE.PORT,
user: config.CORE_RPC_MINFEE.USERNAME,
pass: config.CORE_RPC_MINFEE.PASSWORD,
timeout: 60000,
});
}
} }
$getMempoolInfo(): Promise<IBitcoinApi.MempoolInfo> { $getMempoolInfo(): Promise<IBitcoinApi.MempoolInfo> {
if (config.CORE_RPC_MINFEE.ENABLED) {
return Promise.all([
this.bitcoindClient.getMempoolInfo(),
this.bitcoindClientMempoolInfo.getMempoolInfo()
]).then(([mempoolInfo, secondMempoolInfo]) => {
mempoolInfo.maxmempool = secondMempoolInfo.maxmempool;
mempoolInfo.mempoolminfee = secondMempoolInfo.mempoolminfee;
mempoolInfo.minrelaytxfee = secondMempoolInfo.minrelaytxfee;
return mempoolInfo;
});
}
return this.bitcoindClient.getMempoolInfo(); return this.bitcoindClient.getMempoolInfo();
} }
$getRawTransaction(txId: string): Promise<IBitcoinApi.Transaction> {
return this.bitcoindClient.getRawTransaction(txId, true);
}
$getMempoolEntry(txid: string): Promise<IBitcoinApi.MempoolEntry> {
return this.bitcoindClient.getMempoolEntry(txid);
}
$getRawMempoolVerbose(): Promise<IBitcoinApi.RawMempool> {
return this.bitcoindClient.getRawMemPool(true);
}
} }
export default new BitcoinBaseApi(); export default new BitcoinBaseApi();

View File

@@ -43,25 +43,6 @@ class BitcoindElectrsApi extends BitcoinApi implements AbstractBitcoinApi {
}); });
} }
async $getRawTransaction(txId: string, skipConversion = false, addPrevout = false): Promise<IEsploraApi.Transaction> {
if (!config.ELECTRUM.TX_LOOKUPS) {
return super.$getRawTransaction(txId, skipConversion, addPrevout);
}
const txInMempool = mempool.getMempool()[txId];
if (txInMempool && addPrevout) {
return this.$addPrevouts(txInMempool);
}
const transaction: IBitcoinApi.Transaction = await this.electrumClient.blockchainTransaction_get(txId, true);
if (!transaction) {
throw new Error('Unable to get transaction: ' + txId);
}
if (skipConversion) {
// @ts-ignore
return transaction;
}
return this.$convertTransaction(transaction, addPrevout);
}
async $getAddress(address: string): Promise<IEsploraApi.Address> { async $getAddress(address: string): Promise<IEsploraApi.Address> {
const addressInfo = await this.$validateAddress(address); const addressInfo = await this.$validateAddress(address);
if (!addressInfo || !addressInfo.isvalid) { if (!addressInfo || !addressInfo.isvalid) {
@@ -105,7 +86,8 @@ class BitcoindElectrsApi extends BitcoinApi implements AbstractBitcoinApi {
'spent_txo_count': 0, 'spent_txo_count': 0,
'spent_txo_sum': balance.unconfirmed < 0 ? -balance.unconfirmed : 0, 'spent_txo_sum': balance.unconfirmed < 0 ? -balance.unconfirmed : 0,
'tx_count': unconfirmed, 'tx_count': unconfirmed,
} },
'electrum': true,
}; };
} catch (e) { } catch (e) {
if (e === 'failed to get confirmed status') { if (e === 'failed to get confirmed status') {

View File

@@ -91,6 +91,7 @@ export namespace IEsploraApi {
address: string; address: string;
chain_stats: ChainStats; chain_stats: ChainStats;
mempool_stats: MempoolStats; mempool_stats: MempoolStats;
electrum?: boolean;
} }
export interface ChainStats { export interface ChainStats {

View File

@@ -1,39 +1,42 @@
import config from '../../config'; import config from '../../config';
import axios from 'axios'; import axios, { AxiosRequestConfig } from 'axios';
import { AbstractBitcoinApi } from './bitcoin-api-abstract-factory'; import { AbstractBitcoinApi } from './bitcoin-api-abstract-factory';
import { IEsploraApi } from './esplora-api.interface'; import { IEsploraApi } from './esplora-api.interface';
class ElectrsApi implements AbstractBitcoinApi { class ElectrsApi implements AbstractBitcoinApi {
axiosConfig: AxiosRequestConfig = {
timeout: 10000,
};
constructor() { } constructor() { }
$getRawMempool(): Promise<IEsploraApi.Transaction['txid'][]> { $getRawMempool(): Promise<IEsploraApi.Transaction['txid'][]> {
return axios.get<IEsploraApi.Transaction['txid'][]>(config.ESPLORA.REST_API_URL + '/mempool/txids') return axios.get<IEsploraApi.Transaction['txid'][]>(config.ESPLORA.REST_API_URL + '/mempool/txids', this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
$getRawTransaction(txId: string): Promise<IEsploraApi.Transaction> { $getRawTransaction(txId: string): Promise<IEsploraApi.Transaction> {
return axios.get<IEsploraApi.Transaction>(config.ESPLORA.REST_API_URL + '/tx/' + txId) return axios.get<IEsploraApi.Transaction>(config.ESPLORA.REST_API_URL + '/tx/' + txId, this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
$getBlockHeightTip(): Promise<number> { $getBlockHeightTip(): Promise<number> {
return axios.get<number>(config.ESPLORA.REST_API_URL + '/blocks/tip/height') return axios.get<number>(config.ESPLORA.REST_API_URL + '/blocks/tip/height', this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
$getTxIdsForBlock(hash: string): Promise<string[]> { $getTxIdsForBlock(hash: string): Promise<string[]> {
return axios.get<string[]>(config.ESPLORA.REST_API_URL + '/block/' + hash + '/txids') return axios.get<string[]>(config.ESPLORA.REST_API_URL + '/block/' + hash + '/txids', this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
$getBlockHash(height: number): Promise<string> { $getBlockHash(height: number): Promise<string> {
return axios.get<string>(config.ESPLORA.REST_API_URL + '/block-height/' + height) return axios.get<string>(config.ESPLORA.REST_API_URL + '/block-height/' + height, this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
$getBlock(hash: string): Promise<IEsploraApi.Block> { $getBlock(hash: string): Promise<IEsploraApi.Block> {
return axios.get<IEsploraApi.Block>(config.ESPLORA.REST_API_URL + '/block/' + hash) return axios.get<IEsploraApi.Block>(config.ESPLORA.REST_API_URL + '/block/' + hash, this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }
@@ -46,7 +49,7 @@ class ElectrsApi implements AbstractBitcoinApi {
} }
$getRawTransactionBitcoind(txId: string): Promise<IEsploraApi.Transaction> { $getRawTransactionBitcoind(txId: string): Promise<IEsploraApi.Transaction> {
return axios.get<IEsploraApi.Transaction>(config.ESPLORA.REST_API_URL + '/tx/' + txId) return axios.get<IEsploraApi.Transaction>(config.ESPLORA.REST_API_URL + '/tx/' + txId, this.axiosConfig)
.then((response) => response.data); .then((response) => response.data);
} }

View File

@@ -67,30 +67,19 @@ class Blocks {
let transactionsFound = 0; let transactionsFound = 0;
for (let i = 0; i < txIds.length; i++) { for (let i = 0; i < txIds.length; i++) {
// When using bitcoind, just fetch the coinbase tx for now
if (config.MEMPOOL.BACKEND !== 'esplora' && i === 0) {
let txFound = false;
let findCoinbaseTxTries = 0;
// It takes Electrum Server a few seconds to index the transaction after a block is found
while (findCoinbaseTxTries < 5 && !txFound) {
const tx = await transactionUtils.$getTransactionExtended(txIds[i]);
if (tx) {
txFound = true;
transactions.push(tx);
} else {
await Common.sleep(1000);
findCoinbaseTxTries++;
}
}
}
if (mempool[txIds[i]]) { if (mempool[txIds[i]]) {
transactions.push(mempool[txIds[i]]); transactions.push(mempool[txIds[i]]);
transactionsFound++; transactionsFound++;
} else if (config.MEMPOOL.BACKEND === 'esplora') { } else if (config.MEMPOOL.BACKEND === 'esplora' || memPool.isInSync() || i === 0) {
logger.debug(`Fetching block tx ${i} of ${txIds.length}`); logger.debug(`Fetching block tx ${i} of ${txIds.length}`);
const tx = await transactionUtils.$getTransactionExtended(txIds[i]); try {
if (tx) { const tx = await transactionUtils.$getTransactionExtended(txIds[i]);
transactions.push(tx); transactions.push(tx);
} catch (e) {
logger.debug('Error fetching block tx: ' + e.message || e);
if (i === 0) {
throw new Error('Failed to fetch Coinbase transaction: ' + txIds[i]);
}
} }
} }
} }
@@ -116,7 +105,9 @@ class Blocks {
if (this.newBlockCallbacks.length) { if (this.newBlockCallbacks.length) {
this.newBlockCallbacks.forEach((cb) => cb(blockExtended, txIds, transactions)); this.newBlockCallbacks.forEach((cb) => cb(blockExtended, txIds, transactions));
} }
diskCache.$saveCacheToDisk(); if (memPool.isInSync()) {
diskCache.$saveCacheToDisk();
}
} }
} }

View File

@@ -52,7 +52,7 @@ export class Common {
return { return {
txid: tx.txid, txid: tx.txid,
fee: tx.fee, fee: tx.fee,
weight: tx.weight, vsize: tx.weight / 4,
value: tx.vout.reduce((acc, vout) => acc + (vout.value ? vout.value : 0), 0), value: tx.vout.reduce((acc, vout) => acc + (vout.value ? vout.value : 0), 0),
}; };
} }

View File

@@ -1,28 +1,18 @@
import * as fs from 'fs'; import * as fs from 'fs';
const fsPromises = fs.promises; const fsPromises = fs.promises;
import * as process from 'process';
import * as cluster from 'cluster'; import * as cluster from 'cluster';
import memPool from './mempool'; import memPool from './mempool';
import blocks from './blocks'; import blocks from './blocks';
import logger from '../logger'; import logger from '../logger';
import config from '../config';
import { TransactionExtended } from '../mempool.interfaces';
class DiskCache { class DiskCache {
private static FILE_NAME = './cache.json'; private static FILE_NAME = config.MEMPOOL.CACHE_DIR + '/cache.json';
private static FILE_NAME_2 = './cache2.json'; private static FILE_NAMES = config.MEMPOOL.CACHE_DIR + '/cache{number}.json';
private static CHUNK_SIZE = 50000; private static CHUNK_FILES = 25;
constructor() {
if (!cluster.isMaster) { constructor() { }
return;
}
process.on('SIGINT', () => {
this.saveCacheToDiskSync();
process.exit(2);
});
process.on('SIGTERM', () => {
this.saveCacheToDiskSync();
process.exit(2);
});
}
async $saveCacheToDisk(): Promise<void> { async $saveCacheToDisk(): Promise<void> {
if (!cluster.isMaster) { if (!cluster.isMaster) {
@@ -30,33 +20,26 @@ class DiskCache {
} }
try { try {
logger.debug('Writing mempool and blocks data to disk cache (async)...'); logger.debug('Writing mempool and blocks data to disk cache (async)...');
const mempoolChunk_1 = Object.fromEntries(Object.entries(memPool.getMempool()).splice(0, DiskCache.CHUNK_SIZE));
const mempoolChunk_2 = Object.fromEntries(Object.entries(memPool.getMempool()).splice(DiskCache.CHUNK_SIZE)); const mempool = memPool.getMempool();
const mempoolArray: TransactionExtended[] = [];
for (const tx in mempool) {
mempoolArray.push(mempool[tx]);
}
const chunkSize = Math.floor(mempoolArray.length / DiskCache.CHUNK_FILES);
await fsPromises.writeFile(DiskCache.FILE_NAME, JSON.stringify({ await fsPromises.writeFile(DiskCache.FILE_NAME, JSON.stringify({
blocks: blocks.getBlocks(), blocks: blocks.getBlocks(),
mempool: mempoolChunk_1 mempool: {},
}), {flag: 'w'}); mempoolArray: mempoolArray.splice(0, chunkSize),
await fsPromises.writeFile(DiskCache.FILE_NAME_2, JSON.stringify({
mempool: mempoolChunk_2
}), {flag: 'w'});
logger.debug('Mempool and blocks data saved to disk cache');
} catch (e) {
logger.warn('Error writing to cache file: ' + e.message || e);
}
}
saveCacheToDiskSync(): void {
try {
logger.debug('Writing mempool and blocks data to disk cache...');
const mempoolChunk_1 = Object.fromEntries(Object.entries(memPool.getMempool()).splice(0, DiskCache.CHUNK_SIZE));
const mempoolChunk_2 = Object.fromEntries(Object.entries(memPool.getMempool()).splice(DiskCache.CHUNK_SIZE));
fs.writeFileSync(DiskCache.FILE_NAME, JSON.stringify({
blocks: blocks.getBlocks(),
mempool: mempoolChunk_1
}), {flag: 'w'});
fs.writeFileSync(DiskCache.FILE_NAME_2, JSON.stringify({
mempool: mempoolChunk_2
}), {flag: 'w'}); }), {flag: 'w'});
for (let i = 1; i < DiskCache.CHUNK_FILES; i++) {
await fsPromises.writeFile(DiskCache.FILE_NAMES.replace('{number}', i.toString()), JSON.stringify({
mempool: {},
mempoolArray: mempoolArray.splice(0, chunkSize),
}), {flag: 'w'});
}
logger.debug('Mempool and blocks data saved to disk cache'); logger.debug('Mempool and blocks data saved to disk cache');
} catch (e) { } catch (e) {
logger.warn('Error writing to cache file: ' + e.message || e); logger.warn('Error writing to cache file: ' + e.message || e);
@@ -67,20 +50,38 @@ class DiskCache {
if (!fs.existsSync(DiskCache.FILE_NAME)) { if (!fs.existsSync(DiskCache.FILE_NAME)) {
return; return;
} }
let data: any = {}; try {
const cacheData = fs.readFileSync(DiskCache.FILE_NAME, 'utf8'); let data: any = {};
if (cacheData) { const cacheData = fs.readFileSync(DiskCache.FILE_NAME, 'utf8');
logger.info('Restoring mempool and blocks data from disk cache'); if (cacheData) {
data = JSON.parse(cacheData); logger.info('Restoring mempool and blocks data from disk cache');
} data = JSON.parse(cacheData);
if (data.mempoolArray) {
for (const tx of data.mempoolArray) {
data.mempool[tx.txid] = tx;
}
}
}
if (fs.existsSync(DiskCache.FILE_NAME_2)) { for (let i = 1; i < DiskCache.CHUNK_FILES; i++) {
const cacheData2 = JSON.parse(fs.readFileSync(DiskCache.FILE_NAME_2, 'utf8')); const fileName = DiskCache.FILE_NAMES.replace('{number}', i.toString());
Object.assign(data.mempool, cacheData2.mempool); if (fs.existsSync(fileName)) {
} const cacheData2 = JSON.parse(fs.readFileSync(fileName, 'utf8'));
if (cacheData2.mempoolArray) {
for (const tx of cacheData2.mempoolArray) {
data.mempool[tx.txid] = tx;
}
} else {
Object.assign(data.mempool, cacheData2.mempool);
}
}
}
memPool.setMempool(data.mempool); memPool.setMempool(data.mempool);
blocks.setBlocks(data.blocks); blocks.setBlocks(data.blocks);
} catch (e) {
logger.warn('Failed to parse mempoool and blocks cache. Skipping...');
}
} }
} }

View File

@@ -1,201 +0,0 @@
import config from '../config';
import axios from 'axios';
import { DB } from '../database';
import logger from '../logger';
class Donations {
private notifyDonationStatusCallback: ((invoiceId: string) => void) | undefined;
private options = {
baseURL: config.SPONSORS.BTCPAY_URL,
headers: {
'Content-Type': 'application/json',
'Authorization': config.SPONSORS.BTCPAY_AUTH,
},
};
sponsorsCache: any[] = [];
constructor() {
if (!config.SPONSORS.ENABLED) {
return;
}
this.$updateCache();
}
async $updateCache() {
try {
this.sponsorsCache = await this.$getDonationsFromDatabase('handle, image');
} catch (e) {
logger.warn('Setting sponsorsCache failed ' + e.message || e);
}
}
setNotfyDonationStatusCallback(fn: any): void {
this.notifyDonationStatusCallback = fn;
}
async $createRequest(amount: number, orderId: string): Promise<any> {
logger.notice('New invoice request. Handle: ' + orderId + ' Amount: ' + amount + ' BTC');
const postData = {
'price': amount,
'orderId': orderId,
'currency': 'BTC',
'itemDesc': 'Sponsor mempool.space',
'notificationUrl': config.SPONSORS.BTCPAY_WEBHOOK_URL,
'redirectURL': 'https://mempool.space/about',
};
const response = await axios.post('/invoices', postData, this.options);
return {
id: response.data.data.id,
amount: parseFloat(response.data.data.btcPrice),
addresses: response.data.data.addresses,
};
}
async $handleWebhookRequest(data: any): Promise<void> {
if (!data || !data.id) {
return;
}
const response = await this.$getStatus(data.id);
logger.notice(`Received BTCPayServer webhook. Invoice ID: ${data.id} Status: ${response.status} BTC Paid: ${response.btcPaid}`);
if (response.status !== 'complete' && response.status !== 'confirmed' && response.status !== 'paid') {
return;
}
if (this.notifyDonationStatusCallback) {
this.notifyDonationStatusCallback(data.id);
}
if (parseFloat(response.btcPaid) < 0.01) {
return;
}
if (response.orderId !== '') {
try {
const userData = await this.$getTwitterUserData(response.orderId);
const imageUrl = userData.profile_image_url.replace('normal', '200x200');
const imageBlob = await this.$downloadProfileImageBlob(imageUrl);
logger.debug('Creating database entry for donation with invoice id: ' + response.id);
await this.$addDonationToDatabase(response.btcPaid, userData.screen_name, userData.id, response.id, imageUrl, imageBlob);
this.$updateCache();
} catch (e) {
logger.err(`Error fetching twitter data for handle ${response.orderId}: ${e.message}`);
}
}
}
getSponsorImage(id: string): any | undefined {
const sponsor = this.sponsorsCache.find((s) => s.handle === id);
if (sponsor) {
return sponsor.image;
}
}
async $getDonationsFromDatabase(fields: string): Promise<any[]> {
try {
const connection = await DB.pool.getConnection();
const query = `SELECT ${fields} FROM donations ORDER BY id DESC`;
const [rows] = await connection.query<any>(query);
connection.release();
return rows;
} catch (e) {
logger.err('$getDonationsFromDatabase() error: ' + e.message || e);
return [];
}
}
private async $getOldDonations(): Promise<any[]> {
try {
const connection = await DB.pool.getConnection();
const query = `SELECT * FROM donations WHERE twitter_id IS NULL AND handle != ''`;
const [rows] = await connection.query<any>(query);
connection.release();
return rows;
} catch (e) {
logger.err('$getLegacyDonations() error' + e.message || e);
return [];
}
}
private async $getStatus(id: string): Promise<any> {
logger.debug('Fetching status for invoice: ' + id);
const response = await axios.get('/invoices/' + id, this.options);
logger.debug('Invoice status received: ' + JSON.stringify(response.data));
return response.data.data;
}
private async $addDonationToDatabase(btcPaid: number, handle: string, twitter_id: number | null,
orderId: string, imageUrl: string, image: string): Promise<void> {
try {
const connection = await DB.pool.getConnection();
const query = `INSERT IGNORE INTO donations(added, amount, handle, twitter_id, order_id, imageUrl, image) VALUES (NOW(), ?, ?, ?, ?, ?, FROM_BASE64(?))`;
const params: (string | number | null)[] = [
btcPaid,
handle,
twitter_id,
orderId,
imageUrl,
image,
];
const [result]: any = await connection.query(query, params);
connection.release();
} catch (e) {
logger.err('$addDonationToDatabase() error' + e.message || e);
}
}
private async $updateDonation(id: number, handle: string, twitterId: number, imageUrl: string, image: string): Promise<void> {
try {
const connection = await DB.pool.getConnection();
const query = `UPDATE donations SET handle = ?, twitter_id = ?, imageUrl = ?, image = FROM_BASE64(?) WHERE id = ?`;
const params: (string | number)[] = [
handle,
twitterId,
imageUrl,
image,
id,
];
const [result]: any = await connection.query(query, params);
connection.release();
} catch (e) {
logger.err('$updateDonation() error' + e.message || e);
}
}
private async $getTwitterUserData(handle: string): Promise<any> {
logger.debug('Fetching Twitter API data...');
const res = await axios.get(`https://api.twitter.com/1.1/users/show.json?screen_name=${handle}`, {
headers: {
Authorization: 'Bearer ' + config.SPONSORS.TWITTER_BEARER_AUTH
}
});
logger.debug('Twitter user data fetched:' + JSON.stringify(res.data));
return res.data;
}
private async $downloadProfileImageBlob(url: string): Promise<string> {
logger.debug('Fetching image blob...');
const res = await axios.get(url, { responseType: 'arraybuffer' });
logger.debug('Image downloaded.');
return Buffer.from(res.data, 'utf8').toString('base64');
}
private async refreshSponsors(): Promise<void> {
const oldDonations = await this.$getOldDonations();
oldDonations.forEach(async (donation: any) => {
logger.debug('Migrating donation for handle: ' + donation.handle);
try {
const twitterData = await this.$getTwitterUserData(donation.handle);
const imageUrl = twitterData.profile_image_url.replace('normal', '200x200');
const imageBlob = await this.$downloadProfileImageBlob(imageUrl);
await this.$updateDonation(donation.id, twitterData.screen_name, twitterData.id, imageUrl, imageBlob);
} catch (e) {
logger.err('Failed to migrate donation for handle: ' + donation.handle + '. ' + (e.message || e));
}
});
}
}
export default new Donations();

View File

@@ -18,9 +18,9 @@ class FeeApi {
}; };
} }
const firstMedianFee = this.optimizeMedianFee(pBlocks[0]); const firstMedianFee = this.optimizeMedianFee(pBlocks[0], pBlocks[1]);
const secondMedianFee = pBlocks[1] ? this.optimizeMedianFee(pBlocks[1], firstMedianFee) : this.defaultFee; const secondMedianFee = pBlocks[1] ? this.optimizeMedianFee(pBlocks[1], pBlocks[2], firstMedianFee) : this.defaultFee;
const thirdMedianFee = pBlocks[2] ? this.optimizeMedianFee(pBlocks[2], secondMedianFee) : this.defaultFee; const thirdMedianFee = pBlocks[2] ? this.optimizeMedianFee(pBlocks[2], pBlocks[3], secondMedianFee) : this.defaultFee;
return { return {
'fastestFee': firstMedianFee, 'fastestFee': firstMedianFee,
@@ -29,12 +29,12 @@ class FeeApi {
}; };
} }
private optimizeMedianFee(pBlock: MempoolBlock, previousFee?: number): number { private optimizeMedianFee(pBlock: MempoolBlock, nextBlock: MempoolBlock | undefined, previousFee?: number): number {
const useFee = previousFee ? (pBlock.medianFee + previousFee) / 2 : pBlock.medianFee; const useFee = previousFee ? (pBlock.medianFee + previousFee) / 2 : pBlock.medianFee;
if (pBlock.blockVSize <= 500000) { if (pBlock.blockVSize <= 500000) {
return this.defaultFee; return this.defaultFee;
} }
if (pBlock.blockVSize <= 950000) { if (pBlock.blockVSize <= 950000 && nextBlock) {
const multiplier = (pBlock.blockVSize - 500000) / 500000; const multiplier = (pBlock.blockVSize - 500000) / 500000;
return Math.max(Math.round(useFee * multiplier), this.defaultFee); return Math.max(Math.round(useFee * multiplier), this.defaultFee);
} }

View File

@@ -26,7 +26,7 @@ class FiatConversion {
private async updateCurrency(): Promise<void> { private async updateCurrency(): Promise<void> {
try { try {
const response = await axios.get('https://price.bisq.wiz.biz/getAllMarketPrices'); const response = await axios.get('https://price.bisq.wiz.biz/getAllMarketPrices', { timeout: 10000 });
const usd = response.data.data.find((item: any) => item.currencyCode === 'USD'); const usd = response.data.data.find((item: any) => item.currencyCode === 'USD');
this.conversionRates = { this.conversionRates = {
'USD': usd.price, 'USD': usd.price,

View File

@@ -29,10 +29,15 @@ class Mempool {
setInterval(this.updateTxPerSecond.bind(this), 1000); setInterval(this.updateTxPerSecond.bind(this), 1000);
} }
public isInSync() { public isInSync(): boolean {
return this.inSync; return this.inSync;
} }
public setOutOfSync(): void {
this.inSync = false;
loadingIndicators.setProgress('mempool', 99);
}
public getLatestTransactions() { public getLatestTransactions() {
return this.latestTransactions; return this.latestTransactions;
} }
@@ -98,8 +103,8 @@ class Mempool {
for (const txid of transactions) { for (const txid of transactions) {
if (!this.mempoolCache[txid]) { if (!this.mempoolCache[txid]) {
const transaction = await transactionUtils.$getTransactionExtended(txid, true); try {
if (transaction) { const transaction = await transactionUtils.$getTransactionExtended(txid);
this.mempoolCache[txid] = transaction; this.mempoolCache[txid] = transaction;
txCount++; txCount++;
if (this.inSync) { if (this.inSync) {
@@ -116,8 +121,8 @@ class Mempool {
logger.debug('Fetched transaction ' + txCount); logger.debug('Fetched transaction ' + txCount);
} }
newTransactions.push(transaction); newTransactions.push(transaction);
} else { } catch (e) {
logger.debug('Error finding transaction in mempool.'); logger.debug('Error finding transaction in mempool: ' + e.message || e);
} }
} }
@@ -128,7 +133,6 @@ class Mempool {
// Prevent mempool from clear on bitcoind restart by delaying the deletion // Prevent mempool from clear on bitcoind restart by delaying the deletion
if (this.mempoolProtection === 0 if (this.mempoolProtection === 0
&& config.MEMPOOL.BACKEND === 'esplora'
&& currentMempoolSize > 20000 && currentMempoolSize > 20000
&& transactions.length / currentMempoolSize <= 0.80 && transactions.length / currentMempoolSize <= 0.80
) { ) {
@@ -138,7 +142,7 @@ class Mempool {
setTimeout(() => { setTimeout(() => {
this.mempoolProtection = 2; this.mempoolProtection = 2;
logger.warn('Mempool clear protection resumed.'); logger.warn('Mempool clear protection resumed.');
}, 1000 * 60 * 2); }, 1000 * 60 * config.MEMPOOL.CLEAR_PROTECTION_MINUTES);
} }
let newMempool = {}; let newMempool = {};

View File

@@ -7,6 +7,10 @@ import { Statistic, TransactionExtended, OptimizedStatistic } from '../mempool.i
class Statistics { class Statistics {
protected intervalTimer: NodeJS.Timer | undefined; protected intervalTimer: NodeJS.Timer | undefined;
protected newStatisticsEntryCallback: ((stats: OptimizedStatistic) => void) | undefined; protected newStatisticsEntryCallback: ((stats: OptimizedStatistic) => void) | undefined;
protected queryTimeout = 120000;
protected cache: { [date: string]: OptimizedStatistic[] } = {
'24h': [], '1w': [], '1m': [], '3m': [], '6m': [], '1y': [],
};
public setNewStatisticsEntryCallback(fn: (stats: OptimizedStatistic) => void) { public setNewStatisticsEntryCallback(fn: (stats: OptimizedStatistic) => void) {
this.newStatisticsEntryCallback = fn; this.newStatisticsEntryCallback = fn;
@@ -28,6 +32,23 @@ class Statistics {
this.runStatistics(); this.runStatistics();
}, 1 * 60 * 1000); }, 1 * 60 * 1000);
}, difference); }, difference);
this.createCache();
setInterval(this.createCache.bind(this), 600000);
}
public getCache() {
return this.cache;
}
private async createCache() {
this.cache['24h'] = await this.$list24H();
this.cache['1w'] = await this.$list1W();
this.cache['1m'] = await this.$list1M();
this.cache['3m'] = await this.$list3M();
this.cache['6m'] = await this.$list6M();
this.cache['1y'] = await this.$list1Y();
logger.debug('Statistics cache created');
} }
private async runStatistics(): Promise<void> { private async runStatistics(): Promise<void> {
@@ -300,7 +321,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = `SELECT * FROM statistics ORDER BY id DESC LIMIT 120`; const query = `SELECT * FROM statistics ORDER BY id DESC LIMIT 120`;
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -313,7 +334,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(180); const query = this.getQueryForDays(180);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -326,7 +347,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(1260); const query = this.getQueryForDays(1260);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -339,7 +360,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(5040); const query = this.getQueryForDays(5040);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -352,7 +373,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(15120); const query = this.getQueryForDays(15120);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -365,7 +386,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(30240); const query = this.getQueryForDays(30240);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {
@@ -378,7 +399,7 @@ class Statistics {
try { try {
const connection = await DB.pool.getConnection(); const connection = await DB.pool.getConnection();
const query = this.getQueryForDays(60480); const query = this.getQueryForDays(60480);
const [rows] = await connection.query<any>(query); const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
connection.release(); connection.release();
return this.mapStatisticToOptimizedStatistic(rows); return this.mapStatisticToOptimizedStatistic(rows);
} catch (e) { } catch (e) {

View File

@@ -20,20 +20,9 @@ class TransactionUtils {
}; };
} }
public async $getTransactionExtended(txId: string, forceBitcoind = false, addPrevouts = false): Promise<TransactionExtended | null> { public async $getTransactionExtended(txId: string, addPrevouts = false): Promise<TransactionExtended> {
try { const transaction: IEsploraApi.Transaction = await bitcoinApi.$getRawTransaction(txId, false, addPrevouts);
let transaction: IEsploraApi.Transaction; return this.extendTransaction(transaction);
if (forceBitcoind) {
transaction = await bitcoinApi.$getRawTransactionBitcoind(txId, false, addPrevouts);
} else {
transaction = await bitcoinApi.$getRawTransaction(txId, false, addPrevouts);
}
return this.extendTransaction(transaction);
} catch (e) {
logger.debug('getTransactionExtended error: ' + (e.message || e));
logger.debug(JSON.stringify(e));
return null;
}
} }
private extendTransaction(transaction: IEsploraApi.Transaction): TransactionExtended { private extendTransaction(transaction: IEsploraApi.Transaction): TransactionExtended {

View File

@@ -219,9 +219,11 @@ class WebsocketHandler {
const tx = newTransactions.find((t) => t.txid === client['track-mempool-tx']); const tx = newTransactions.find((t) => t.txid === client['track-mempool-tx']);
if (tx) { if (tx) {
if (config.MEMPOOL.BACKEND !== 'esplora') { if (config.MEMPOOL.BACKEND !== 'esplora') {
const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, false, true); try {
if (fullTx) { const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, true);
response['tx'] = fullTx; response['tx'] = fullTx;
} catch (e) {
logger.debug('Error finding transaction in mempool: ' + e.message || e);
} }
} else { } else {
response['tx'] = tx; response['tx'] = tx;
@@ -237,9 +239,11 @@ class WebsocketHandler {
const someVin = tx.vin.some((vin) => !!vin.prevout && vin.prevout.scriptpubkey_address === client['track-address']); const someVin = tx.vin.some((vin) => !!vin.prevout && vin.prevout.scriptpubkey_address === client['track-address']);
if (someVin) { if (someVin) {
if (config.MEMPOOL.BACKEND !== 'esplora') { if (config.MEMPOOL.BACKEND !== 'esplora') {
const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, false, true); try {
if (fullTx) { const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, true);
foundTransactions.push(fullTx); foundTransactions.push(fullTx);
} catch (e) {
logger.debug('Error finding transaction in mempool: ' + e.message || e);
} }
} else { } else {
foundTransactions.push(tx); foundTransactions.push(tx);
@@ -249,9 +253,11 @@ class WebsocketHandler {
const someVout = tx.vout.some((vout) => vout.scriptpubkey_address === client['track-address']); const someVout = tx.vout.some((vout) => vout.scriptpubkey_address === client['track-address']);
if (someVout) { if (someVout) {
if (config.MEMPOOL.BACKEND !== 'esplora') { if (config.MEMPOOL.BACKEND !== 'esplora') {
const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, false, true); try {
if (fullTx) { const fullTx = await transactionUtils.$getTransactionExtended(tx.txid, true);
foundTransactions.push(fullTx); foundTransactions.push(fullTx);
} catch (e) {
logger.debug('Error finding transaction in mempool: ' + e.message || e);
} }
} else { } else {
foundTransactions.push(tx); foundTransactions.push(tx);
@@ -298,9 +304,11 @@ class WebsocketHandler {
if (client['track-tx'] === rbfTransaction) { if (client['track-tx'] === rbfTransaction) {
const rbfTx = rbfTransactions[rbfTransaction]; const rbfTx = rbfTransactions[rbfTransaction];
if (config.MEMPOOL.BACKEND !== 'esplora') { if (config.MEMPOOL.BACKEND !== 'esplora') {
const fullTx = await transactionUtils.$getTransactionExtended(rbfTransaction, false, true); try {
if (fullTx) { const fullTx = await transactionUtils.$getTransactionExtended(rbfTransaction, true);
response['rbfTransaction'] = fullTx; response['rbfTransaction'] = fullTx;
} catch (e) {
logger.debug('Error finding transaction in mempool: ' + e.message || e);
} }
} else { } else {
response['rbfTransaction'] = rbfTx; response['rbfTransaction'] = rbfTx;

View File

@@ -8,6 +8,8 @@ interface IConfig {
SPAWN_CLUSTER_PROCS: number; SPAWN_CLUSTER_PROCS: number;
API_URL_PREFIX: string; API_URL_PREFIX: string;
POLL_RATE_MS: number; POLL_RATE_MS: number;
CACHE_DIR: string;
CLEAR_PROTECTION_MINUTES: number;
}; };
ESPLORA: { ESPLORA: {
REST_API_URL: string; REST_API_URL: string;
@@ -16,7 +18,6 @@ interface IConfig {
HOST: string; HOST: string;
PORT: number; PORT: number;
TLS_ENABLED: boolean; TLS_ENABLED: boolean;
TX_LOOKUPS: boolean;
}; };
CORE_RPC: { CORE_RPC: {
HOST: string; HOST: string;
@@ -24,6 +25,13 @@ interface IConfig {
USERNAME: string; USERNAME: string;
PASSWORD: string; PASSWORD: string;
}; };
CORE_RPC_MINFEE: {
ENABLED: boolean;
HOST: string;
PORT: number;
USERNAME: string;
PASSWORD: string;
};
DATABASE: { DATABASE: {
ENABLED: boolean; ENABLED: boolean;
HOST: string, HOST: string,
@@ -44,13 +52,6 @@ interface IConfig {
ENABLED: boolean; ENABLED: boolean;
DATA_PATH: string; DATA_PATH: string;
}; };
SPONSORS: {
ENABLED: boolean;
BTCPAY_URL: string;
BTCPAY_AUTH: string;
BTCPAY_WEBHOOK_URL: string;
TWITTER_BEARER_AUTH: string;
};
} }
const defaults: IConfig = { const defaults: IConfig = {
@@ -60,7 +61,9 @@ const defaults: IConfig = {
'HTTP_PORT': 8999, 'HTTP_PORT': 8999,
'SPAWN_CLUSTER_PROCS': 0, 'SPAWN_CLUSTER_PROCS': 0,
'API_URL_PREFIX': '/api/v1/', 'API_URL_PREFIX': '/api/v1/',
'POLL_RATE_MS': 2000 'POLL_RATE_MS': 2000,
'CACHE_DIR': './cache',
'CLEAR_PROTECTION_MINUTES': 20,
}, },
'ESPLORA': { 'ESPLORA': {
'REST_API_URL': 'http://127.0.0.1:3000', 'REST_API_URL': 'http://127.0.0.1:3000',
@@ -69,7 +72,6 @@ const defaults: IConfig = {
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',
'PORT': 3306, 'PORT': 3306,
'TLS_ENABLED': true, 'TLS_ENABLED': true,
'TX_LOOKUPS': false
}, },
'CORE_RPC': { 'CORE_RPC': {
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',
@@ -77,9 +79,16 @@ const defaults: IConfig = {
'USERNAME': 'mempool', 'USERNAME': 'mempool',
'PASSWORD': 'mempool' 'PASSWORD': 'mempool'
}, },
'CORE_RPC_MINFEE': {
'ENABLED': false,
'HOST': '127.0.0.1',
'PORT': 8332,
'USERNAME': 'mempool',
'PASSWORD': 'mempool'
},
'DATABASE': { 'DATABASE': {
'ENABLED': true, 'ENABLED': true,
'HOST': 'localhost', 'HOST': '127.0.0.1',
'PORT': 3306, 'PORT': 3306,
'DATABASE': 'mempool', 'DATABASE': 'mempool',
'USERNAME': 'mempool', 'USERNAME': 'mempool',
@@ -97,13 +106,6 @@ const defaults: IConfig = {
'ENABLED': false, 'ENABLED': false,
'DATA_PATH': '/bisq/statsnode-data/btc_mainnet/db' 'DATA_PATH': '/bisq/statsnode-data/btc_mainnet/db'
}, },
'SPONSORS': {
'ENABLED': false,
'BTCPAY_URL': '',
'BTCPAY_AUTH': '',
'BTCPAY_WEBHOOK_URL': '',
'TWITTER_BEARER_AUTH': ''
}
}; };
class Config implements IConfig { class Config implements IConfig {
@@ -111,11 +113,11 @@ class Config implements IConfig {
ESPLORA: IConfig['ESPLORA']; ESPLORA: IConfig['ESPLORA'];
ELECTRUM: IConfig['ELECTRUM']; ELECTRUM: IConfig['ELECTRUM'];
CORE_RPC: IConfig['CORE_RPC']; CORE_RPC: IConfig['CORE_RPC'];
CORE_RPC_MINFEE: IConfig['CORE_RPC_MINFEE'];
DATABASE: IConfig['DATABASE']; DATABASE: IConfig['DATABASE'];
STATISTICS: IConfig['STATISTICS']; STATISTICS: IConfig['STATISTICS'];
BISQ_BLOCKS: IConfig['BISQ_BLOCKS']; BISQ_BLOCKS: IConfig['BISQ_BLOCKS'];
BISQ_MARKETS: IConfig['BISQ_MARKETS']; BISQ_MARKETS: IConfig['BISQ_MARKETS'];
SPONSORS: IConfig['SPONSORS'];
constructor() { constructor() {
const configs = this.merge(configFile, defaults); const configs = this.merge(configFile, defaults);
@@ -123,11 +125,11 @@ class Config implements IConfig {
this.ESPLORA = configs.ESPLORA; this.ESPLORA = configs.ESPLORA;
this.ELECTRUM = configs.ELECTRUM; this.ELECTRUM = configs.ELECTRUM;
this.CORE_RPC = configs.CORE_RPC; this.CORE_RPC = configs.CORE_RPC;
this.CORE_RPC_MINFEE = configs.CORE_RPC_MINFEE;
this.DATABASE = configs.DATABASE; this.DATABASE = configs.DATABASE;
this.STATISTICS = configs.STATISTICS; this.STATISTICS = configs.STATISTICS;
this.BISQ_BLOCKS = configs.BISQ_BLOCKS; this.BISQ_BLOCKS = configs.BISQ_BLOCKS;
this.BISQ_MARKETS = configs.BISQ_MARKETS; this.BISQ_MARKETS = configs.BISQ_MARKETS;
this.SPONSORS = configs.SPONSORS;
} }
merge = (...objects: object[]): IConfig => { merge = (...objects: object[]): IConfig => {

View File

@@ -1,7 +1,6 @@
import { Express, Request, Response, NextFunction } from 'express'; import { Express, Request, Response, NextFunction } from 'express';
import * as express from 'express'; import * as express from 'express';
import * as http from 'http'; import * as http from 'http';
import * as https from 'https';
import * as WebSocket from 'ws'; import * as WebSocket from 'ws';
import * as cluster from 'cluster'; import * as cluster from 'cluster';
import axios from 'axios'; import axios from 'axios';
@@ -17,14 +16,14 @@ import websocketHandler from './api/websocket-handler';
import fiatConversion from './api/fiat-conversion'; import fiatConversion from './api/fiat-conversion';
import bisq from './api/bisq/bisq'; import bisq from './api/bisq/bisq';
import bisqMarkets from './api/bisq/markets'; import bisqMarkets from './api/bisq/markets';
import donations from './api/donations';
import logger from './logger'; import logger from './logger';
import backendInfo from './api/backend-info'; import backendInfo from './api/backend-info';
import loadingIndicators from './api/loading-indicators'; import loadingIndicators from './api/loading-indicators';
import mempool from './api/mempool';
class Server { class Server {
private wss: WebSocket.Server | undefined; private wss: WebSocket.Server | undefined;
private server: https.Server | http.Server | undefined; private server: http.Server | undefined;
private app: Express; private app: Express;
private currentBackendRetryInterval = 5; private currentBackendRetryInterval = 5;
@@ -60,7 +59,9 @@ class Server {
} }
} }
startServer(worker = false) { async startServer(worker = false) {
logger.debug(`Starting Mempool Server${worker ? ' (worker)' : ''}... (${backendInfo.getShortCommitHash()})`);
this.app this.app
.use((req: Request, res: Response, next: NextFunction) => { .use((req: Request, res: Response, next: NextFunction) => {
res.setHeader('Access-Control-Allow-Origin', '*'); res.setHeader('Access-Control-Allow-Origin', '*');
@@ -72,21 +73,22 @@ class Server {
this.server = http.createServer(this.app); this.server = http.createServer(this.app);
this.wss = new WebSocket.Server({ server: this.server }); this.wss = new WebSocket.Server({ server: this.server });
diskCache.loadMempoolCache();
if (config.DATABASE.ENABLED) { if (config.DATABASE.ENABLED) {
checkDbConnection(); await checkDbConnection();
} }
if (config.STATISTICS.ENABLED && config.DATABASE.ENABLED) { if (config.STATISTICS.ENABLED && config.DATABASE.ENABLED) {
statistics.startStatistics(); statistics.startStatistics();
} }
fiatConversion.startService();
this.setUpHttpApiRoutes(); this.setUpHttpApiRoutes();
this.setUpWebsocketHandling(); this.setUpWebsocketHandling();
this.runMainUpdateLoop(); this.runMainUpdateLoop();
fiatConversion.startService();
diskCache.loadMempoolCache();
if (config.BISQ_BLOCKS.ENABLED) { if (config.BISQ_BLOCKS.ENABLED) {
bisq.startBisqService(); bisq.startBisqService();
bisq.setPriceCallbackFunction((price) => websocketHandler.setExtraInitProperties('bsq-price', price)); bisq.setPriceCallbackFunction((price) => websocketHandler.setExtraInitProperties('bsq-price', price));
@@ -101,7 +103,7 @@ class Server {
if (worker) { if (worker) {
logger.info(`Mempool Server worker #${process.pid} started`); logger.info(`Mempool Server worker #${process.pid} started`);
} else { } else {
logger.notice(`Mempool Server is running on port ${config.MEMPOOL.HTTP_PORT} (${backendInfo.getShortCommitHash()})`); logger.notice(`Mempool Server is running on port ${config.MEMPOOL.HTTP_PORT}`);
} }
}); });
} }
@@ -117,6 +119,7 @@ class Server {
const loggerMsg = `runMainLoop error: ${(e.message || e)}. Retrying in ${this.currentBackendRetryInterval} sec.`; const loggerMsg = `runMainLoop error: ${(e.message || e)}. Retrying in ${this.currentBackendRetryInterval} sec.`;
if (this.currentBackendRetryInterval > 5) { if (this.currentBackendRetryInterval > 5) {
logger.warn(loggerMsg); logger.warn(loggerMsg);
mempool.setOutOfSync();
} else { } else {
logger.debug(loggerMsg); logger.debug(loggerMsg);
} }
@@ -135,7 +138,6 @@ class Server {
statistics.setNewStatisticsEntryCallback(websocketHandler.handleNewStatistic.bind(websocketHandler)); statistics.setNewStatisticsEntryCallback(websocketHandler.handleNewStatistic.bind(websocketHandler));
blocks.setNewBlockCallback(websocketHandler.handleNewBlock.bind(websocketHandler)); blocks.setNewBlockCallback(websocketHandler.handleNewBlock.bind(websocketHandler));
memPool.setMempoolChangedCallback(websocketHandler.handleMempoolChange.bind(websocketHandler)); memPool.setMempoolChangedCallback(websocketHandler.handleMempoolChange.bind(websocketHandler));
donations.setNotfyDonationStatusCallback(websocketHandler.handleNewDonation.bind(websocketHandler));
fiatConversion.setProgressChangedCallback(websocketHandler.handleNewConversionRates.bind(websocketHandler)); fiatConversion.setProgressChangedCallback(websocketHandler.handleNewConversionRates.bind(websocketHandler));
loadingIndicators.setProgressChangedCallback(websocketHandler.handleLoadingChanged.bind(websocketHandler)); loadingIndicators.setProgressChangedCallback(websocketHandler.handleLoadingChanged.bind(websocketHandler));
} }
@@ -147,6 +149,24 @@ class Server {
.get(config.MEMPOOL.API_URL_PREFIX + 'fees/mempool-blocks', routes.getMempoolBlocks) .get(config.MEMPOOL.API_URL_PREFIX + 'fees/mempool-blocks', routes.getMempoolBlocks)
.get(config.MEMPOOL.API_URL_PREFIX + 'backend-info', routes.getBackendInfo) .get(config.MEMPOOL.API_URL_PREFIX + 'backend-info', routes.getBackendInfo)
.get(config.MEMPOOL.API_URL_PREFIX + 'init-data', routes.getInitData) .get(config.MEMPOOL.API_URL_PREFIX + 'init-data', routes.getInitData)
.get(config.MEMPOOL.API_URL_PREFIX + 'donations', async (req, res) => {
try {
const response = await axios.get('https://mempool.space/api/v1/donations', { responseType: 'stream', timeout: 10000 });
response.data.pipe(res);
} catch (e) {
res.status(500).end();
}
})
.get(config.MEMPOOL.API_URL_PREFIX + 'donations/images/:id', async (req, res) => {
try {
const response = await axios.get('https://mempool.space/api/v1/donations/images/' + req.params.id, {
responseType: 'stream', timeout: 10000
});
response.data.pipe(res);
} catch (e) {
res.status(500).end();
}
})
; ;
if (config.STATISTICS.ENABLED && config.DATABASE.ENABLED) { if (config.STATISTICS.ENABLED && config.DATABASE.ENABLED) {
@@ -186,41 +206,21 @@ class Server {
; ;
} }
if (config.SPONSORS.ENABLED) {
this.app
.get(config.MEMPOOL.API_URL_PREFIX + 'donations', routes.getDonations.bind(routes))
.get(config.MEMPOOL.API_URL_PREFIX + 'donations/images/:id', routes.getSponsorImage.bind(routes))
.post(config.MEMPOOL.API_URL_PREFIX + 'donations', routes.createDonationRequest.bind(routes))
.post(config.MEMPOOL.API_URL_PREFIX + 'donations-webhook', routes.donationWebhook.bind(routes))
;
} else {
this.app
.get(config.MEMPOOL.API_URL_PREFIX + 'donations', async (req, res) => {
try {
const response = await axios.get('https://mempool.space/api/v1/donations', { responseType: 'stream' });
response.data.pipe(res);
} catch (e) {
res.status(500).end();
}
})
.get(config.MEMPOOL.API_URL_PREFIX + 'donations/images/:id', async (req, res) => {
try {
const response = await axios.get('https://mempool.space/api/v1/donations/images/' + req.params.id, { responseType: 'stream' });
response.data.pipe(res);
} catch (e) {
res.status(500).end();
}
});
}
if (config.MEMPOOL.BACKEND !== 'esplora') { if (config.MEMPOOL.BACKEND !== 'esplora') {
this.app this.app
.get(config.MEMPOOL.API_URL_PREFIX + 'mempool', routes.getMempool)
.get(config.MEMPOOL.API_URL_PREFIX + 'mempool/txids', routes.getMempoolTxIds)
.get(config.MEMPOOL.API_URL_PREFIX + 'mempool/recent', routes.getRecentMempoolTransactions)
.get(config.MEMPOOL.API_URL_PREFIX + 'tx/:txId', routes.getTransaction) .get(config.MEMPOOL.API_URL_PREFIX + 'tx/:txId', routes.getTransaction)
.get(config.MEMPOOL.API_URL_PREFIX + 'tx/:txId/status', routes.getTransactionStatus)
.get(config.MEMPOOL.API_URL_PREFIX + 'tx/:txId/outspends', routes.getTransactionOutspends) .get(config.MEMPOOL.API_URL_PREFIX + 'tx/:txId/outspends', routes.getTransactionOutspends)
.get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash', routes.getBlock) .get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash', routes.getBlock)
.get(config.MEMPOOL.API_URL_PREFIX + 'blocks/:height', routes.getBlocks)
.get(config.MEMPOOL.API_URL_PREFIX + 'blocks', routes.getBlocks) .get(config.MEMPOOL.API_URL_PREFIX + 'blocks', routes.getBlocks)
.get(config.MEMPOOL.API_URL_PREFIX + 'blocks/:height', routes.getBlocks)
.get(config.MEMPOOL.API_URL_PREFIX + 'blocks/tip/height', routes.getBlockTipHeight)
.get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash/txs', routes.getBlockTransactions)
.get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash/txs/:index', routes.getBlockTransactions) .get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash/txs/:index', routes.getBlockTransactions)
.get(config.MEMPOOL.API_URL_PREFIX + 'block/:hash/txids', routes.getTxIdsForBlock)
.get(config.MEMPOOL.API_URL_PREFIX + 'block-height/:height', routes.getBlockHeight) .get(config.MEMPOOL.API_URL_PREFIX + 'block-height/:height', routes.getBlockHeight)
.get(config.MEMPOOL.API_URL_PREFIX + 'address/:address', routes.getAddress) .get(config.MEMPOOL.API_URL_PREFIX + 'address/:address', routes.getAddress)
.get(config.MEMPOOL.API_URL_PREFIX + 'address/:address/txs', routes.getAddressTransactions) .get(config.MEMPOOL.API_URL_PREFIX + 'address/:address/txs', routes.getAddressTransactions)

View File

@@ -31,7 +31,7 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
export interface TransactionStripped { export interface TransactionStripped {
txid: string; txid: string;
fee: number; fee: number;
weight: number; vsize: number;
value: number; value: number;
} }
export interface BlockExtended extends IEsploraApi.Block { export interface BlockExtended extends IEsploraApi.Block {

View File

@@ -8,37 +8,18 @@ import mempool from './api/mempool';
import bisq from './api/bisq/bisq'; import bisq from './api/bisq/bisq';
import websocketHandler from './api/websocket-handler'; import websocketHandler from './api/websocket-handler';
import bisqMarket from './api/bisq/markets-api'; import bisqMarket from './api/bisq/markets-api';
import { OptimizedStatistic, RequiredSpec, TransactionExtended } from './mempool.interfaces'; import { RequiredSpec, TransactionExtended } from './mempool.interfaces';
import { MarketsApiError } from './api/bisq/interfaces'; import { MarketsApiError } from './api/bisq/interfaces';
import { IEsploraApi } from './api/bitcoin/esplora-api.interface'; import { IEsploraApi } from './api/bitcoin/esplora-api.interface';
import donations from './api/donations';
import logger from './logger'; import logger from './logger';
import bitcoinApi from './api/bitcoin/bitcoin-api-factory'; import bitcoinApi from './api/bitcoin/bitcoin-api-factory';
import transactionUtils from './api/transaction-utils'; import transactionUtils from './api/transaction-utils';
import blocks from './api/blocks'; import blocks from './api/blocks';
import loadingIndicators from './api/loading-indicators'; import loadingIndicators from './api/loading-indicators';
import { Common } from './api/common';
class Routes { class Routes {
private cache: { [date: string]: OptimizedStatistic[] } = { constructor() {}
'24h': [], '1w': [], '1m': [], '3m': [], '6m': [], '1y': [],
};
constructor() {
if (config.DATABASE.ENABLED && config.STATISTICS.ENABLED) {
this.createCache();
setInterval(this.createCache.bind(this), 600000);
}
}
private async createCache() {
this.cache['24h'] = await statistics.$list24H();
this.cache['1w'] = await statistics.$list1W();
this.cache['1m'] = await statistics.$list1M();
this.cache['3m'] = await statistics.$list3M();
this.cache['6m'] = await statistics.$list6M();
this.cache['1y'] = await statistics.$list1Y();
logger.debug('Statistics cache created');
}
public async get2HStatistics(req: Request, res: Response) { public async get2HStatistics(req: Request, res: Response) {
const result = await statistics.$list2H(); const result = await statistics.$list2H();
@@ -46,27 +27,27 @@ class Routes {
} }
public get24HStatistics(req: Request, res: Response) { public get24HStatistics(req: Request, res: Response) {
res.json(this.cache['24h']); res.json(statistics.getCache()['24h']);
} }
public get1WHStatistics(req: Request, res: Response) { public get1WHStatistics(req: Request, res: Response) {
res.json(this.cache['1w']); res.json(statistics.getCache()['1w']);
} }
public get1MStatistics(req: Request, res: Response) { public get1MStatistics(req: Request, res: Response) {
res.json(this.cache['1m']); res.json(statistics.getCache()['1m']);
} }
public get3MStatistics(req: Request, res: Response) { public get3MStatistics(req: Request, res: Response) {
res.json(this.cache['3m']); res.json(statistics.getCache()['3m']);
} }
public get6MStatistics(req: Request, res: Response) { public get6MStatistics(req: Request, res: Response) {
res.json(this.cache['6m']); res.json(statistics.getCache()['6m']);
} }
public get1YStatistics(req: Request, res: Response) { public get1YStatistics(req: Request, res: Response) {
res.json(this.cache['1y']); res.json(statistics.getCache()['1y']);
} }
public getInitData(req: Request, res: Response) { public getInitData(req: Request, res: Response) {
@@ -117,79 +98,6 @@ class Routes {
res.json(backendInfo.getBackendInfo()); res.json(backendInfo.getBackendInfo());
} }
public async createDonationRequest(req: Request, res: Response) {
const constraints: RequiredSpec = {
'amount': {
required: true,
types: ['@float']
},
'orderId': {
required: true,
types: ['@string']
}
};
const p = this.parseRequestParameters(req.body, constraints);
if (p.error) {
res.status(400).send(p.error);
return;
}
if (p.orderId !== '' && !/^(@|)[a-zA-Z0-9_]{1,15}$/.test(p.orderId)) {
res.status(400).send('Invalid Twitter handle');
return;
}
if (p.amount < 0.001) {
res.status(400).send('Amount needs to be at least 0.001');
return;
}
if (p.amount > 1000) {
res.status(400).send('Amount too large');
return;
}
try {
const result = await donations.$createRequest(p.amount, p.orderId);
res.json(result);
} catch (e) {
res.status(500).send(e.message);
}
}
public async getDonations(req: Request, res: Response) {
try {
const result = await donations.$getDonationsFromDatabase('handle, imageUrl');
res.json(result);
} catch (e) {
res.status(500).send(e.message);
}
}
public async getSponsorImage(req: Request, res: Response) {
try {
const result = await donations.getSponsorImage(req.params.id);
if (result) {
res.set('Content-Type', 'image/jpeg');
res.send(result);
} else {
res.status(404).end();
}
} catch (e) {
res.status(500).send(e.message);
}
}
public async donationWebhook(req: Request, res: Response) {
try {
donations.$handleWebhookRequest(req.body);
res.end();
} catch (e) {
res.status(500).send(e);
}
}
public getBisqStats(req: Request, res: Response) { public getBisqStats(req: Request, res: Response) {
const result = bisq.getStats(); const result = bisq.getStats();
res.json(result); res.json(result);
@@ -531,15 +439,27 @@ class Routes {
public async getTransaction(req: Request, res: Response) { public async getTransaction(req: Request, res: Response) {
try { try {
const transaction = await transactionUtils.$getTransactionExtended(req.params.txId, false, true); const transaction = await transactionUtils.$getTransactionExtended(req.params.txId, true);
res.json(transaction);
if (transaction) {
res.json(transaction);
} else {
res.status(500).send('Error fetching transaction.');
}
} catch (e) { } catch (e) {
res.status(500).send(e.message || e); let statusCode = 500;
if (e.message && e.message.indexOf('No such mempool or blockchain transaction') > -1) {
statusCode = 404;
}
res.status(statusCode).send(e.message || e);
}
}
public async getTransactionStatus(req: Request, res: Response) {
try {
const transaction = await transactionUtils.$getTransactionExtended(req.params.txId, true);
res.json(transaction.status);
} catch (e) {
let statusCode = 500;
if (e.message && e.message.indexOf('No such mempool or blockchain transaction') > -1) {
statusCode = 404;
}
res.status(statusCode).send(e.message || e);
} }
} }
@@ -595,14 +515,16 @@ class Routes {
const txIds = await bitcoinApi.$getTxIdsForBlock(req.params.hash); const txIds = await bitcoinApi.$getTxIdsForBlock(req.params.hash);
const transactions: TransactionExtended[] = []; const transactions: TransactionExtended[] = [];
const startingIndex = Math.max(0, parseInt(req.params.index, 10)); const startingIndex = Math.max(0, parseInt(req.params.index || '0', 10));
const endIndex = Math.min(startingIndex + 10, txIds.length); const endIndex = Math.min(startingIndex + 10, txIds.length);
for (let i = startingIndex; i < endIndex; i++) { for (let i = startingIndex; i < endIndex; i++) {
const transaction = await transactionUtils.$getTransactionExtended(txIds[i], false, true); try {
if (transaction) { const transaction = await transactionUtils.$getTransactionExtended(txIds[i], true);
transactions.push(transaction); transactions.push(transaction);
loadingIndicators.setProgress('blocktxs-' + req.params.hash, (i + 1) / endIndex * 100); loadingIndicators.setProgress('blocktxs-' + req.params.hash, (i + 1) / endIndex * 100);
} catch (e) {
logger.debug('getBlockTransactions error: ' + e.message || e);
} }
} }
res.json(transactions); res.json(transactions);
@@ -668,6 +590,45 @@ class Routes {
} }
} }
public async getRecentMempoolTransactions(req: Request, res: Response) {
const latestTransactions = Object.entries(mempool.getMempool())
.sort((a, b) => (b[1].firstSeen || 0) - (a[1].firstSeen || 0))
.slice(0, 10).map((tx) => Common.stripTransaction(tx[1]));
res.json(latestTransactions);
}
public async getMempool(req: Request, res: Response) {
res.status(501).send('Not implemented');
}
public async getMempoolTxIds(req: Request, res: Response) {
try {
const rawMempool = await bitcoinApi.$getRawMempool();
res.send(rawMempool);
} catch (e) {
res.status(500).send(e.message || e);
}
}
public async getBlockTipHeight(req: Request, res: Response) {
try {
const result = await bitcoinApi.$getBlockHeightTip();
res.json(result);
} catch (e) {
res.status(500).send(e.message || e);
}
}
public async getTxIdsForBlock(req: Request, res: Response) {
try {
const result = await bitcoinApi.$getTxIdsForBlock(req.params.hash);
res.json(result);
} catch (e) {
res.status(500).send(e.message || e);
}
}
public getTransactionOutspends(req: Request, res: Response) { public getTransactionOutspends(req: Request, res: Response) {
res.status(501).send('Not implemented'); res.status(501).send('Not implemented');
} }

99
docker/README.md Normal file
View File

@@ -0,0 +1,99 @@
# Docker
## Initialization
In an empty dir create 2 sub-dirs
```bash
mkdir -p data mysql/data mysql/db-scripts
```
In the `mysql/db-scripts` sub-dir add the `mariadb-structure.sql` file from the mempool repo
Your dir should now look like that:
```bash
$ls -R
.:
data mysql
./data:
./mysql:
data db-scripts
./mysql/data:
./mysql/db-scripts:
mariadb-structure.sql
```
In the main dir add the following `docker-compose.yml`
```bash
version: "3.7"
services:
web:
image: mempool/frontend:latest
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
command: "./wait-for db:3306 --timeout=720 -- nginx -g 'daemon off;'"
ports:
- 80:8080
environment:
FRONTEND_HTTP_PORT: "8080"
BACKEND_MAINNET_HTTP_HOST: "api"
api:
image: mempool/backend:latest
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
command: "./wait-for-it.sh db:3306 --timeout=720 --strict -- ./start.sh"
volumes:
- ./data:/backend/cache
environment:
RPC_HOST: "127.0.0.1"
RPC_PORT: "8332"
RPC_USER: "mempool"
RPC_PASS: "mempool"
ELECTRS_HOST: "127.0.0.1"
ELECTRS_PORT: "50002"
MYSQL_HOST: "db"
MYSQL_PORT: "3306"
MYSQL_DATABASE: "mempool"
MYSQL_USER: "mempool"
MYSQL_PASS: "mempool"
BACKEND_MAINNET_HTTP_PORT: "8999"
CACHE_DIR: "/backend/cache/"
db:
image: mariadb:10.5.8
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ./mysql/data:/var/lib/mysql
- ./mysql/db-scripts:/docker-entrypoint-initdb.d
environment:
MYSQL_DATABASE: "mempool"
MYSQL_USER: "mempool"
MYSQL_PASSWORD: "mempool"
MYSQL_ROOT_PASSWORD: "admin"
```
You can update all the environment variables inside the API container, especially the RPC and ELECTRS ones
## Run it
To run our docker-compose use the following cmd:
```bash
docker-compose up
```
If everything went okay you should see the beautiful mempool :grin:
If you get stuck on "loading blocks", this means the websocket can't connect.
Check your nginx proxy setup, firewalls, etc. and open an issue if you need help.

27
docker/backend/Dockerfile Normal file
View File

@@ -0,0 +1,27 @@
FROM node:12-buster-slim AS builder
WORKDIR /build
COPY . .
RUN apt-get update
RUN apt-get install -y build-essential python3 pkg-config
RUN npm ci --production
RUN npm i typescript
RUN npm run build
FROM node:12-buster-slim
WORKDIR /backend
COPY --from=builder /build/ .
RUN chmod +x /backend/start.sh
RUN chmod +x /backend/wait-for-it.sh
RUN chown -R 1000:1000 /backend && chmod -R 755 /backend
USER 1000
EXPOSE 8999
CMD ["/backend/start.sh"]

View File

@@ -0,0 +1,38 @@
{
"MEMPOOL": {
"NETWORK": "mainnet",
"BACKEND": "electrum",
"HTTP_PORT": __MEMPOOL_BACKEND_MAINNET_HTTP_PORT__,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000,
"CACHE_DIR": "__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__"
},
"CORE_RPC": {
"HOST": "__BITCOIN_MAINNET_RPC_HOST__",
"PORT": __BITCOIN_MAINNET_RPC_PORT__,
"USERNAME": "__BITCOIN_MAINNET_RPC_USER__",
"PASSWORD": "__BITCOIN_MAINNET_RPC_PASS__"
},
"ELECTRUM": {
"HOST": "__ELECTRS_MAINNET_HTTP_HOST__",
"PORT": __ELECTRS_MAINNET_HTTP_PORT__,
"TLS_ENABLED": false,
"TX_LOOKUPS": true
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000"
},
"DATABASE": {
"ENABLED": true,
"HOST": "__MYSQL_HOST__",
"PORT": __MYSQL_PORT__,
"DATABASE": "__MYSQL_DATABASE__",
"USERNAME": "__MYSQL_USERNAME__",
"PASSWORD": "__MYSQL_PASSWORD__"
},
"STATISTICS": {
"ENABLED": true,
"TX_PER_SECOND_SAMPLE_PERIOD": 150
}
}

37
docker/backend/start.sh Normal file
View File

@@ -0,0 +1,37 @@
#!/bin/sh
#MEMPOOL
__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:=8999}
__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__=${CACHE_DIR:=./}
# BITCOIN
__BITCOIN_MAINNET_RPC_HOST__=${RPC_HOST:=127.0.0.1}
__BITCOIN_MAINNET_RPC_PORT__=${RPC_PORT:=8332}
__BITCOIN_MAINNET_RPC_USER__=${RPC_USER:=mempool}
__BITCOIN_MAINNET_RPC_PASS__=${RPC_PASS:=mempool}
# ELECTRUM
__ELECTRS_MAINNET_HTTP_HOST__=${ELECTRS_HOST:=127.0.0.1}
__ELECTRS_MAINNET_HTTP_PORT__=${ELECTRS_PORT:=50002}
# MYSQL
__MYSQL_HOST__=${MYSQL_HOST:=127.0.0.1}
__MYSQL_PORT__=${MYSQL_PORT:=3306}
__MYSQL_DATABASE__=${MYSQL_DATABASE:=mempool}
__MYSQL_USERNAME__=${MYSQL_USER:=mempool}
__MYSQL_PASSWORD__=${MYSQL_PASS:=mempool}
mkdir -p "${__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__}"
sed -i "s/__BITCOIN_MAINNET_RPC_HOST__/${__BITCOIN_MAINNET_RPC_HOST__}/g" mempool-config.json
sed -i "s/__BITCOIN_MAINNET_RPC_PORT__/${__BITCOIN_MAINNET_RPC_PORT__}/g" mempool-config.json
sed -i "s/__BITCOIN_MAINNET_RPC_USER__/${__BITCOIN_MAINNET_RPC_USER__}/g" mempool-config.json
sed -i "s/__BITCOIN_MAINNET_RPC_PASS__/${__BITCOIN_MAINNET_RPC_PASS__}/g" mempool-config.json
sed -i "s/__ELECTRS_MAINNET_HTTP_HOST__/${__ELECTRS_MAINNET_HTTP_HOST__}/g" mempool-config.json
sed -i "s/__ELECTRS_MAINNET_HTTP_PORT__/${__ELECTRS_MAINNET_HTTP_PORT__}/g" mempool-config.json
sed -i "s/__MYSQL_HOST__/${__MYSQL_HOST__}/g" mempool-config.json
sed -i "s/__MYSQL_PORT__/${__MYSQL_PORT__}/g" mempool-config.json
sed -i "s/__MYSQL_DATABASE__/${__MYSQL_DATABASE__}/g" mempool-config.json
sed -i "s/__MYSQL_USERNAME__/${__MYSQL_USERNAME__}/g" mempool-config.json
sed -i "s/__MYSQL_PASSWORD__/${__MYSQL_PASSWORD__}/g" mempool-config.json
sed -i "s!__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__!${__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__}!g" mempool-config.json
sed -i "s/__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__/${__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__}/g" mempool-config.json
node /backend/dist/index.js

View File

@@ -0,0 +1,182 @@
#!/usr/bin/env bash
# Use this script to test if a given TCP host/port are available
WAITFORIT_cmdname=${0##*/}
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
usage()
{
cat << USAGE >&2
Usage:
$WAITFORIT_cmdname host:port [-s] [-t timeout] [-- command args]
-h HOST | --host=HOST Host or IP under test
-p PORT | --port=PORT TCP port under test
Alternatively, you specify the host and port as host:port
-s | --strict Only execute subcommand if the test succeeds
-q | --quiet Don't output any status messages
-t TIMEOUT | --timeout=TIMEOUT
Timeout in seconds, zero for no timeout
-- COMMAND ARGS Execute command with args after the test finishes
USAGE
exit 1
}
wait_for()
{
if [[ $WAITFORIT_TIMEOUT -gt 0 ]]; then
echoerr "$WAITFORIT_cmdname: waiting $WAITFORIT_TIMEOUT seconds for $WAITFORIT_HOST:$WAITFORIT_PORT"
else
echoerr "$WAITFORIT_cmdname: waiting for $WAITFORIT_HOST:$WAITFORIT_PORT without a timeout"
fi
WAITFORIT_start_ts=$(date +%s)
while :
do
if [[ $WAITFORIT_ISBUSY -eq 1 ]]; then
nc -z $WAITFORIT_HOST $WAITFORIT_PORT
WAITFORIT_result=$?
else
(echo -n > /dev/tcp/$WAITFORIT_HOST/$WAITFORIT_PORT) >/dev/null 2>&1
WAITFORIT_result=$?
fi
if [[ $WAITFORIT_result -eq 0 ]]; then
WAITFORIT_end_ts=$(date +%s)
echoerr "$WAITFORIT_cmdname: $WAITFORIT_HOST:$WAITFORIT_PORT is available after $((WAITFORIT_end_ts - WAITFORIT_start_ts)) seconds"
break
fi
sleep 1
done
return $WAITFORIT_result
}
wait_for_wrapper()
{
# In order to support SIGINT during timeout: http://unix.stackexchange.com/a/57692
if [[ $WAITFORIT_QUIET -eq 1 ]]; then
timeout $WAITFORIT_BUSYTIMEFLAG $WAITFORIT_TIMEOUT $0 --quiet --child --host=$WAITFORIT_HOST --port=$WAITFORIT_PORT --timeout=$WAITFORIT_TIMEOUT &
else
timeout $WAITFORIT_BUSYTIMEFLAG $WAITFORIT_TIMEOUT $0 --child --host=$WAITFORIT_HOST --port=$WAITFORIT_PORT --timeout=$WAITFORIT_TIMEOUT &
fi
WAITFORIT_PID=$!
trap "kill -INT -$WAITFORIT_PID" INT
wait $WAITFORIT_PID
WAITFORIT_RESULT=$?
if [[ $WAITFORIT_RESULT -ne 0 ]]; then
echoerr "$WAITFORIT_cmdname: timeout occurred after waiting $WAITFORIT_TIMEOUT seconds for $WAITFORIT_HOST:$WAITFORIT_PORT"
fi
return $WAITFORIT_RESULT
}
# process arguments
while [[ $# -gt 0 ]]
do
case "$1" in
*:* )
WAITFORIT_hostport=(${1//:/ })
WAITFORIT_HOST=${WAITFORIT_hostport[0]}
WAITFORIT_PORT=${WAITFORIT_hostport[1]}
shift 1
;;
--child)
WAITFORIT_CHILD=1
shift 1
;;
-q | --quiet)
WAITFORIT_QUIET=1
shift 1
;;
-s | --strict)
WAITFORIT_STRICT=1
shift 1
;;
-h)
WAITFORIT_HOST="$2"
if [[ $WAITFORIT_HOST == "" ]]; then break; fi
shift 2
;;
--host=*)
WAITFORIT_HOST="${1#*=}"
shift 1
;;
-p)
WAITFORIT_PORT="$2"
if [[ $WAITFORIT_PORT == "" ]]; then break; fi
shift 2
;;
--port=*)
WAITFORIT_PORT="${1#*=}"
shift 1
;;
-t)
WAITFORIT_TIMEOUT="$2"
if [[ $WAITFORIT_TIMEOUT == "" ]]; then break; fi
shift 2
;;
--timeout=*)
WAITFORIT_TIMEOUT="${1#*=}"
shift 1
;;
--)
shift
WAITFORIT_CLI=("$@")
break
;;
--help)
usage
;;
*)
echoerr "Unknown argument: $1"
usage
;;
esac
done
if [[ "$WAITFORIT_HOST" == "" || "$WAITFORIT_PORT" == "" ]]; then
echoerr "Error: you need to provide a host and port to test."
usage
fi
WAITFORIT_TIMEOUT=${WAITFORIT_TIMEOUT:-15}
WAITFORIT_STRICT=${WAITFORIT_STRICT:-0}
WAITFORIT_CHILD=${WAITFORIT_CHILD:-0}
WAITFORIT_QUIET=${WAITFORIT_QUIET:-0}
# Check to see if timeout is from busybox?
WAITFORIT_TIMEOUT_PATH=$(type -p timeout)
WAITFORIT_TIMEOUT_PATH=$(realpath $WAITFORIT_TIMEOUT_PATH 2>/dev/null || readlink -f $WAITFORIT_TIMEOUT_PATH)
WAITFORIT_BUSYTIMEFLAG=""
if [[ $WAITFORIT_TIMEOUT_PATH =~ "busybox" ]]; then
WAITFORIT_ISBUSY=1
# Check if busybox timeout uses -t flag
# (recent Alpine versions don't support -t anymore)
if timeout &>/dev/stdout | grep -q -e '-t '; then
WAITFORIT_BUSYTIMEFLAG="-t"
fi
else
WAITFORIT_ISBUSY=0
fi
if [[ $WAITFORIT_CHILD -gt 0 ]]; then
wait_for
WAITFORIT_RESULT=$?
exit $WAITFORIT_RESULT
else
if [[ $WAITFORIT_TIMEOUT -gt 0 ]]; then
wait_for_wrapper
WAITFORIT_RESULT=$?
else
wait_for
WAITFORIT_RESULT=$?
fi
fi
if [[ $WAITFORIT_CLI != "" ]]; then
if [[ $WAITFORIT_RESULT -ne 0 && $WAITFORIT_STRICT -eq 1 ]]; then
echoerr "$WAITFORIT_cmdname: strict mode, refusing to execute subprocess"
exit $WAITFORIT_RESULT
fi
exec "${WAITFORIT_CLI[@]}"
else
exit $WAITFORIT_RESULT
fi

View File

@@ -0,0 +1,34 @@
FROM node:12-buster-slim AS builder
WORKDIR /build
COPY . .
RUN apt-get update
RUN apt-get install -y build-essential rsync
RUN npm i
RUN npm run build
FROM nginx:1.17.8-alpine
WORKDIR /patch
COPY --from=builder /build/entrypoint.sh .
COPY --from=builder /build/wait-for .
COPY --from=builder /build/dist/mempool /var/www/mempool
COPY --from=builder /build/nginx.conf /etc/nginx/
COPY --from=builder /build/nginx-mempool.conf /etc/nginx/conf.d/
RUN chmod +x /patch/entrypoint.sh
RUN chmod +x /patch/wait-for
RUN chown -R 1000:1000 /patch && chmod -R 755 /patch && \
chown -R 1000:1000 /var/cache/nginx && \
chown -R 1000:1000 /var/log/nginx && \
chown -R 1000:1000 /etc/nginx/nginx.conf && \
chown -R 1000:1000 /etc/nginx/conf.d
RUN touch /var/run/nginx.pid && \
chown -R 1000:1000 /var/run/nginx.pid
USER 1000
ENTRYPOINT ["/patch/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]

View File

@@ -0,0 +1,13 @@
#!/bin/sh
__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__=${BACKEND_MAINNET_HTTP_HOST:=127.0.0.1}
__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:=8999}
__MEMPOOL_FRONTEND_HTTP_PORT__=${FRONTEND_HTTP_PORT:=8080}
sed -i "s/__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__/${__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__}/g" /etc/nginx/conf.d/nginx-mempool.conf
sed -i "s/__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__/${__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__}/g" /etc/nginx/conf.d/nginx-mempool.conf
cp /etc/nginx/nginx.conf /patch/nginx.conf
sed -i "s/__MEMPOOL_FRONTEND_HTTP_PORT__/${__MEMPOOL_FRONTEND_HTTP_PORT__}/g" /patch/nginx.conf
cat /patch/nginx.conf > /etc/nginx/nginx.conf
exec "$@"

84
docker/frontend/wait-for Normal file
View File

@@ -0,0 +1,84 @@
#!/bin/sh
TIMEOUT=15
QUIET=0
echoerr() {
if [ "$QUIET" -ne 1 ]; then printf "%s\n" "$*" 1>&2; fi
}
usage() {
exitcode="$1"
cat << USAGE >&2
Usage:
$cmdname host:port [-t timeout] [-- command args]
-q | --quiet Do not output any status messages
-t TIMEOUT | --timeout=timeout Timeout in seconds, zero for no timeout
-- COMMAND ARGS Execute command with args after the test finishes
USAGE
exit "$exitcode"
}
wait_for() {
if ! command -v nc >/dev/null; then
echoerr 'nc command is missing!'
exit 1
fi
for i in `seq $TIMEOUT` ; do
nc -z "$HOST" "$PORT" > /dev/null 2>&1
result=$?
if [ $result -eq 0 ] ; then
if [ $# -gt 0 ] ; then
exec "$@"
fi
exit 0
fi
sleep 1
done
echo "Operation timed out" >&2
exit 1
}
while [ $# -gt 0 ]
do
case "$1" in
*:* )
HOST=$(printf "%s\n" "$1"| cut -d : -f 1)
PORT=$(printf "%s\n" "$1"| cut -d : -f 2)
shift 1
;;
-q | --quiet)
QUIET=1
shift 1
;;
-t)
TIMEOUT="$2"
if [ "$TIMEOUT" = "" ]; then break; fi
shift 2
;;
--timeout=*)
TIMEOUT="${1#*=}"
shift 1
;;
--)
shift
break
;;
--help)
usage 0
;;
*)
echoerr "Unknown argument: $1"
usage 1
;;
esac
done
if [ "$HOST" = "" -o "$PORT" = "" ]; then
echoerr "Error: you need to provide a host and port to test."
usage 2
fi
wait_for "$@"

18
docker/init.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
#backend
gitMaster="\.\.\/\.git\/refs\/heads\/master"
git ls-remote https://github.com/mempool/mempool.git $1 | awk '{ print $1}' > ./backend/master
cp ./docker/backend/* ./backend/
sed -i "s/${gitMaster}/master/g" ./backend/src/api/backend-info.ts
#frontend
localhostIP="127.0.0.1"
cp ./docker/frontend/* ./frontend
cp ./nginx.conf ./frontend/
cp ./nginx-mempool.conf ./frontend/
sed -i "s/${localhostIP}:80/0.0.0.0:__MEMPOOL_FRONTEND_HTTP_PORT__/g" ./frontend/nginx.conf
sed -i "s/${localhostIP}/0.0.0.0/g" ./frontend/nginx.conf
sed -i "s/user nobody;//g" ./frontend/nginx.conf
sed -i "s!/etc/nginx/nginx-mempool.conf!/etc/nginx/conf.d/nginx-mempool.conf!g" ./frontend/nginx.conf
sed -i "s/${localhostIP}:8999/__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__:__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__/g" ./frontend/nginx-mempool.conf

View File

@@ -15,7 +15,9 @@ https://www.transifex.com/mempool/mempool/dashboard/
* Persian @techmix * Persian @techmix
* French @Bayernatoor * French @Bayernatoor
* Korean @kcalvinalvinn * Korean @kcalvinalvinn
* Italian @HodlBits
* Georgian @wyd_idk * Georgian @wyd_idk
* Hungarian @btcdragonlord
* Dutch @m__btc * Dutch @m__btc
* Japanese @wiz @japananon * Japanese @wiz @japananon
* Norwegian @T82771355 * Norwegian @T82771355

View File

@@ -55,6 +55,10 @@
"translation": "src/locale/messages.ko.xlf", "translation": "src/locale/messages.ko.xlf",
"baseHref": "/ko/" "baseHref": "/ko/"
}, },
"it": {
"translation": "src/locale/messages.it.xlf",
"baseHref": "/it/"
},
"nl": { "nl": {
"translation": "src/locale/messages.nl.xlf", "translation": "src/locale/messages.nl.xlf",
"baseHref": "/nl/" "baseHref": "/nl/"
@@ -91,6 +95,10 @@
"translation": "src/locale/messages.vi.xlf", "translation": "src/locale/messages.vi.xlf",
"baseHref": "/vi/" "baseHref": "/vi/"
}, },
"hu": {
"translation": "src/locale/messages.hu.xlf",
"baseHref": "/hu/"
},
"zh": { "zh": {
"translation": "src/locale/messages.zh.xlf", "translation": "src/locale/messages.zh.xlf",
"baseHref": "/zh/" "baseHref": "/zh/"

View File

@@ -5,7 +5,6 @@
"BISQ_SEPARATE_BACKEND": false, "BISQ_SEPARATE_BACKEND": false,
"ITEMS_PER_PAGE": 10, "ITEMS_PER_PAGE": 10,
"KEEP_BLOCKS_AMOUNT": 8, "KEEP_BLOCKS_AMOUNT": 8,
"SPONSORS_ENABLED": false,
"NGINX_PROTOCOL": "http", "NGINX_PROTOCOL": "http",
"NGINX_HOSTNAME": "127.0.0.1", "NGINX_HOSTNAME": "127.0.0.1",
"NGINX_PORT": "80" "NGINX_PORT": "80"

View File

@@ -1,6 +1,6 @@
{ {
"name": "mempool-frontend", "name": "mempool-frontend",
"version": "2.0.0", "version": "2.1.2",
"description": "Bitcoin mempool visualizer and blockchain explorer backend", "description": "Bitcoin mempool visualizer and blockchain explorer backend",
"license": "MIT", "license": "MIT",
"homepage": "https://mempool.space", "homepage": "https://mempool.space",

View File

@@ -1,4 +1,8 @@
{ {
"/api/v1/donations": {
"target": "http://localhost:9000/",
"secure": false
},
"/api/v1": { "/api/v1": {
"target": "http://localhost:8999/", "target": "http://localhost:8999/",
"secure": false "secure": false

View File

@@ -59,12 +59,12 @@ export const languages: Language[] = [
{ code: 'ko', name: '한국어' }, // Korean { code: 'ko', name: '한국어' }, // Korean
// { code: 'hr', name: 'Hrvatski' }, // Croatian // { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian // { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
// { code: 'it', name: 'Italiano' }, // Italian { code: 'it', name: 'Italiano' }, // Italian
// { code: 'he', name: 'עברית' }, // Hebrew // { code: 'he', name: 'עברית' }, // Hebrew
{ code: 'ka', name: 'ქართული' }, // Georgian { code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'lv', name: 'Latviešu' }, // Latvian // { code: 'lv', name: 'Latviešu' }, // Latvian
// { code: 'lt', name: 'Lietuvių' }, // Lithuanian // { code: 'lt', name: 'Lietuvių' }, // Lithuanian
// { code: 'hu', name: 'Magyar' }, // Hungarian { code: 'hu', name: 'Magyar' }, // Hungarian
// { code: 'mk', name: 'Македонски' }, // Macedonian // { code: 'mk', name: 'Македонски' }, // Macedonian
// { code: 'ms', name: 'Bahasa Melayu' }, // Malay // { code: 'ms', name: 'Bahasa Melayu' }, // Malay
{ code: 'nl', name: 'Nederlands' }, // Dutch { code: 'nl', name: 'Nederlands' }, // Dutch

View File

@@ -10,7 +10,7 @@
<tbody *ngIf="!isLoading; else loadingTemplate"> <tbody *ngIf="!isLoading; else loadingTemplate">
<tr> <tr>
<td class="td-width" i18n="BSQ existing amount">Existing amount</td> <td class="td-width" i18n="BSQ existing amount">Existing amount</td>
<td>{{ (stats.minted - stats.burnt) / 100 | number: '1.2-2' }} BSQ</td> <td>{{ (stats.minted - stats.burnt) | number: '1.2-2' }} BSQ</td>
</tr> </tr>
<tr> <tr>
<td i18n="BSQ minted amount">Minted amount</td> <td i18n="BSQ minted amount">Minted amount</td>
@@ -38,7 +38,7 @@
</tr> </tr>
<tr> <tr>
<td i18n="BSQ token market cap">Market cap</td> <td i18n="BSQ token market cap">Market cap</td>
<td><app-fiat [value]="price * (stats.minted - stats.burnt) / 100"></app-fiat></td> <td><app-fiat [value]="price * (stats.minted - stats.burnt)"></app-fiat></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -83,4 +83,4 @@
<td><span class="skeleton-loader"></span></td> <td><span class="skeleton-loader"></span></td>
</tr> </tr>
</tbody> </tbody>
</ng-template> </ng-template>

View File

@@ -1,19 +1,19 @@
<div class="container-xl"> <div class="container-xl">
<div class="text-center"> <div class="text-center">
<br> <br>
<img src="./resources/mempool-logo-bigger.png" height="67.5" width="251"> <img src="./resources/mempool-logo-bigger.png" height="62.5" width="250">
<br> <br>
<div class="text-small text-center offset-md-1"> <div class="text-small text-center offset-md-1">
v2.0.0 ({{ gitCommit$ | async }}) v2.1.2 ({{ gitCommit$ | async }})
</div> </div>
<br> <br>
<h2 i18n="about.about-the-project">About the project</h2> <h2 i18n="about.about-the-project">The Mempool Open Source Project</h2>
<div class="row row-cols-1"> <div class="row row-cols-1">
<div class="col col-md-6 mx-auto"> <div class="col col-md-6 mx-auto">
<p i18n>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</p> <p i18n>An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without any ads, altcoins, or third-party trackers.</p>
</div> </div>
</div> </div>
@@ -141,9 +141,9 @@
</div> </div>
<div class="input-group input-group-sm mb-3 mt-3 info-group mx-auto"> <div class="input-group input-group-sm mb-3 mt-3 info-group mx-auto">
<input type="text" class="form-control" readonly value="0334ac407769a00334afac4231a6e4c0faa31328b67b42c0c59e722e083ed5e6cf@103.99.170.180:9735"> <input type="text" class="form-control" readonly value="036f7fad4938521ddc6fc87ab7d6c6a091cef23cad87564a1f55adb806c017575e@103.99.170.198:9735">
<div class="input-group-append"> <div class="input-group-append">
<button class="btn btn-outline-secondary" type="button"><app-clipboard [text]="'0334ac407769a00334afac4231a6e4c0faa31328b67b42c0c59e722e083ed5e6cf@103.99.170.180:9735'"></app-clipboard></button> <button class="btn btn-outline-secondary" type="button"><app-clipboard [text]="'036f7fad4938521ddc6fc87ab7d6c6a091cef23cad87564a1f55adb806c017575e@103.99.170.198:9735'"></app-clipboard></button>
</div> </div>
</div> </div>
@@ -173,10 +173,9 @@
<div *ngIf="donationStatus === 4" class="text-center"> <div *ngIf="donationStatus === 4" class="text-center">
<h2><span i18n="about.sponsor.donation-confirmed">Donation confirmed!</span><br><span i18n="about.sponsor.thank-you">Thank you!</span></h2> <h2><span i18n="about.sponsor.donation-confirmed">Donation confirmed!</span><br><span i18n="about.sponsor.thank-you">Thank you!</span></h2>
<p i18n="about.sponsor.sponsor-completed">If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</p>
</div> </div>
<br><br><br><br> <br><br><br>
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool"> <a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool">
<span class="dib v-mid"> <span class="dib v-mid">
@@ -190,6 +189,12 @@
</span> </span>
</a> </a>
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://t.me/mempoolspace">
<span class="dib v-mid">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="telegram-plane" class="svg-inline--fa fa-telegram-plane fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"></path></svg>
</span>
</a>
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool"> <a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool">
<span class="dib v-mid"> <span class="dib v-mid">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="keybase" class="svg-inline--fa fa-keybase fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"></path></svg> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="keybase" class="svg-inline--fa fa-keybase fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"></path></svg>

View File

@@ -1,27 +1,28 @@
import { Component, OnInit } from '@angular/core'; import { Component, OnDestroy, OnInit } from '@angular/core';
import { WebsocketService } from '../../services/websocket.service'; import { WebsocketService } from '../../services/websocket.service';
import { SeoService } from 'src/app/services/seo.service'; import { SeoService } from 'src/app/services/seo.service';
import { StateService } from 'src/app/services/state.service'; import { StateService } from 'src/app/services/state.service';
import { Observable } from 'rxjs'; import { Observable, Subscription } from 'rxjs';
import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { ApiService } from 'src/app/services/api.service'; import { ApiService } from 'src/app/services/api.service';
import { DomSanitizer, SafeUrl } from '@angular/platform-browser'; import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
import { map } from 'rxjs/operators'; import { delay, map, retryWhen, switchMap, tap } from 'rxjs/operators';
@Component({ @Component({
selector: 'app-about', selector: 'app-about',
templateUrl: './about.component.html', templateUrl: './about.component.html',
styleUrls: ['./about.component.scss'], styleUrls: ['./about.component.scss'],
}) })
export class AboutComponent implements OnInit { export class AboutComponent implements OnInit, OnDestroy {
gitCommit$: Observable<string>; gitCommit$: Observable<string>;
donationForm: FormGroup; donationForm: FormGroup;
paymentForm: FormGroup; paymentForm: FormGroup;
donationStatus = 1; donationStatus = 1;
sponsors$: Observable<any>; sponsors$: Observable<any>;
donationObj: any; donationObj: any;
sponsorsEnabled = this.stateService.env.SPONSORS_ENABLED; sponsorsEnabled = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
sponsors = null; sponsors = null;
requestSubscription: Subscription | undefined;
constructor( constructor(
private websocketService: WebsocketService, private websocketService: WebsocketService,
@@ -50,23 +51,37 @@ export class AboutComponent implements OnInit {
.subscribe((sponsors) => { .subscribe((sponsors) => {
this.sponsors = sponsors; this.sponsors = sponsors;
}); });
}
this.apiService.getDonation$() ngOnDestroy() {
this.stateService.donationConfirmed$.subscribe(() => this.donationStatus = 4); if (this.requestSubscription) {
this.requestSubscription.unsubscribe();
}
} }
submitDonation() { submitDonation() {
if (this.donationForm.invalid) { if (this.donationForm.invalid) {
return; return;
} }
this.apiService.requestDonation$( this.requestSubscription = this.apiService.requestDonation$(
this.donationForm.get('amount').value, this.donationForm.get('amount').value,
this.donationForm.get('handle').value this.donationForm.get('handle').value
) )
.subscribe((response) => { .pipe(
this.websocketService.trackDonation(response.id); tap((response) => {
this.donationObj = response; this.donationObj = response;
this.donationStatus = 3; this.donationStatus = 3;
}),
switchMap(() => this.apiService.checkDonation$(this.donationObj.id)
.pipe(
retryWhen((errors) => errors.pipe(delay(2000)))
)
)
).subscribe(() => {
this.donationStatus = 4;
if (this.donationForm.get('handle').value) {
this.sponsors.unshift({ handle: this.donationForm.get('handle').value });
}
}); });
} }

View File

@@ -1,2 +1,17 @@
<span *ngIf="multisig" class="badge badge-pill badge-warning" i18n="address-labels.multisig">multisig {{ multisigM }} of {{ multisigN }}</span> <span
<span *ngIf="secondLayerClose" class="badge badge-pill badge-warning" i18n="address-labels.upper-layer-peg-out">Layer{{ network === 'liquid' ? '3' : '2' }} Peg-out</span> *ngIf="multisig"
class="badge badge-pill badge-warning"
i18n="address-labels.multisig"
>multisig {{ multisigM }} of {{ multisigN }}</span>
<span
*ngIf="lightning"
class="badge badge-pill badge-warning"
i18n="address-labels.upper-layer-peg-out"
>Lightning {{ lightning }}</span>
<span
*ngIf="liquid"
class="badge badge-pill badge-warning"
i18n="address-labels.upper-layer-peg-out"
>Liquid {{ liquid }}</span>

View File

@@ -18,7 +18,8 @@ export class AddressLabelsComponent implements OnInit {
multisigM: number; multisigM: number;
multisigN: number; multisigN: number;
secondLayerClose = false; lightning = null;
liquid = null;
constructor( constructor(
stateService: StateService, stateService: StateService,
@@ -36,6 +37,29 @@ export class AddressLabelsComponent implements OnInit {
handleVin() { handleVin() {
if (this.vin.inner_witnessscript_asm) { if (this.vin.inner_witnessscript_asm) {
if (this.vin.inner_witnessscript_asm.indexOf('OP_DEPTH OP_PUSHNUM_12 OP_EQUAL OP_IF OP_PUSHNUM_11') === 0) {
if (this.vin.witness.length > 11) {
this.liquid = 'Peg Out';
} else {
this.liquid = 'Emergency Peg Out';
}
return;
}
[
// {regexp: /^OP_DUP OP_HASH160/, label: 'HTLC'},
{regexp: /^OP_IF OP_PUSHBYTES_33 \w{33} OP_ELSE OP_PUSHBYTES_2 \w{2} OP_CSV OP_DROP/, label: 'Force Close'}
].forEach((item) => {
if (item.regexp.test(this.vin.inner_witnessscript_asm)) {
this.lightning = item.label;
}
}
);
if (this.lightning) {
return;
}
if (this.vin.inner_witnessscript_asm.indexOf('OP_CHECKMULTISIG') > -1) { if (this.vin.inner_witnessscript_asm.indexOf('OP_CHECKMULTISIG') > -1) {
const matches = this.getMatches(this.vin.inner_witnessscript_asm, /OP_PUSHNUM_([0-9])/g, 1); const matches = this.getMatches(this.vin.inner_witnessscript_asm, /OP_PUSHNUM_([0-9])/g, 1);
this.multisig = true; this.multisig = true;
@@ -46,10 +70,6 @@ export class AddressLabelsComponent implements OnInit {
this.multisig = false; this.multisig = false;
} }
} }
if (/OP_IF (.+) OP_ELSE (.+) OP_CSV OP_DROP/.test(this.vin.inner_witnessscript_asm)) {
this.secondLayerClose = true;
}
} }
if (this.vin.inner_redeemscript_asm && this.vin.inner_redeemscript_asm.indexOf('OP_CHECKMULTISIG') > -1) { if (this.vin.inner_redeemscript_asm && this.vin.inner_redeemscript_asm.indexOf('OP_CHECKMULTISIG') > -1) {

View File

@@ -1,7 +1,7 @@
<div class="container-xl"> <div class="container-xl">
<h1 class="float-left" i18n="shared.address">Address</h1> <h1 class="float-left" i18n="shared.address">Address</h1>
<a [routerLink]="['/address/' | relativeUrl, addressString]" style="line-height: 56px; margin-left: 10px;"> <a [routerLink]="['/address/' | relativeUrl, addressString]" style="line-height: 56px; margin-left: 10px;">
<span class="d-inline d-lg-none">{{ addressString | shortenString : 24 }}</span> <span class="d-inline d-lg-none">{{ addressString | shortenString : 18 }}</span>
<span class="d-none d-lg-inline">{{ addressString }}</span> <span class="d-none d-lg-inline">{{ addressString }}</span>
</a> </a>
<app-clipboard [text]="addressString"></app-clipboard> <app-clipboard [text]="addressString"></app-clipboard>
@@ -16,14 +16,16 @@
<div class="col"> <div class="col">
<table class="table table-borderless table-striped"> <table class="table table-borderless table-striped">
<tbody> <tbody>
<tr> <ng-template [ngIf]="!address.electrum">
<td i18n="address.total-received">Total received</td> <tr>
<td *ngIf="address.chain_stats.funded_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="receieved" [noFiat]="true"></app-amount></td> <td i18n="address.total-received">Total received</td>
</tr> <td *ngIf="address.chain_stats.funded_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="receieved" [noFiat]="true"></app-amount></td>
<tr> </tr>
<td i18n="address.total-sent">Total sent</td> <tr>
<td *ngIf="address.chain_stats.spent_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="sent" [noFiat]="true"></app-amount></td> <td i18n="address.total-sent">Total sent</td>
</tr> <td *ngIf="address.chain_stats.spent_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="sent" [noFiat]="true"></app-amount></td>
</tr>
</ng-template>
<tr> <tr>
<td i18n="address.balance">Balance</td> <td i18n="address.balance">Balance</td>
<td *ngIf="address.chain_stats.funded_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="receieved - sent" [noFiat]="true"></app-amount> (<app-fiat [value]="receieved - sent"></app-fiat>)</td> <td *ngIf="address.chain_stats.funded_txo_sum !== undefined; else confidentialTd"><app-amount [satoshis]="receieved - sent" [noFiat]="true"></app-amount> (<app-fiat [value]="receieved - sent"></app-fiat>)</td>
@@ -70,7 +72,7 @@
<ng-container *ngIf="addressLoadingStatus$ | async as addressLoadingStatus"> <ng-container *ngIf="addressLoadingStatus$ | async as addressLoadingStatus">
<br> <br>
<div class="progress position-relative progress-dark"> <div class="progress progress-dark">
<div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': addressLoadingStatus + '%' }"></div> <div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': addressLoadingStatus + '%' }"></div>
</div> </div>
</ng-container> </ng-container>

View File

@@ -115,7 +115,7 @@
<ng-container *ngIf="(txsLoadingStatus$ | async) as txsLoadingStatus"> <ng-container *ngIf="(txsLoadingStatus$ | async) as txsLoadingStatus">
<br> <br>
<div class="progress position-relative progress-dark"> <div class="progress progress-dark">
<div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': txsLoadingStatus + '%' }"></div> <div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': txsLoadingStatus + '%' }"></div>
</div> </div>
</ng-container> </ng-container>

View File

@@ -11,6 +11,10 @@
z-index: 10; z-index: 10;
} }
.blockLink:hover {
text-decoration: none;
}
.mined-block { .mined-block {
position: absolute; position: absolute;
top: 0px; top: 0px;

View File

@@ -1,18 +1,18 @@
<table style="width: 100%;"> <table style="width: 100%;">
<tr *ngIf="(isLoadingWebSocket$ | async) === false && (feeEstimations$ | async) as feeEstimations; else loadingFees"> <tr *ngIf="(isLoadingWebSocket$ | async) === false && (feeEstimations$ | async) as feeEstimations; else loadingFees">
<td class="d-none d-md-block"> <td class="d-none d-md-table-cell" style="width: 33%;">
<h5 class="card-title" i18n="fees-box.low-priority">Low priority</h5> <h5 class="card-title" i18n="fees-box.low-priority">Low priority</h5>
<p class="card-text"> <p class="card-text">
{{ feeEstimations.hourFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.hourFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>) {{ feeEstimations.hourFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.hourFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>)
</p> </p>
</td> </td>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="fees-box.medium-priority">Medium priority</h5> <h5 class="card-title" i18n="fees-box.medium-priority">Medium priority</h5>
<p class="card-text"> <p class="card-text">
{{ feeEstimations.halfHourFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.halfHourFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>) {{ feeEstimations.halfHourFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.halfHourFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>)
</p> </p>
</td> </td>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="fees-box.high-priority">High priority</h5> <h5 class="card-title" i18n="fees-box.high-priority">High priority</h5>
<p class="card-text"> <p class="card-text">
{{ feeEstimations.fastestFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.fastestFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>) {{ feeEstimations.fastestFee }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span> (<app-fiat [value]="feeEstimations.fastestFee * 140" i18n-ngbTooltip="Transaction fee tooltip" ngbTooltip="Based on average native segwit transaction of 140 vBytes" placement="bottom"></app-fiat>)
@@ -23,15 +23,15 @@
<ng-template #loadingFees> <ng-template #loadingFees>
<tr> <tr>
<td class="d-none d-md-block"> <td class="d-none d-md-table-cell" style="width: 33%;">
<h5 class="card-title" i18n="fees-box.low-priority">Low priority</h5> <h5 class="card-title" i18n="fees-box.low-priority">Low priority</h5>
<p class="card-text"><span class="skeleton-loader"></span></p> <p class="card-text"><span class="skeleton-loader"></span></p>
</td> </td>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="fees-box.medium-priority">Medium priority</h5> <h5 class="card-title" i18n="fees-box.medium-priority">Medium priority</h5>
<p class="card-text"><span class="skeleton-loader" style="width: 80%;"></span></p> <p class="card-text"><span class="skeleton-loader" style="width: 80%;"></span></p>
</td> </td>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="fees-box.high-priority">High priority</h5> <h5 class="card-title" i18n="fees-box.high-priority">High priority</h5>
<p class="card-text"><span class="skeleton-loader"></span></p> <p class="card-text"><span class="skeleton-loader"></span></p>
</td> </td>

View File

@@ -40,9 +40,9 @@ export class FeesBoxComponent implements OnInit {
}; };
} }
const firstMedianFee = this.optimizeMedianFee(pBlocks[0]); const firstMedianFee = this.optimizeMedianFee(pBlocks[0], pBlocks[1]);
const secondMedianFee = pBlocks[1] ? this.optimizeMedianFee(pBlocks[1], firstMedianFee) : this.defaultFee; const secondMedianFee = pBlocks[1] ? this.optimizeMedianFee(pBlocks[1], pBlocks[2], firstMedianFee) : this.defaultFee;
const thirdMedianFee = pBlocks[2] ? this.optimizeMedianFee(pBlocks[2], secondMedianFee) : this.defaultFee; const thirdMedianFee = pBlocks[2] ? this.optimizeMedianFee(pBlocks[2], pBlocks[3], secondMedianFee) : this.defaultFee;
return { return {
'fastestFee': firstMedianFee, 'fastestFee': firstMedianFee,
@@ -53,12 +53,12 @@ export class FeesBoxComponent implements OnInit {
); );
} }
optimizeMedianFee(pBlock: MempoolBlock, previousFee?: number): number { private optimizeMedianFee(pBlock: MempoolBlock, nextBlock: MempoolBlock | undefined, previousFee?: number): number {
const useFee = previousFee ? (pBlock.medianFee + previousFee) / 2 : pBlock.medianFee; const useFee = previousFee ? (pBlock.medianFee + previousFee) / 2 : pBlock.medianFee;
if (pBlock.blockVSize <= 500000) { if (pBlock.blockVSize <= 500000) {
return this.defaultFee; return this.defaultFee;
} }
if (pBlock.blockVSize <= 950000) { if (pBlock.blockVSize <= 950000 && nextBlock) {
const multiplier = (pBlock.blockVSize - 500000) / 500000; const multiplier = (pBlock.blockVSize - 500000) / 500000;
return Math.max(Math.round(useFee * multiplier), this.defaultFee); return Math.max(Math.round(useFee * multiplier), this.defaultFee);
} }

View File

@@ -19,7 +19,7 @@
<td><app-time-since [time]="block.timestamp" [fastRender]="true"></app-time-since></td> <td><app-time-since [time]="block.timestamp" [fastRender]="true"></app-time-since></td>
<td class="d-none d-lg-block">{{ block.tx_count | number }}</td> <td class="d-none d-lg-block">{{ block.tx_count | number }}</td>
<td> <td>
<div class="progress position-relative"> <div class="progress">
<div class="progress-bar progress-mempool {{ network$ | async }}" role="progressbar" [ngStyle]="{'width': (block.weight / 4000000)*100 + '%' }"></div> <div class="progress-bar progress-mempool {{ network$ | async }}" role="progressbar" [ngStyle]="{'width': (block.weight / 4000000)*100 + '%' }"></div>
<div class="progress-text">{{ block.size | bytes: 2 }}</div> <div class="progress-text">{{ block.size | bytes: 2 }}</div>
</div> </div>
@@ -36,7 +36,7 @@
<ng-container *ngIf="(blocksLoadingStatus$ | async) as blocksLoadingStatus"> <ng-container *ngIf="(blocksLoadingStatus$ | async) as blocksLoadingStatus">
<tr> <tr>
<td colspan="5"> <td colspan="5">
<div class="progress position-relative progress-dark"> <div class="progress progress-dark">
<div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': blocksLoadingStatus + '%' }"></div> <div class="progress-bar progress-darklight" role="progressbar" [ngStyle]="{'width': blocksLoadingStatus + '%' }"></div>
</div> </div>
</td> </td>

View File

@@ -3,9 +3,11 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> <nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" [routerLink]="['/' | relativeUrl]" style="position: relative;"> <a class="navbar-brand" [routerLink]="['/' | relativeUrl]" style="position: relative;">
<ng-container *ngIf="{ val: connectionState$ | async } as connectionState"> <ng-container *ngIf="{ val: connectionState$ | async } as connectionState">
<img src="./resources/mempool-logo.png" height="35" width="140" class="logo" [ngStyle]="{'opacity': connectionState.val === 2 ? 1 : 0.5 }"> <img [src]="officialMempoolSpace ? './resources/mempool-space-logo.png' : './resources/mempool-logo.png'" height="35" width="140" class="logo" [ngStyle]="{'opacity': connectionState.val === 2 ? 1 : 0.5 }">
<div class="badge badge-warning connection-badge" *ngIf="connectionState.val === 0" i18n="master-page.offline">Offline</div> <div class="connection-badge">
<div class="badge badge-warning connection-badge" style="left: 0px;" *ngIf="connectionState.val === 1" i18n="master-page.reconnecting">Reconnecting...</div> <div class="badge badge-warning" *ngIf="connectionState.val === 0" i18n="master-page.offline">Offline</div>
<div class="badge badge-warning" *ngIf="connectionState.val === 1" i18n="master-page.reconnecting">Reconnecting...</div>
</div>
</ng-container> </ng-container>
</a> </a>

View File

@@ -44,10 +44,15 @@ nav {
} }
.connection-badge { .connection-badge {
margin-left: 10px;
position: absolute; position: absolute;
top: 13px; top: 13px;
left: 40px; left: 0px;
width: 140px;
}
.badge {
margin: 0 auto;
display: table;
} }
.mainnet.active { .mainnet.active {

View File

@@ -13,6 +13,7 @@ export class MasterPageComponent implements OnInit {
connectionState$: Observable<number>; connectionState$: Observable<number>;
navCollapsed = false; navCollapsed = false;
isMobile = window.innerWidth <= 767.98; isMobile = window.innerWidth <= 767.98;
officialMempoolSpace = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
constructor( constructor(
private stateService: StateService, private stateService: StateService,

View File

@@ -31,7 +31,7 @@
<tr> <tr>
<td i18n="mempool-block.size">Size</td> <td i18n="mempool-block.size">Size</td>
<td> <td>
<div class="progress position-relative"> <div class="progress">
<div class="progress-bar progress-mempool {{ (network$ | async) }}" role="progressbar" [ngStyle]="{'width': (mempoolBlock.blockVSize / 1000000) * 100 + '%' }"></div> <div class="progress-bar progress-mempool {{ (network$ | async) }}" role="progressbar" [ngStyle]="{'width': (mempoolBlock.blockVSize / 1000000) * 100 + '%' }"></div>
<div class="progress-text">{{ mempoolBlock.blockSize | bytes: 2 }}</div> <div class="progress-text">{{ mempoolBlock.blockSize | bytes: 2 }}</div>
</div> </div>

View File

@@ -116,3 +116,7 @@
left: 0; left: 0;
z-index: 10; z-index: 10;
} }
.blockLink:hover {
text-decoration: none;
}

View File

@@ -2,7 +2,7 @@
<div class="title-block"> <div class="title-block">
<div *ngIf="rbfTransaction" class="alert alert-mempool" role="alert"> <div *ngIf="rbfTransaction" class="alert alert-mempool" role="alert">
<span i18n="transaction.rbf.replacement|RBF replacement">This transaction has been replaced by:</span> <span i18n="transaction.rbf.replacement|RBF replacement">This transaction has been replaced by:</span>&nbsp;
<a class="alert-link" [routerLink]="['/tx/' | relativeUrl, rbfTransaction.txid]" [state]="{ data: rbfTransaction }"> <a class="alert-link" [routerLink]="['/tx/' | relativeUrl, rbfTransaction.txid]" [state]="{ data: rbfTransaction }">
<span class="d-inline d-lg-none">{{ rbfTransaction.txid | shortenString : 24 }}</span> <span class="d-inline d-lg-none">{{ rbfTransaction.txid | shortenString : 24 }}</span>
<span class="d-none d-lg-inline">{{ rbfTransaction.txid }}</span> <span class="d-none d-lg-inline">{{ rbfTransaction.txid }}</span>

View File

@@ -40,6 +40,9 @@
<ng-container *ngSwitchCase="vin.is_pegin"> <ng-container *ngSwitchCase="vin.is_pegin">
<span i18n="transactions-list.peg-in">Peg-in</span> <span i18n="transactions-list.peg-in">Peg-in</span>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="vin.prevout && vin.prevout.scriptpubkey_type === 'p2pk'">
<span>P2PK</span>
</ng-container>
<ng-container *ngSwitchDefault> <ng-container *ngSwitchDefault>
<a [routerLink]="['/address/' | relativeUrl, vin.prevout.scriptpubkey_address]" title="{{ vin.prevout.scriptpubkey_address }}"> <a [routerLink]="['/address/' | relativeUrl, vin.prevout.scriptpubkey_address]" title="{{ vin.prevout.scriptpubkey_address }}">
<span class="d-block d-lg-none">{{ vin.prevout.scriptpubkey_address | shortenString : 16 }}</span> <span class="d-block d-lg-none">{{ vin.prevout.scriptpubkey_address | shortenString : 16 }}</span>

View File

@@ -5,4 +5,5 @@
<span *ngIf="segwitGains.potentialP2shGains" class="badge badge-danger mr-1" i18n-ngbTooltip="ngbTooltip about missed out gains" ngbTooltip="This transaction could save {{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}% on fees by upgrading to native SegWit-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}% by upgrading to SegWit-P2SH" placement="bottom"><del i18n="tx-features.tag.segwit|SegWit">SegWit</del></span> <span *ngIf="segwitGains.potentialP2shGains" class="badge badge-danger mr-1" i18n-ngbTooltip="ngbTooltip about missed out gains" ngbTooltip="This transaction could save {{ segwitGains.potentialBech32Gains * 100 | number : '1.0-0' }}% on fees by upgrading to native SegWit-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number: '1.0-0' }}% by upgrading to SegWit-P2SH" placement="bottom"><del i18n="tx-features.tag.segwit|SegWit">SegWit</del></span>
</ng-template> </ng-template>
</ng-template> </ng-template>
<span *ngIf="isRbfTransaction" class="badge badge-success" i18n-ngbTooltip="RBF tooltip" ngbTooltip="This transaction support Replace-By-Fee (RBF) allowing fee bumping" placement="bottom" i18n="tx-features.tag.rbf|RBF">RBF</span> <span *ngIf="isRbfTransaction; else rbfDisabled" class="badge badge-success" i18n-ngbTooltip="RBF tooltip" ngbTooltip="This transaction support Replace-By-Fee (RBF) allowing fee bumping" placement="bottom" i18n="tx-features.tag.rbf|RBF">RBF</span>
<ng-template #rbfDisabled><span class="badge badge-danger mr-1" i18n-ngbTooltip="RBF disabled tooltip" ngbTooltip="This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method" placement="bottom"><del i18n="tx-features.tag.rbf|RBF">RBF</del></span></ng-template>

View File

@@ -28,7 +28,7 @@ export class TxFeeRatingComponent implements OnInit, OnChanges, OnDestroy {
ngOnInit() { ngOnInit() {
this.blocksSubscription = this.stateService.blocks$.subscribe(([block]) => { this.blocksSubscription = this.stateService.blocks$.subscribe(([block]) => {
this.blocks.push(block); this.blocks.push(block);
if (this.tx.status.confirmed && this.tx.status.block_height === block.height) { if (this.tx.status.confirmed && this.tx.status.block_height === block.height && block.medianFee > 0) {
this.calculateRatings(block); this.calculateRatings(block);
this.cd.markForCheck(); this.cd.markForCheck();
} }
@@ -42,7 +42,7 @@ export class TxFeeRatingComponent implements OnInit, OnChanges, OnDestroy {
} }
const foundBlock = this.blocks.find((b) => b.height === this.tx.status.block_height); const foundBlock = this.blocks.find((b) => b.height === this.tx.status.block_height);
if (foundBlock) { if (foundBlock && foundBlock.medianFee > 0) {
this.calculateRatings(foundBlock); this.calculateRatings(foundBlock);
} }
} }
@@ -53,7 +53,7 @@ export class TxFeeRatingComponent implements OnInit, OnChanges, OnDestroy {
calculateRatings(block: Block) { calculateRatings(block: Block) {
const feePervByte = this.tx.fee / (this.tx.weight / 4); const feePervByte = this.tx.fee / (this.tx.weight / 4);
this.medianFeeNeeded = Math.round(block.feeRange[Math.round(block.feeRange.length * 0.5)]); this.medianFeeNeeded = block.medianFee;
// Block not filled // Block not filled
if (block.weight < 4000000 * 0.95) { if (block.weight < 4000000 * 0.95) {

View File

@@ -86,8 +86,8 @@
<td><app-time-since [time]="block.timestamp" [fastRender]="true"></app-time-since></td> <td><app-time-since [time]="block.timestamp" [fastRender]="true"></app-time-since></td>
<td class="d-none d-lg-table-cell">{{ block.tx_count | number }}</td> <td class="d-none d-lg-table-cell">{{ block.tx_count | number }}</td>
<td> <td>
<div class="progress position-relative"> <div class="progress">
<div class="progress-bar progress-mempool {{ network$ | async }}" role="progressbar" [ngStyle]="{'width': (block.weight / 4000000)*100 + '%' }"></div> <div class="progress-bar progress-mempool {{ network$ | async }}" role="progressbar" [ngStyle]="{'width': (block.weight / 4000000)*100 + '%' }">&nbsp;</div>
<div class="progress-text">{{ block.size | bytes: 2 }}</div> <div class="progress-text">{{ block.size | bytes: 2 }}</div>
</div> </div>
</td> </td>
@@ -114,7 +114,7 @@
<td><a [routerLink]="['/tx' | relativeUrl, transaction.txid]">{{ transaction.txid | shortenString : 10 }}</a></td> <td><a [routerLink]="['/tx' | relativeUrl, transaction.txid]">{{ transaction.txid | shortenString : 10 }}</a></td>
<td class="text-right d-none d-lg-table-cell"><app-amount [satoshis]="transaction.value" digitsInfo="1.8-8" [noFiat]="true"></app-amount></td> <td class="text-right d-none d-lg-table-cell"><app-amount [satoshis]="transaction.value" digitsInfo="1.8-8" [noFiat]="true"></app-amount></td>
<td *ngIf="(network$ | async) === ''" class="text-right d-none d-lg-table-cell"><app-fiat [value]="transaction.value" digitsInfo="1.0-0"></app-fiat></td> <td *ngIf="(network$ | async) === ''" class="text-right d-none d-lg-table-cell"><app-fiat [value]="transaction.value" digitsInfo="1.0-0"></app-fiat></td>
<td class="text-right">{{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span></td> <td class="text-right">{{ transaction.fee / transaction.vsize | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -134,7 +134,7 @@
</button> </button>
<div [formGroup]="languageForm" class="text-small text-center mt-4"> <div [formGroup]="languageForm" class="text-small text-center mt-4">
<select formControlName="language" class="form-control form-control-secondary form-control-sm mx-auto" style="width: 130px;" (change)="changeLanguage()"> <select formControlName="language" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 130px;" (change)="changeLanguage()">
<option *ngFor="let lang of languages" [value]="lang.code">{{ lang.name }}</option> <option *ngFor="let lang of languages" [value]="lang.code">{{ lang.name }}</option>
</select> </select>
</div> </div>
@@ -149,6 +149,10 @@
<div class="skeleton-loader"></div> <div class="skeleton-loader"></div>
</ng-template> </ng-template>
<ng-template #loadingsmall>
<span class="skeleton-loader" style="width: 80%;"></span>
</ng-template>
<ng-template #emptyBlock> <ng-template #emptyBlock>
<div class="col mb-4"> <div class="col mb-4">
@@ -158,15 +162,23 @@
<ng-template #mempoolTable let-mempoolInfoData> <ng-template #mempoolTable let-mempoolInfoData>
<table style="width: 100%;"> <table style="width: 100%;">
<tr> <tr>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="dashboard.mempool-size|Mempool size">Mempool size</h5> <h5 *ngIf="!mempoolInfoData.value || mempoolInfoData.value.memPoolInfo.mempoolminfee === 0.00001 else purgingText" class="card-title" i18n="dashboard.minimum-fee|Minimum mempool fee">Minimum fee</h5>
<p class="card-text" *ngIf="(mempoolBlocksData$ | async) as mempoolBlocksData; else loading"> <ng-template #purgingText><h5 class="card-title" i18n="dashboard.purging|Purgin below fee">Purging</h5></ng-template>
{{ mempoolBlocksData.size | bytes }} (<ng-container *ngTemplateOutlet="mempoolBlocksData.blocks === 1 ? blocksSingular : blocksPlural; context: {$implicit: mempoolBlocksData.blocks }"></ng-container>) <p class="card-text" *ngIf="mempoolInfoData.value; else loading">
<ng-template #blocksSingular let-i i18n="shared.block">{{ i }} block</ng-template> <ng-template [ngIf]="mempoolInfoData.value.memPoolInfo.mempoolminfee > 0.00001">&lt; </ng-template>{{ mempoolInfoData.value.memPoolInfo.mempoolminfee * 100000 | number : '1.1-1' }} <ng-container i18n="shared.sat-vbyte|sat/vB">sat/vB</ng-container>
<ng-template #blocksPlural let-i i18n="shared.blocks">{{ i }} blocks</ng-template>
</p> </p>
</td> </td>
<td> <td style="width: 33%;">
<h5 class="card-title" i18n="dashboard.memory-usage|Memory usage">Memory usage</h5>
<div class="card-text" *ngIf="mempoolInfoData.value; else loadingsmall">
<div class="progress" style="max-width: 250px;">
<div class="progress-bar {{ mempoolInfoData.value.mempoolSizeProgress }}" style="padding: 4px;" role="progressbar" [ngStyle]="{'width': (mempoolInfoData.value.memPoolInfo.usage / mempoolInfoData.value.memPoolInfo.maxmempool * 100) + '%' }">&nbsp;</div>
<div class="progress-text">{{ mempoolInfoData.value.memPoolInfo.usage | bytes }} / {{ mempoolInfoData.value.memPoolInfo.maxmempool | bytes }}</div>
</div>
</div>
</td>
<td class="d-none d-md-table-cell" style="width: 33%;">
<h5 class="card-title" i18n="dashboard.unconfirmed|Unconfirmed count">Unconfirmed</h5> <h5 class="card-title" i18n="dashboard.unconfirmed|Unconfirmed count">Unconfirmed</h5>
<p class="card-text" *ngIf="mempoolInfoData.value; else loading"> <p class="card-text" *ngIf="mempoolInfoData.value; else loading">
{{ mempoolInfoData.value.memPoolInfo.size | number }} <span i18n="dashboard.txs">TXs</span> {{ mempoolInfoData.value.memPoolInfo.size | number }} <span i18n="dashboard.txs">TXs</span>
@@ -183,8 +195,9 @@
&nbsp;<span class="badge badge-pill badge-warning"><ng-container i18n="dashboard.backend-is-synchronizing">Backend is synchronizing</ng-container> ({{ mempoolLoadingStatus$ | async }}%)</span> &nbsp;<span class="badge badge-pill badge-warning"><ng-container i18n="dashboard.backend-is-synchronizing">Backend is synchronizing</ng-container> ({{ mempoolLoadingStatus$ | async }}%)</span>
</span> </span>
<ng-template #inSync> <ng-template #inSync>
<div class="progress sub-text" style="max-width: 250px;"> <div class="progress" style="max-width: 250px;">
<div class="progress-bar {{ mempoolInfoData.value.progressClass }}" style="padding: 4px;" role="progressbar" [ngStyle]="{'width': mempoolInfoData.value.progressWidth}">{{ mempoolInfoData.value.vBytesPerSecond | ceil | number }} <ng-container i18n="shared.vbytes-per-second|vB/s">vB/s</ng-container></div> <div class="progress-bar {{ mempoolInfoData.value.progressClass }}" style="padding: 4px;" role="progressbar" [ngStyle]="{'width': mempoolInfoData.value.progressWidth}">&nbsp;</div>
<div class="progress-text">{{ mempoolInfoData.value.vBytesPerSecond | ceil | number }} <ng-container i18n="shared.vbytes-per-second|vB/s">vB/s</ng-container></div>
</div> </div>
</ng-template> </ng-template>
</ng-template> </ng-template>
@@ -195,9 +208,10 @@
<div class="card-body more-padding"> <div class="card-body more-padding">
<h5 class="card-title" i18n="dashboard.difficulty-adjustment">Difficulty adjustment</h5> <h5 class="card-title" i18n="dashboard.difficulty-adjustment">Difficulty adjustment</h5>
<div class="progress" *ngIf="(difficultyEpoch$ | async) as epochData; else loading"> <div class="progress" *ngIf="(difficultyEpoch$ | async) as epochData; else loading">
<div class="progress-bar" role="progressbar" style="width: 15%; background-color: #105fb0" [ngStyle]="{'width': epochData.base}"><ng-template [ngIf]="epochData.change > 0">+</ng-template>{{ epochData.change | number: '1.0-2' }}%</div> <div class="progress-bar" role="progressbar" style="width: 15%; background-color: #105fb0" [ngStyle]="{'width': epochData.base}">&nbsp;</div>
<div class="progress-bar bg-success" role="progressbar" style="width: 0%" [ngStyle]="{'width': epochData.green}"></div> <div class="progress-bar bg-success" role="progressbar" style="width: 0%" [ngStyle]="{'width': epochData.green}"></div>
<div class="progress-bar bg-danger" role="progressbar" style="width: 1%; background-color: #f14d80;" [ngStyle]="{'width': epochData.red}"></div> <div class="progress-bar bg-danger" role="progressbar" style="width: 1%; background-color: #f14d80;" [ngStyle]="{'width': epochData.red}"></div>
<div class="progress-text"><ng-template [ngIf]="epochData.change > 0">+</ng-template>{{ epochData.change | number: '1.0-2' }}%</div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -102,11 +102,20 @@ export class DashboardComponent implements OnInit {
progressClass = 'bg-warning'; progressClass = 'bg-warning';
} }
let mempoolSizePercentage = (mempoolInfo.usage / mempoolInfo.maxmempool * 100)
let mempoolSizeProgress = 'bg-danger';
if (mempoolSizePercentage <= 50) {
mempoolSizeProgress = 'bg-success';
} else if (mempoolSizePercentage <= 75) {
mempoolSizeProgress = 'bg-warning';
}
return { return {
memPoolInfo: mempoolInfo, memPoolInfo: mempoolInfo,
vBytesPerSecond: vbytesPerSecond, vBytesPerSecond: vbytesPerSecond,
progressWidth: percent + '%', progressWidth: percent + '%',
progressClass: progressClass, progressClass: progressClass,
mempoolSizeProgress: mempoolSizeProgress,
}; };
}) })
); );
@@ -164,18 +173,18 @@ export class DashboardComponent implements OnInit {
}), }),
scan((acc, [block]) => { scan((acc, [block]) => {
acc.unshift(block); acc.unshift(block);
acc = acc.slice(0, 6);
return acc; return acc;
}, []), }, []),
map((blocks) => blocks.slice(0, 6)),
); );
this.transactions$ = this.stateService.transactions$ this.transactions$ = this.stateService.transactions$
.pipe( .pipe(
scan((acc, tx) => { scan((acc, tx) => {
acc.unshift(tx); acc.unshift(tx);
acc = acc.slice(0, 6);
return acc; return acc;
}, []), }, []),
map((txs) => txs.slice(0, 6)),
); );
this.mempoolStats$ = this.stateService.connectionState$.pipe( this.mempoolStats$ = this.stateService.connectionState$.pipe(
@@ -187,7 +196,7 @@ export class DashboardComponent implements OnInit {
.pipe( .pipe(
scan((acc, stats) => { scan((acc, stats) => {
acc.unshift(stats); acc.unshift(stats);
acc = acc.slice(0, acc.length - 1); acc = acc.slice(0, 120);
return acc; return acc;
}, mempoolStats) }, mempoolStats)
), ),
@@ -263,6 +272,6 @@ export class DashboardComponent implements OnInit {
try { try {
document.cookie = `lang=${language}; expires=Thu, 18 Dec 2050 12:00:00 UTC; path=/`; document.cookie = `lang=${language}; expires=Thu, 18 Dec 2050 12:00:00 UTC; path=/`;
} catch (e) { } } catch (e) { }
this.document.location.href = `${language === 'en' ? '' : '/' + language}/${this.stateService.network}`; this.document.location.href = `/${language}/${this.stateService.network}`;
} }
} }

View File

@@ -98,6 +98,7 @@ export interface Block {
} }
export interface Address { export interface Address {
electrum?: boolean;
address: string; address: string;
chain_stats: ChainStats; chain_stats: ChainStats;
mempool_stats: MempoolStats; mempool_stats: MempoolStats;

View File

@@ -15,13 +15,11 @@ export interface WebsocketResponse {
tx?: Transaction; tx?: Transaction;
rbfTransaction?: Transaction; rbfTransaction?: Transaction;
transactions?: TransactionStripped[]; transactions?: TransactionStripped[];
donationConfirmed?: boolean;
loadingIndicators?: ILoadingIndicators; loadingIndicators?: ILoadingIndicators;
'track-tx'?: string; 'track-tx'?: string;
'track-address'?: string; 'track-address'?: string;
'track-asset'?: string; 'track-asset'?: string;
'watch-mempool'?: boolean; 'watch-mempool'?: boolean;
'track-donation'?: string;
} }
export interface MempoolBlock { export interface MempoolBlock {
@@ -35,14 +33,19 @@ export interface MempoolBlock {
} }
export interface MempoolInfo { export interface MempoolInfo {
size: number; loaded: boolean; // (boolean) True if the mempool is fully loaded
bytes: number; size: number; // (numeric) Current tx count
bytes: number; // (numeric) Sum of all virtual transaction sizes as defined in BIP 141.
usage: number; // (numeric) Total memory usage for the mempool
maxmempool: number; // (numeric) Maximum memory usage for the mempool
mempoolminfee: number; // (numeric) Minimum fee rate in BTC/kB for tx to be accepted.
minrelaytxfee: number; // (numeric) Current minimum relay fee for transactions
} }
export interface TransactionStripped { export interface TransactionStripped {
txid: string; txid: string;
fee: number; fee: number;
weight: number; vsize: number;
value: number; value: number;
} }

View File

@@ -77,6 +77,10 @@ export class ApiService {
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/donations'); return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/donations');
} }
checkDonation$(orderId: string): Observable<any[]> {
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/donations/check?order_id=' + orderId);
}
getInitData$(): Observable<WebsocketResponse> { getInitData$(): Observable<WebsocketResponse> {
return this.httpClient.get<WebsocketResponse>(this.apiBaseUrl + this.apiBasePath + '/api/v1/init-data'); return this.httpClient.get<WebsocketResponse>(this.apiBaseUrl + this.apiBasePath + '/api/v1/init-data');
} }

View File

@@ -85,6 +85,9 @@ export class ElectrsApiService {
} }
getAddressesByPrefix$(prefix: string): Observable<string[]> { getAddressesByPrefix$(prefix: string): Observable<string[]> {
if (prefix.toLowerCase().indexOf('bc1') === 0) {
prefix = prefix.toLowerCase();
}
return this.httpClient.get<string[]>(this.apiBaseUrl + this.apiBasePath + '/api/address-prefix/' + prefix); return this.httpClient.get<string[]>(this.apiBaseUrl + this.apiBasePath + '/api/address-prefix/' + prefix);
} }
} }

View File

@@ -20,9 +20,9 @@ export interface Env {
LIQUID_ENABLED: boolean; LIQUID_ENABLED: boolean;
BISQ_ENABLED: boolean; BISQ_ENABLED: boolean;
BISQ_SEPARATE_BACKEND: boolean; BISQ_SEPARATE_BACKEND: boolean;
SPONSORS_ENABLED: boolean;
ITEMS_PER_PAGE: number; ITEMS_PER_PAGE: number;
KEEP_BLOCKS_AMOUNT: number; KEEP_BLOCKS_AMOUNT: number;
OFFICIAL_MEMPOOL_SPACE: boolean;
NGINX_PROTOCOL?: string; NGINX_PROTOCOL?: string;
NGINX_HOSTNAME?: string; NGINX_HOSTNAME?: string;
NGINX_PORT?: string; NGINX_PORT?: string;
@@ -33,9 +33,9 @@ const defaultEnv: Env = {
'LIQUID_ENABLED': false, 'LIQUID_ENABLED': false,
'BISQ_ENABLED': false, 'BISQ_ENABLED': false,
'BISQ_SEPARATE_BACKEND': false, 'BISQ_SEPARATE_BACKEND': false,
'SPONSORS_ENABLED': false,
'ITEMS_PER_PAGE': 10, 'ITEMS_PER_PAGE': 10,
'KEEP_BLOCKS_AMOUNT': 8, 'KEEP_BLOCKS_AMOUNT': 8,
'OFFICIAL_MEMPOOL_SPACE': false,
'NGINX_PROTOCOL': 'http', 'NGINX_PROTOCOL': 'http',
'NGINX_HOSTNAME': '127.0.0.1', 'NGINX_HOSTNAME': '127.0.0.1',
'NGINX_PORT': '80', 'NGINX_PORT': '80',
@@ -64,7 +64,6 @@ export class StateService {
vbytesPerSecond$ = new ReplaySubject<number>(1); vbytesPerSecond$ = new ReplaySubject<number>(1);
lastDifficultyAdjustment$ = new ReplaySubject<number>(1); lastDifficultyAdjustment$ = new ReplaySubject<number>(1);
gitCommit$ = new ReplaySubject<string>(1); gitCommit$ = new ReplaySubject<string>(1);
donationConfirmed$ = new Subject();
loadingIndicators$ = new ReplaySubject<ILoadingIndicators>(1); loadingIndicators$ = new ReplaySubject<ILoadingIndicators>(1);
live2Chart$ = new Subject<OptimizedMempoolStats>(); live2Chart$ = new Subject<OptimizedMempoolStats>();
@@ -103,7 +102,8 @@ export class StateService {
} }
setNetworkBasedonUrl(url: string) { setNetworkBasedonUrl(url: string) {
switch (url.split(/\/|\?|#/)[1]) { const networkMatches = url.match(/\/(bisq|testnet|liquid)/);
switch (networkMatches && networkMatches[1]) {
case 'liquid': case 'liquid':
if (this.network !== 'liquid') { if (this.network !== 'liquid') {
this.network = 'liquid'; this.network = 'liquid';

View File

@@ -126,10 +126,6 @@ export class WebsocketService {
this.isTrackingTx = true; this.isTrackingTx = true;
} }
trackDonation(id: string) {
this.websocketSubject.next({ 'track-donation': id });
}
stopTrackingTransaction() { stopTrackingTransaction() {
if (!this.isTrackingTx) { if (!this.isTrackingTx) {
return; return;
@@ -289,9 +285,5 @@ export class WebsocketService {
if (response['git-commit']) { if (response['git-commit']) {
this.stateService.gitCommit$.next(response['git-commit']); this.stateService.gitCommit$.next(response['git-commit']);
} }
if (response.donationConfirmed) {
this.stateService.donationConfirmed$.next(true);
}
} }
} }

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -409,7 +413,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="02c35681bc187cde4d0d3a98a3a1f2035dfe7398"> <trans-unit datatype="html" id="02c35681bc187cde4d0d3a98a3a1f2035dfe7398">
<source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minutes</source> <source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minutes</source>
<target>في ~ <x equiv-text="{{ i }}" id="INTERPOLATION"/> دقيقه</target> <target>في ~ <x equiv-text="{{ i }}" id="INTERPOLATION"/> دقيقة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">293</context> <context context-type="linenumber">293</context>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>ن التسلسل</target> <target>ن التسلسل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>البرنامج النصي (ASM)</target> <target>البرنامج النصي (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>البرنامج النصي. (HEX)</target> <target>البرنامج النصي. (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>شوهد</target> <target>شوهد</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>البرنامج النصي استرداد P2SH</target> <target>البرنامج النصي استرداد P2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -551,7 +547,7 @@
<source>P2WSH witness script</source> <source>P2WSH witness script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -559,7 +555,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -568,11 +564,11 @@
<target>تحميل الكل</target> <target>تحميل الكل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -580,7 +576,7 @@
<source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source> <source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -588,7 +584,7 @@
<source>ScriptPubKey (ASM)</source> <source>ScriptPubKey (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -597,7 +593,7 @@
<source>ScriptPubKey (HEX)</source> <source>ScriptPubKey (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -607,7 +603,7 @@
<target>نوع</target> <target>نوع</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -624,7 +620,7 @@
<target>البيانات</target> <target>البيانات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -633,7 +629,7 @@
<target>سات</target> <target>سات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -643,7 +639,7 @@
<target>خصوصي</target> <target>خصوصي</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -651,7 +647,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -661,10 +657,10 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="block.component.browser-title"> <trans-unit datatype="html" id="block.component.browser-title">
<source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source> <source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source>
<target>الكتله <x equiv-text="block.height" id="BLOCK_HEIGHT"/>:<x equiv-text="block.id" id="BLOCK_ID"/></target> <target>الكتلة <x equiv-text="block.height" id="BLOCK_HEIGHT"/>:<x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -678,7 +674,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="51e0346da0d58dd6ee252cdaae9ca2711b2f540a"> <trans-unit datatype="html" id="51e0346da0d58dd6ee252cdaae9ca2711b2f540a">
<source>Block <x ctype="x-a" equiv-text="&lt;a [routerLink]=&quot;['/block/' | relativeUrl, blockHash]&quot;&gt;" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="&lt;/a&gt;" id="CLOSE_LINK"/></source> <source>Block <x ctype="x-a" equiv-text="&lt;a [routerLink]=&quot;['/block/' | relativeUrl, blockHash]&quot;&gt;" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="&lt;/a&gt;" id="CLOSE_LINK"/></source>
<target>كتله <x ctype="x-a" equiv-text="&lt;a [routerLink]=&quot;['/block/' | relativeUrl, blockHash]&quot;&gt;" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="&lt;/a&gt;" id="CLOSE_LINK"/></target> <target>كتلة <x ctype="x-a" equiv-text="&lt;a [routerLink]=&quot;['/block/' | relativeUrl, blockHash]&quot;&gt;" id="START_LINK"/><x equiv-text="{{ blockHeight }}" id="INTERPOLATION"/><x ctype="x-a" equiv-text="&lt;/a&gt;" id="CLOSE_LINK"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">4</context> <context context-type="linenumber">4</context>
@@ -879,7 +875,7 @@
<target>خطأ في تحميل بيانات الكتله</target> <target>خطأ في تحميل بيانات الكتله</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -888,7 +884,7 @@
<target>العنوان: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>العنوان: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -904,12 +900,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>الرصيد</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>مجموع الواردات</target> <target>مجموع الواردات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -922,7 +931,7 @@
<target>مجموع المرسل</target> <target>مجموع المرسل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -934,25 +943,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>الرصيد</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> من <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تحويله</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> من <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تحويله</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -961,7 +957,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> من <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تحويلات</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> من <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تحويلات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -970,7 +966,7 @@
<target>خطأ في تحميل بيانات العنوان.</target> <target>خطأ في تحميل بيانات العنوان.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -994,10 +990,10 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="f4cba7faeb126346f09cc6af30124f9a343f7a28"> <trans-unit datatype="html" id="f4cba7faeb126346f09cc6af30124f9a343f7a28">
<source>Blocks</source> <source>Blocks</source>
<target>كتله</target> <target>كتل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1013,11 +1009,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1072,7 +1068,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1097,16 +1093,23 @@
<target>متعدد التوقيع <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> من <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>متعدد التوقيع <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> من <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>الطبقه <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/>فصل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1115,7 +1118,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1128,7 +1131,7 @@
<target>حول</target> <target>حول</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1141,7 +1144,7 @@
<target>غير متصل</target> <target>غير متصل</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1150,7 +1153,7 @@
<target>إعاده الاتصال...</target> <target>إعاده الاتصال...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1159,7 +1162,7 @@
<target>شبكات الطبقة ٢</target> <target>شبكات الطبقة ٢</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1168,7 +1171,7 @@
<target>احصائيات</target> <target>احصائيات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1177,7 +1180,7 @@
<target>لوحة التحكم</target> <target>لوحة التحكم</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1186,7 +1189,7 @@
<target>الرسوم البيانية</target> <target>الرسوم البيانية</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1199,7 +1202,7 @@
<target>وضع التلفزيون</target> <target>وضع التلفزيون</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1212,7 +1215,7 @@
<target>الأصول</target> <target>الأصول</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1296,7 +1299,7 @@
<target>شروط الخدمة</target> <target>شروط الخدمة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1372,15 +1375,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>إذا قمت بتحديد اسم مستخدم تويتر ، فيجب أن تكون صورة الملف الشخصي مرئية الآن على هذه الصفحة عند إعادة التحميل.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>جار تحميل الرسوم البيانية ...</target> <target>جار تحميل الرسوم البيانية ...</target>
@@ -1443,7 +1437,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1455,10 +1449,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1471,7 +1461,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1483,7 +1473,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1493,7 +1483,7 @@
<target>الكتلة التالية</target> <target>الكتلة التالية</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1501,7 +1491,7 @@
<target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> كومه من كتل ميم بول</target> <target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> كومه من كتل ميم بول</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1509,7 +1499,7 @@
<target>كتلة ميم بول <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>كتلة ميم بول <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1802,7 +1792,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="0ba9d74c1d31a9d98829892f40334a22624564b8"> <trans-unit datatype="html" id="0ba9d74c1d31a9d98829892f40334a22624564b8">
<source>Medium priority</source> <source>Medium priority</source>
<target>أولوية متوسطه</target> <target>أولوية متوسطة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context> <context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
<context context-type="linenumber">10</context> <context context-type="linenumber">10</context>
@@ -1815,7 +1805,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="f80dd1511a91af4e592a538f95fa29d24907176f"> <trans-unit datatype="html" id="f80dd1511a91af4e592a538f95fa29d24907176f">
<source>High priority</source> <source>High priority</source>
<target>أولوية عاليه</target> <target>أولوية عالية</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context> <context context-type="sourcefile">src/app/components/fees-box/fees-box.component.html</context>
<context context-type="linenumber">16</context> <context context-type="linenumber">16</context>
@@ -1843,7 +1833,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1921,12 +1911,39 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>الحوالات الواردة</target> <target>الحوالات الواردة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1935,7 +1952,7 @@
<target>تعديل الصعوبة</target> <target>تعديل الصعوبة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2457,9 +2474,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>الأمثل</target> <target>الأمثل</target>
@@ -2508,7 +2537,7 @@
<target>الآن</target> <target>الآن</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2516,7 +2545,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> سنه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> سنه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2524,7 +2553,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> شهر</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> شهر</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2532,7 +2561,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اسبوع</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اسبوع</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2540,7 +2569,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> يوم</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> يوم</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2548,7 +2577,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ساعه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ساعه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2556,7 +2585,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2564,7 +2593,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2572,7 +2601,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثانيه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثانيه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2580,7 +2609,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثانيه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثانيه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2588,7 +2617,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/>سنوات</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/>سنوات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2596,7 +2625,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اشهر</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اشهر</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2604,7 +2633,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اسابيع</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> اسابيع</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2612,7 +2641,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/>ايام</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/>ايام</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2620,7 +2649,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ساعات</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ساعات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2628,15 +2657,15 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقائق</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقائق</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source>
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقه</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> دقيقة</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2644,7 +2673,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/>ثوان</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/>ثوان</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2652,7 +2681,7 @@
<target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثوان</target> <target>منذ <x equiv-text="counter" id="INTERPOLATION"/> ثوان</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem skript</target> <target>P2SH redeem skript</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness skript</target> <target>P2WSH witness skript</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Předchozí výstupní skript</target> <target>Předchozí výstupní skript</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Načíst vše</target> <target>Načíst vše</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out do <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out do <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Typ</target> <target>Typ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Důvěrné</target> <target>Důvěrné</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Chyba při načítání dat bloku.</target> <target>Chyba při načítání dat bloku.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adresa: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adresa: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Zůstatek</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Celkem přijato</target> <target>Celkem přijato</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Celkem odesláno</target> <target>Celkem odesláno</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Zůstatek</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> z <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakce</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> z <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> z <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcí</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> z <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcí</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Chyba při načítání údajů o adrese.</target> <target>Chyba při načítání údajů o adrese.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Bloky</target> <target>Bloky</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> z <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> z <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Vrstva<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>O projektu</target> <target>O projektu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Offline</target> <target>Offline</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Opětovné připojení...</target> <target>Opětovné připojení...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Sítě 2. vrstvy</target> <target>Sítě 2. vrstvy</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Statistiky</target> <target>Statistiky</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Rozcestník</target> <target>Rozcestník</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafy</target> <target>Grafy</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV pohled</target> <target>TV pohled</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Aktiva</target> <target>Aktiva</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Podmínky služby</target> <target>Podmínky služby</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Pokud jste zadali jméno na Twitteru, profilová fotka by nyní měla být při opětovném načtení viditelná na této stránce.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Načítání grafů...</target> <target>Načítání grafů...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Další blok</target> <target>Další blok</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Zásobník <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool bloků</target> <target>Zásobník <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool bloků</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempool blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Využití paměti</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Minimální poplatek</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Čištění</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Příchozí transakce</target> <target>Příchozí transakce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Úprava obtížnosti</target> <target>Úprava obtížnosti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Tato transakce NEPODPORUJE Replace-by-Fee (RBF) a nelze ji pomocí této metody navýšit o poplatek</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimální</target> <target>Optimální</target>
@@ -2558,7 +2591,7 @@
<target>Právě teď</target> <target>Právě teď</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> rokem</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> rokem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> měsícem</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> měsícem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> týdnem</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> týdnem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> dnem</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> dnem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> hodinou</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> hodinou</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> min.</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> minutou</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> minutou</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> s.</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> s.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> sekundou</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> sekundou</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> roky</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> roky</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> měsíci</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> měsíci</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> týdny</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> týdny</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> dny</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> dny</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> hodinami</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> hodinami</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> min.</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> minutami</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> minutami</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> s.</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> s.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target>před <x equiv-text="counter" id="INTERPOLATION"/> sekundami</target> <target>před <x equiv-text="counter" id="INTERPOLATION"/> sekundami</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -64,14 +64,14 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="bc5b0a2631f0b7bc71aaec6aa6f01af21f9a80d4"> <trans-unit datatype="html" id="bc5b0a2631f0b7bc71aaec6aa6f01af21f9a80d4">
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> confirmations</source> <source><x equiv-text="{{ i }}" id="INTERPOLATION"/> confirmations</source>
<target> <x equiv-text="{{ i }}" id="INTERPOLATION"/> Bestätigungen</target> <target><x equiv-text="{{ i }}" id="INTERPOLATION"/> Bestätigungen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">18</context> <context context-type="linenumber">18</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -409,7 +413,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="02c35681bc187cde4d0d3a98a3a1f2035dfe7398"> <trans-unit datatype="html" id="02c35681bc187cde4d0d3a98a3a1f2035dfe7398">
<source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minutes</source> <source>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> minutes</source>
<target>In ~ <x equiv-text="{{ i }}" id="INTERPOLATION"/> Minuten</target> <target>In ~<x equiv-text="{{ i }}" id="INTERPOLATION"/> Minuten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">293</context> <context context-type="linenumber">293</context>
@@ -437,7 +441,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="3aef75db6f65e1371d54d8bed1767299de9457d8"> <trans-unit datatype="html" id="3aef75db6f65e1371d54d8bed1767299de9457d8">
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> block</source> <source><x equiv-text="{{ i }}" id="INTERPOLATION"/> block</source>
<target>ein Block</target> <target><x equiv-text="{{ i }}" id="INTERPOLATION"/> Block</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">297</context> <context context-type="linenumber">297</context>
@@ -446,15 +450,11 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> blocks</source> <source><x equiv-text="{{ i }}" id="INTERPOLATION"/> blocks</source>
<target> <x equiv-text="{{ i }}" id="INTERPOLATION"/> Blöcke</target> <target><x equiv-text="{{ i }}" id="INTERPOLATION"/> Blöcke</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">298</context> <context context-type="linenumber">298</context>
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem script</target> <target>P2SH redeem script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness script</target> <target>P2WSH witness script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Vorheriges Output Script</target> <target>Vorheriges Output Script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Alle nachladen</target> <target>Alle nachladen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out zu <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out zu <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Typ</target> <target>Typ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>Daten</target> <target>Daten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Vertraulich</target> <target>Vertraulich</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -856,7 +852,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="14779b0ce4cbc4d975a35a8fe074426228a324f3"> <trans-unit datatype="html" id="14779b0ce4cbc4d975a35a8fe074426228a324f3">
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> transactions</source> <source><x equiv-text="{{ i }}" id="INTERPOLATION"/> transactions</source>
<target> <x equiv-text="{{ i }}" id="INTERPOLATION"/> Transaktionen</target> <target><x equiv-text="{{ i }}" id="INTERPOLATION"/> Transaktionen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">88</context>
@@ -884,7 +880,7 @@
<target>Fehler beim Laden der Blockdaten.</target> <target>Fehler beim Laden der Blockdaten.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adresse: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adresse: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Guthaben</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Insgesamt empfangen</target> <target>Insgesamt empfangen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Insgesamt gesendet</target> <target>Insgesamt gesendet</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,34 +948,21 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Guthaben</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target>Transaktion <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> von <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target> <target>Transaktion <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> von <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="0f6ada0cfb60aefd8f77f8a22349850ce186d666"> <trans-unit datatype="html" id="0f6ada0cfb60aefd8f77f8a22349850ce186d666">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> von <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> Transaktionen</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> von <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> Transaktionen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Fehler beim Laden der Adressdaten.</target> <target>Fehler beim Laden der Adressdaten.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Blöcke</target> <target>Blöcke</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>Multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> von <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>Multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> von <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Layer <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Über</target> <target>Über</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Offline</target> <target>Offline</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Verbinden...</target> <target>Verbinden...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Layer 2-Netzwerke</target> <target>Layer 2-Netzwerke</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Statistiken</target> <target>Statistiken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Dashboard</target> <target>Dashboard</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafiken</target> <target>Grafiken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV-Ansicht</target> <target>TV-Ansicht</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Vermögenswerte</target> <target>Vermögenswerte</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Nutzungsbedingungen</target> <target>Nutzungsbedingungen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Wenn Sie ein Twitter-Handle angegeben haben, sollte das Profilfoto jetzt beim erneuten Laden auf dieser Seite sichtbar sein.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Laden von Grafiken ...</target> <target>Laden von Grafiken ...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Nächster Block</target> <target>Nächster Block</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Stapel von <x equiv-text="blocksInBlock" id="INTERPOLATION"/>-Mempoolblöcken</target> <target>Stapel von <x equiv-text="blocksInBlock" id="INTERPOLATION"/>-Mempoolblöcken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempool-Block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool-Block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Speicherausnutzung</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Mindestgebühr</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Streichung</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Eingehende Transaktionen</target> <target>Eingehende Transaktionen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Schwierigkeitsanpassung</target> <target>Schwierigkeitsanpassung</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Standard-Push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/> <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, um auszudrücken, was Sie pushen möchten. Verfügbar: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> mempool-block <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, und <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> Transaktionen pushen in Bezug auf die Adresse: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>  um alle neuen Transaktionen zu empfangen, die diese Adresse als Input oder Ouput enthalten. Gibt ein Array von Transaktionen zurück. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> für neue Mempool-Transaktionen und <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> für neue blockbestätigte Transaktionen.</target> <target>Standard-Push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/> <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, um auszudrücken, was Sie pushen möchten. Verfügbar: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> mempool-blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, und <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> Transaktionen pushen in Bezug auf die Adresse: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>  um alle neuen Transaktionen zu empfangen, die diese Adresse als Input oder Ouput enthalten. Gibt ein Array von Transaktionen zurück. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> für neue Mempool-Transaktionen und <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> für neue blockbestätigte Transaktionen.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Diese Transaktion unterstützt NICHT Replace-By-Fee (RBF) und es kann mit dieser Methode nicht die Gebühr erhöht werden</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimal</target> <target>Optimal</target>
@@ -2558,7 +2591,7 @@
<target>Gerade eben</target> <target>Gerade eben</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target>vor einem Jahr</target> <target>vor einem Jahr</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target>vor einem Monat</target> <target>vor einem Monat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target>vor einer Woche</target> <target>vor einer Woche</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target>vor einem Tag</target> <target>vor einem Tag</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target>vor einer Stunde</target> <target>vor einer Stunde</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target>vor einer Min.</target> <target>vor einer Min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target>vor einer Minute</target> <target>vor einer Minute</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target>vor einer Sek.</target> <target>vor einer Sek.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sekunden</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sekunden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Jahren</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Jahren</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Monaten</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Monaten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Wochen</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Wochen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Tagen</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Tagen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Stunden</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Stunden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Min.</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Minuten</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Minuten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sek.</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sek.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sekunden</target> <target>vor <x equiv-text="counter" id="INTERPOLATION"/> Sekunden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -45,7 +45,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -66,7 +66,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -87,7 +87,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -241,7 +241,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -287,6 +287,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -417,10 +421,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -437,10 +437,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -471,7 +467,7 @@
<source>nSequence</source> <source>nSequence</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -479,7 +475,7 @@
<source>ScriptSig (ASM)</source> <source>ScriptSig (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -488,7 +484,7 @@
<source>ScriptSig (HEX)</source> <source>ScriptSig (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -497,7 +493,7 @@
<source>Witness</source> <source>Witness</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -505,7 +501,7 @@
<source>P2SH redeem script</source> <source>P2SH redeem script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -513,7 +509,7 @@
<source>P2WSH witness script</source> <source>P2WSH witness script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -521,7 +517,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -529,11 +525,11 @@
<source>Load all</source> <source>Load all</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -541,7 +537,7 @@
<source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source> <source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -549,7 +545,7 @@
<source>ScriptPubKey (ASM)</source> <source>ScriptPubKey (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -558,7 +554,7 @@
<source>ScriptPubKey (HEX)</source> <source>ScriptPubKey (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -567,7 +563,7 @@
<source>Type</source> <source>Type</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -583,7 +579,7 @@
<source>data</source> <source>data</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -591,7 +587,7 @@
<source>sat</source> <source>sat</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -600,7 +596,7 @@
<source>Confidential</source> <source>Confidential</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -608,7 +604,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -620,7 +616,7 @@
<source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source> <source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -821,7 +817,7 @@
<source>Error loading block data.</source> <source>Error loading block data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -829,7 +825,7 @@
<source>Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></source> <source>Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -844,11 +840,23 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -860,7 +868,7 @@
<source>Total sent</source> <source>Total sent</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -872,23 +880,11 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -896,7 +892,7 @@
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -904,7 +900,7 @@
<source>Error loading address data.</source> <source>Error loading address data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -928,7 +924,7 @@
<source>Blocks</source> <source>Blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -943,11 +939,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -999,7 +995,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1023,15 +1019,23 @@
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source> <source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1039,7 +1043,7 @@
<source>API</source> <source>API</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1051,7 +1055,7 @@
<source>About</source> <source>About</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1063,7 +1067,7 @@
<source>Offline</source> <source>Offline</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1071,7 +1075,7 @@
<source>Reconnecting...</source> <source>Reconnecting...</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1079,7 +1083,7 @@
<source>Layer 2 Networks</source> <source>Layer 2 Networks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1087,7 +1091,7 @@
<source>Stats</source> <source>Stats</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1095,7 +1099,7 @@
<source>Dashboard</source> <source>Dashboard</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1103,7 +1107,7 @@
<source>Graphs</source> <source>Graphs</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1115,7 +1119,7 @@
<source>TV view</source> <source>TV view</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1127,7 +1131,7 @@
<source>Assets</source> <source>Assets</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1202,7 +1206,7 @@
<source>Terms of Service</source> <source>Terms of Service</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1271,14 +1275,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -1336,7 +1332,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1347,10 +1343,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1362,7 +1354,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1374,7 +1366,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1383,21 +1375,21 @@
<source>Next block</source> <source>Next block</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
<source>Stack of <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blocks</source> <source>Stack of <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
<source>Mempool block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></source> <source>Mempool block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1702,7 +1694,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1774,11 +1766,38 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1786,7 +1805,7 @@
<source>Difficulty adjustment</source> <source>Difficulty adjustment</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2288,9 +2307,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -2334,133 +2365,133 @@
<source>Just now</source> <source>Just now</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> year ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> year ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> month ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> month ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> week ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> week ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> day ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> day ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> min ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> min ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> minute ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> minute ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> sec ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> sec ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> second ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> second ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> years ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> years ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> months ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> months ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> weeks ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> weeks ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> days ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> days ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> hours ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> hours ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> mins ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> mins ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> secs ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> secs ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> seconds ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> seconds ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSecuencia</target> <target>nSecuencia</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Testigo</target> <target>Testigo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>script de canje P2SH</target> <target>script de canje P2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>script de testigo P2WSH</target> <target>script de testigo P2WSH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Script de salida previo</target> <target>Script de salida previo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Cargar todas</target> <target>Cargar todas</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out a <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out a <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Tipo</target> <target>Tipo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>dato</target> <target>dato</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Confidencial</target> <target>Confidencial</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Bloque <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Bloque <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Error cargando datos de bloque</target> <target>Error cargando datos de bloque</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Dirección: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Dirección: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Total recibido</target> <target>Total recibido</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Total enviado</target> <target>Total enviado</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target>Transacción <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target> <target>Transacción <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target> Transacción <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target> <target> Transacción <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Errar cargando datos de dirección</target> <target>Errar cargando datos de dirección</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Bloques</target> <target>Bloques</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> de <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> de <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Peg-out de capa<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Sobre nosotros</target> <target>Sobre nosotros</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Sin conexión</target> <target>Sin conexión</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Reconectando...</target> <target>Reconectando...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Redes de segunda capa</target> <target>Redes de segunda capa</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Estadísticas</target> <target>Estadísticas</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Dashboard</target> <target>Dashboard</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Gráficos</target> <target>Gráficos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>Vista de TV</target> <target>Vista de TV</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Activos</target> <target>Activos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Términos de servicio</target> <target>Términos de servicio</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Si ha especificado un usuario de Twitter, la foto de perfil ahora debe ser visible en esta página cuando recargue.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Cargando gráficos...</target> <target>Cargando gráficos...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Siguiente bloque</target> <target>Siguiente bloque</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Grupo de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> bloques mempool</target> <target>Grupo de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> bloques mempool</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Bloque mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Bloque mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Uso de memoria</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Tarifa mínima</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Purga</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Transacciones entrantes</target> <target>Transacciones entrantes</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Ajuste de dificultad</target> <target>Ajuste de dificultad</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Push por defecto: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para expresar lo que quieres que se envíe. Disponible: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Envía transacciones relacionadas a la dirección: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para recibir todas las nuevas transacciones que contentan dicha dirección como input o output. Retorna un arreglo de transacciones. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para nuevas transacciones de la mempool, y <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para nuevas transacciones de bloque confirmado.</target> <target>Push por defecto: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para expresar lo que quieres que se envíe. Disponible: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Envía transacciones relacionadas a la dirección: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para recibir todas las nuevas transacciones que contentan dicha dirección como input o output. Retorna un arreglo de transacciones. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para nuevas transacciones de la mempool, y <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para nuevas transacciones de bloque confirmado.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Óptima</target> <target>Óptima</target>
@@ -2558,7 +2590,7 @@
<target>Justo ahora</target> <target>Justo ahora</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2598,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> año</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> año</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2606,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> mes</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> mes</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2614,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> semana</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> semana</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2622,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> día</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> día</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2630,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> hora</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> hora</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2638,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> min.</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2646,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> minuto</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> minuto</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2654,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> seg.</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> seg.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2662,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> segundo</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> segundo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2670,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> año</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> año</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2678,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> meses</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> meses</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2686,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> semanas</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> semanas</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2694,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> días</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> días</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2702,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> horas</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> horas</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2710,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> min.</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> min.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2718,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> minutos</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> minutos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2726,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> seg.</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> seg.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2734,7 @@
<target>Hace <x equiv-text="counter" id="INTERPOLATION"/> segundos</target> <target>Hace <x equiv-text="counter" id="INTERPOLATION"/> segundos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -86,14 +86,14 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2"> <trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2">
<source>Unconfirmed</source> <source>Unconfirmed</source>
<target>تأیید نشده</target> <target>تأییدنشده</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>شاهد</target> <target>شاهد</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>اسکریپت نقد کردن P2SH</target> <target>اسکریپت نقد کردن P2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>اسکریپت شاهد P2WSH</target> <target>اسکریپت شاهد P2WSH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>اسکریپت خروجی قبلی</target> <target>اسکریپت خروجی قبلی</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>بازکردن همه</target> <target>بازکردن همه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out به <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out به <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>نوع</target> <target>نوع</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>ساتوشی</target> <target>ساتوشی</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>محرمانه</target> <target>محرمانه</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>بلاک <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>بلاک <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>خطا در بازکردن داده‌های بلاک.</target> <target>خطا در بازکردن داده‌های بلاک.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>آدرس: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>آدرس: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>موجودی</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>مجموع دریافت‌ها</target> <target>مجموع دریافت‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>مجموع ارسال‌ها</target> <target>مجموع ارسال‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>موجودی</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> از <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تراکنش</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> از <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تراکنش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> از <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تراکنش</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> از <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> تراکنش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>حطا در بازکردن داده‌های آدرس.</target> <target>حطا در بازکردن داده‌های آدرس.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>بلاک‌ها</target> <target>بلاک‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,25 @@
<target>چندامضایی <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> از <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/> </target> <target>چندامضایی <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> از <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/> </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Peg-out لایه <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/></target> <target>لایتنینگ <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<target>لیکوئید <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1125,7 @@
<target>رابط برنامه‌نویسی نرم‌افزار (API)</target> <target>رابط برنامه‌نویسی نرم‌افزار (API)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1138,7 @@
<target>درباره</target> <target>درباره</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1151,7 @@
<target>خاموش</target> <target>خاموش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1160,7 @@
<target>در حال اتصال...</target> <target>در حال اتصال...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1169,7 @@
<target>شبکه‌های لایه 2</target> <target>شبکه‌های لایه 2</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1178,7 @@
<target>آمار</target> <target>آمار</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1187,7 @@
<target>داشبورد</target> <target>داشبورد</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1196,7 @@
<target>گراف‌ها</target> <target>گراف‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1209,7 @@
<target>نمایش تلویزیونی</target> <target>نمایش تلویزیونی</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1222,7 @@
<target>دارایی‌ها</target> <target>دارایی‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1306,7 @@
<target>شرایط خدمات</target> <target>شرایط خدمات</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1382,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>اگر یک نام‌کاربری توئیتری مشخص کرده باشید، تصویر حساب شما بعد از بازنشانی به این صفحه اضافه خواهد شد.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>در حال بازکردن گراف‌ها...</target> <target>در حال بازکردن گراف‌ها...</target>
@@ -1450,7 +1446,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1458,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1470,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1483,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1493,7 @@
<target>بلاک بعدی</target> <target>بلاک بعدی</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1501,7 @@
<target>مجموعه <x equiv-text="blocksInBlock" id="INTERPOLATION"/> بلاک ممپول</target> <target>مجموعه <x equiv-text="blocksInBlock" id="INTERPOLATION"/> بلاک ممپول</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1509,7 @@
<target>بلاک ممپول <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>بلاک ممپول <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1846,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1926,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>حافظه مصرف‌شده</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>حداقل کارمزد</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>آستانه حذف</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>تراکنش‌های منتشرشده</target> <target>تراکنش‌های منتشرشده</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1970,7 @@
<target>تنظیم سختی بلاک‌ها</target> <target>تنظیم سختی بلاک‌ها</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2071,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>دستور پیش‌فرض: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>که نشان می‌دهد چه چیزی باید ارسال شود. گزینه‌های در دسترس: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, و <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>دستورهای مربوط به آدرس <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>'track-address': '3PbJ...bF9B'<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>جهت دریافت تمام تراکنش‌های جدیدی که خروجی یا ورودی‌های آنها شامل این آدرس می‌شود. آرایه‌ای از تراکنش‌ها برمی‌گرداند. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>برای تراکنش‌های جدید ممپول، و <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>برای تراکنش‌های بلاک تایید شده‌ی جدید.</target> <target>دستور پیش‌فرض: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>که نشان می‌دهد چه چیزی باید ارسال شود. گزینه‌های در دسترس: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>,<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, و <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>دستورهای مربوط به آدرس <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>'track-address': '3PbJ...bF9B'<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>جهت دریافت تمام تراکنش‌های جدیدی که خروجی یا ورودی‌های آنها شامل این آدرس می‌شود. آرایه‌ای از تراکنش‌ها برمی‌گرداند. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>برای تراکنش‌های جدید ممپول، و <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>برای تراکنش‌های بلاک تایید شده‌ی جدید.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2511,9 +2533,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>این تراکنش از قابلیت جایگزینی با کارمزد (RBF) پشتیبانی نمی‌کند و امکان افزایش کارمزد آن با این روش وجود ندارد</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>بهینه</target> <target>بهینه</target>
@@ -2562,7 +2597,7 @@
<target>همین الان</target> <target>همین الان</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2570,7 +2605,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> سال پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> سال پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2578,7 +2613,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ماه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ماه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2586,7 +2621,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> هفته پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> هفته پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2594,7 +2629,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> روز پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> روز پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2602,7 +2637,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ساعت پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ساعت پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2610,7 +2645,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2618,7 +2653,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2626,7 +2661,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2634,7 +2669,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2642,7 +2677,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> سال پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> سال پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2650,7 +2685,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ماه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ماه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2658,7 +2693,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> هفته پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> هفته پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2666,7 +2701,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> روز پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> روز پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2674,7 +2709,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ساعت پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ساعت پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2682,7 +2717,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2690,7 +2725,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> دقیقه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2698,7 +2733,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2706,7 +2741,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ثانیه پیش</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nJärjestys</target> <target>nJärjestys</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Todistaja</target> <target>Todistaja</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH lunastusskripti</target> <target>P2SH lunastusskripti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH todistajaskripti</target> <target>P2WSH todistajaskripti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Edellinen ulostuloskripti</target> <target>Edellinen ulostuloskripti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Lataa kaikki</target> <target>Lataa kaikki</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Irrotetaan <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Irrotetaan <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Tyyppi</target> <target>Tyyppi</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Luottamuksellinen</target> <target>Luottamuksellinen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Lohko <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Lohko <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Virhe lohkotietoja ladattaessa.</target> <target>Virhe lohkotietoja ladattaessa.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Osoite: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Osoite: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Vastaanotettu yhteensä</target> <target>Vastaanotettu yhteensä</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Lähetetty yhteensä</target> <target>Lähetetty yhteensä</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> siirtotapahtuma</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> siirtotapahtuma</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> siirtotapahtumat</target> <target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> siirtotapahtumat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Virhe osoitetietojen lataamisessa.</target> <target>Virhe osoitetietojen lataamisessa.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Lohkot</target> <target>Lohkot</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,25 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> / <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> / <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Kerros <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Irroitus</target> <target>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<target>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1125,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1138,7 @@
<target>Tietoja</target> <target>Tietoja</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1151,7 @@
<target>Offline-tilassa</target> <target>Offline-tilassa</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1160,7 @@
<target>Yhdistetään uudelleen...</target> <target>Yhdistetään uudelleen...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1169,7 @@
<target>Toisen kerroksen verkot</target> <target>Toisen kerroksen verkot</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1178,7 @@
<target>Tilastot</target> <target>Tilastot</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1187,7 @@
<target>Kojelauta</target> <target>Kojelauta</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1196,7 @@
<target>Kaaviot</target> <target>Kaaviot</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1209,7 @@
<target>TV näkymä</target> <target>TV näkymä</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1222,7 @@
<target>Omaisuuserät</target> <target>Omaisuuserät</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1306,7 @@
<target>Käyttöehdot</target> <target>Käyttöehdot</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1382,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Jos määritit Twitter-tilin, profiilikuvan pitäisi olla nyt näkyvissä tällä sivulla, kun lataat uudelleen.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Ladataan kaavioita...</target> <target>Ladataan kaavioita...</target>
@@ -1450,7 +1446,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1458,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1470,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1483,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1493,7 @@
<target>Seuraava lohko</target> <target>Seuraava lohko</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1501,7 @@
<target>Pino <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool lohkoja</target> <target>Pino <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool lohkoja</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1509,7 @@
<target>Mempool lohko <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool lohko <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1846,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1926,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Muistin käyttö</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Vähimmäiskulu</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Tyhjennys</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Saapuvat siirtotapahtumat</target> <target>Saapuvat siirtotapahtumat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1970,7 @@
<target>Vaikeudensäätö</target> <target>Vaikeudensäätö</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2152,7 +2174,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="3e08815110b2e5ce8aa7256ed05a2faf6dbb7077"> <trans-unit datatype="html" id="3e08815110b2e5ce8aa7256ed05a2faf6dbb7077">
<source>Returns the transaction at index <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> within the specified block.</source> <source>Returns the transaction at index <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> within the specified block.</source>
<target>Palauttaa siirtotapahtuman indeksissä <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:indeksi<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> määritetyssä lohkossa.</target> <target>Palauttaa siirtotapahtuman indeksissä <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:index<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> määritetyssä lohkossa.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">101</context> <context context-type="linenumber">101</context>
@@ -2168,7 +2190,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="36df9865e9099d98537ea69c9cfdc035d1b64116"> <trans-unit datatype="html" id="36df9865e9099d98537ea69c9cfdc035d1b64116">
<source>Returns the hash of the block currently at <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:height<x ctype="x-code" equiv-text="&lt;/code&gt;" id="CLOSE_TAG_CODE"/>.</source> <source>Returns the hash of the block currently at <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:height<x ctype="x-code" equiv-text="&lt;/code&gt;" id="CLOSE_TAG_CODE"/>.</source>
<target>Palauttaa lohkon tiivisteen tällä hetkellä<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:järjestysnumerolla<x ctype="x-code" equiv-text="&lt;/code&gt;" id="CLOSE_TAG_CODE"/>.</target> <target>Palauttaa lohkon tiivisteen tällä hetkellä<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:height<x ctype="x-code" equiv-text="&lt;/code&gt;" id="CLOSE_TAG_CODE"/>.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">109</context> <context context-type="linenumber">109</context>
@@ -2274,7 +2296,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="01723473ecc53cab60ef1b37dc39d8941994d56f"> <trans-unit datatype="html" id="01723473ecc53cab60ef1b37dc39d8941994d56f">
<source>Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> will be returned on success.</source> <source>Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> will be returned on success.</source>
<target>Lähetä raaka siirtotapahtuma verkkoon. Siirtotapahtuma tulee ilmoittaa heksadesimaaleina pyynnön rungossa. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>Siirtotunniste<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> palautetaan onnistumisen yhteydessä.</target> <target>Lähetä raaka siirtotapahtuma verkkoon. Siirtotapahtuma tulee ilmoittaa heksadesimaaleina pyynnön rungossa. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> palautetaan onnistumisen yhteydessä.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">171</context> <context context-type="linenumber">171</context>
@@ -2308,7 +2330,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="bdc501d28e02e07f692859977fdaee8c52eea401"> <trans-unit datatype="html" id="bdc501d28e02e07f692859977fdaee8c52eea401">
<source>Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> (see below). </source> <source>Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> (see below). </source>
<target>Hanki määritetyn osoitteen/skriptitiivisteen siirtotapahtumahistoria, järjestetty uusin ensimmäisenä. Palauttaa jopa 50 mempool-siirtotapahtumaa plus 25 ensimmäistä vahvistettua siirtotapahtumaa. Voit pyytää lisää vahvistettuja siirtotapahtumia käyttämällä <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> (katso alla).</target> <target>Hanki määritetyn osoitteen/skriptitiivisteen siirtotapahtumahistoria, järjestetty uusin ensimmäisenä. Palauttaa jopa 50 mempool-siirtotapahtumaa plus 25 ensimmäistä vahvistettua siirtotapahtumaa. Voit pyytää lisää vahvistettuja siirtotapahtumia käyttämällä <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>:last_seen_txid<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> (katso alempaa).</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">193,194</context> <context context-type="linenumber">193,194</context>
@@ -2507,9 +2529,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Tämä siirtotapahtuma EI tue Replace-By-Fee (RBF), eikä sen siirtokuluja voida nostaa tällä menetelmällä</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimaalinen</target> <target>Optimaalinen</target>
@@ -2558,7 +2593,7 @@
<target>Juuri nyt</target> <target>Juuri nyt</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2601,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> vuotta sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> vuotta sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2609,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> kuukautta sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> kuukautta sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2617,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> viikkoa sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> viikkoa sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2625,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> päivää sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> päivää sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2633,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tuntia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tuntia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2641,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> m sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> m sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2649,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuuttia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuuttia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2657,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> s sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> s sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2665,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sekunttia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sekunttia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2673,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> vuotta sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> vuotta sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2681,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> kuukautta sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> kuukautta sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2689,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> viikkoa sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> viikkoa sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2697,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> päivää sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> päivää sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2705,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tuntia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tuntia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2713,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> m sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> m sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2721,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuuttia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuuttia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2729,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> s sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> s sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2737,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sekunttia sitten</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sekunttia sitten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Témoin</target> <target>Témoin</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>Script de rachat P2SH</target> <target>Script de rachat P2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>Script témoin PW2SH</target> <target>Script témoin PW2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Script de sortie précédent</target> <target>Script de sortie précédent</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Charger tout</target> <target>Charger tout</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out vers <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out vers <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Type</target> <target>Type</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>Donnée</target> <target>Donnée</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>Sat</target> <target>Sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Confidentiel</target> <target>Confidentiel</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Bloc <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Bloc <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Erreur lors du chargement des données du bloc</target> <target>Erreur lors du chargement des données du bloc</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adresse : <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adresse : <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Solde</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Total reçu</target> <target>Total reçu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Total envoyé</target> <target>Total envoyé</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Solde</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target>Transaction <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> sur <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target> <target>Transaction <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> sur <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target>Transactions <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> sur <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target> <target>Transactions <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> sur <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Erreur lors du chargement des données de l'adresse</target> <target>Erreur lors du chargement des données de l'adresse</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Blocs</target> <target>Blocs</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> pour <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> pour <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Couche<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>A propos</target> <target>A propos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Hors-ligne</target> <target>Hors-ligne</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Reconnexion...</target> <target>Reconnexion...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Réseaux de couche 2</target> <target>Réseaux de couche 2</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Statistiques</target> <target>Statistiques</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Tableau de bord</target> <target>Tableau de bord</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Graphiques</target> <target>Graphiques</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>Vue TV</target> <target>Vue TV</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Actifs</target> <target>Actifs</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Conditions d'utilisation</target> <target>Conditions d'utilisation</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Si vous avez indiqué un pseudo Twitter, la photo de profil devrait maintenant être visible sur cette page lorsque vous rechargez.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Chargement des graphs...</target> <target>Chargement des graphs...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Prochain bloc</target> <target>Prochain bloc</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Pile de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> blocs dans le mempool</target> <target>Pile de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> blocs dans le mempool</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Bloc du mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Bloc du mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Mémoire utilisée</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Frais minimums</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Purgées</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Transactions entrantes</target> <target>Transactions entrantes</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Ajustement de la difficulté</target> <target>Ajustement de la difficulté</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Cette transaction ne prend pas en charge Replace-By-Fee (RBF) et les frais ne peuvent donc pas être augmentés en utilisant cette méthode.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimal</target> <target>Optimal</target>
@@ -2558,7 +2591,7 @@
<target>À l'instant même </target> <target>À l'instant même </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> an</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> an</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mois</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mois</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> semaine</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> semaine</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> jour</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> jour</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> heure</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> heure</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> min</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> min</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> minute</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> minute</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> sec</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> sec</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> seconde</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> seconde</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> ans</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> ans</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mois</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mois</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> semaines</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> semaines</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> jours</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> jours</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> heures</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> heures</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mins</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> mins</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target>il y a <x equiv-text="counter" id="INTERPOLATION"/> minutes</target> <target>il y a <x equiv-text="counter" id="INTERPOLATION"/> minutes</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> secs</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> secs</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target> il y a <x equiv-text="counter" id="INTERPOLATION"/> secondes</target> <target> il y a <x equiv-text="counter" id="INTERPOLATION"/> secondes</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -47,7 +47,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -68,7 +68,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -90,7 +90,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -255,7 +255,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -301,6 +301,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -434,10 +438,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -454,10 +454,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -488,7 +484,7 @@
<source>nSequence</source> <source>nSequence</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -496,7 +492,7 @@
<source>ScriptSig (ASM)</source> <source>ScriptSig (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -505,7 +501,7 @@
<source>ScriptSig (HEX)</source> <source>ScriptSig (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -514,7 +510,7 @@
<source>Witness</source> <source>Witness</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -522,7 +518,7 @@
<source>P2SH redeem script</source> <source>P2SH redeem script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -530,7 +526,7 @@
<source>P2WSH witness script</source> <source>P2WSH witness script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -538,7 +534,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -546,11 +542,11 @@
<source>Load all</source> <source>Load all</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -558,7 +554,7 @@
<source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source> <source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -566,7 +562,7 @@
<source>ScriptPubKey (ASM)</source> <source>ScriptPubKey (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -575,7 +571,7 @@
<source>ScriptPubKey (HEX)</source> <source>ScriptPubKey (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -584,7 +580,7 @@
<source>Type</source> <source>Type</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -600,7 +596,7 @@
<source>data</source> <source>data</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -608,7 +604,7 @@
<source>sat</source> <source>sat</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -617,7 +613,7 @@
<source>Confidential</source> <source>Confidential</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -625,7 +621,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -637,7 +633,7 @@
<source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source> <source>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -838,7 +834,7 @@
<source>Error loading block data.</source> <source>Error loading block data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -846,7 +842,7 @@
<source>Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></source> <source>Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -861,11 +857,23 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -877,7 +885,7 @@
<source>Total sent</source> <source>Total sent</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -889,23 +897,11 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -913,7 +909,7 @@
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -921,7 +917,7 @@
<source>Error loading address data.</source> <source>Error loading address data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -945,7 +941,7 @@
<source>Blocks</source> <source>Blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -960,11 +956,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1016,7 +1012,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1040,15 +1036,23 @@
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source> <source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1056,7 +1060,7 @@
<source>API</source> <source>API</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1068,7 +1072,7 @@
<source>About</source> <source>About</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1080,7 +1084,7 @@
<source>Offline</source> <source>Offline</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1088,7 +1092,7 @@
<source>Reconnecting...</source> <source>Reconnecting...</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1096,7 +1100,7 @@
<source>Layer 2 Networks</source> <source>Layer 2 Networks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1104,7 +1108,7 @@
<source>Stats</source> <source>Stats</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1112,7 +1116,7 @@
<source>Dashboard</source> <source>Dashboard</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1124,7 @@
<source>Graphs</source> <source>Graphs</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1132,7 +1136,7 @@
<source>TV view</source> <source>TV view</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1144,7 +1148,7 @@
<source>Assets</source> <source>Assets</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1219,7 +1223,7 @@
<source>Terms of Service</source> <source>Terms of Service</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1288,14 +1292,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -1353,7 +1349,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1364,10 +1360,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1379,7 +1371,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1391,7 +1383,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1400,21 +1392,21 @@
<source>Next block</source> <source>Next block</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
<source>Stack of <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blocks</source> <source>Stack of <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
<source>Mempool block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></source> <source>Mempool block <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1719,7 +1711,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1791,11 +1783,38 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1803,7 +1822,7 @@
<source>Difficulty adjustment</source> <source>Difficulty adjustment</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2305,9 +2324,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -2351,133 +2382,133 @@
<source>Just now</source> <source>Just now</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> year ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> year ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> month ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> month ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> week ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> week ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> day ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> day ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> min ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> min ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> minute ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> minute ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> sec ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> sec ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> second ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> second ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> years ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> years ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> months ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> months ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> weeks ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> weeks ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> days ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> days ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> hours ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> hours ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> mins ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> mins ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> minutes ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> secs ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> secs ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> seconds ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> seconds ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>ウィットネス</target> <target>ウィットネス</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH引き換えスクリプト</target> <target>P2SH引き換えスクリプト</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSHウィットネススクリプト</target> <target>P2WSHウィットネススクリプト</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>前の出力スクリプト</target> <target>前の出力スクリプト</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>すべてをロード</target> <target>すべてをロード</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>へのペグアウト</target> <target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>へのペグアウト</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>タイプ</target> <target>タイプ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>データ</target> <target>データ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>サトシ</target> <target>サトシ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>機密</target> <target>機密</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>ブロック<x equiv-text="block.height" id="BLOCK_HEIGHT"/><x equiv-text="block.id" id="BLOCK_ID"/></target> <target>ブロック<x equiv-text="block.height" id="BLOCK_HEIGHT"/><x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>ブロックデータを読み込み中にエラーが発生しました。</target> <target>ブロックデータを読み込み中にエラーが発生しました。</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>アドレス:<x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>アドレス:<x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>残高</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>受領合計</target> <target>受領合計</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>送金合計</target> <target>送金合計</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>残高</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> トランザクション</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> トランザクション</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> トランザクション</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> / <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> トランザクション</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>アドレスデータを読み込み中にエラーが発生しました。</target> <target>アドレスデータを読み込み中にエラーが発生しました。</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>ブロック</target> <target>ブロック</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> / <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/> マルチシグ</target> <target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> / <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/> マルチシグ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>レイヤー<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/>ペグアウト</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>このアプリについて</target> <target>このアプリについて</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>オフライン</target> <target>オフライン</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>再接続中...</target> <target>再接続中...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>レイヤー2のネットワーク</target> <target>レイヤー2のネットワーク</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>統計</target> <target>統計</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>ダッシュボード</target> <target>ダッシュボード</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>グラフ</target> <target>グラフ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>テレビ</target> <target>テレビ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>資産</target> <target>資産</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>利用規約</target> <target>利用規約</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Twitterハンドルを指定した場合、リロード時にプロフィール写真がこのページに表示されます。</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>グラフを読み込み中...</target> <target>グラフを読み込み中...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>次のブロック</target> <target>次のブロック</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target><x equiv-text="blocksInBlock" id="INTERPOLATION"/>mempoolブロックのスタック</target> <target><x equiv-text="blocksInBlock" id="INTERPOLATION"/>mempoolブロックのスタック</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempoolブロック<x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempoolブロック<x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>メモリ使用量</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>最低料金</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>削除中</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>着信トランザクション</target> <target>着信トランザクション</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>難易度調整</target> <target>難易度調整</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>デフォルト・プッシュ: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 行動: 'want', データ: ['ブロック', ...] プッシュしたいことを表現するために<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. 利用可能: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>、 <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>、<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>と<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>このアドレスと関係するプッシュトランザクション: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' インプットまたはアウトプットとしてそのアドレスを含む新トランザクションを得るために<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。トランザクションの配列を返す。 新しいメモリプールトランザクションの場合は<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, そして新しいブロック確認済みトランザクションの場合は<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。</target> <target>デフォルト・プッシュ: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 行動: 'want', データ: ['ブロック', ...] プッシュしたいことを表現するために<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. 利用可能: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>、 <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>、<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>と<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>このアドレスと関係するプッシュトランザクション: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' インプットまたはアウトプットとしてそのアドレスを含む新トランザクションを得るために<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。トランザクションの配列を返す。 新しいメモリプールトランザクションの場合は<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, そして新しいブロック確認済みトランザクションの場合は<x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>。</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>このトランザクションは、Replace-By-FeeRBFをサポートしておらず、この方法を使用して料金を引き上げることはできません。</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>最適</target> <target>最適</target>
@@ -2558,7 +2591,7 @@
<target>ちょうど今</target> <target>ちょうど今</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>年前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>年前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>ヶ月前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>ヶ月前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>週間前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>週間前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>日前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>日前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>時間前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>時間前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>年前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>年前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>ヶ月前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>ヶ月前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>週間前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>週間前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>日前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>日前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>時間前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>時間前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target> <x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -445,10 +449,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -466,10 +466,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -503,7 +499,7 @@
<source>nSequence</source> <source>nSequence</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -511,7 +507,7 @@
<source>ScriptSig (ASM)</source> <source>ScriptSig (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -520,7 +516,7 @@
<source>ScriptSig (HEX)</source> <source>ScriptSig (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -529,7 +525,7 @@
<source>Witness</source> <source>Witness</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -537,7 +533,7 @@
<source>P2SH redeem script</source> <source>P2SH redeem script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -545,7 +541,7 @@
<source>P2WSH witness script</source> <source>P2WSH witness script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -553,7 +549,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -562,11 +558,11 @@
<target>ყველა ჩატვირთვა</target> <target>ყველა ჩატვირთვა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -574,7 +570,7 @@
<source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source> <source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -582,7 +578,7 @@
<source>ScriptPubKey (ASM)</source> <source>ScriptPubKey (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -591,7 +587,7 @@
<source>ScriptPubKey (HEX)</source> <source>ScriptPubKey (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -601,7 +597,7 @@
<target>ტიპი</target> <target>ტიპი</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -618,7 +614,7 @@
<target>მონაცემები</target> <target>მონაცემები</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -627,7 +623,7 @@
<target>სატ</target> <target>სატ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -637,7 +633,7 @@
<target>კონფიდენციალური</target> <target>კონფიდენციალური</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -645,7 +641,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -658,7 +654,7 @@
<target>ბლოკი <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>ბლოკი <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -873,7 +869,7 @@
<target>შეცდომა მონაცემების მოძებვნაზე</target> <target>შეცდომა მონაცემების მოძებვნაზე</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -882,7 +878,7 @@
<target>მისამართი: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>მისამართი: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -898,12 +894,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Ბალანსი</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>სულ მიღებული</target> <target>სულ მიღებული</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -916,7 +925,7 @@
<target>სულ გაგზავნილი</target> <target>სულ გაგზავნილი</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -928,25 +937,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Ბალანსი</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> ის <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> ტრანსაქცია</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> ის <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> ტრანსაქცია</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -955,7 +951,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> ის <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> ტრანსაქცია</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> ის <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> ტრანსაქცია</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -964,7 +960,7 @@
<target>შეცდომა მისამართის მონაცემების მოძებვნისას.</target> <target>შეცდომა მისამართის მონაცემების მოძებვნისას.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -991,7 +987,7 @@
<target>ბლოკი</target> <target>ბლოკი</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1007,11 +1003,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1066,7 +1062,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1091,15 +1087,23 @@
<target>მულტისიგ <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> ის <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>მულტისიგ <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> ის <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1108,7 +1112,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1121,7 +1125,7 @@
<target>ჩვენს შესახებ</target> <target>ჩვენს შესახებ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1134,7 +1138,7 @@
<target>ოფლაინ</target> <target>ოფლაინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1143,7 +1147,7 @@
<target>უკავშირდება...</target> <target>უკავშირდება...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1152,7 +1156,7 @@
<target>ქსელის 2-ე ფენა</target> <target>ქსელის 2-ე ფენა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1161,7 +1165,7 @@
<target>სტატისტიკა</target> <target>სტატისტიკა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1170,7 +1174,7 @@
<target>დაფა</target> <target>დაფა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1179,7 +1183,7 @@
<target>დიაგრამები</target> <target>დიაგრამები</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1192,7 +1196,7 @@
<target>სატელევიზიო ხედვა</target> <target>სატელევიზიო ხედვა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1205,7 +1209,7 @@
<target>აქტივები</target> <target>აქტივები</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1289,7 +1293,7 @@
<target>Მომსახურების პირობები</target> <target>Მომსახურების პირობები</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1365,15 +1369,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>თუ Twitter- ის სახელი მიუთითეთ, გადატვირთვისას ამ გვერდზე უნდა ჩანდეს პროფილის ფოტო.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>დაელოდეთ გრაფიკებს...</target> <target>დაელოდეთ გრაფიკებს...</target>
@@ -1438,7 +1433,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1450,10 +1445,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1466,7 +1457,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1479,7 +1470,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1489,7 +1480,7 @@
<target>შემდეგი ბლოკი</target> <target>შემდეგი ბლოკი</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1497,7 +1488,7 @@
<target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool ბლოკების რაოდენობა</target> <target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool ბლოკების რაოდენობა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1505,7 +1496,7 @@
<target>მემპულის ბლოკი <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>მემპულის ბლოკი <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1841,7 +1832,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1921,12 +1912,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>მეხსიერება</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>მინ. საკომისიო</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>წაშლა</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>მიმდინარე ტრანზაქციები</target> <target>მიმდინარე ტრანზაქციები</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1935,7 +1956,7 @@
<target>სირთულე</target> <target>სირთულე</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2036,6 +2057,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2457,9 +2479,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>ნებაყოფლობითი</target> <target>ნებაყოფლობითი</target>
@@ -2508,7 +2542,7 @@
<target>ზუსტად ახლა</target> <target>ზუსტად ახლა</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2516,7 +2550,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წლის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წლის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2524,7 +2558,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> თვის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> თვის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2532,7 +2566,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> კვირის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> კვირის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2540,7 +2574,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> დღის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> დღის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2548,7 +2582,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> საათის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> საათის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2556,7 +2590,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2564,7 +2598,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2572,7 +2606,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2580,7 +2614,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2588,7 +2622,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წლის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წლის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2596,7 +2630,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> თვის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> თვის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2604,7 +2638,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> კვირის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> კვირის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2612,7 +2646,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> დღის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> დღის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2620,7 +2654,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> საათის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> საათის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2628,7 +2662,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2636,7 +2670,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წუთის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2644,7 +2678,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2652,7 +2686,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target> <target><x equiv-text="counter" id="INTERPOLATION"/> წამის წინ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>증인 (디지털 서명)</target> <target>증인 (디지털 서명)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH 사용 스크립트</target> <target>P2SH 사용 스크립트</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH 증인 스크립트</target> <target>P2WSH 증인 스크립트</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>이전 아웃풋 스크립트</target> <target>이전 아웃풋 스크립트</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>모두 불러오기</target> <target>모두 불러오기</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>로 페그 아웃 됨</target> <target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>로 페그 아웃 됨</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>종류</target> <target>종류</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>데이터</target> <target>데이터</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>사토시</target> <target>사토시</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>기밀</target> <target>기밀</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>블록 <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>블록 <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -883,7 +879,7 @@
<target>블록 데이터 불러오기 실패</target> <target>블록 데이터 불러오기 실패</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -892,7 +888,7 @@
<target>주소: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>주소: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -908,12 +904,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>잔액</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>총 받은 양</target> <target>총 받은 양</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -926,7 +935,7 @@
<target>총 보낸 양</target> <target>총 보낸 양</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -938,24 +947,11 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>잔액</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -963,7 +959,7 @@
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -972,7 +968,7 @@
<target>주소 데이터 불러오기 실패</target> <target>주소 데이터 불러오기 실패</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -999,7 +995,7 @@
<target>블록</target> <target>블록</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1015,11 +1011,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1074,7 +1070,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1098,16 +1094,23 @@
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source> <source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>레이어 <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> 페그 아웃</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1116,7 +1119,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1129,7 +1132,7 @@
<target>대하여</target> <target>대하여</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1142,7 +1145,7 @@
<target>오프라인</target> <target>오프라인</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1151,7 +1154,7 @@
<target>다시 연결중...</target> <target>다시 연결중...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1160,7 +1163,7 @@
<target>레이어 2 네트워크들</target> <target>레이어 2 네트워크들</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1169,7 +1172,7 @@
<target>통계</target> <target>통계</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1178,7 +1181,7 @@
<target>대시보드</target> <target>대시보드</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1187,7 +1190,7 @@
<target>그래프</target> <target>그래프</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1200,7 +1203,7 @@
<target>TV 뷰</target> <target>TV 뷰</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1213,7 +1216,7 @@
<target>자산</target> <target>자산</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1297,7 +1300,7 @@
<target>이용약관</target> <target>이용약관</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1373,15 +1376,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>트위터 아이디를 입력하셨다면 트위터 프로필 사진이 이 페이지에 표시됩니다. 보시려면 새로 고침을 해 보세요.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>그래프 로딩중...</target> <target>그래프 로딩중...</target>
@@ -1444,7 +1438,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1456,10 +1450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1472,7 +1462,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1485,7 +1475,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1495,7 +1485,7 @@
<target>다음 블록</target> <target>다음 블록</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1503,7 +1493,7 @@
<target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> 멤풀 블록 스택</target> <target><x equiv-text="blocksInBlock" id="INTERPOLATION"/> 멤풀 블록 스택</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1511,7 +1501,7 @@
<target>멤풀 블록 <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>멤풀 블록 <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1847,7 +1837,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1927,12 +1917,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>메모리 사용량</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>최소 수수료</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>퍼징</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>들어오는 트랜잭션</target> <target>들어오는 트랜잭션</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1941,7 +1961,7 @@
<target>난이도 조정</target> <target>난이도 조정</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2042,6 +2062,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2466,9 +2487,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>최적</target> <target>최적</target>
@@ -2517,7 +2550,7 @@
<target>방금</target> <target>방금</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2525,7 +2558,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 년 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 년 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2533,7 +2566,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 개월 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 개월 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2541,7 +2574,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 주일 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 주일 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2549,7 +2582,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 일 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 일 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2557,7 +2590,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 시간 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 시간 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2565,7 +2598,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2573,7 +2606,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2581,7 +2614,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2589,7 +2622,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2597,7 +2630,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 년 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 년 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2605,7 +2638,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 개월 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 개월 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2613,7 +2646,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 주일 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 주일 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2621,7 +2654,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 일 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 일 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2629,7 +2662,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 시간 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 시간 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2637,7 +2670,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2645,7 +2678,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 분 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2653,7 +2686,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2661,7 +2694,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> 초 전</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig(ASM)</target> <target>ScriptSig(ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig(HEX)</target> <target>ScriptSig(HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem script</target> <target>P2SH redeem script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness script</target> <target>P2WSH witness script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Forrige output script</target> <target>Forrige output script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Last alt</target> <target>Last alt</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-ut til <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-ut til <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Type</target> <target>Type</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Konfidensielt</target> <target>Konfidensielt</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blokk <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blokk <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Lasting av blokkdata feilet.</target> <target>Lasting av blokkdata feilet.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adresse: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adresse: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balanse</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Totalt mottatt</target> <target>Totalt mottatt</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Totalt sendt</target> <target>Totalt sendt</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balanse</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaksjon</target> <target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaksjon</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaksjoner</target> <target> <x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaksjoner</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Lasting av adressedata feilet.</target> <target>Lasting av adressedata feilet.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Blokker</target> <target>Blokker</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> av <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> av <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Lag <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-ut</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Om</target> <target>Om</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Offline</target> <target>Offline</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Kobler til igjen...</target> <target>Kobler til igjen...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Lag 2-nettverk</target> <target>Lag 2-nettverk</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Statistikk</target> <target>Statistikk</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Dashbord</target> <target>Dashbord</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafer</target> <target>Grafer</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV-modus</target> <target>TV-modus</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Ressurser</target> <target>Ressurser</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Bruksvilkår</target> <target>Bruksvilkår</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Hvis du spesifiserte en Twitter handle, så skal profilbilde ditt nå vises på denne siden når du laster siden på nytt.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Laster grafer...</target> <target>Laster grafer...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Neste blokk</target> <target>Neste blokk</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Bunke med <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blokker</target> <target>Bunke med <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blokker</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempool-blokk <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool-blokk <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Minnebruk</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Minimumsavgift</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Fjerner</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Innkommende transaksjoner</target> <target>Innkommende transaksjoner</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Vanskelighetsgradjustering</target> <target>Vanskelighetsgradjustering</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Standard push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>operasjon: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> til å uttrykke hva du vil pushe. Tilgjengelig: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> Push transaksjoner relatert til adresse: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> til å motta alle nye transaksjoner som inneholder den adressen som inndata eller utdata. Returnerer en tabell av transaksjoner. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>adress-transactions <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for nye mempool transaksjoner, og <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for nye blokkbekreftede transaksjoner.</target> <target>Standard push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>operasjon: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> til å uttrykke hva du vil pushe. Tilgjengelig: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, og <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/> Push transaksjoner relatert til adresse: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> <x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> til å motta alle nye transaksjoner som inneholder den adressen som inndata eller utdata. Returnerer en tabell av transaksjoner. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>adress-transactions <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for nye mempool transaksjoner, og <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions <x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for nye blokkbekreftede transaksjoner.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Denne transaksjonen støtter IKKE Replace-By-Fee (RBF), avgiften kan derfor ikke endres.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimal</target> <target>Optimal</target>
@@ -2558,7 +2591,7 @@
<target>Akkurat nå</target> <target>Akkurat nå</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> år siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> år siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> måned siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> måned siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> uke siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> uke siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> dag siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> dag siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> time siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> time siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> min siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> min siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> minutt siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> minutt siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> sek siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> sek siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> sekund siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> sekund siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> år siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> år siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> måneder siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> måneder siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> uker siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> uker siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> dager siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> dager siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> timer siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> timer siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> min siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> min siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> minutter siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> minutter siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> sek siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> sek siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target> <x equiv-text="counter" id="INTERPOLATION"/> sekunder siden</target> <target> <x equiv-text="counter" id="INTERPOLATION"/> sekunder siden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Getuige-data</target> <target>Getuige-data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH claim-script</target> <target>P2SH claim-script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH claim-script</target> <target>P2WSH claim-script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Vorig output-script</target> <target>Vorig output-script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Laad alles</target> <target>Laad alles</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out naar <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out naar <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Type</target> <target>Type</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Vertrouwelijk</target> <target>Vertrouwelijk</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Fout bij het laden van de blokdata.</target> <target>Fout bij het laden van de blokdata.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adres: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adres: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balans</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Totaal ontvangen</target> <target>Totaal ontvangen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Totaal verstuurd</target> <target>Totaal verstuurd</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balans</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> van <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactie</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> van <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactie</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> van <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transacties</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> van <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transacties</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Fout bij het laden van adresdata.</target> <target>Fout bij het laden van adresdata.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Blokken</target> <target>Blokken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> van <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> van <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Laag <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Over</target> <target>Over</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Offline</target> <target>Offline</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Opnieuw verbinden...</target> <target>Opnieuw verbinden...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Laag-2-netwerken</target> <target>Laag-2-netwerken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Statistieken</target> <target>Statistieken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Dashboard</target> <target>Dashboard</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafieken</target> <target>Grafieken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV-weergave</target> <target>TV-weergave</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Activa</target> <target>Activa</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Servicevoorwaarden</target> <target>Servicevoorwaarden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Als je een Twittergebruikersnaam hebt ingevuld dan zou de profielfoto nu op deze pagina zichtbaar zijn als je herlaadt.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Grafiek laden...</target> <target>Grafiek laden...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Volgende blok</target> <target>Volgende blok</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Stapel van <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempoolblokken</target> <target>Stapel van <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempoolblokken</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempoolblok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempoolblok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Geheugengebruik</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Minimumvergoeding</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Weggooien</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Inkomende transacties</target> <target>Inkomende transacties</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Moeilijkheidsaanpassing</target> <target>Moeilijkheidsaanpassing</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2507,9 +2527,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimaal</target> <target>Optimaal</target>
@@ -2558,7 +2590,7 @@
<target>Zojuist</target> <target>Zojuist</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2598,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> jaar geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> jaar geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2606,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> maand geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> maand geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2614,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> week geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> week geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2622,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dag geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dag geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2630,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> uur geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> uur geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2638,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> min geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> min geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2646,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuut geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuut geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2654,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sec geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sec geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2662,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> seconde geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> seconde geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2670,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> jaar geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> jaar geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2678,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> maanden geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> maanden geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2686,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> weken geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> weken geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2694,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dagen geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dagen geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2702,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> uur geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> uur geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2710,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> min geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> min geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2718,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuten geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuten geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2726,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sec geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sec geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2734,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> seconden geleden</target> <target><x equiv-text="counter" id="INTERPOLATION"/> seconden geleden</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -86,14 +86,14 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2"> <trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2">
<source>Unconfirmed</source> <source>Unconfirmed</source>
<target>Não confirmado</target> <target>Sem confirmar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context> <context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Testemunho</target> <target>Testemunho</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH script de resgate</target> <target>P2SH script de resgate</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH script de testemunho</target> <target>P2WSH script de testemunho</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Script de saída anterior</target> <target>Script de saída anterior</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Carregar tudo</target> <target>Carregar tudo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Atrelado para <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Atrelado para <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Tipo</target> <target>Tipo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>dados</target> <target>dados</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Confidencial</target> <target>Confidencial</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blocos <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blocos <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Erro ao carregar os dados do bloco.</target> <target>Erro ao carregar os dados do bloco.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Endereço: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Endereço: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Total recebido</target> <target>Total recebido</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Total enviado</target> <target>Total enviado</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Saldo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transação</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transação</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transações</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> de <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transações</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Erro ao carregar os dados do endereço.</target> <target>Erro ao carregar os dados do endereço.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Blocos</target> <target>Blocos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> de <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> de <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Camada<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Atrelado</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Sobre</target> <target>Sobre</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Sem conexão</target> <target>Sem conexão</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Reconectando...</target> <target>Reconectando...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Rede 2ª Camada</target> <target>Rede 2ª Camada</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Estatísticas</target> <target>Estatísticas</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Painel de controle</target> <target>Painel de controle</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Gráficos</target> <target>Gráficos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>Visualização da TV</target> <target>Visualização da TV</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Ativos</target> <target>Ativos</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Termos de Serviço</target> <target>Termos de Serviço</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target> Se você especificou um identificador do Twitter, a foto do perfil agora deve estar visível nesta página quando você recarregar.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Carregando gráficos...</target> <target>Carregando gráficos...</target>
@@ -1443,14 +1437,14 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="60cd6fa18f925b42065d8cfb1a791efdc228b4c3"> <trans-unit datatype="html" id="60cd6fa18f925b42065d8cfb1a791efdc228b4c3">
<source>Unconfirmed</source> <source>Unconfirmed</source>
<target>Não confirmado</target> <target>Sem confirmar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">16</context> <context context-type="linenumber">16</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Próximo bloco</target> <target>Próximo bloco</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Pilha de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> blocos do mempool</target> <target>Pilha de <x equiv-text="blocksInBlock" id="INTERPOLATION"/> blocos do mempool</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Bloco no mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Bloco no mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Uso do Mempool</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Taxa de corte</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Taxa de corte</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Transações de entrada</target> <target>Transações de entrada</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Próximo ajuste de dificuldade</target> <target>Próximo ajuste de dificuldade</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Empurrão padrão: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para expressar o que você deseja empurrar. Disponível: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> e <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Empurrar transações relacionadas ao endereço: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>'track-address': '3PbJ ... bF9B'<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para receber todas as novas transações contendo aquele endereço como entrada ou saída. Retorna um array de transações. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>para novas transações no mempool e <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>para novas transações de bloco confirmadas.</target> <target>Empurrão padrão: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para expressar o que você deseja empurrar. Disponível: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> e <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/> stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>. <x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Empurrar transações relacionadas ao endereço: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/>'track-address': '3PbJ ... bF9B'<x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> para receber todas as novas transações contendo aquele endereço como entrada ou saída. Retorna um array de transações. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>para novas transações no mempool e <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>para novas transações de bloco confirmadas.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Essa transação NÃO suporta Replace-By-Fee (RBF) e não pode ter a taxa aumentada usando tal método.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Ótimo</target> <target>Ótimo</target>
@@ -2558,7 +2591,7 @@
<target>Agora</target> <target>Agora</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ano atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ano atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> mês atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> mês atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> semana atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> semana atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dia atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dia atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> hora atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> hora atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> min atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> min atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuto atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuto atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> seg atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> seg atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> segundo atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> segundo atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> anos atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> anos atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> meses atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> meses atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> semanas atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> semanas atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dias atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dias atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> horas atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> horas atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> mins atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> mins atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minutos atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minutos atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> segs atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> segs atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> segundos atrás</target> <target><x equiv-text="counter" id="INTERPOLATION"/> segundos atrás</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem skripta</target> <target>P2SH redeem skripta</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness skripta</target> <target>P2WSH witness skripta</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Skripta prejšnjega izhoda</target> <target>Skripta prejšnjega izhoda</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Prikaži vse</target> <target>Prikaži vse</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out v <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out v <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Tip</target> <target>Tip</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>podatki</target> <target>podatki</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Zaupno</target> <target>Zaupno</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Napaka pri nalaganju podatkov bloka.</target> <target>Napaka pri nalaganju podatkov bloka.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Naslov: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Naslov: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Stanje</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Skupaj prejeto</target> <target>Skupaj prejeto</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Skupaj poslano</target> <target>Skupaj poslano</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Stanje</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> od <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcija</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> od <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcija</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> od <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcij</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> od <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transakcij</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Napaka pri nalaganju podatkov naslova.</target> <target>Napaka pri nalaganju podatkov naslova.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Bloki</target> <target>Bloki</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,25 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> od <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> od <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target> <target>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<target>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1125,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1138,7 @@
<target>O projektu</target> <target>O projektu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1151,7 @@
<target>Brez povezave</target> <target>Brez povezave</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1160,7 @@
<target>Ponovno povezovanje...</target> <target>Ponovno povezovanje...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1169,7 @@
<target>Omrežja 2. plasti</target> <target>Omrežja 2. plasti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1178,7 @@
<target>Statistika</target> <target>Statistika</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1187,7 @@
<target>Pregledna plošča</target> <target>Pregledna plošča</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1196,7 @@
<target>Grafi</target> <target>Grafi</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1209,7 @@
<target>TV pogled</target> <target>TV pogled</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1222,7 @@
<target>Sredstva</target> <target>Sredstva</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1306,7 @@
<target>Pogoji storitve</target> <target>Pogoji storitve</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1382,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Če ste navedli Twitter uporabniško ime, bi morala biti fotografija profila zdaj vidna na tej strani ob ponovnem nalaganju.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Nalaganje grafov...</target> <target>Nalaganje grafov...</target>
@@ -1450,7 +1446,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1458,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1470,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1483,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1493,7 @@
<target>Naslednji blok</target> <target>Naslednji blok</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1501,7 @@
<target>Sklad <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blokov</target> <target>Sklad <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool blokov</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1509,7 @@
<target>Mempool blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1846,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1926,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Velikost</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Najnižja omrežnina</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Prag</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Pretočnost</target> <target>Pretočnost</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1970,7 @@
<target>Prilagoditev težavnosti</target> <target>Prilagoditev težavnosti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2071,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Začetni potisk: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za izbiro potisnih podatkov. Razpoložljivo: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, in <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Potisk transakcij povezanih z naslovom: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za prejem vseh novih transakcij, ki vsebujejo ta naslov v vhodu ali izhodu. Vrne polje transakcij. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za nove transakcije v mempool-u, in <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za potrjene transakcije v novem bloku.</target> <target>Začetni potisk: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za izbiro potisnih podatkov. Razpoložljivo: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, in <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Potisk transakcij povezanih z naslovom: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za prejem vseh novih transakcij, ki vsebujejo ta naslov v vhodu ali izhodu. Vrne polje transakcij. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za nove transakcije v mempool-u, in <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> za potrjene transakcije v novem bloku.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2529,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Ta transakcija NE omogoča povečanje omrežnine, z uporabo Replace-By-Fee (RBF).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimalno</target> <target>Optimalno</target>
@@ -2558,7 +2593,7 @@
<target>Pravkar</target> <target>Pravkar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2601,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> letom</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> letom</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2609,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> mesecem</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> mesecem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2617,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> tednom</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> tednom</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2625,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>d</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>d</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2633,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>h</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>h</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2641,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2649,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2657,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2665,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2673,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> leti</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> leti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2681,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> meseci</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> meseci</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2689,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> tedni</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> tedni</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2697,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>d</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>d</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2705,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>h</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>h</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2713,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2721,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/> min</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2729,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2737,7 @@
<target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target> <target>pred <x equiv-text="counter" id="INTERPOLATION"/>s</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem script</target> <target>P2SH redeem script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness script</target> <target>P2WSH witness script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Föregående outputscript</target> <target>Föregående outputscript</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Ladda alla</target> <target>Ladda alla</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Peg-out till <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out till <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Typ</target> <target>Typ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>data</target> <target>data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Konfidentiell</target> <target>Konfidentiell</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Block <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Kunde inte ladda blockdata.</target> <target>Kunde inte ladda blockdata.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adress: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adress: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balans</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Totalt mottaget</target> <target>Totalt mottaget</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Totalt skickat</target> <target>Totalt skickat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Balans</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaktion</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaktion</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaktioner</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> av <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaktioner</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Kunde inte ladda addressdata.</target> <target>Kunde inte ladda addressdata.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Block</target> <target>Block</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> av <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> av <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Lager<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Om</target> <target>Om</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Frånkopplad</target> <target>Frånkopplad</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Återansluter...</target> <target>Återansluter...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Lager 2-nätverk</target> <target>Lager 2-nätverk</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Stats</target> <target>Stats</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Instrumentbräda</target> <target>Instrumentbräda</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafer</target> <target>Grafer</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV-vy</target> <target>TV-vy</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Assets</target> <target>Assets</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Användarvillkor</target> <target>Användarvillkor</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Om du har angett en Twitter-handle ska profilbilden nu synas på den här sidan när du laddar om.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Laddar grafen...</target> <target>Laddar grafen...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Nästa block</target> <target>Nästa block</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Stack med <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempoolblock</target> <target>Stack med <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempoolblock</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempoolblock <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempoolblock <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Minnesanvändning</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Lägsta avgift</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Förkastar</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Inkommande transaktioner</target> <target>Inkommande transaktioner</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Svårighetsjustering</target> <target>Svårighetsjustering</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Standard push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för att uttrycka vad du vill ha pushat. Tillgängligt: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Pusha transaktioner relaterade till address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för att ta emot alla nya transaktioner innehållandes addressen som input eller output. Retunerar en matris av transaktioner. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för nya mempooltransaktioner, och <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för nya blockkonfinmerade transaktioner.</target> <target>Standard push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för att uttrycka vad du vill ha pushat. Tillgängligt: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Pusha transaktioner relaterade till address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för att ta emot alla nya transaktioner innehållandes addressen som input eller output. Retunerar en matris av transaktioner. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för nya mempooltransaktioner, och <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> för nya blockkonfinmerade transaktioner.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Denna transaktion stöder INTE Replace-By-Fee (RBF) och kan inte utnyttjas för att höja avgiften</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimal</target> <target>Optimal</target>
@@ -2558,7 +2591,7 @@
<target>Just nu</target> <target>Just nu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> år sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> år sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> månad sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> månad sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> veckor sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> veckor sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,15 +2623,15 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dag sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dag sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
<source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source> <source><x equiv-text="counter" id="INTERPOLATION"/> hour ago</source>
<target><x equiv-text="counter" id="INTERPOLATION"/> timma sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> timme sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> min sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> min sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minut sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minut sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sek sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sek sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sekund sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sekund sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> år sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> år sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> månad sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> månad sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> veckor sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> veckor sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dagar sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dagar sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> timmar sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> timmar sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> min sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> min sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> minuter sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> minuter sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sek sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sek sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> sekunder sedan</target> <target><x equiv-text="counter" id="INTERPOLATION"/> sekunder sedan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Tanık</target> <target>Tanık</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH alım scripti </target> <target>P2SH alım scripti </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH tanık scripti</target> <target>P2WSH tanık scripti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Önceki çıkış scripti</target> <target>Önceki çıkış scripti</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Hepsini yükle </target> <target>Hepsini yükle </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>'a çıkış</target> <target><x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/>'a çıkış</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Tip</target> <target>Tip</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>Data</target> <target>Data</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Gizli</target> <target>Gizli</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Blok <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Blok datası yüklenirken hata oldu.</target> <target>Blok datası yüklenirken hata oldu.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Adres: Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Adres: Address: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Cari toplam</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Toplam alınan</target> <target>Toplam alınan</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Toplam gönderilen</target> <target>Toplam gönderilen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Cari toplam</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> bölü <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> işlem</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> bölü <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> işlem</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Adres datası yüklenirken hata oluştu.</target> <target>Adres datası yüklenirken hata oluştu.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Bloklar</target> <target>Bloklar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target> Çoklu imzanın  <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> bölü <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target> Çoklu imzanın  <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> bölü <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Katman<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Hakkında</target> <target>Hakkında</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Çevrimdışı</target> <target>Çevrimdışı</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Tekrardan bağlanıyor....</target> <target>Tekrardan bağlanıyor....</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>2. Katman Ağlar</target> <target>2. Katman Ağlar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Stat</target> <target>Stat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Panel</target> <target>Panel</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Grafikler</target> <target>Grafikler</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV görünümü</target> <target>TV görünümü</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Varlıklar</target> <target>Varlıklar</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Hizmet Koşulları</target> <target>Hizmet Koşulları</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Bir Twitter kullanıcı adı belirlediyseniz, sayfayı yeniden yüklediğinizde profil resminizin görünür hale gelecektir.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Grafikler yükleniyor...</target> <target>Grafikler yükleniyor...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Sonraki blok</target> <target>Sonraki blok</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target> <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool bloklarının toplamı</target> <target> <x equiv-text="blocksInBlock" id="INTERPOLATION"/> mempool bloklarının toplamı</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Mempool Blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Mempool Blok <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,39 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Gelen işlemler</target> <target>Gelen işlemler</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1965,7 @@
<target>Zorluk ayarı</target> <target>Zorluk ayarı</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2066,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target> <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> neyi pushlamak istediğini belirt. Kullanılabilir: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, ve <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Belirtilen adrese gönderilen işlemler: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> bu adresi giriş ve çıkış olarak kullanan bütün işlemleri array olarak döndürür. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> yeni mempool işlemleri ve <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> yeni blok işlemleri için.</target> <target> <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> neyi pushlamak istediğini belirt. Kullanılabilir: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, ve <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Belirtilen adrese gönderilen işlemler: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> bu adresi giriş ve çıkış olarak kullanan bütün işlemleri array olarak döndürür. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> yeni mempool işlemleri ve <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> yeni blok işlemleri için.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2508,9 +2525,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Optimum</target> <target>Optimum</target>
@@ -2559,7 +2588,7 @@
<target>Şimdi</target> <target>Şimdi</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2567,7 +2596,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> yıl önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> yıl önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2575,7 +2604,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ay önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ay önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2583,7 +2612,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> hafta önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> hafta önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2591,7 +2620,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> gün önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> gün önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2599,7 +2628,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> saat önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> saat önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2607,7 +2636,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dak. önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dak. önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2615,7 +2644,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dakika önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dakika önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2623,7 +2652,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2631,7 +2660,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2639,7 +2668,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> yıl önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> yıl önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2647,7 +2676,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ay önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ay önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2655,7 +2684,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> hafta önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> hafta önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2663,7 +2692,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> gün önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> gün önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2671,7 +2700,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> saat önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> saat önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2679,7 +2708,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dak. önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dak. önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2687,7 +2716,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> dakika önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> dakika önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2695,7 +2724,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> san. önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2703,7 +2732,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> saniye önce</target> <target><x equiv-text="counter" id="INTERPOLATION"/> saniye önce</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -505,7 +501,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -524,7 +520,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -534,7 +530,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -543,7 +539,7 @@
<target>P2SH redeem скрипт</target> <target>P2SH redeem скрипт</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -552,7 +548,7 @@
<target>P2WSH witness скрипт</target> <target>P2WSH witness скрипт</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -561,7 +557,7 @@
<target>Скрипт попереднього виходу</target> <target>Скрипт попереднього виходу</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -570,11 +566,11 @@
<target>Завантажити всі</target> <target>Завантажити всі</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -583,7 +579,7 @@
<target>Розкріплення до <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Розкріплення до <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -602,7 +598,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -612,7 +608,7 @@
<target>Тип</target> <target>Тип</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -629,7 +625,7 @@
<target>дані</target> <target>дані</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -638,7 +634,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -648,7 +644,7 @@
<target>Конфіденційна</target> <target>Конфіденційна</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -656,7 +652,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -669,7 +665,7 @@
<target>Блок <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Блок <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -884,7 +880,7 @@
<target>Не вдалося завантажити дані про блок.</target> <target>Не вдалося завантажити дані про блок.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -893,7 +889,7 @@
<target>Адреса: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Адреса: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -909,12 +905,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Баланс</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Всього отримано</target> <target>Всього отримано</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -927,7 +936,7 @@
<target>Всього надіслано</target> <target>Всього надіслано</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -939,25 +948,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Баланс</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> з <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> транзакції</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> з <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> транзакції</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -966,7 +962,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> з <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> транзакцій</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> з <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> транзакцій</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -975,7 +971,7 @@
<target>Не вдалося завантажити дані про адресу.</target> <target>Не вдалося завантажити дані про адресу.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1002,7 +998,7 @@
<target>Блоки</target> <target>Блоки</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1018,11 +1014,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1077,7 +1073,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1102,16 +1098,23 @@
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> з <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> з <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Розкріплення до шару <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1120,7 +1123,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1133,7 +1136,7 @@
<target>Про</target> <target>Про</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1146,7 +1149,7 @@
<target>Офлайн</target> <target>Офлайн</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1155,7 +1158,7 @@
<target>Повторне підключення...</target> <target>Повторне підключення...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1164,7 +1167,7 @@
<target>Мережі 2 шару</target> <target>Мережі 2 шару</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1173,7 +1176,7 @@
<target>Статистика</target> <target>Статистика</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1182,7 +1185,7 @@
<target>Панель</target> <target>Панель</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1191,7 +1194,7 @@
<target>Графіки</target> <target>Графіки</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1204,7 +1207,7 @@
<target>TV перегляд</target> <target>TV перегляд</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1217,7 +1220,7 @@
<target>Активи</target> <target>Активи</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1301,7 +1304,7 @@
<target>Умови використання</target> <target>Умови використання</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1377,15 +1380,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Якщо ви вкажете ваш юзернейм з Twitter, фото профілю буде відображатись після перезавантаження сторінки.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Завантаження графіків...</target> <target>Завантаження графіків...</target>
@@ -1450,7 +1444,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1462,10 +1456,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1478,7 +1468,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1491,7 +1481,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1501,7 +1491,7 @@
<target>Наступний блок</target> <target>Наступний блок</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1509,7 +1499,7 @@
<target>Набір з <x equiv-text="blocksInBlock" id="INTERPOLATION"/> блоків мемпулу</target> <target>Набір з <x equiv-text="blocksInBlock" id="INTERPOLATION"/> блоків мемпулу</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1517,7 +1507,7 @@
<target>Блок мемпулу <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Блок мемпулу <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1854,7 +1844,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1934,12 +1924,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Використання пам'яті</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Мінімальна комісія</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Очищення</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Вхідні транзакції</target> <target>Вхідні транзакції</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1948,7 +1968,7 @@
<target>Регулювання складності</target> <target>Регулювання складності</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2049,7 +2069,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Надсилання за замовчуванням за замовчуванням: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> щоб вказати, що має бути надіслано. Доступно: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> і <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Надіслати транзакції пов'язані з адресою: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> щоб отримати всі нові транзакції які містять дану адресу у входах чи виходах. Повертає масив транзакції. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> для нових транзакції в мемпулі і <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> для підтверджених транзакцій.</target> <target>Надсилання за замовчуванням за замовчуванням: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> щоб вказати, що має бути надіслано. Доступно: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> і <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Надіслати транзакції пов'язані з адресою: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> щоб отримати всі нові транзакції які містять дану адресу у входах чи виходах. Повертає масив транзакції. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> для нових транзакції в мемпулі і <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> для підтверджених транзакцій.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2507,9 +2527,22 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<target>Ця транзакція НЕ підтримуює Replace-By-Fee (RBF) і не може бути замінена більшою комісією використовуючи цей метод</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Оптимальна</target> <target>Оптимальна</target>
@@ -2558,7 +2591,7 @@
<target>Щойно</target> <target>Щойно</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2566,7 +2599,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> рік тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> рік тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2574,7 +2607,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> місяць тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> місяць тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2582,7 +2615,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> тиждень тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> тиждень тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2590,7 +2623,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> день тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> день тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2598,7 +2631,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> годину тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> годину тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2606,7 +2639,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> хв тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> хв тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2614,7 +2647,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> хвилину тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> хвилину тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2622,7 +2655,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> сек тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> сек тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2630,7 +2663,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> секунду тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> секунду тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2638,7 +2671,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> років тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> років тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2646,7 +2679,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> місяців тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> місяців тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2654,7 +2687,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> тижнів тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> тижнів тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2662,7 +2695,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> днів тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> днів тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2670,7 +2703,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> годин тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> годин тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2678,7 +2711,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> хв тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> хв тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2686,7 +2719,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> хвилин тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> хвилин тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2694,7 +2727,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> сек тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> сек тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2702,7 +2735,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> секунд тому</target> <target><x equiv-text="counter" id="INTERPOLATION"/> секунд тому</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -504,7 +500,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -513,7 +509,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -523,7 +519,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -533,7 +529,7 @@
<target>Chứng kiến</target> <target>Chứng kiến</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -542,7 +538,7 @@
<target>Mã thu hồi P2SH</target> <target>Mã thu hồi P2SH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -551,7 +547,7 @@
<target>Mã chứng kiến P2WSH</target> <target>Mã chứng kiến P2WSH</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -560,7 +556,7 @@
<target>Mã đầu ra trước đó</target> <target>Mã đầu ra trước đó</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -569,11 +565,11 @@
<target>Tải tất cả</target> <target>Tải tất cả</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -582,7 +578,7 @@
<target>Peg-out <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target> <target>Peg-out <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/> <x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -591,7 +587,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -601,7 +597,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -611,7 +607,7 @@
<target>Kiểu</target> <target>Kiểu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -628,7 +624,7 @@
<target>dữ liệu</target> <target>dữ liệu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -637,7 +633,7 @@
<target>sat</target> <target>sat</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -647,7 +643,7 @@
<target>Bảo mật</target> <target>Bảo mật</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -655,7 +651,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -668,7 +664,7 @@
<target>Khối <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target> <target>Khối <x equiv-text="block.height" id="BLOCK_HEIGHT"/>: <x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -883,7 +879,7 @@
<target>Lỗi khi tải dữ liệu khối.</target> <target>Lỗi khi tải dữ liệu khối.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -892,7 +888,7 @@
<target>Địa chỉ: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>Địa chỉ: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -908,12 +904,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Số dư</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Tổng nhận</target> <target>Tổng nhận</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -926,7 +935,7 @@
<target>Tổng gửi</target> <target>Tổng gửi</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -938,25 +947,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>Số dư</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> trong <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> giao dịch</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> trong <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> giao dịch</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -965,7 +961,7 @@
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> trong <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> giao dịch</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> trong <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> giao dịch</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -974,7 +970,7 @@
<target>Lỗi khi tải dữ liệu địa chỉ.</target> <target>Lỗi khi tải dữ liệu địa chỉ.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -1001,7 +997,7 @@
<target>Khối</target> <target>Khối</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1017,11 +1013,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1076,7 +1072,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1101,16 +1097,23 @@
<target>đa chữ kí <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> trong <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target> <target>đa chữ kí <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> trong <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>Lớp <x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1119,7 +1122,7 @@
<target>API</target> <target>API</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1132,7 +1135,7 @@
<target>Về chúng tôi</target> <target>Về chúng tôi</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1145,7 +1148,7 @@
<target>Ngoại tuyến</target> <target>Ngoại tuyến</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1154,7 +1157,7 @@
<target>Đang kết nối lại ...</target> <target>Đang kết nối lại ...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1163,7 +1166,7 @@
<target>Mạng lớp 2</target> <target>Mạng lớp 2</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1172,7 +1175,7 @@
<target>Số liệu</target> <target>Số liệu</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1181,7 +1184,7 @@
<target>bảng điều khiển</target> <target>bảng điều khiển</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1190,7 +1193,7 @@
<target>Đồ thị</target> <target>Đồ thị</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1203,7 +1206,7 @@
<target>Giao diện TV</target> <target>Giao diện TV</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1216,7 +1219,7 @@
<target>Tài sản</target> <target>Tài sản</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1300,7 +1303,7 @@
<target>Điều khoản Dịch vụ</target> <target>Điều khoản Dịch vụ</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1376,15 +1379,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<target>Nếu bạn đã chỉ định đường dẫn Twitter, ảnh hồ sơ bây giờ sẽ hiển thị trên trang này khi bạn tải lại.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Đang tải đồ thị ...</target> <target>Đang tải đồ thị ...</target>
@@ -1449,7 +1443,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1461,10 +1455,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1477,7 +1467,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1490,7 +1480,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1500,7 +1490,7 @@
<target>Khối tiếp theo</target> <target>Khối tiếp theo</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1508,7 +1498,7 @@
<target>Ngăn xếp của <x equiv-text="blocksInBlock" id="INTERPOLATION"/> khối mempool</target> <target>Ngăn xếp của <x equiv-text="blocksInBlock" id="INTERPOLATION"/> khối mempool</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1516,7 +1506,7 @@
<target>Khối mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target> <target>Khối mempool <x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1851,7 +1841,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1931,12 +1921,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>Sử dụng bộ nhớ</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>Phí tối thiểu</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>Thanh lọc</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>Giao dịch đến</target> <target>Giao dịch đến</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1945,7 +1965,7 @@
<target>Điều chỉnh độ khó</target> <target>Điều chỉnh độ khó</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2046,6 +2066,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2496,9 +2517,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>Tối ưu</target> <target>Tối ưu</target>
@@ -2547,7 +2580,7 @@
<target>Vừa mới đây</target> <target>Vừa mới đây</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2555,7 +2588,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> năm trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> năm trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2563,7 +2596,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tháng trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tháng trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2571,7 +2604,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tuần trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tuần trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2579,7 +2612,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ngày trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ngày trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2587,7 +2620,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giờ trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giờ trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2595,7 +2628,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2603,7 +2636,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2611,7 +2644,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2619,7 +2652,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2627,7 +2660,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> năm trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> năm trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2635,7 +2668,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tháng trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tháng trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2643,7 +2676,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> tuần trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> tuần trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2651,7 +2684,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> ngày trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> ngày trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2659,7 +2692,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giờ trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giờ trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2667,7 +2700,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2675,7 +2708,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> phút trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2683,7 +2716,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2691,7 +2724,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target> <target><x equiv-text="counter" id="INTERPOLATION"/> giây trước</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

View File

@@ -46,7 +46,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -67,7 +67,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -88,7 +88,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note priority="1" from="description">Transaction unconfirmed state</note> <note priority="1" from="description">Transaction unconfirmed state</note>
<note priority="1" from="meaning">transaction.unconfirmed</note> <note priority="1" from="meaning">transaction.unconfirmed</note>
@@ -242,7 +242,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -288,6 +288,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note priority="1" from="description">sat/vB</note> <note priority="1" from="description">sat/vB</note>
<note priority="1" from="meaning">shared.sat-vbyte</note> <note priority="1" from="meaning">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -418,10 +422,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note priority="1" from="description">shared.block</note> <note priority="1" from="description">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit id="588930712875bfa0834655249093d99eaa3d162e" datatype="html"> <trans-unit id="588930712875bfa0834655249093d99eaa3d162e" datatype="html">
@@ -438,10 +438,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note priority="1" from="description">shared.blocks</note> <note priority="1" from="description">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit id="7e06b8dd9f29261827018351cd71efe1c87839de" datatype="html"> <trans-unit id="7e06b8dd9f29261827018351cd71efe1c87839de" datatype="html">
@@ -472,7 +468,7 @@
<source>nSequence</source> <source>nSequence</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.nsequence</note> <note priority="1" from="description">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -480,7 +476,7 @@
<source>ScriptSig (ASM)</source> <source>ScriptSig (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note priority="1" from="description">ScriptSig (ASM)</note> <note priority="1" from="description">ScriptSig (ASM)</note>
<note priority="1" from="meaning">transactions-list.scriptsig.asm</note> <note priority="1" from="meaning">transactions-list.scriptsig.asm</note>
@@ -489,7 +485,7 @@
<source>ScriptSig (HEX)</source> <source>ScriptSig (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note priority="1" from="description">ScriptSig (HEX)</note> <note priority="1" from="description">ScriptSig (HEX)</note>
<note priority="1" from="meaning">transactions-list.scriptsig.hex</note> <note priority="1" from="meaning">transactions-list.scriptsig.hex</note>
@@ -498,7 +494,7 @@
<source>Witness</source> <source>Witness</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.witness</note> <note priority="1" from="description">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -506,7 +502,7 @@
<source>P2SH redeem script</source> <source>P2SH redeem script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.p2sh-redeem-script</note> <note priority="1" from="description">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -514,7 +510,7 @@
<source>P2WSH witness script</source> <source>P2WSH witness script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.p2wsh-witness-script</note> <note priority="1" from="description">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -522,7 +518,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.previous-output-script</note> <note priority="1" from="description">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -530,11 +526,11 @@
<source>Load all</source> <source>Load all</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.load-all</note> <note priority="1" from="description">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -542,7 +538,7 @@
<source>Peg-out to <x id="START_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;"/><x id="CLOSE_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;"/></source> <source>Peg-out to <x id="START_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;"/><x id="CLOSE_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.peg-out-to</note> <note priority="1" from="description">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -550,7 +546,7 @@
<source>ScriptPubKey (ASM)</source> <source>ScriptPubKey (ASM)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note priority="1" from="description">ScriptPubKey (ASM)</note> <note priority="1" from="description">ScriptPubKey (ASM)</note>
<note priority="1" from="meaning">transactions-list.scriptpubkey.asm</note> <note priority="1" from="meaning">transactions-list.scriptpubkey.asm</note>
@@ -559,7 +555,7 @@
<source>ScriptPubKey (HEX)</source> <source>ScriptPubKey (HEX)</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note priority="1" from="description">ScriptPubKey (HEX)</note> <note priority="1" from="description">ScriptPubKey (HEX)</note>
<note priority="1" from="meaning">transactions-list.scriptpubkey.hex</note> <note priority="1" from="meaning">transactions-list.scriptpubkey.hex</note>
@@ -568,7 +564,7 @@
<source>Type</source> <source>Type</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -584,7 +580,7 @@
<source>data</source> <source>data</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note priority="1" from="description">transactions-list.vout.scriptpubkey-type.data</note> <note priority="1" from="description">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -592,7 +588,7 @@
<source>sat</source> <source>sat</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note priority="1" from="description">sat</note> <note priority="1" from="description">sat</note>
<note priority="1" from="meaning">shared.sat</note> <note priority="1" from="meaning">shared.sat</note>
@@ -601,7 +597,7 @@
<source>Confidential</source> <source>Confidential</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -609,7 +605,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -621,7 +617,7 @@
<source>Block <x id="BLOCK_HEIGHT" equiv-text="block.height"/>: <x id="BLOCK_ID" equiv-text="block.id"/></source> <source>Block <x id="BLOCK_HEIGHT" equiv-text="block.height"/>: <x id="BLOCK_ID" equiv-text="block.id"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="7daa2693df24aec262c6aad735f9bf918575b866" datatype="html"> <trans-unit id="7daa2693df24aec262c6aad735f9bf918575b866" datatype="html">
@@ -822,7 +818,7 @@
<source>Error loading block data.</source> <source>Error loading block data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note priority="1" from="description">block.error.loading-block-data</note> <note priority="1" from="description">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -830,7 +826,7 @@
<source>Address: <x id="INTERPOLATION" equiv-text="this.addressString"/></source> <source>Address: <x id="INTERPOLATION" equiv-text="this.addressString"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563" datatype="html"> <trans-unit id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563" datatype="html">
@@ -845,11 +841,23 @@
</context-group> </context-group>
<note priority="1" from="description">shared.address</note> <note priority="1" from="description">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit id="7e69426bd97a606d8ae6026762858e6e7c86a1fd" datatype="html">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note priority="1" from="description">address.balance</note>
</trans-unit>
<trans-unit id="a9b87c3aa4731edee661c8287ef3aab71799c0b8" datatype="html"> <trans-unit id="a9b87c3aa4731edee661c8287ef3aab71799c0b8" datatype="html">
<source>Total received</source> <source>Total received</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -861,7 +869,7 @@
<source>Total sent</source> <source>Total sent</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -873,23 +881,11 @@
</context-group> </context-group>
<note priority="1" from="description">address.total-sent</note> <note priority="1" from="description">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit id="7e69426bd97a606d8ae6026762858e6e7c86a1fd" datatype="html">
<source>Balance</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note priority="1" from="description">address.balance</note>
</trans-unit>
<trans-unit id="714e34125b3343df73f19ec800b43be95217d5d4" datatype="html"> <trans-unit id="714e34125b3343df73f19ec800b43be95217d5d4" datatype="html">
<source><x id="INTERPOLATION" equiv-text="{{ (transactions?.length | number) || &apos;?&apos; }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ txCount | number }}"/> transaction</source> <source><x id="INTERPOLATION" equiv-text="{{ (transactions?.length | number) || &apos;?&apos; }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ txCount | number }}"/> transaction</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note priority="1" from="description">X of X Address Transaction</note> <note priority="1" from="description">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -897,7 +893,7 @@
<source><x id="INTERPOLATION" equiv-text="{{ (transactions?.length | number) || &apos;?&apos; }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ txCount | number }}"/> transactions</source> <source><x id="INTERPOLATION" equiv-text="{{ (transactions?.length | number) || &apos;?&apos; }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ txCount | number }}"/> transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note priority="1" from="description">X of X Address Transactions (Plural)</note> <note priority="1" from="description">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -905,7 +901,7 @@
<source>Error loading address data.</source> <source>Error loading address data.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note priority="1" from="description">address.error.loading-address-data</note> <note priority="1" from="description">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -929,7 +925,7 @@
<source>Blocks</source> <source>Blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -944,11 +940,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1000,7 +996,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1024,15 +1020,23 @@
<source>multisig <x id="INTERPOLATION" equiv-text="{{ multisigM }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ multisigN }}"/></source> <source>multisig <x id="INTERPOLATION" equiv-text="{{ multisigM }}"/> of <x id="INTERPOLATION_1" equiv-text="{{ multisigN }}"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note priority="1" from="description">address-labels.multisig</note> <note priority="1" from="description">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit id="aae004b987aaf258dea1829618651427b68283db" datatype="html"> <trans-unit id="31c09dcc0ab351767631539b208d5f7de4005473" datatype="html">
<source>Layer<x id="INTERPOLATION" equiv-text="{{ network === &apos;liquid&apos; ? &apos;3&apos; : &apos;2&apos; }}"/> Peg-out</source> <source>Lightning <x id="INTERPOLATION" equiv-text="{{ lightning }}"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit id="696ade981a05c12e10df38ba6218c76e318813b3" datatype="html">
<source>Liquid <x id="INTERPOLATION" equiv-text="{{ liquid }}"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note priority="1" from="description">address-labels.upper-layer-peg-out</note> <note priority="1" from="description">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1040,7 +1044,7 @@
<source>API</source> <source>API</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1052,7 +1056,7 @@
<source>About</source> <source>About</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1064,7 +1068,7 @@
<source>Offline</source> <source>Offline</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.offline</note> <note priority="1" from="description">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1072,7 +1076,7 @@
<source>Reconnecting...</source> <source>Reconnecting...</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.reconnecting</note> <note priority="1" from="description">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1080,7 +1084,7 @@
<source>Layer 2 Networks</source> <source>Layer 2 Networks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.layer2-networks-header</note> <note priority="1" from="description">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1088,7 +1092,7 @@
<source>Stats</source> <source>Stats</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.stats</note> <note priority="1" from="description">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1096,7 +1100,7 @@
<source>Dashboard</source> <source>Dashboard</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.dashboard</note> <note priority="1" from="description">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1104,7 +1108,7 @@
<source>Graphs</source> <source>Graphs</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1116,7 +1120,7 @@
<source>TV view</source> <source>TV view</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1128,7 +1132,7 @@
<source>Assets</source> <source>Assets</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1203,7 +1207,7 @@
<source>Terms of Service</source> <source>Terms of Service</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1272,14 +1276,6 @@
</context-group> </context-group>
<note priority="1" from="description">about.sponsor.thank-you</note> <note priority="1" from="description">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit id="981a90db6601297002689e5fae09d38b9e374b05" datatype="html">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note priority="1" from="description">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb" datatype="html"> <trans-unit id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb" datatype="html">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -1337,7 +1333,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note priority="1" from="description">Unconfirmed count</note> <note priority="1" from="description">Unconfirmed count</note>
<note priority="1" from="meaning">dashboard.unconfirmed</note> <note priority="1" from="meaning">dashboard.unconfirmed</note>
@@ -1348,10 +1344,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note priority="1" from="description">Mempool size</note> <note priority="1" from="description">Mempool size</note>
<note priority="1" from="meaning">dashboard.mempool-size</note> <note priority="1" from="meaning">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1363,7 +1355,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note priority="1" from="description">footer.backend-is-synchronizing</note> <note priority="1" from="description">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1375,7 +1367,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note priority="1" from="description">vB/s</note> <note priority="1" from="description">vB/s</note>
<note priority="1" from="meaning">shared.vbytes-per-second</note> <note priority="1" from="meaning">shared.vbytes-per-second</note>
@@ -1384,21 +1376,21 @@
<source>Next block</source> <source>Next block</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="mempool-block.stack.of.blocks" datatype="html"> <trans-unit id="mempool-block.stack.of.blocks" datatype="html">
<source>Stack of <x id="INTERPOLATION" equiv-text="blocksInBlock"/> mempool blocks</source> <source>Stack of <x id="INTERPOLATION" equiv-text="blocksInBlock"/> mempool blocks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="mempool-block.block.no" datatype="html"> <trans-unit id="mempool-block.block.no" datatype="html">
<source>Mempool block <x id="INTERPOLATION" equiv-text="this.mempoolBlockIndex + 1"/></source> <source>Mempool block <x id="INTERPOLATION" equiv-text="this.mempoolBlockIndex + 1"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d" datatype="html"> <trans-unit id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d" datatype="html">
@@ -1703,7 +1695,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note priority="1" from="description">dashboard.latest-blocks.transaction-count</note> <note priority="1" from="description">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1775,11 +1767,38 @@
</context-group> </context-group>
<note priority="1" from="description">dashboard.collapse</note> <note priority="1" from="description">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit id="b9565832c4caef9a03f2b30fe37495ff38566fd5" datatype="html">
<source>Memory usage</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note priority="1" from="description">Memory usage</note>
<note priority="1" from="meaning">dashboard.memory-usage</note>
</trans-unit>
<trans-unit id="1f9a922cb4010ee20eb9a241a22307b670f7628c" datatype="html">
<source>Minimum fee</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note priority="1" from="description">Minimum mempool fee</note>
<note priority="1" from="meaning">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit id="4c3955cfe5955657297481efaf3ada8c55c75b2c" datatype="html">
<source>Purging</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note priority="1" from="description">Purgin below fee</note>
<note priority="1" from="meaning">dashboard.purging</note>
</trans-unit>
<trans-unit id="926c571b25cca7e2a294619f145960c0cd3848b6" datatype="html"> <trans-unit id="926c571b25cca7e2a294619f145960c0cd3848b6" datatype="html">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note priority="1" from="description">dashboard.incoming-transactions</note> <note priority="1" from="description">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1787,7 +1806,7 @@
<source>Difficulty adjustment</source> <source>Difficulty adjustment</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note priority="1" from="description">dashboard.difficulty-adjustment</note> <note priority="1" from="description">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2289,9 +2308,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note priority="1" from="description">RBF</note> <note priority="1" from="description">RBF</note>
<note priority="1" from="meaning">tx-features.tag.rbf</note> <note priority="1" from="meaning">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit id="85ce9e4f45873116b746899169cbc3445321d60c" datatype="html">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note priority="1" from="description">RBF disabled tooltip</note>
</trans-unit>
<trans-unit id="b2035d486e8d59980736a224891d9790c981691a" datatype="html"> <trans-unit id="b2035d486e8d59980736a224891d9790c981691a" datatype="html">
<source>Optimal</source> <source>Optimal</source>
<context-group purpose="location"> <context-group purpose="location">
@@ -2335,133 +2366,133 @@
<source>Just now</source> <source>Just now</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.year.ago" datatype="html"> <trans-unit id="time-since.year.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> year ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> year ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.month.ago" datatype="html"> <trans-unit id="time-since.month.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> month ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> month ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.week.ago" datatype="html"> <trans-unit id="time-since.week.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> week ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> week ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.day.ago" datatype="html"> <trans-unit id="time-since.day.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> day ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> day ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.hour.ago" datatype="html"> <trans-unit id="time-since.hour.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> hour ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> hour ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.min.ago" datatype="html"> <trans-unit id="time-since.min.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> min ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> min ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.minute.ago" datatype="html"> <trans-unit id="time-since.minute.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> minute ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> minute ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.sec.ago" datatype="html"> <trans-unit id="time-since.sec.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> sec ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> sec ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.second.ago" datatype="html"> <trans-unit id="time-since.second.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> second ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> second ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.years.ago" datatype="html"> <trans-unit id="time-since.years.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> years ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> years ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.months.ago" datatype="html"> <trans-unit id="time-since.months.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> months ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> months ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.weeks.ago" datatype="html"> <trans-unit id="time-since.weeks.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> weeks ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> weeks ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.days.ago" datatype="html"> <trans-unit id="time-since.days.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> days ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> days ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.hours.ago" datatype="html"> <trans-unit id="time-since.hours.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> hours ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> hours ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.mins.ago" datatype="html"> <trans-unit id="time-since.mins.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> mins ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> mins ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.minutes.ago" datatype="html"> <trans-unit id="time-since.minutes.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> minutes ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> minutes ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.secs.ago" datatype="html"> <trans-unit id="time-since.secs.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> secs ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> secs ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="time-since.seconds.ago" datatype="html"> <trans-unit id="time-since.seconds.ago" datatype="html">
<source><x id="INTERPOLATION" equiv-text="counter"/> seconds ago</source> <source><x id="INTERPOLATION" equiv-text="counter"/> seconds ago</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4" datatype="html"> <trans-unit id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4" datatype="html">

View File

@@ -49,7 +49,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">205</context> <context context-type="linenumber">208</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -71,7 +71,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transfers/bisq-transfers.component.html</context>
@@ -93,7 +93,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">209</context> <context context-type="linenumber">212</context>
</context-group> </context-group>
<note from="description" priority="1">Transaction unconfirmed state</note> <note from="description" priority="1">Transaction unconfirmed state</note>
<note from="meaning" priority="1">transaction.unconfirmed</note> <note from="meaning" priority="1">transaction.unconfirmed</note>
@@ -258,7 +258,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
@@ -304,6 +304,10 @@
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">117</context> <context context-type="linenumber">117</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">169</context>
</context-group>
<note from="description" priority="1">sat/vB</note> <note from="description" priority="1">sat/vB</note>
<note from="meaning" priority="1">shared.sat-vbyte</note> <note from="meaning" priority="1">shared.sat-vbyte</note>
</trans-unit> </trans-unit>
@@ -446,10 +450,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">22</context> <context context-type="linenumber">22</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">165</context>
</context-group>
<note from="description" priority="1">shared.block</note> <note from="description" priority="1">shared.block</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e"> <trans-unit datatype="html" id="588930712875bfa0834655249093d99eaa3d162e">
@@ -467,10 +467,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">23</context> <context context-type="linenumber">23</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">shared.blocks</note> <note from="description" priority="1">shared.blocks</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de"> <trans-unit datatype="html" id="7e06b8dd9f29261827018351cd71efe1c87839de">
@@ -504,7 +500,7 @@
<target>nSequence</target> <target>nSequence</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">92</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.nsequence</note> <note from="description" priority="1">transactions-list.nsequence</note>
</trans-unit> </trans-unit>
@@ -513,7 +509,7 @@
<target>ScriptSig (ASM)</target> <target>ScriptSig (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">71</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (ASM)</note> <note from="description" priority="1">ScriptSig (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.asm</note> <note from="meaning" priority="1">transactions-list.scriptsig.asm</note>
@@ -523,7 +519,7 @@
<target>ScriptSig (HEX)</target> <target>ScriptSig (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">75</context> <context context-type="linenumber">78</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptSig (HEX)</note> <note from="description" priority="1">ScriptSig (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptsig.hex</note> <note from="meaning" priority="1">transactions-list.scriptsig.hex</note>
@@ -533,7 +529,7 @@
<target>Witness</target> <target>Witness</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.witness</note> <note from="description" priority="1">transactions-list.witness</note>
</trans-unit> </trans-unit>
@@ -542,7 +538,7 @@
<target>P2SH redeem script</target> <target>P2SH redeem script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">84</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2sh-redeem-script</note> <note from="description" priority="1">transactions-list.p2sh-redeem-script</note>
</trans-unit> </trans-unit>
@@ -551,7 +547,7 @@
<target>P2WSH witness script</target> <target>P2WSH witness script</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">91</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.p2wsh-witness-script</note> <note from="description" priority="1">transactions-list.p2wsh-witness-script</note>
</trans-unit> </trans-unit>
@@ -559,7 +555,7 @@
<source>Previous output script</source> <source>Previous output script</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">96</context> <context context-type="linenumber">99</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.previous-output-script</note> <note from="description" priority="1">transactions-list.previous-output-script</note>
</trans-unit> </trans-unit>
@@ -568,11 +564,11 @@
<target>加载全部</target> <target>加载全部</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">106</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">188</context> <context context-type="linenumber">191</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.load-all</note> <note from="description" priority="1">transactions-list.load-all</note>
</trans-unit> </trans-unit>
@@ -580,7 +576,7 @@
<source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source> <source>Peg-out to <x ctype="x-ng_container" equiv-text="&lt;ng-container *ngTemplateOutlet=&quot;pegOutLink&quot;&gt;" id="START_TAG_NG_CONTAINER"/><x ctype="x-ng_container" equiv-text="&lt;/ng-container&gt;" id="CLOSE_TAG_NG_CONTAINER"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">125</context> <context context-type="linenumber">128</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.peg-out-to</note> <note from="description" priority="1">transactions-list.peg-out-to</note>
</trans-unit> </trans-unit>
@@ -589,7 +585,7 @@
<target>ScriptPubKey (ASM)</target> <target>ScriptPubKey (ASM)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">173</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (ASM)</note> <note from="description" priority="1">ScriptPubKey (ASM)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.asm</note>
@@ -599,7 +595,7 @@
<target>ScriptPubKey (HEX)</target> <target>ScriptPubKey (HEX)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">174</context> <context context-type="linenumber">177</context>
</context-group> </context-group>
<note from="description" priority="1">ScriptPubKey (HEX)</note> <note from="description" priority="1">ScriptPubKey (HEX)</note>
<note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note> <note from="meaning" priority="1">transactions-list.scriptpubkey.hex</note>
@@ -609,7 +605,7 @@
<target>类型</target> <target>类型</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">166</context> <context context-type="linenumber">169</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.html</context>
@@ -626,7 +622,7 @@
<target>数据</target> <target>数据</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">178</context> <context context-type="linenumber">181</context>
</context-group> </context-group>
<note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note> <note from="description" priority="1">transactions-list.vout.scriptpubkey-type.data</note>
</trans-unit> </trans-unit>
@@ -635,7 +631,7 @@
<target>聪</target> <target>聪</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">198</context> <context context-type="linenumber">201</context>
</context-group> </context-group>
<note from="description" priority="1">sat</note> <note from="description" priority="1">sat</note>
<note from="meaning" priority="1">shared.sat</note> <note from="meaning" priority="1">shared.sat</note>
@@ -645,7 +641,7 @@
<target>机密</target> <target>机密</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">214</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/amount/amount.component.html</context> <context context-type="sourcefile">src/app/components/amount/amount.component.html</context>
@@ -653,7 +649,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">116</context> <context context-type="linenumber">134</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/asset/asset.component.html</context> <context context-type="sourcefile">src/app/components/asset/asset.component.html</context>
@@ -666,7 +662,7 @@
<target>区块<x equiv-text="block.height" id="BLOCK_HEIGHT"/><x equiv-text="block.id" id="BLOCK_ID"/></target> <target>区块<x equiv-text="block.height" id="BLOCK_HEIGHT"/><x equiv-text="block.id" id="BLOCK_ID"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.ts</context> <context context-type="sourcefile">src/app/components/block/block.component.ts</context>
<context context-type="linenumber">98</context> <context context-type="linenumber">105</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866"> <trans-unit datatype="html" id="7daa2693df24aec262c6aad735f9bf918575b866">
@@ -881,7 +877,7 @@
<target>在加载区块数据时出错</target> <target>在加载区块数据时出错</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/block/block.component.html</context> <context context-type="sourcefile">src/app/components/block/block.component.html</context>
<context context-type="linenumber">169</context> <context context-type="linenumber">176</context>
</context-group> </context-group>
<note from="description" priority="1">block.error.loading-block-data</note> <note from="description" priority="1">block.error.loading-block-data</note>
</trans-unit> </trans-unit>
@@ -890,7 +886,7 @@
<target>地址: <x equiv-text="this.addressString" id="INTERPOLATION"/></target> <target>地址: <x equiv-text="this.addressString" id="INTERPOLATION"/></target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.ts</context> <context context-type="sourcefile">src/app/components/address/address.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563"> <trans-unit datatype="html" id="729754dd19eb9ce0670b0aeb5a6ae60574c2c563">
@@ -906,12 +902,25 @@
</context-group> </context-group>
<note from="description" priority="1">shared.address</note> <note from="description" priority="1">shared.address</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>余额</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>总接收量</target> <target>总接收量</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -924,7 +933,7 @@
<target>总发送量</target> <target>总发送量</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">25</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context> <context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
@@ -936,25 +945,12 @@
</context-group> </context-group>
<note from="description" priority="1">address.total-sent</note> <note from="description" priority="1">address.total-sent</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="7e69426bd97a606d8ae6026762858e6e7c86a1fd">
<source>Balance</source>
<target>余额</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-address/bisq-address.component.html</context>
<context context-type="linenumber">28</context>
</context-group>
<note from="description" priority="1">address.balance</note>
</trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target>前<x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>个交易 / 共<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>个交易</target> <target>前<x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>个交易 / 共<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>个交易</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">50</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transaction</note> <note from="description" priority="1">X of X Address Transaction</note>
</trans-unit> </trans-unit>
@@ -963,7 +959,7 @@
<target>前<x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>个交易 / 共<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>个交易</target> <target>前<x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/>个交易 / 共<x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>个交易</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<note from="description" priority="1">X of X Address Transactions (Plural)</note> <note from="description" priority="1">X of X Address Transactions (Plural)</note>
</trans-unit> </trans-unit>
@@ -972,7 +968,7 @@
<target>在加载地址数据时出错</target> <target>在加载地址数据时出错</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">105</context> <context context-type="linenumber">115</context>
</context-group> </context-group>
<note from="description" priority="1">address.error.loading-address-data</note> <note from="description" priority="1">address.error.loading-address-data</note>
</trans-unit> </trans-unit>
@@ -999,7 +995,7 @@
<target>区块</target> <target>区块</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context> <context context-type="sourcefile">src/app/components/latest-blocks/latest-blocks.component.ts</context>
<context context-type="linenumber">37</context> <context context-type="linenumber">39</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
@@ -1015,11 +1011,11 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">32</context> <context context-type="linenumber">34</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">45</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context> <context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
@@ -1074,7 +1070,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">29</context> <context context-type="linenumber">31</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
@@ -1099,16 +1095,23 @@
<target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/>-<x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/>多重签名</target> <target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/>-<x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/>多重签名</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">5</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.multisig</note> <note from="description" priority="1">address-labels.multisig</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="aae004b987aaf258dea1829618651427b68283db"> <trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
<source>Layer<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/> Peg-out</source> <source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
<target>第<x equiv-text="{{ network === 'liquid' ? '3' : '2' }}" id="INTERPOLATION"/>层 Peg-out</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">11</context>
</context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit>
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">17</context>
</context-group> </context-group>
<note from="description" priority="1">address-labels.upper-layer-peg-out</note> <note from="description" priority="1">address-labels.upper-layer-peg-out</note>
</trans-unit> </trans-unit>
@@ -1117,7 +1120,7 @@
<target>应用程序接口</target> <target>应用程序接口</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">56</context> <context context-type="linenumber">58</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
@@ -1130,7 +1133,7 @@
<target>关于</target> <target>关于</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">61</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.ts</context> <context context-type="sourcefile">src/app/components/about/about.component.ts</context>
@@ -1143,7 +1146,7 @@
<target>离线</target> <target>离线</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">7</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.offline</note> <note from="description" priority="1">master-page.offline</note>
</trans-unit> </trans-unit>
@@ -1152,7 +1155,7 @@
<target>重新连接中</target> <target>重新连接中</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">9</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.reconnecting</note> <note from="description" priority="1">master-page.reconnecting</note>
</trans-unit> </trans-unit>
@@ -1161,7 +1164,7 @@
<target>第2层网络</target> <target>第2层网络</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">21</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.layer2-networks-header</note> <note from="description" priority="1">master-page.layer2-networks-header</note>
</trans-unit> </trans-unit>
@@ -1170,7 +1173,7 @@
<target>统计</target> <target>统计</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">35</context> <context context-type="linenumber">37</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.stats</note> <note from="description" priority="1">master-page.stats</note>
</trans-unit> </trans-unit>
@@ -1179,7 +1182,7 @@
<target>仪表板</target> <target>仪表板</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">40</context> <context context-type="linenumber">42</context>
</context-group> </context-group>
<note from="description" priority="1">master-page.dashboard</note> <note from="description" priority="1">master-page.dashboard</note>
</trans-unit> </trans-unit>
@@ -1188,7 +1191,7 @@
<target>图表</target> <target>图表</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">48</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
@@ -1201,7 +1204,7 @@
<target>TV模式</target> <target>TV模式</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
@@ -1214,7 +1217,7 @@
<target>资产</target> <target>资产</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">53</context> <context context-type="linenumber">55</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/assets/assets.component.ts</context> <context context-type="sourcefile">src/app/assets/assets.component.ts</context>
@@ -1298,7 +1301,7 @@
<target>服务条款</target> <target>服务条款</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context> <context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">205</context>
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
@@ -1374,14 +1377,6 @@
</context-group> </context-group>
<note from="description" priority="1">about.sponsor.thank-you</note> <note from="description" priority="1">about.sponsor.thank-you</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="981a90db6601297002689e5fae09d38b9e374b05">
<source>If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
<context context-type="linenumber">176</context>
</context-group>
<note from="description" priority="1">about.sponsor.sponsor-completed</note>
</trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>图表加载中...</target> <target>图表加载中...</target>
@@ -1446,7 +1441,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">182</context>
</context-group> </context-group>
<note from="description" priority="1">Unconfirmed count</note> <note from="description" priority="1">Unconfirmed count</note>
<note from="meaning" priority="1">dashboard.unconfirmed</note> <note from="meaning" priority="1">dashboard.unconfirmed</note>
@@ -1458,10 +1453,6 @@
<context context-type="sourcefile">src/app/components/footer/footer.component.html</context> <context context-type="sourcefile">src/app/components/footer/footer.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">162</context>
</context-group>
<note from="description" priority="1">Mempool size</note> <note from="description" priority="1">Mempool size</note>
<note from="meaning" priority="1">dashboard.mempool-size</note> <note from="meaning" priority="1">dashboard.mempool-size</note>
</trans-unit> </trans-unit>
@@ -1474,7 +1465,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">195</context>
</context-group> </context-group>
<note from="description" priority="1">footer.backend-is-synchronizing</note> <note from="description" priority="1">footer.backend-is-synchronizing</note>
</trans-unit> </trans-unit>
@@ -1487,7 +1478,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">187</context> <context context-type="linenumber">200</context>
</context-group> </context-group>
<note from="description" priority="1">vB/s</note> <note from="description" priority="1">vB/s</note>
<note from="meaning" priority="1">shared.vbytes-per-second</note> <note from="meaning" priority="1">shared.vbytes-per-second</note>
@@ -1497,7 +1488,7 @@
<target>下一区块</target> <target>下一区块</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">71</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.stack.of.blocks"> <trans-unit datatype="html" id="mempool-block.stack.of.blocks">
@@ -1505,7 +1496,7 @@
<target>第<x equiv-text="blocksInBlock" id="INTERPOLATION"/>内存区块堆</target> <target>第<x equiv-text="blocksInBlock" id="INTERPOLATION"/>内存区块堆</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">74</context> <context context-type="linenumber">73</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="mempool-block.block.no"> <trans-unit datatype="html" id="mempool-block.block.no">
@@ -1513,7 +1504,7 @@
<target>第<x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/>内存区块</target> <target>第<x equiv-text="this.mempoolBlockIndex + 1" id="INTERPOLATION"/>内存区块</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context> <context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">75</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d"> <trans-unit datatype="html" id="b2cb12c1680a46464cae5aa0d0d1d6914733a75d">
@@ -1845,7 +1836,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">172</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.latest-blocks.transaction-count</note> <note from="description" priority="1">dashboard.latest-blocks.transaction-count</note>
</trans-unit> </trans-unit>
@@ -1925,12 +1916,42 @@
</context-group> </context-group>
<note from="description" priority="1">dashboard.collapse</note> <note from="description" priority="1">dashboard.collapse</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="b9565832c4caef9a03f2b30fe37495ff38566fd5">
<source>Memory usage</source>
<target>内存占用</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">173</context>
</context-group>
<note from="description" priority="1">Memory usage</note>
<note from="meaning" priority="1">dashboard.memory-usage</note>
</trans-unit>
<trans-unit datatype="html" id="1f9a922cb4010ee20eb9a241a22307b670f7628c">
<source>Minimum fee</source>
<target>最低费用</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">166</context>
</context-group>
<note from="description" priority="1">Minimum mempool fee</note>
<note from="meaning" priority="1">dashboard.minimum-fee</note>
</trans-unit>
<trans-unit datatype="html" id="4c3955cfe5955657297481efaf3ada8c55c75b2c">
<source>Purging</source>
<target>吹扫中</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">167</context>
</context-group>
<note from="description" priority="1">Purgin below fee</note>
<note from="meaning" priority="1">dashboard.purging</note>
</trans-unit>
<trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6"> <trans-unit datatype="html" id="926c571b25cca7e2a294619f145960c0cd3848b6">
<source>Incoming transactions</source> <source>Incoming transactions</source>
<target>收款交易</target> <target>收款交易</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">180</context> <context context-type="linenumber">192</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.incoming-transactions</note> <note from="description" priority="1">dashboard.incoming-transactions</note>
</trans-unit> </trans-unit>
@@ -1939,7 +1960,7 @@
<target>难度调整</target> <target>难度调整</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context> <context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">196</context> <context context-type="linenumber">209</context>
</context-group> </context-group>
<note from="description" priority="1">dashboard.difficulty-adjustment</note> <note from="description" priority="1">dashboard.difficulty-adjustment</note>
</trans-unit> </trans-unit>
@@ -2039,6 +2060,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da"> <trans-unit datatype="html" id="fe56475a8f4cf4bfc3acaafa215a7dd60d9ed7da">
<source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source> <source>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-block<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</source>
<target>Default push: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> action: 'want', data: ['blocks', ...] <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to express what you want pushed. Available: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>mempool-blocks<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>live-2h-chart<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>stats<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/>.<x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/><x ctype="lb" equiv-text="&lt;br&gt;" id="LINE_BREAK"/>Push transactions related to address: <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/><x equiv-text="{{ '{' }}" id="INTERPOLATION"/> 'track-address': '3PbJ...bF9B' <x equiv-text="{{ '}' }}" id="INTERPOLATION_1"/><x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> to receive all new transactions containing that address as input or output. Returns an array of transactions. <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>address-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new mempool transactions, and <x ctype="x-code" equiv-text="&lt;code&gt;" id="START_TAG_CODE"/>block-transactions<x ctype="x-code" equiv-text="&lt;/code&gt; " id="CLOSE_TAG_CODE"/> for new block confirmed transactions.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context> <context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
<context context-type="linenumber">19</context> <context context-type="linenumber">19</context>
@@ -2456,9 +2478,21 @@
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context> <context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">8</context> <context context-type="linenumber">8</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF</note> <note from="description" priority="1">RBF</note>
<note from="meaning" priority="1">tx-features.tag.rbf</note> <note from="meaning" priority="1">tx-features.tag.rbf</note>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="85ce9e4f45873116b746899169cbc3445321d60c">
<source>This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<note from="description" priority="1">RBF disabled tooltip</note>
</trans-unit>
<trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a"> <trans-unit datatype="html" id="b2035d486e8d59980736a224891d9790c981691a">
<source>Optimal</source> <source>Optimal</source>
<target>最佳</target> <target>最佳</target>
@@ -2507,7 +2541,7 @@
<target>刚刚</target> <target>刚刚</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">56</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.year.ago"> <trans-unit datatype="html" id="time-since.year.ago">
@@ -2515,7 +2549,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>年前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>年前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">58</context> <context context-type="linenumber">65</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.month.ago"> <trans-unit datatype="html" id="time-since.month.ago">
@@ -2523,7 +2557,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>个月前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>个月前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">59</context> <context context-type="linenumber">66</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.week.ago"> <trans-unit datatype="html" id="time-since.week.ago">
@@ -2531,7 +2565,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>周前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>周前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">67</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.day.ago"> <trans-unit datatype="html" id="time-since.day.ago">
@@ -2539,7 +2573,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>天前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>天前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">61</context> <context context-type="linenumber">68</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hour.ago"> <trans-unit datatype="html" id="time-since.hour.ago">
@@ -2547,7 +2581,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>小时前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>小时前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">69</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.min.ago"> <trans-unit datatype="html" id="time-since.min.ago">
@@ -2555,7 +2589,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">65</context> <context context-type="linenumber">72</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minute.ago"> <trans-unit datatype="html" id="time-since.minute.ago">
@@ -2563,7 +2597,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">67</context> <context context-type="linenumber">74</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.sec.ago"> <trans-unit datatype="html" id="time-since.sec.ago">
@@ -2571,7 +2605,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">70</context> <context context-type="linenumber">77</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.second.ago"> <trans-unit datatype="html" id="time-since.second.ago">
@@ -2579,7 +2613,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">72</context> <context context-type="linenumber">79</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.years.ago"> <trans-unit datatype="html" id="time-since.years.ago">
@@ -2587,7 +2621,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>年前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>年前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">83</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.months.ago"> <trans-unit datatype="html" id="time-since.months.ago">
@@ -2595,7 +2629,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>个月前 </target> <target><x equiv-text="counter" id="INTERPOLATION"/>个月前 </target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">77</context> <context context-type="linenumber">84</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.weeks.ago"> <trans-unit datatype="html" id="time-since.weeks.ago">
@@ -2603,7 +2637,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>周前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>周前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">78</context> <context context-type="linenumber">85</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.days.ago"> <trans-unit datatype="html" id="time-since.days.ago">
@@ -2611,7 +2645,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>天前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>天前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">79</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.hours.ago"> <trans-unit datatype="html" id="time-since.hours.ago">
@@ -2619,7 +2653,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>小时前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>小时前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">80</context> <context context-type="linenumber">87</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.mins.ago"> <trans-unit datatype="html" id="time-since.mins.ago">
@@ -2627,7 +2661,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">83</context> <context context-type="linenumber">90</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.minutes.ago"> <trans-unit datatype="html" id="time-since.minutes.ago">
@@ -2635,7 +2669,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>分钟前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">85</context> <context context-type="linenumber">92</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.secs.ago"> <trans-unit datatype="html" id="time-since.secs.ago">
@@ -2643,7 +2677,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">88</context> <context context-type="linenumber">95</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="time-since.seconds.ago"> <trans-unit datatype="html" id="time-since.seconds.ago">
@@ -2651,7 +2685,7 @@
<target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target> <target><x equiv-text="counter" id="INTERPOLATION"/>秒前</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context> <context context-type="sourcefile">src/app/components/time-since/time-since.component.ts</context>
<context context-type="linenumber">90</context> <context context-type="linenumber">97</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4"> <trans-unit datatype="html" id="2a30a4cdb123a03facc5ab8c5b3e6d8b8dbbc3d4">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB

Some files were not shown because too many files have changed in this diff Show More