Merge branch 'simon/cpfp-frontend' into simon/bisq-dashboard
* simon/cpfp-frontend: (46 commits) Bugfix: Don't extend already extended transactions to not override the firstSeen property. fixes #390 Shuffle mempool transactions before saving disk cache. (#398) Adding missing return after expressjs response. CPFP support (#395) Round sat/vB in fee rating tooltip. fixes #364 Add the GNU AGPLv3 logo to About page Update package.json license tags Add recommended fee percentile config (#394) Fix typo in README (#392) Fix icon for Specter Wallet on About page Add link to Specter Wallet on our About page Add link to WARden Portfolio app as Community Integration on About page Delete MIT+CC license from Terms of Service, add AGPLv3 to About page Change mempool project license to GNU Affero General Public License v3 Lower volume for sound effects (#385) Improve grammar, layout, and formatting of Terms of Service page Display all Project Contributors on About page using GitHub API (#382) Modify nginx.conf to cache HTML for 10m and static resources for 1h Proxy /api/v1/contributors from mempool.space, also fix HTTP headers Add link to Bisq's GitHub repo on About page ...
661
COPYING
Normal file
|
@ -0,0 +1,661 @@
|
|||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
Version 3, 19 November 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU Affero General Public License is a free, copyleft license for
|
||||
software and other kinds of works, specifically designed to ensure
|
||||
cooperation with the community in the case of network server software.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
our General Public Licenses are intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
Developers that use our General Public Licenses protect your rights
|
||||
with two steps: (1) assert copyright on the software, and (2) offer
|
||||
you this License which gives you legal permission to copy, distribute
|
||||
and/or modify the software.
|
||||
|
||||
A secondary benefit of defending all users' freedom is that
|
||||
improvements made in alternate versions of the program, if they
|
||||
receive widespread use, become available for other developers to
|
||||
incorporate. Many developers of free software are heartened and
|
||||
encouraged by the resulting cooperation. However, in the case of
|
||||
software used on network servers, this result may fail to come about.
|
||||
The GNU General Public License permits making a modified version and
|
||||
letting the public access it on a server without ever releasing its
|
||||
source code to the public.
|
||||
|
||||
The GNU Affero General Public License is designed specifically to
|
||||
ensure that, in such cases, the modified source code becomes available
|
||||
to the community. It requires the operator of a network server to
|
||||
provide the source code of the modified version running there to the
|
||||
users of that server. Therefore, public use of a modified version, on
|
||||
a publicly accessible server, gives the public access to the source
|
||||
code of the modified version.
|
||||
|
||||
An older license, called the Affero General Public License and
|
||||
published by Affero, was designed to accomplish similar goals. This is
|
||||
a different license, not a version of the Affero GPL, but Affero has
|
||||
released a new version of the Affero GPL which permits relicensing under
|
||||
this license.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, if you modify the
|
||||
Program, your modified version must prominently offer all users
|
||||
interacting with it remotely through a computer network (if your version
|
||||
supports such interaction) an opportunity to receive the Corresponding
|
||||
Source of your version by providing access to the Corresponding Source
|
||||
from a network server at no charge, through some standard or customary
|
||||
means of facilitating copying of software. This Corresponding Source
|
||||
shall include the Corresponding Source for any work covered by version 3
|
||||
of the GNU General Public License that is incorporated pursuant to the
|
||||
following paragraph.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the work with which it is combined will remain governed by version
|
||||
3 of the GNU General Public License.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU Affero General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU Affero General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU Affero General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU Affero General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If your software can interact with users remotely through a computer
|
||||
network, you should also make sure that it provides a way for users to
|
||||
get its source. For example, if your program is a web application, its
|
||||
interface could display a "Source" link that leads users to an archive
|
||||
of the code. There are many ways you could offer source, and different
|
||||
solutions will be better for different programs; see section 13 for the
|
||||
specific requirements.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
44
LICENSE
|
@ -1,35 +1,15 @@
|
|||
MIT License with Commons Clause License Condition v1.0
|
||||
The Mempool Open Source Project
|
||||
Copyright (c) 2019-2021 The Mempool Open Source Project Developers
|
||||
|
||||
Copyright (c) 2019-2020 The Mempool Open Source Project
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Affero General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, and/or sublicense
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
This program is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
|
||||
License for more details.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
Commons Clause License Condition v1.0
|
||||
|
||||
Without limiting other conditions in the License, the grant of rights under
|
||||
the License will not include, and the License does not grant to you, the
|
||||
right to Sell the Software.
|
||||
|
||||
For purposes of the foregoing, “Sell” means practicing any or all of the
|
||||
rights granted to you under the License to provide to third parties, for a
|
||||
fee or other consideration (including without limitation fees for hosting or
|
||||
consulting/ support services related to the Software), a product or service
|
||||
whose value derives, entirely or substantially, from the functionality of
|
||||
the Software. Any license notice or attribution required by the License must
|
||||
also include this Commons Cause License Condition notice.
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
|
|
@ -79,7 +79,7 @@ Install mempool dependencies from npm and build the backend:
|
|||
|
||||
```bash
|
||||
# backend
|
||||
cd ../backend/
|
||||
cd backend
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"API_URL_PREFIX": "/api/v1/",
|
||||
"POLL_RATE_MS": 2000,
|
||||
"CACHE_DIR": "./cache",
|
||||
"CLEAR_PROTECTION_MINUTES": 20
|
||||
"CLEAR_PROTECTION_MINUTES": 20,
|
||||
"RECOMMENDED_FEE_PERCENTILE": 50
|
||||
},
|
||||
"CORE_RPC": {
|
||||
"HOST": "127.0.0.1",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "mempool-backend",
|
||||
"version": "2.0.0",
|
||||
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||
"license": "MIT",
|
||||
"license": "GNU Affero General Public License v3.0",
|
||||
"homepage": "https://mempool.space",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -3,7 +3,6 @@ import { IEsploraApi } from './esplora-api.interface';
|
|||
export interface AbstractBitcoinApi {
|
||||
$getRawMempool(): Promise<IEsploraApi.Transaction['txid'][]>;
|
||||
$getRawTransaction(txId: string, skipConversion?: boolean, addPrevout?: boolean): Promise<IEsploraApi.Transaction>;
|
||||
$getRawTransactionBitcoind(txId: string, skipConversion?: boolean, addPrevout?: boolean): Promise<IEsploraApi.Transaction>;
|
||||
$getBlockHeightTip(): Promise<number>;
|
||||
$getTxIdsForBlock(hash: string): Promise<string[]>;
|
||||
$getBlockHash(height: number): Promise<string>;
|
||||
|
|
|
@ -22,16 +22,6 @@ class BitcoinApi implements AbstractBitcoinApi {
|
|||
});
|
||||
}
|
||||
|
||||
$getRawTransactionBitcoind(txId: string, skipConversion = false, addPrevout = false): Promise<IEsploraApi.Transaction> {
|
||||
return this.bitcoindClient.getRawTransaction(txId, true)
|
||||
.then((transaction: IBitcoinApi.Transaction) => {
|
||||
if (skipConversion) {
|
||||
return transaction;
|
||||
}
|
||||
return this.$convertTransaction(transaction, addPrevout);
|
||||
});
|
||||
}
|
||||
|
||||
$getRawTransaction(txId: string, skipConversion = false, addPrevout = false): Promise<IEsploraApi.Transaction> {
|
||||
// If the transaction is in the mempool we already converted and fetched the fee. Only prevouts are missing
|
||||
const txInMempool = mempool.getMempool()[txId];
|
||||
|
@ -47,6 +37,9 @@ class BitcoinApi implements AbstractBitcoinApi {
|
|||
return this.bitcoindClient.getRawTransaction(txId, true)
|
||||
.then((transaction: IBitcoinApi.Transaction) => {
|
||||
if (skipConversion) {
|
||||
transaction.vout.forEach((vout) => {
|
||||
vout.value = vout.value * 100000000;
|
||||
});
|
||||
return transaction;
|
||||
}
|
||||
return this.$convertTransaction(transaction, addPrevout);
|
||||
|
|
|
@ -48,11 +48,6 @@ class ElectrsApi implements AbstractBitcoinApi {
|
|||
throw new Error('Method getAddressTransactions not implemented.');
|
||||
}
|
||||
|
||||
$getRawTransactionBitcoind(txId: string): Promise<IEsploraApi.Transaction> {
|
||||
return axios.get<IEsploraApi.Transaction>(config.ESPLORA.REST_API_URL + '/tx/' + txId, this.axiosConfig)
|
||||
.then((response) => response.data);
|
||||
}
|
||||
|
||||
$getAddressPrefix(prefix: string): string[] {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
|
|
@ -84,14 +84,21 @@ class Blocks {
|
|||
}
|
||||
}
|
||||
|
||||
transactions.forEach((tx) => {
|
||||
if (!tx.cpfpChecked) {
|
||||
Common.setRelativesAndGetCpfpInfo(tx, mempool);
|
||||
}
|
||||
});
|
||||
|
||||
logger.debug(`${transactionsFound} of ${txIds.length} found in mempool. ${txIds.length - transactionsFound} not found.`);
|
||||
|
||||
const blockExtended: BlockExtended = Object.assign({}, block);
|
||||
blockExtended.reward = transactions[0].vout.reduce((acc, curr) => acc + curr.value, 0);
|
||||
blockExtended.coinbaseTx = transactionUtils.stripCoinbaseTransaction(transactions[0]);
|
||||
transactions.sort((a, b) => b.feePerVsize - a.feePerVsize);
|
||||
blockExtended.medianFee = transactions.length > 1 ? Common.median(transactions.map((tx) => tx.feePerVsize)) : 0;
|
||||
blockExtended.feeRange = transactions.length > 1 ? Common.getFeesInRange(transactions.slice(0, transactions.length - 1), 8) : [0, 0];
|
||||
transactions.shift();
|
||||
transactions.sort((a, b) => b.effectiveFeePerVsize - a.effectiveFeePerVsize);
|
||||
blockExtended.medianFee = transactions.length > 1 ? Common.median(transactions.map((tx) => tx.effectiveFeePerVsize)) : 0;
|
||||
blockExtended.feeRange = transactions.length > 1 ? Common.getFeesInRange(transactions, 8) : [0, 0];
|
||||
|
||||
if (block.height % 2016 === 0) {
|
||||
this.lastDifficultyAdjustmentTime = block.timestamp;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { TransactionExtended, TransactionStripped } from '../mempool.interfaces';
|
||||
import { CpfpInfo, TransactionExtended, TransactionStripped } from '../mempool.interfaces';
|
||||
|
||||
export class Common {
|
||||
static median(numbers: number[]) {
|
||||
|
@ -12,17 +12,24 @@ export class Common {
|
|||
return medianNr;
|
||||
}
|
||||
|
||||
static percentile(numbers: number[], percentile: number) {
|
||||
if (percentile === 50) return this.median(numbers);
|
||||
const index = Math.ceil(numbers.length * (100 - percentile) * 1e-2);
|
||||
if (index < 0 || index > numbers.length - 1) return 0;
|
||||
return numbers[index];
|
||||
}
|
||||
|
||||
static getFeesInRange(transactions: TransactionExtended[], rangeLength: number) {
|
||||
const arr = [transactions[transactions.length - 1].feePerVsize];
|
||||
const arr = [transactions[transactions.length - 1].effectiveFeePerVsize];
|
||||
const chunk = 1 / (rangeLength - 1);
|
||||
let itemsToAdd = rangeLength - 2;
|
||||
|
||||
while (itemsToAdd > 0) {
|
||||
arr.push(transactions[Math.floor(transactions.length * chunk * itemsToAdd)].feePerVsize);
|
||||
arr.push(transactions[Math.floor(transactions.length * chunk * itemsToAdd)].effectiveFeePerVsize);
|
||||
itemsToAdd--;
|
||||
}
|
||||
|
||||
arr.push(transactions[0].feePerVsize);
|
||||
arr.push(transactions[0].effectiveFeePerVsize);
|
||||
return arr;
|
||||
}
|
||||
|
||||
|
@ -64,4 +71,69 @@ export class Common {
|
|||
}, ms);
|
||||
});
|
||||
}
|
||||
|
||||
static shuffleArray(array: any[]) {
|
||||
for (let i = array.length - 1; i > 0; i--) {
|
||||
const j = Math.floor(Math.random() * (i + 1));
|
||||
[array[i], array[j]] = [array[j], array[i]];
|
||||
}
|
||||
}
|
||||
|
||||
static setRelativesAndGetCpfpInfo(tx: TransactionExtended, memPool: { [txid: string]: TransactionExtended }): CpfpInfo {
|
||||
const parents = this.findAllParents(tx, memPool);
|
||||
|
||||
let totalWeight = tx.weight + parents.reduce((prev, val) => prev + val.weight, 0);
|
||||
let totalFees = tx.fee + parents.reduce((prev, val) => prev + val.fee, 0);
|
||||
|
||||
tx.ancestors = parents
|
||||
.map((t) => {
|
||||
return {
|
||||
txid: t.txid,
|
||||
weight: t.weight,
|
||||
fee: t.fee,
|
||||
};
|
||||
});
|
||||
|
||||
// Add high (high fee) decendant weight and fees
|
||||
if (tx.bestDescendant) {
|
||||
totalWeight += tx.bestDescendant.weight;
|
||||
totalFees += tx.bestDescendant.fee;
|
||||
}
|
||||
|
||||
tx.effectiveFeePerVsize = totalFees / (totalWeight / 4);
|
||||
tx.cpfpChecked = true;
|
||||
|
||||
return {
|
||||
ancestors: tx.ancestors,
|
||||
bestDescendant: tx.bestDescendant || null,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
private static findAllParents(tx: TransactionExtended, memPool: { [txid: string]: TransactionExtended }): TransactionExtended[] {
|
||||
let parents: TransactionExtended[] = [];
|
||||
tx.vin.forEach((parent) => {
|
||||
const parentTx = memPool[parent.txid];
|
||||
if (parentTx) {
|
||||
if (tx.bestDescendant && tx.bestDescendant.fee / (tx.bestDescendant.weight / 4) > parentTx.feePerVsize) {
|
||||
if (parentTx.bestDescendant && parentTx.bestDescendant.fee < tx.fee + tx.bestDescendant.fee) {
|
||||
parentTx.bestDescendant = {
|
||||
weight: tx.weight + tx.bestDescendant.weight,
|
||||
fee: tx.fee + tx.bestDescendant.fee,
|
||||
txid: tx.txid,
|
||||
};
|
||||
}
|
||||
} else if (tx.feePerVsize > parentTx.feePerVsize) {
|
||||
parentTx.bestDescendant = {
|
||||
weight: tx.weight,
|
||||
fee: tx.fee,
|
||||
txid: tx.txid
|
||||
};
|
||||
}
|
||||
parents.push(parentTx);
|
||||
parents = parents.concat(this.findAllParents(parentTx, memPool));
|
||||
}
|
||||
});
|
||||
return parents;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ import blocks from './blocks';
|
|||
import logger from '../logger';
|
||||
import config from '../config';
|
||||
import { TransactionExtended } from '../mempool.interfaces';
|
||||
import { Common } from './common';
|
||||
|
||||
class DiskCache {
|
||||
private static FILE_NAME = config.MEMPOOL.CACHE_DIR + '/cache.json';
|
||||
|
@ -27,6 +28,8 @@ class DiskCache {
|
|||
mempoolArray.push(mempool[tx]);
|
||||
}
|
||||
|
||||
Common.shuffleArray(mempoolArray);
|
||||
|
||||
const chunkSize = Math.floor(mempoolArray.length / DiskCache.CHUNK_FILES);
|
||||
|
||||
await fsPromises.writeFile(DiskCache.FILE_NAME, JSON.stringify({
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
import logger from '../logger';
|
||||
import { MempoolBlock, TransactionExtended, MempoolBlockWithTransactions } from '../mempool.interfaces';
|
||||
import { Common } from './common';
|
||||
import config from '../config';
|
||||
|
||||
class MempoolBlocks {
|
||||
private static DEFAULT_PROJECTED_BLOCKS_AMOUNT = 8;
|
||||
|
@ -32,9 +34,40 @@ class MempoolBlocks {
|
|||
memPoolArray.push(latestMempool[i]);
|
||||
}
|
||||
}
|
||||
const start = new Date().getTime();
|
||||
|
||||
// Clear bestDescendants & ancestors
|
||||
memPoolArray.forEach((tx) => {
|
||||
tx.bestDescendant = null;
|
||||
tx.ancestors = [];
|
||||
tx.cpfpChecked = false;
|
||||
if (!tx.effectiveFeePerVsize) {
|
||||
tx.effectiveFeePerVsize = tx.feePerVsize;
|
||||
}
|
||||
});
|
||||
|
||||
// First sort
|
||||
memPoolArray.sort((a, b) => b.feePerVsize - a.feePerVsize);
|
||||
const transactionsSorted = memPoolArray.filter((tx) => tx.feePerVsize);
|
||||
this.mempoolBlocks = this.calculateMempoolBlocks(transactionsSorted);
|
||||
|
||||
// Loop through and traverse all ancestors and sum up all the sizes + fees
|
||||
// Pass down size + fee to all unconfirmed children
|
||||
let sizes = 0;
|
||||
memPoolArray.forEach((tx, i) => {
|
||||
sizes += tx.weight
|
||||
if (sizes > 4000000 * 8) {
|
||||
return;
|
||||
}
|
||||
Common.setRelativesAndGetCpfpInfo(tx, memPool);
|
||||
});
|
||||
|
||||
// Final sort, by effective fee
|
||||
memPoolArray.sort((a, b) => b.effectiveFeePerVsize - a.effectiveFeePerVsize);
|
||||
|
||||
const end = new Date().getTime();
|
||||
const time = end - start;
|
||||
logger.debug('Mempool blocks calculated in ' + time / 1000 + ' seconds');
|
||||
|
||||
this.mempoolBlocks = this.calculateMempoolBlocks(memPoolArray);
|
||||
}
|
||||
|
||||
private calculateMempoolBlocks(transactionsSorted: TransactionExtended[]): MempoolBlockWithTransactions[] {
|
||||
|
@ -76,7 +109,7 @@ class MempoolBlocks {
|
|||
blockVSize: blockVSize,
|
||||
nTx: transactions.length,
|
||||
totalFees: transactions.reduce((acc, cur) => acc + cur.fee, 0),
|
||||
medianFee: Common.median(transactions.map((tx) => tx.feePerVsize)),
|
||||
medianFee: Common.percentile(transactions.map((tx) => tx.effectiveFeePerVsize), config.MEMPOOL.RECOMMENDED_FEE_PERCENTILE),
|
||||
feeRange: Common.getFeesInRange(transactions, rangeLength),
|
||||
transactionIds: transactions.map((tx) => tx.txid),
|
||||
};
|
||||
|
|
|
@ -68,13 +68,13 @@ class Statistics {
|
|||
}
|
||||
}
|
||||
// Remove 0 and undefined
|
||||
memPoolArray = memPoolArray.filter((tx) => tx.feePerVsize);
|
||||
memPoolArray = memPoolArray.filter((tx) => tx.effectiveFeePerVsize);
|
||||
|
||||
if (!memPoolArray.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
memPoolArray.sort((a, b) => a.feePerVsize - b.feePerVsize);
|
||||
memPoolArray.sort((a, b) => a.effectiveFeePerVsize - b.effectiveFeePerVsize);
|
||||
const totalWeight = memPoolArray.map((tx) => tx.vsize).reduce((acc, curr) => acc + curr) * 4;
|
||||
const totalFee = memPoolArray.map((tx) => tx.fee).reduce((acc, curr) => acc + curr);
|
||||
|
||||
|
@ -85,7 +85,7 @@ class Statistics {
|
|||
|
||||
memPoolArray.forEach((transaction) => {
|
||||
for (let i = 0; i < logFees.length; i++) {
|
||||
if ((logFees[i] === 2000 && transaction.feePerVsize >= 2000) || transaction.feePerVsize <= logFees[i]) {
|
||||
if ((logFees[i] === 2000 && transaction.effectiveFeePerVsize >= 2000) || transaction.effectiveFeePerVsize <= logFees[i]) {
|
||||
if (weightVsizeFees[logFees[i]]) {
|
||||
weightVsizeFees[logFees[i]] += transaction.vsize;
|
||||
} else {
|
||||
|
|
|
@ -26,9 +26,16 @@ class TransactionUtils {
|
|||
}
|
||||
|
||||
private extendTransaction(transaction: IEsploraApi.Transaction): TransactionExtended {
|
||||
// @ts-ignore
|
||||
if (transaction.vsize) {
|
||||
// @ts-ignore
|
||||
return transaction;
|
||||
}
|
||||
const feePerVbytes = Math.max(1, (transaction.fee || 0) / (transaction.weight / 4));
|
||||
const transactionExtended: TransactionExtended = Object.assign({
|
||||
vsize: Math.round(transaction.weight / 4),
|
||||
feePerVsize: Math.max(1, (transaction.fee || 0) / (transaction.weight / 4)),
|
||||
feePerVsize: feePerVbytes,
|
||||
effectiveFeePerVsize: feePerVbytes,
|
||||
}, transaction);
|
||||
if (!transaction.status.confirmed) {
|
||||
transactionExtended.firstSeen = Math.round((new Date().getTime() / 1000));
|
||||
|
|
|
@ -10,6 +10,7 @@ interface IConfig {
|
|||
POLL_RATE_MS: number;
|
||||
CACHE_DIR: string;
|
||||
CLEAR_PROTECTION_MINUTES: number;
|
||||
RECOMMENDED_FEE_PERCENTILE: number;
|
||||
};
|
||||
ESPLORA: {
|
||||
REST_API_URL: string;
|
||||
|
@ -64,6 +65,7 @@ const defaults: IConfig = {
|
|||
'POLL_RATE_MS': 2000,
|
||||
'CACHE_DIR': './cache',
|
||||
'CLEAR_PROTECTION_MINUTES': 20,
|
||||
'RECOMMENDED_FEE_PERCENTILE': 50,
|
||||
},
|
||||
'ESPLORA': {
|
||||
'REST_API_URL': 'http://127.0.0.1:3000',
|
||||
|
|
|
@ -73,6 +73,8 @@ class Server {
|
|||
this.server = http.createServer(this.app);
|
||||
this.wss = new WebSocket.Server({ server: this.server });
|
||||
|
||||
this.setUpWebsocketHandling();
|
||||
|
||||
diskCache.loadMempoolCache();
|
||||
|
||||
if (config.DATABASE.ENABLED) {
|
||||
|
@ -86,7 +88,6 @@ class Server {
|
|||
fiatConversion.startService();
|
||||
|
||||
this.setUpHttpApiRoutes();
|
||||
this.setUpWebsocketHandling();
|
||||
this.runMainUpdateLoop();
|
||||
|
||||
if (config.BISQ_BLOCKS.ENABLED) {
|
||||
|
@ -145,6 +146,7 @@ class Server {
|
|||
setUpHttpApiRoutes() {
|
||||
this.app
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'transaction-times', routes.getTransactionTimes)
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'cpfp/:txId', routes.getCpfpInfo)
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'fees/recommended', routes.getRecommendedFees)
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'fees/mempool-blocks', routes.getMempoolBlocks)
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'backend-info', routes.getBackendInfo)
|
||||
|
|
|
@ -26,6 +26,27 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
|
|||
vsize: number;
|
||||
feePerVsize: number;
|
||||
firstSeen?: number;
|
||||
effectiveFeePerVsize: number;
|
||||
ancestors?: Ancestor[];
|
||||
bestDescendant?: BestDescendant | null;
|
||||
cpfpChecked?: boolean;
|
||||
}
|
||||
|
||||
interface Ancestor {
|
||||
txid: string;
|
||||
weight: number;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
interface BestDescendant {
|
||||
txid: string;
|
||||
weight: number;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
export interface CpfpInfo {
|
||||
ancestors: Ancestor[];
|
||||
bestDescendant: BestDescendant | null;
|
||||
}
|
||||
|
||||
export interface TransactionStripped {
|
||||
|
|
|
@ -94,6 +94,31 @@ class Routes {
|
|||
res.json(times);
|
||||
}
|
||||
|
||||
public getCpfpInfo(req: Request, res: Response) {
|
||||
if (!/^[a-fA-F0-9]{64}$/.test(req.params.txId)) {
|
||||
res.status(501).send(`Invalid transaction ID.`);
|
||||
return;
|
||||
}
|
||||
|
||||
const tx = mempool.getMempool()[req.params.txId];
|
||||
if (!tx) {
|
||||
res.status(404).send(`Transaction doesn't exist in the mempool.`);
|
||||
return;
|
||||
}
|
||||
|
||||
if (tx.cpfpChecked) {
|
||||
res.json({
|
||||
ancestors: tx.ancestors,
|
||||
bestDescendant: tx.bestDescendant || null,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
const cpfpInfo = Common.setRelativesAndGetCpfpInfo(tx, mempool.getMempool());
|
||||
|
||||
res.json(cpfpInfo);
|
||||
}
|
||||
|
||||
public getBackendInfo(req: Request, res: Response) {
|
||||
res.json(backendInfo.getBackendInfo());
|
||||
}
|
||||
|
|
|
@ -58,15 +58,17 @@ services:
|
|||
RPC_PORT: "8332"
|
||||
RPC_USER: "mempool"
|
||||
RPC_PASS: "mempool"
|
||||
ELECTRS_HOST: "127.0.0.1"
|
||||
ELECTRS_PORT: "50002"
|
||||
ELECTRUM_HOST: "127.0.0.1"
|
||||
ELECTRUM_PORT: "50002"
|
||||
ELECTRUM_TLS: "false"
|
||||
MYSQL_HOST: "db"
|
||||
MYSQL_PORT: "3306"
|
||||
MYSQL_DATABASE: "mempool"
|
||||
MYSQL_USER: "mempool"
|
||||
MYSQL_PASS: "mempool"
|
||||
BACKEND_MAINNET_HTTP_PORT: "8999"
|
||||
CACHE_DIR: "/backend/cache/"
|
||||
CACHE_DIR: "/backend/cache"
|
||||
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
||||
db:
|
||||
image: mariadb:10.5.8
|
||||
user: "1000:1000"
|
||||
|
@ -83,7 +85,7 @@ services:
|
|||
|
||||
```
|
||||
|
||||
You can update all the environment variables inside the API container, especially the RPC and ELECTRS ones
|
||||
You can update all the environment variables inside the API container, especially the RPC and ELECTRUM ones
|
||||
|
||||
## Run it
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
"POLL_RATE_MS": 2000,
|
||||
"CACHE_DIR": "__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__"
|
||||
"CACHE_DIR": "__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__",
|
||||
"CLEAR_PROTECTION_MINUTES": __MEMPOOL_BACKEND_CLEAR_PROTECTION_MINUTES__
|
||||
},
|
||||
"CORE_RPC": {
|
||||
"HOST": "__BITCOIN_MAINNET_RPC_HOST__",
|
||||
|
@ -15,10 +16,9 @@
|
|||
"PASSWORD": "__BITCOIN_MAINNET_RPC_PASS__"
|
||||
},
|
||||
"ELECTRUM": {
|
||||
"HOST": "__ELECTRS_MAINNET_HTTP_HOST__",
|
||||
"PORT": __ELECTRS_MAINNET_HTTP_PORT__,
|
||||
"TLS_ENABLED": false,
|
||||
"TX_LOOKUPS": true
|
||||
"HOST": "__ELECTRUM_MAINNET_HTTP_HOST__",
|
||||
"PORT": __ELECTRUM_MAINNET_HTTP_PORT__,
|
||||
"TLS_ENABLED": __ELECTRUM_MAINNET_TLS_ENABLED__
|
||||
},
|
||||
"ESPLORA": {
|
||||
"REST_API_URL": "http://127.0.0.1:3000"
|
||||
|
|
|
@ -2,15 +2,17 @@
|
|||
|
||||
#MEMPOOL
|
||||
__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:=8999}
|
||||
__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__=${CACHE_DIR:=./}
|
||||
__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__=${CACHE_DIR:=./cache}
|
||||
__MEMPOOL_BACKEND_CLEAR_PROTECTION_MINUTES__=${MEMPOOL_CLEAR_PROTECTION_MINUTES:=20}
|
||||
# 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}
|
||||
__ELECTRUM_MAINNET_HTTP_HOST__=${ELECTRUM_HOST:=127.0.0.1}
|
||||
__ELECTRUM_MAINNET_HTTP_PORT__=${ELECTRUM_PORT:=50002}
|
||||
__ELECTRUM_MAINNET_TLS_ENABLED__=${ELECTRUM_TLS:=false}
|
||||
# MYSQL
|
||||
__MYSQL_HOST__=${MYSQL_HOST:=127.0.0.1}
|
||||
__MYSQL_PORT__=${MYSQL_PORT:=3306}
|
||||
|
@ -24,8 +26,9 @@ sed -i "s/__BITCOIN_MAINNET_RPC_HOST__/${__BITCOIN_MAINNET_RPC_HOST__}/g" mempoo
|
|||
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/__ELECTRUM_MAINNET_HTTP_HOST__/${__ELECTRUM_MAINNET_HTTP_HOST__}/g" mempool-config.json
|
||||
sed -i "s/__ELECTRUM_MAINNET_HTTP_PORT__/${__ELECTRUM_MAINNET_HTTP_PORT__}/g" mempool-config.json
|
||||
sed -i "s/__ELECTRUM_MAINNET_TLS_ENABLED__/${__ELECTRUM_MAINNET_TLS_ENABLED__}/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
|
||||
|
@ -33,5 +36,6 @@ 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
|
||||
sed -i "s/__MEMPOOL_BACKEND_CLEAR_PROTECTION_MINUTES__/${__MEMPOOL_BACKEND_CLEAR_PROTECTION_MINUTES__}/g" mempool-config.json
|
||||
|
||||
node /backend/dist/index.js
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "mempool-frontend",
|
||||
"version": "2.0.0",
|
||||
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||
"license": "MIT",
|
||||
"license": "GNU Affero General Public License v3.0",
|
||||
"homepage": "https://mempool.space",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -10,40 +10,42 @@
|
|||
|
||||
<br>
|
||||
|
||||
<h5 i18n="about.about-the-project">The Mempool Open Source Project</h5>
|
||||
<div class="row row-cols-1">
|
||||
<div class="col col-md-6 mx-auto">
|
||||
<p i18n>mempool.space is developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, 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 ads, altcoins, or third-party trackers.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<h3 i18n="about.maintainers">Maintainers</h3>
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://twitter.com/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<div class="container text-center">
|
||||
<div class="row row-cols-2" dir="ltr">
|
||||
<div class="col col-md-2 offset-md-4">
|
||||
<a href="https://twitter.com/softsimon_">
|
||||
<div class="profile_photo mx-auto" style="background-image: url(/resources/profile_softsimon.jpg)"></div>
|
||||
@softsimon_
|
||||
</a>
|
||||
<br>
|
||||
<span i18n="about.development">Development</span>
|
||||
</div>
|
||||
<div class="col col-md-2">
|
||||
<a href="https://twitter.com/wiz">
|
||||
<div class="profile_photo mx-auto" style="background-image: url(/resources/profile_wiz.png)"></div>
|
||||
@wiz
|
||||
</a>
|
||||
<br>
|
||||
<span i18n="about.operations">Operations</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<br><br>
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="keybase" class="svg-inline--fa fa-keybase fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"></path></svg>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<h3 i18n="about.sponsors.withHeart">Sponsors ❤️</h3>
|
||||
<br><br><br>
|
||||
|
||||
<h3 style="display: none;" i18n="about.sponsors.enterprise">Enterprise Sponsors</h3>
|
||||
|
||||
<h3 i18n="about.sponsors.withHeart">Community Sponsors ❤️</h3>
|
||||
|
||||
<div *ngIf="sponsors === null">
|
||||
<br>
|
||||
|
@ -176,35 +178,180 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://github.com/mempool/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg>
|
||||
</span>
|
||||
<h3 i18n="about.integrations">Community Integrations</h3>
|
||||
|
||||
<a href="https://github.com/bisq-network/bisq" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Bisq">
|
||||
<img class="profile_img" src="/resources/profile/bisq_network.png" />
|
||||
Bisq
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://twitter.com/mempoolspace">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>
|
||||
</span>
|
||||
<a href="https://github.com/getumbrel/umbrel" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Umbrel">
|
||||
<img class="profile_img" src="/resources/profile/umbrel.png" />
|
||||
Umbrel
|
||||
</div>
|
||||
</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 href="https://github.com/rootzoll/raspiblitz" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="RaspiBlitz">
|
||||
<img class="profile_img" src="/resources/profile/raspiblitz.jpg" />
|
||||
RaspiBlitz
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a target="_blank" class="m-2 fw6 mb3 mt2 truncate black-80 f4 link" href="https://keybase.io/team/mempool">
|
||||
<span class="dib v-mid">
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="keybase" class="svg-inline--fa fa-keybase fa-w-14 fa-3x" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"></path></svg>
|
||||
</span>
|
||||
<a href="https://github.com/mynodebtc/mynode" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="MyNode">
|
||||
<img class="profile_img" src="/resources/profile/mynodebtc.jpg" />
|
||||
MyNode
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/RoninDojo/RoninDojo" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="RoninDojo">
|
||||
<img class="profile_img" src="/resources/profile/ronindojo.png" />
|
||||
RoninDojo
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/ACINQ/phoenix" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Phoenix Wallet by ACINQ">
|
||||
<img class="profile_img" src="/resources/profile/phoenix.jpg" />
|
||||
Phoenix
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/cryptoadvance/specter-desktop" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Specter Wallet">
|
||||
<img class="profile_img" src="/resources/profile/specter.png" />
|
||||
Specter
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/spesmilo/electrum" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Electrum Wallet">
|
||||
<img class="profile_img" src="/resources/profile/electrum.jpg" />
|
||||
Electrum
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/hsjoberg/blixt-wallet" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Blixt Wallet">
|
||||
<img class="profile_img" src="/resources/profile/blixt.png" />
|
||||
Blixt
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/Satpile/satpile" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Satpile Watch-Only Wallet">
|
||||
<img class="profile_img" src="/resources/profile/satpile.jpg" />
|
||||
Satpile
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/btcontract/lnwallet" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Bitcoin Lightning Wallet">
|
||||
<img class="profile_img" src="/resources/profile/blw.png" />
|
||||
BLW
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/sparrowwallet/sparrow" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="Sparrow Wallet">
|
||||
<img class="profile_img" src="/resources/profile/sparrow.png" />
|
||||
Sparrow
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/pxsocs/warden" target="_blank">
|
||||
<div class="profile_photo d-inline-block" title="WARden Portfolio">
|
||||
<img class="profile_img" src="/resources/profile/warden.jpg" />
|
||||
WARden
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<h3 i18n="about.alliances">Community Alliances</h3>
|
||||
|
||||
<a href="https://liquid.net/">
|
||||
<img src="/resources/profile/liquid.svg" height="52">
|
||||
</a>
|
||||
|
||||
<a href="https://opencrypto.org/">
|
||||
<img src="/resources/profile/copa.png" height="62" style="margin-left: 30px; margin-right: 30px; margin-top: 20px;">
|
||||
</a>
|
||||
|
||||
<a href="https://bisq.network/">
|
||||
<img src="/resources/profile/bisq.svg" height="62">
|
||||
</a>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<h3 i18n="about.contributors">Project Contributors</h3>
|
||||
|
||||
<div *ngIf="contributors === null">
|
||||
<br>
|
||||
<div class="spinner-border text-light"></div>
|
||||
</div>
|
||||
|
||||
<ng-template ngFor let-contributor [ngForOf]="contributors">
|
||||
<a [href]="'https://github.com/' + contributor.name" target="_blank">
|
||||
<div class="profile_photo d-inline-block" [title]="contributor.name">
|
||||
<img class="profile_img" [src]="'/api/v1/contributors/images/' + contributor.id" />
|
||||
{{ contributor.name }}
|
||||
</div>
|
||||
</a>
|
||||
</ng-template>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<h3 i18n="about.maintainers">Project Maintainers</h3>
|
||||
|
||||
<div class="container text-center">
|
||||
<div class="row row-cols-2" dir="ltr">
|
||||
<div class="col col-md-2 offset-md-4">
|
||||
<a href="https://twitter.com/softsimon_">
|
||||
<div class="profile_photo d-inline-block" title="softsimon">
|
||||
<img class="profile_img" src="resources/profile/softsimon.jpg" />
|
||||
softsimon
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col col-md-2">
|
||||
<a href="https://twitter.com/wiz">
|
||||
<div class="profile_photo d-inline-block" title="wiz">
|
||||
<img class="profile_img" src="resources/profile/wiz.png" />
|
||||
wiz
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<code>Copyright (c) 2019-2021</code><br>
|
||||
<code>The Mempool Open Source Project</code><br>
|
||||
<br>
|
||||
<code>This program is free software: you can redistribute it and/or modify it</code><br>
|
||||
<code>under the terms of the GNU Affero General Public License as published by</code><br>
|
||||
<code>the Free Software Foundation, either version 3 of the License, or (at your</code><br>
|
||||
<code>option) any later version.</code><br>
|
||||
<br>
|
||||
<code>This program is distributed in the hope that it will be useful, but</code><br>
|
||||
<code>WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY</code><br>
|
||||
<code>or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public</code><br>
|
||||
<code>License for more details.</code><br>
|
||||
<img src="/resources/profile/gnuagplv3.svg" style="margin: 20px; width: 200px">
|
||||
<br>
|
||||
<a href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">GNU Affero General Public License v3.0</a>
|
||||
<br><br>
|
||||
<a href="/3rdpartylicenses.txt">Third Party Licenses</a>
|
||||
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
<div class="text-center">
|
||||
<a [routerLink]="['/terms-of-service']" i18n="shared.terms-of-service|Terms of Service">Terms of Service</a>
|
||||
|
|
|
@ -19,9 +19,11 @@ export class AboutComponent implements OnInit, OnDestroy {
|
|||
paymentForm: FormGroup;
|
||||
donationStatus = 1;
|
||||
sponsors$: Observable<any>;
|
||||
contributors$: Observable<any>;
|
||||
donationObj: any;
|
||||
sponsorsEnabled = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
|
||||
sponsors = null;
|
||||
contributors = null;
|
||||
requestSubscription: Subscription | undefined;
|
||||
|
||||
constructor(
|
||||
|
@ -51,6 +53,11 @@ export class AboutComponent implements OnInit, OnDestroy {
|
|||
.subscribe((sponsors) => {
|
||||
this.sponsors = sponsors;
|
||||
});
|
||||
|
||||
this.apiService.getContributor$()
|
||||
.subscribe((contributors) => {
|
||||
this.contributors = contributors;
|
||||
});
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
|
|
|
@ -40,6 +40,10 @@
|
|||
<td class="nowrap"><a href="{{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/mempool-blocks" target="_blank">GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/mempool-blocks</a></td>
|
||||
<td i18n="api-docs.fees.mempool-blocks|API Docs for /api/v1/fees/mempool-blocks">Returns current mempool as projected blocks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="nowrap"><a href="{{ network.val === '' ? '' : '/' + network.val }}/api/v1/cpfp/TXID" target="_blank">GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/cpfp/:txid</a></td>
|
||||
<td i18n="api-docs.fees.cpfp|API Docs for /api/v1/fees/cpfp">Returns the ancestors and the best descendant fees for a transaction.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</ng-template>
|
||||
|
|
|
@ -32,7 +32,6 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||
) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
const showLegend = !this.isMobile && this.showLegend;
|
||||
let labelHops = !this.showLegend ? 48 : 24;
|
||||
if (this.small) {
|
||||
labelHops = labelHops / 2;
|
||||
|
@ -73,28 +72,28 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||
},
|
||||
axisY: {
|
||||
labelInterpolationFnc: (value: number): any => this.vbytesPipe.transform(value, 2),
|
||||
offset: showLegend ? 160 : 60,
|
||||
offset: this.showLegend ? 160 : 60,
|
||||
},
|
||||
plugins: this.inverted ? [Chartist.plugins.ctTargetLine({ value: 1000000 })] : []
|
||||
};
|
||||
|
||||
if (showLegend) {
|
||||
this.mempoolVsizeFeesOptions.plugins.push(
|
||||
Chartist.plugins.legend({
|
||||
legendNames: [1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 125, 150, 175, 200,
|
||||
if (this.showLegend) {
|
||||
const legendNames: string[] = [1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 125, 150, 175, 200,
|
||||
250, 300, 350, 400].map((sat, i, arr) => {
|
||||
if (sat === 400) {
|
||||
return '350+';
|
||||
return '350+';
|
||||
}
|
||||
if (i === 0) {
|
||||
if (this.stateService.network === 'liquid') {
|
||||
return '0 - 1';
|
||||
}
|
||||
return '1 sat/vB';
|
||||
return '0 - 1';
|
||||
}
|
||||
return arr[i - 1] + ' - ' + sat;
|
||||
})
|
||||
})
|
||||
});
|
||||
// Only Liquid has lower than 1 sat/vb transactions
|
||||
if (this.stateService.network !== 'liquid') {
|
||||
legendNames.shift();
|
||||
}
|
||||
this.mempoolVsizeFeesOptions.plugins.push(
|
||||
Chartist.plugins.legend({ legendNames: legendNames })
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -309,7 +309,7 @@ const defaultOptions = {
|
|||
|
||||
Chartist.plugins.legend = function (options: any) {
|
||||
let cachedDOMPosition;
|
||||
let cacheInactiveLegends: any = [];
|
||||
let cacheInactiveLegends: { [key:number]: boolean } = {};
|
||||
// Catch invalid options
|
||||
if (options && options.position) {
|
||||
if (!(options.position === 'top' || options.position === 'bottom' || options.position instanceof HTMLElement)) {
|
||||
|
@ -449,32 +449,29 @@ Chartist.plugins.legend = function (options: any) {
|
|||
const legendIndex = parseInt(li.getAttribute('data-legend'));
|
||||
const legend = legends[legendIndex];
|
||||
|
||||
if (!legend.active) {
|
||||
legend.active = true;
|
||||
li.classList.remove('inactive');
|
||||
const activateLegend = (_legendIndex: number): void => {
|
||||
legends[_legendIndex].active = true;
|
||||
legendElement.childNodes[_legendIndex].classList.remove('inactive');
|
||||
|
||||
var indexOfInactiveLegend = cacheInactiveLegends.indexOf(legendIndex, 0)
|
||||
if (indexOfInactiveLegend > -1) {
|
||||
cacheInactiveLegends.splice(indexOfInactiveLegend, 1);
|
||||
}
|
||||
cacheInactiveLegends[_legendIndex] = false;
|
||||
}
|
||||
|
||||
} else {
|
||||
legend.active = false;
|
||||
li.classList.add('inactive');
|
||||
cacheInactiveLegends.push(legendIndex);
|
||||
const deactivateLegend = (_legendIndex: number): void => {
|
||||
legends[_legendIndex].active = false;
|
||||
legendElement.childNodes[_legendIndex].classList.add('inactive');
|
||||
cacheInactiveLegends[_legendIndex] = true;
|
||||
}
|
||||
|
||||
const activeCount = legends.filter(function(legend: any) { return legend.active; }).length;
|
||||
if (!options.removeAll && activeCount == 0) {
|
||||
// If we can't disable all series at the same time, let's
|
||||
// reenable all of them:
|
||||
for (let i = 0; i < legends.length; i++) {
|
||||
legends[i].active = true;
|
||||
legendElement.childNodes[i].classList.remove('inactive');
|
||||
}
|
||||
|
||||
cacheInactiveLegends = [];
|
||||
for (let i = legends.length - 1; i >= 0; i--) {
|
||||
if (i >= legendIndex) {
|
||||
if (!legend.active) activateLegend(i);
|
||||
} else {
|
||||
if (legend.active) deactivateLegend(i);
|
||||
}
|
||||
}
|
||||
// Make sure all values are undefined (falsy) when clicking the first legend
|
||||
// After clicking the first legend all indices should be falsy
|
||||
if (legendIndex === 0) cacheInactiveLegends = {};
|
||||
|
||||
const newSeries = [];
|
||||
const newLabels = [];
|
||||
|
@ -512,7 +509,8 @@ Chartist.plugins.legend = function (options: any) {
|
|||
const legendSeries = legend.series || [i];
|
||||
|
||||
const li = createNameElement(i, legendText, classNamesViable);
|
||||
const isActive: boolean = !(cacheInactiveLegends.indexOf(i) > -1);
|
||||
// If the value is undefined or false, isActive is true
|
||||
const isActive: boolean = !cacheInactiveLegends[i];
|
||||
if (isActive) {
|
||||
activeSeries.push(seriesMetadata[i].data);
|
||||
activeLabels.push(seriesMetadata[i].label);
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
<div class="container-xl">
|
||||
<div class="text-center">
|
||||
<br />
|
||||
<img src="./resources/mempool-logo-bigger.png" height="67.5" width="251">
|
||||
<img [src]="officialMempoolSpace ? './resources/mempool-space-logo-bigger.png' : './resources/mempool-logo-bigger.png'" style="width: 250px;height:63px;">
|
||||
<br /><br />
|
||||
|
||||
<h2>Terms of Service</h2>
|
||||
<h6>Updated: October 12, 2020</h6>
|
||||
<h6>Updated: March 09, 2021</h6>
|
||||
|
||||
<br><br>
|
||||
|
||||
<div class="text-left">
|
||||
|
||||
<p *ngIf="officialMempoolSpace">The official <a href="https://mempool.space/">mempool.space</a> website and <a href="https://mempool.space/api">its API service</a> are operated by Mempool Space K.K.</p>
|
||||
<p *ngIf="!officialMempoolSpace">This website and its API service are operated by an individual member of the Bitcoin community, who is not affiliated with Mempool Space K.K.</p>
|
||||
|
||||
<h5>By using this website or accessing its API, you agree to these Terms of Service:</h5>
|
||||
|
||||
<br>
|
||||
|
@ -29,16 +32,44 @@
|
|||
|
||||
<h4>PRIVACY POLICY</h4>
|
||||
|
||||
<p>The operators of this website may collect your IP address as part of basic webserver logs and a self-hosted statistics application, but this data will never be sold or shared with third parties. Please use Tor when accessing this website to protect your privacy.</p>
|
||||
<p>Out of respect for the Bitcoin community, this website does not utilize any third-party trackers or cookies, and the operators of this website do not share any user data with third-parties. However, your IP address may be collected as part of basic webserver logs necessary for systems administration purposes, and as part of an anonymized self-hosted statistics application for analytics. To protect your privacy, use Tor browser to access this website's Tor V3 onion hostname to conceal your IP address, or alternatively install and use your own self-hosted instance of this website.</p>
|
||||
|
||||
<h4>SPONSOR POLICY</h4>
|
||||
<br>
|
||||
|
||||
<p>If you donate at least 0.01 BTC to mempool.space and submit your Twitter username at the time of donation, we will generally feature your Twitter profile photo on our About page with a link to your Twitter account. However, we reserve the right to remove sponsors listed on our website that in our sole discretion are inappropriate. All donations made are non-refundable.</p>
|
||||
<h4>BITCOIN ONLY POLICY</h4>
|
||||
|
||||
</div>
|
||||
<p>Out of respect for the Bitcoin community, this website does not support altcoins, and is generally "Bitcoin Only". The <a href="https://mempool.space/liquid/assets">IOU tokens for Bitcoin and fiat currencies on the Liquid network</a>, and the <a href="https://mempool.space/bisq/stats">BSQ colored Bitcoin for DAO governance on the Bisq Network</a>, are not considered altcoins as they do not distract users from Bitcoin and are part of our stated mission to support the entire Bitcoin ecosystem including Bitcoin Layer 2 Networks.</p>
|
||||
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
<h4>EXTERNAL LINK POLICY</h4>
|
||||
|
||||
<p>Out of respect for the Bitcoin community, this website does not display advertising, and generally does not link to external websites. However, exceptions are made for references to Bitcoin's technical documentation, for acknowledgements of individual members and open-source projects within the Bitcoin community, and for direct contributors and supporters of <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a>, as follows:</p>
|
||||
<ul>
|
||||
<li>In order to refer to Bitcoin technical documentation, external links may by added where applicable, to informational websites that respect that Bitcoin community and do not display advertising, altcoins, or third-party trackers, such as <a href="https://en.bitcoin.it/">bitcoin.it</a> and <a href="https://bitcoin.org/">bitcoin.org</a>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge individual contributors to <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a> who have made <a href="https://github.com/mempool/mempool/graphs/contributors">at least 10 contributions visible on GitHub</a>, the contributor's GitHub profile photo will automatically be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to their GitHub profile</u>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge members of the Bitcoin community who have made a one-time donation of at least 0.01 BTC to <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a> on <a href="https://mempool.space/about">mempool.space/about</a>, the Bitcoin community members's Twitter profile photo will automatically be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to their Twitter profile</u>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge members of the Bitcoin community who have made recurring donations of at least $100 USD per month to <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a> through <a href="https://github.com/sponsors/mempool">our GitHub Sponsors program</a> for at least 6 months, the Bitcoin community member's GitHub profile photo will automatically be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to their GitHub profile</u>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge open source projects that benefit the Bitcoin community and have integrated <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a> into their software, the open source project's logo may be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to the project's GitHub repository</u>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge federations or alliances within the Bitcoin community that have a relationship to <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a>, the federation or alliance logo may be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to the alliance website</u>.</li>
|
||||
<br>
|
||||
<li>In order to acknowledge the enterprise organizations within the Bitcoin community that have made a significant one-time donation of at least $25,000 USD to <a href="https://github.com/mempool/mempool">The Mempool Open Source Project</a>, the organization's logo may be displayed on <a href="https://mempool.space/about">mempool.space/about</a>, with <u>a link to the organization's website</u>.</li>
|
||||
</ul>
|
||||
<p>However, we reserve the right to remove any links from our website that in our sole discretion are inappropriate. All donations are non-refundable.</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p>EOF</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { Env, StateService } from '../../services/state.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-terms-of-service',
|
||||
templateUrl: './terms-of-service.component.html'
|
||||
})
|
||||
export class TermsOfServiceComponent {
|
||||
constructor() { }
|
||||
officialMempoolSpace = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
|
||||
|
||||
constructor(
|
||||
private stateService: StateService,
|
||||
) { }
|
||||
}
|
||||
|
|
|
@ -73,22 +73,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
<table class="table table-borderless table-striped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="td-width" i18n="transaction.fee|Transaction fee">Fee</td>
|
||||
<td>{{ tx.fee | number }} <span i18n="transaction.fee.sat|Transaction Fee sat">sat</span> (<app-fiat [value]="tx.fee"></app-fiat>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="transaction.fee-per-vbyte|Transaction fee">Fee per vByte</td>
|
||||
<td>
|
||||
{{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
|
||||
|
||||
<app-tx-fee-rating *ngIf="tx.fee" [tx]="tx"></app-tx-fee-rating>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ng-container *ngTemplateOutlet="feeTable"></ng-container>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -146,18 +131,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
<table class="table table-borderless table-striped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="td-width" i18n="transaction.fee|Transaction Fee">Fee</td>
|
||||
<td>{{ tx.fee | number }} <span i18n="transaction.fee.sat|Transaction Fee sat">sat</span> (<app-fiat [value]="tx.fee"></app-fiat>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="transaction.fee-per-vbyte|Transaction fee">Fee per vByte</td>
|
||||
<td>{{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ng-container *ngTemplateOutlet="feeTable"></ng-container>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -295,4 +269,36 @@
|
|||
<ng-template let-i #nextBlockEta i18n="mempool-blocks.eta-of-next-block|Block Frequency">In ~{{ i }} minute</ng-template>
|
||||
|
||||
<ng-template #blocksSingular let-i i18n="shared.block">{{ i }} block</ng-template>
|
||||
<ng-template #blocksPlural let-i i18n="shared.blocks">{{ i }} blocks</ng-template>
|
||||
<ng-template #blocksPlural let-i i18n="shared.blocks">{{ i }} blocks</ng-template>
|
||||
|
||||
<ng-template #feeTable>
|
||||
<table class="table table-borderless table-striped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="td-width" i18n="transaction.fee|Transaction fee">Fee</td>
|
||||
<td>{{ tx.fee | number }} <span i18n="transaction.fee.sat|Transaction Fee sat">sat</span> (<app-fiat [value]="tx.fee"></app-fiat>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="transaction.fee-per-vbyte|Transaction fee">Fee per vByte</td>
|
||||
<td>
|
||||
{{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
|
||||
<ng-template [ngIf]="tx.status.confirmed">
|
||||
|
||||
<app-tx-fee-rating *ngIf="tx.fee && (!tx.effectiveFeePerVsize || tx.effectiveFeePerVsize === tx.fee / (tx.weight / 4))" [tx]="tx"></app-tx-fee-rating>
|
||||
</ng-template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr *ngIf="tx.effectiveFeePerVsize && tx.effectiveFeePerVsize !== tx.fee / (tx.weight / 4)">
|
||||
<td i18n="transaction.effective-fee|Effective transaction fee">Effective fee</td>
|
||||
<td>
|
||||
{{ tx.effectiveFeePerVsize | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
|
||||
<ng-template [ngIf]="tx.status.confirmed">
|
||||
|
||||
<app-tx-fee-rating *ngIf="tx.fee" [tx]="tx"></app-tx-fee-rating>
|
||||
</ng-template>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</ng-template>
|
|
@ -91,10 +91,28 @@ export class TransactionComponent implements OnInit, OnDestroy {
|
|||
this.getTransactionTime();
|
||||
}
|
||||
}
|
||||
|
||||
if (this.tx.status.confirmed) {
|
||||
this.stateService.markBlock$.next({ blockHeight: tx.status.block_height });
|
||||
} else {
|
||||
this.stateService.markBlock$.next({ txFeePerVSize: tx.fee / (tx.weight / 4) });
|
||||
if (tx.effectiveFeePerVsize) {
|
||||
this.stateService.markBlock$.next({ txFeePerVSize: tx.effectiveFeePerVsize });
|
||||
} else {
|
||||
this.apiService.getCpfpinfo$(this.tx.txid)
|
||||
.subscribe((cpfpInfo) => {
|
||||
let totalWeight = tx.weight + cpfpInfo.ancestors.reduce((prev, val) => prev + val.weight, 0);
|
||||
let totalFees = tx.fee + cpfpInfo.ancestors.reduce((prev, val) => prev + val.fee, 0);
|
||||
|
||||
if (cpfpInfo.bestDescendant) {
|
||||
totalWeight += cpfpInfo.bestDescendant.weight;
|
||||
totalFees += cpfpInfo.bestDescendant.fee;
|
||||
}
|
||||
|
||||
const effectiveFeePerVsize = totalFees / (totalWeight / 4);
|
||||
this.tx.effectiveFeePerVsize = effectiveFeePerVsize;
|
||||
this.stateService.markBlock$.next({ txFeePerVSize: effectiveFeePerVsize });
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
(error) => {
|
||||
|
@ -139,7 +157,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
|
|||
return;
|
||||
}
|
||||
|
||||
const txFeePerVSize = this.tx.fee / (this.tx.weight / 4);
|
||||
const txFeePerVSize = this.tx.effectiveFeePerVsize || this.tx.fee / (this.tx.weight / 4);
|
||||
|
||||
for (const block of mempoolBlocks) {
|
||||
for (let i = 0; i < block.feeRange.length - 1; i++) {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<span *ngIf="feeRating === 1" class="badge badge-success" i18n="tx-fee-rating.optimal|TX Fee Rating is Optimal">Optimal</span>
|
||||
<span *ngIf="feeRating === 2" class="badge badge-warning" placement="bottom" i18n-ngbTooltip="tx-fee-rating.warning-tooltip" ngbTooltip="Only ~{{ medianFeeNeeded }} sat/vB was needed to get into this block" i18n="tx-fee-rating.overpaid.warning|TX Fee Rating is Warning">Overpaid {{ overpaidTimes }}x</span>
|
||||
<span *ngIf="feeRating === 3" class="badge badge-danger" placement="bottom" i18n-ngbTooltip="tx-fee-rating.danger-tooltip" ngbTooltip="Only ~{{ medianFeeNeeded }} sat/vB was needed to get into this block" i18n="tx-fee-rating.overpaid.danger|TX Fee Rating is Danger">Overpaid {{ overpaidTimes }}x</span>
|
||||
<span *ngIf="feeRating === 2" class="badge badge-warning" placement="bottom" i18n-ngbTooltip="tx-fee-rating.warning-tooltip" ngbTooltip="Only ~{{ medianFeeNeeded | number : '1.1-1' }} sat/vB was needed to get into this block" i18n="tx-fee-rating.overpaid.warning|TX Fee Rating is Warning">Overpaid {{ overpaidTimes }}x</span>
|
||||
<span *ngIf="feeRating === 3" class="badge badge-danger" placement="bottom" i18n-ngbTooltip="tx-fee-rating.danger-tooltip" ngbTooltip="Only ~{{ medianFeeNeeded | number : '1.1-1' }} sat/vB was needed to get into this block" i18n="tx-fee-rating.overpaid.danger|TX Fee Rating is Danger">Overpaid {{ overpaidTimes }}x</span>
|
||||
|
|
|
@ -52,7 +52,7 @@ export class TxFeeRatingComponent implements OnInit, OnChanges, OnDestroy {
|
|||
}
|
||||
|
||||
calculateRatings(block: Block) {
|
||||
const feePervByte = this.tx.fee / (this.tx.weight / 4);
|
||||
const feePervByte = this.tx.effectiveFeePerVsize || this.tx.fee / (this.tx.weight / 4);
|
||||
this.medianFeeNeeded = block.medianFee;
|
||||
|
||||
// Block not filled
|
||||
|
|
|
@ -11,6 +11,7 @@ export interface Transaction {
|
|||
|
||||
// Custom properties
|
||||
firstSeen?: number;
|
||||
effectiveFeePerVsize?: number;
|
||||
}
|
||||
|
||||
export interface Recent {
|
||||
|
|
|
@ -8,3 +8,20 @@ export interface OptimizedMempoolStats {
|
|||
mempool_byte_weight: number;
|
||||
vsizes: number[] | string[];
|
||||
}
|
||||
|
||||
interface Ancestor {
|
||||
txid: string;
|
||||
weight: number;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
interface BestDescendant {
|
||||
txid: string;
|
||||
weight: number;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
export interface CpfpInfo {
|
||||
ancestors: Ancestor[];
|
||||
bestDescendant: BestDescendant | null;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Injectable } from '@angular/core';
|
||||
import { HttpClient, HttpParams } from '@angular/common/http';
|
||||
import { OptimizedMempoolStats } from '../interfaces/node-api.interface';
|
||||
import { CpfpInfo, OptimizedMempoolStats } from '../interfaces/node-api.interface';
|
||||
import { Observable } from 'rxjs';
|
||||
import { StateService } from './state.service';
|
||||
import { WebsocketResponse } from '../interfaces/websocket.interface';
|
||||
|
@ -77,6 +77,10 @@ export class ApiService {
|
|||
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/donations');
|
||||
}
|
||||
|
||||
getContributor$(): Observable<any[]> {
|
||||
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/contributors');
|
||||
}
|
||||
|
||||
checkDonation$(orderId: string): Observable<any[]> {
|
||||
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/donations/check?order_id=' + orderId);
|
||||
}
|
||||
|
@ -84,4 +88,8 @@ export class ApiService {
|
|||
getInitData$(): Observable<WebsocketResponse> {
|
||||
return this.httpClient.get<WebsocketResponse>(this.apiBaseUrl + this.apiBasePath + '/api/v1/init-data');
|
||||
}
|
||||
|
||||
getCpfpinfo$(txid: string): Observable<CpfpInfo> {
|
||||
return this.httpClient.get<CpfpInfo>(this.apiBaseUrl + this.apiBasePath + '/api/v1/cpfp/' + txid);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@ export class AudioService {
|
|||
this.isPlaying = true;
|
||||
this.audio.src = '../../../resources/sounds/' + name + '.mp3';
|
||||
this.audio.load();
|
||||
this.audio.volume = 0.65; // 65% volume
|
||||
this.audio.play().catch((e) => {
|
||||
console.log('Play sound failed' + e);
|
||||
});
|
||||
|
|
|
@ -15,11 +15,11 @@ export class Hex2asciiPipe implements PipeTransform {
|
|||
if (!hex) {
|
||||
return '';
|
||||
}
|
||||
let str = '';
|
||||
let bytes: number[] = [];
|
||||
for (let i = 0; i < hex.length; i += 2) {
|
||||
str += String.fromCharCode(parseInt(hex.substr(i, 2), 16));
|
||||
bytes.push(parseInt(hex.substr(i, 2), 16));
|
||||
}
|
||||
return str;
|
||||
return new TextDecoder('utf8').decode(Uint8Array.from(bytes));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -5,16 +5,16 @@
|
|||
<title>mempool - Bitcoin Explorer</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="description" content="An open-source mempool visualizer and blockchain explorer for Bitcoin. Features real-time updates and live transaction tracking." />
|
||||
<meta name="description" content="An open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem." />
|
||||
<meta property="og:image" content="https://mempool.space/resources/mempool-preview.png?20201101" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1000" />
|
||||
<meta property="og:image:height" content="500" />
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:site" content="mempoolspace">
|
||||
<meta property="twitter:creator" content="mempoolspace">
|
||||
<meta property="twitter:title" content="mempool - Bitcoin block explorer">
|
||||
<meta property="twitter:description" content="An open-source mempool visualizer and blockchain explorer for Bitcoin." />
|
||||
<meta property="twitter:site" content="@mempool">
|
||||
<meta property="twitter:creator" content="@mempool">
|
||||
<meta property="twitter:title" content="mempool">
|
||||
<meta property="twitter:description" content="An open-source explorer developed for the Bitcoin community, focusing on the transition into a multi-layer ecosystem." />
|
||||
<meta property="twitter:image:src" content="https://mempool.space/resources/mempool-preview.png?20201101" />
|
||||
<meta property="twitter:domain" content="mempool.space">
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//stats.wiz.biz/";
|
||||
var u="//stats.mempool.space/";
|
||||
_paq.push(['setTrackerUrl', u+'m.php']);
|
||||
_paq.push(['setSiteId', '5']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
|
|
|
@ -1009,11 +1009,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1068,7 +1068,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1118,7 +1118,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1131,7 +1131,7 @@
|
|||
<target>حول</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1162,7 +1162,7 @@
|
|||
<target>شبكات الطبقة ٢</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1171,7 +1171,7 @@
|
|||
<target>احصائيات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1180,7 +1180,7 @@
|
|||
<target>لوحة التحكم</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1189,7 +1189,7 @@
|
|||
<target>الرسوم البيانية</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1202,7 +1202,7 @@
|
|||
<target>وضع التلفزيون</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1215,7 +1215,7 @@
|
|||
<target>الأصول</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1223,56 +1223,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>نبذه عن المشروع</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>يهدف مشروع mempool المفتوح المصدر إلى صنع مستعرض عالي الجودة وبشكل صوري لنظام Bitcoin بأكمله، دون تشتيت الانتباه لأشياء مثل الـ altcoins أو وضع اعلانات أو متتبعات طرف ثالث.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>فريق الصيانة</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>تطوير</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>العمليات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>الرعاة ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1281,7 +1251,7 @@
|
|||
<target>كن راعياً ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1290,16 +1260,40 @@
|
|||
<target>طلب الفاتوره</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>شروط الخدمة</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1317,7 +1311,7 @@
|
|||
<target>انتقل إلى <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> للاعلان</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1326,7 +1320,7 @@
|
|||
<target>المبلغ المطلوب</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1335,7 +1329,7 @@
|
|||
<target>الحد الأدنى هو 0.001 بتكوين</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1344,7 +1338,7 @@
|
|||
<target>إذا تبرعت بمبلغ 0.01 بتكوين أو أكثر ، فستتم إضافة صورة ملفك الشخصي إلى قائمة الرعاة أعلاه :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1353,7 +1347,7 @@
|
|||
<target>في إنتظار التحويلات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1362,7 +1356,7 @@
|
|||
<target>تم تأكيد التبرع!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1371,7 +1365,7 @@
|
|||
<target>شكراً لك!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>O projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Sítě 2. vrstvy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Statistiky</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Rozcestník</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Grafy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>TV pohled</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Aktiva</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>O projektu</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Cílem open-source mempool projektu je implementace vysoce kvalitního průzkumného a vizualizačního webu pro celý bitcoinový ekosystém, bez rušivých prvků, jako jsou altcoiny, reklama nebo sledovače třetích stran.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Správci</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Vývoj</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Obsluha</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponzoři ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Staňte se sponzorem ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Vyžádat si fakturu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Podmínky služby</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Přejít na <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> na sponzory</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Požadovaná částka</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Minimální částka je 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Pokud darujete 0,01 BTC nebo více, vaše profilová fotka bude přidána do seznamu sponzorů výše :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Čekání na transakci...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Dar potvrzen!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Děkujeme!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Über</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Layer 2-Netzwerke</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Statistiken</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Dashboard</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Grafiken</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>TV-Ansicht</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Vermögenswerte</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Über das Projekt</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Das Open-Source-Projekt von mempool zielt darauf ab, eine qualitativ hochwertige Explorer- und Visualisierungswebsite für das gesamte Bitcoin-Ökosystem zu implementieren, ohne Ablenkungen durch Altcoins, Werbung oder Tracker von Drittanbietern.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Maintainer</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Entwicklung</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Betrieb</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsoren ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Werde ein Sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Rechnung anfordern</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Nutzungsbedingungen</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Um ein Sponsor zu werden, navigieren Sie zu <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Mindestbetrag</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Der Mindestbetrag beträgt 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Wenn Sie 0,01 BTC oder mehr spenden, wird Ihr Profilfoto zur Liste der Sponsoren oben hinzugefügt :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Warten auf die Transaktion ...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Spende bestätigt!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Vielen Dank!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -939,11 +939,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -995,7 +995,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1043,7 +1043,7 @@
|
|||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1055,7 +1055,7 @@
|
|||
<source>About</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1083,7 +1083,7 @@
|
|||
<source>Layer 2 Networks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1091,7 +1091,7 @@
|
|||
<source>Stats</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1099,7 +1099,7 @@
|
|||
<source>Dashboard</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1107,7 +1107,7 @@
|
|||
<source>Graphs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1119,7 +1119,7 @@
|
|||
<source>TV view</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1131,7 +1131,7 @@
|
|||
<source>Assets</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1139,50 +1139,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1190,7 +1166,7 @@
|
|||
<source>Become a sponsor ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1198,15 +1174,39 @@
|
|||
<source>Request invoice</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1223,7 +1223,7 @@
|
|||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1231,7 +1231,7 @@
|
|||
<source>Amount required</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1239,7 +1239,7 @@
|
|||
<source>Minimum amount is 0.001 BTC</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1247,7 +1247,7 @@
|
|||
<source>If you donate 0.01 BTC or more, your profile photo will be added to the list of sponsors above :)</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1255,7 +1255,7 @@
|
|||
<source>Waiting for transaction... </source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1263,7 +1263,7 @@
|
|||
<source>Donation confirmed!</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1271,7 +1271,7 @@
|
|||
<source>Thank you!</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Sobre nosotros</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Redes de segunda capa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Estadísticas</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Dashboard</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Gráficos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>Vista de TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Activos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Sobre el proyecto</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool es un proyecto de código abierto cuyo objetivo es proporcionar una web donde explorar y visualizar todo el ecosistema de Bitcoin de la mejor forma posible, sin distracciones como altcoins, publicidad o rastreadores de terceros.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Mantenedores</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Desarrollo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operaciones</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Patrocinadores ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Sé patrocinador ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Solicitar factura</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Términos de servicio</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Vaya a <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> para patrocinarnos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Cantidad requerida</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>La cantidad mínima es 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Si donas 0.01 BTC o más, tu foto de perfil aparecerá en la lista de patrocinadores que puedes ver aquí arriba :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Cargando transacción...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>¡Donación confirmada!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>¡Gracias!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>رابط برنامهنویسی نرمافزار (API)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>درباره</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>شبکههای لایه 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>آمار</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>داشبورد</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>گرافها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>نمایش تلویزیونی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>داراییها</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>درباره پروژه</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>پروژه متنباز ممپول یک کاوشگر باکیفیت و سایت بصریساز برای همه زیستبوم بیتکوین است و کاربر را درگیر حواسپرتیهایی مثل آلتکوینها، تبلیغات و جاسوسافزارها نمیکند.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>توسعهدهندهها</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>توسعهدهنده</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>امور عملیاتی</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>حامیان ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>حامی شوید ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>درخواست فاکتور</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>شرایط خدمات</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>برای حامی شدن به اینجا برو <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>مبلغ مورد نیاز است</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>حداقل مبلغ 0.001 بیتکوین است</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>اگر 0.01 بیتکوین یا بیشتر اهدا کنید، تصویر شما به لیست حامیان بالا اضافه میشود :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>منتظر تراکنش...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>اهدا هدیه تایید شد!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>ممنون!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>Tietoja</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>Toisen kerroksen verkot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>Tilastot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>Kojelauta</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>Kaaviot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>TV näkymä</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>Omaisuuserät</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Tietoja projektista</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool avoimen lähdekoodin projektissa tarkoituksena on toteuttaa korkealaatuinen tutkimus- ja visualisointisivusto koko Bitcoin-ekosysteemille ilman häiriötekijöitä, kuten altcoineja, mainontaa tai kolmannen osapuolen seurantalaitteita.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Ylläpitäjät</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Kehitys</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Toiminnot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsorit ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>Ryhdy sponsoriksi ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>Pyydä lasku</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Käyttöehdot</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>Sponsoroidaksesi navigoi osoitteeseen <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>Vaadittu määrä</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>Vähimmäismäärä on 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>Jos lahjoitat 0,01 BTC tai enemmän, profiilikuvasi lisätään yllä olevaan sponsoriluetteloon :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>Odotetaan siirtotapahtumaa...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>Lahjoitus vahvistettu!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>Kiitos!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>A propos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Réseaux de couche 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Statistiques</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Tableau de bord</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Graphiques</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>Vue TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Actifs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>À propos du projet</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Le projet open-source mempool vise à implémenter un explorateur de haute qualité pour l'entièreté de l'éco-système Bitcoin, sans distraction telles que les altcoins, les publicités, ou les traqueurs tiers.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Mainteneurs</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Développement</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Opérations</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsors ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Devenir sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Demander une facture</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Conditions d'utilisation</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Aller à <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>pour sponsoriser </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Montant requis</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Le montant minimum est de 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Si vous donnez 0,01 BTC ou plus, votre photo de profil sera ajoutée à la liste des sponsors ci-dessus :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>En attente de la transaction...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Don confirmé!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Merci!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8e623d3cfecb7c560c114390db53c1f430ffd0de">
|
||||
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> confirmation</source>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/> אישור</target>
|
||||
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/> אישורים</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
|
@ -86,7 +86,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="ef772ce5cf98a47b29175e3d46b8a9816c7990a2">
|
||||
<source>Unconfirmed</source>
|
||||
<target>טרם אושר</target>
|
||||
<target>טרם אושרו</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
|
@ -215,7 +215,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="071dc2ed21e40ad2199ea5dda884f48c0414a42a">
|
||||
<source>sat</source>
|
||||
<target>סאט</target>
|
||||
<target>סאטושיז</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">80</context>
|
||||
|
@ -365,7 +365,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4e738ef3d2b4878f17f43002204f7b31aabb8e87">
|
||||
<source>ETA</source>
|
||||
<target>זמן הגעה משוער</target>
|
||||
<target>זמן אישור משוער</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/transaction/transaction.component.html</context>
|
||||
<context context-type="linenumber">119</context>
|
||||
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1095,7 +1095,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9f10a0577222a7d6c35a889453fa3a794750d9c4">
|
||||
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
|
||||
<target>MultiSig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> מ <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
|
||||
<target>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
|
@ -1113,7 +1113,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
|
||||
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
|
||||
<target>רשת הנזילות <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
|
||||
<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>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>אודות</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>רשתות שכבה שנייה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>סטטיסטיקה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>לוח מחוונים</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>גרפים</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>תצוגת מרקע</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>נכסים</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>על הפרוייקט</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>מטרת פרויקט הקוד הפתוח של Mempool הינה יישום סייר והדמיה באיכות גבוהה עבור כל המערכות של ביטקוין, ללא הסחות דעת כמו אלטקוינז, פרסום או מעקב אחר משתמשים.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>מתחזקים</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>פיתוח</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>תפעול</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>תומכים ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>הצטרף כתומך ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>בקשת חשבונית</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>תנאי השירות</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>עבור ל <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> כדי לתמוך</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>כמות נדרשת</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>הסכום המינימלי הינו 0.001 ביטקוין</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>בתרומה של 0.01 ביטקוין או יותר, תמונת הפרופיל שלך תתווסף לרשימת התורמים מעלה :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>ממתין לטרנזקציה...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>תרומה אושרה!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>תודה לך!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
@ -1967,7 +1961,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="125c154b4a63daa7e993e1f4a8bea4c98a645142">
|
||||
<source>Difficulty adjustment</source>
|
||||
<target>התאמת קושי</target>
|
||||
<target>התאמת קושי הכרייה</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
<context context-type="linenumber">209</context>
|
||||
|
@ -1976,7 +1970,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f11bc15f83d9174bd27454d32977b5025a66537d">
|
||||
<source>API Service</source>
|
||||
<target>ממשק API</target>
|
||||
<target>API Service</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">4</context>
|
||||
|
@ -2090,7 +2084,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="39f61f2d1434d921a1f80a2a2f0903f06e9fd4df">
|
||||
<source>Returns our currently suggested fees for new transactions.</source>
|
||||
<target>הצג עמלות מומלצות לטרנזקציות חדשות</target>
|
||||
<target>Returns our currently suggested fees for new transactions.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
|
@ -2100,7 +2094,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b95b496df2b0f016831d0984f3798a2e22b74103">
|
||||
<source>Returns current mempool as projected blocks.</source>
|
||||
<target>מאחזר את הממפול הנוכחי כבלוקים</target>
|
||||
<target>Returns current mempool as projected blocks.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">41</context>
|
||||
|
@ -2110,7 +2104,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="19a8d63607ead7ba08364fe9f64aa3c503dff6c4">
|
||||
<source>Mempool</source>
|
||||
<target>ממפול</target>
|
||||
<target>Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
|
@ -2120,7 +2114,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d43b13f97ee52aae72d728a52af2e31f6edbf38">
|
||||
<source>Returns current mempool backlog statistics.</source>
|
||||
<target>הצג את סטטיסטיקת הממפול העכשיווית</target>
|
||||
<target>Returns current mempool backlog statistics.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
|
@ -2182,7 +2176,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="6d5aacdd7e6c375570a88c25bfd0be82beba4c7b">
|
||||
<source>Returns the raw block representation in binary.</source>
|
||||
<target>מאחזר תצוגת בלוק בבינארי.</target>
|
||||
<target>Returns the raw block representation in binary.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">105</context>
|
||||
|
@ -2190,7 +2184,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="36df9865e9099d98537ea69c9cfdc035d1b64116">
|
||||
<source>Returns the hash of the block currently at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</source>
|
||||
<target>מאחזר את הגיבוב של הבלוק שכרגע ב<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>: בגובה <x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/> </target>
|
||||
<target>Returns the hash of the block currently at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:height<x ctype="x-code" equiv-text="</code>" id="CLOSE_TAG_CODE"/>.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">109</context>
|
||||
|
@ -2198,7 +2192,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f8380186899495340cbfe7fb836ba664fb4b52af">
|
||||
<source>Returns the 10 newest blocks starting at the tip or at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> if specified.</source>
|
||||
<target>מאחזר את 10 הבלוקים החדשים ביותר, מתחיל בקצה או ב<x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/> :start_height <x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> אם הוגדר.</target>
|
||||
<target>Returns the 10 newest blocks starting at the tip or at <x ctype="x-code" equiv-text="<code>" id="START_TAG_CODE"/>:start_height<x ctype="x-code" equiv-text="</code> " id="CLOSE_TAG_CODE"/> if specified.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">113</context>
|
||||
|
@ -2206,7 +2200,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="4767bdd2059533d5eed7f3fe7cf0be5c260cdb00">
|
||||
<source>Returns the height of the last block.</source>
|
||||
<target>מאחזר את גובה הבלוק האחרון.</target>
|
||||
<target>Returns the height of the last block.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">117</context>
|
||||
|
@ -2214,7 +2208,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="940153d58769f1a8f50dba2458693142675a5dcb">
|
||||
<source>Returns the hash of the last block.</source>
|
||||
<target>מאחזר את גיבוב הבלוק האחרון.</target>
|
||||
<target>Returns the hash of the last block.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">121</context>
|
||||
|
@ -2230,7 +2224,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="8a4a4b8f308aaaeae782f7c9847013348d969c2d">
|
||||
<source>Transactions</source>
|
||||
<target>טרנזקציות</target>
|
||||
<target>Transactions</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">129</context>
|
||||
|
@ -2288,7 +2282,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="0358265aa88614843e1f5e887b94c673808c84f1">
|
||||
<source>Returns the spending status of all transaction outputs.</source>
|
||||
<target>מאחזר מצב הבזבוז של כל הפלטים של הטרנזקציה.</target>
|
||||
<target>Returns the spending status of all transaction outputs.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">167</context>
|
||||
|
@ -2312,7 +2306,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="9885457131a86be85a59c5366767e82c12d0a288">
|
||||
<source>Addresses</source>
|
||||
<target>כתובות</target>
|
||||
<target>Addresses</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
|
@ -2362,7 +2356,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b861fd11d5aa8772acc40c5412621b6dd52378e8">
|
||||
<source>Assets</source>
|
||||
<target>נכסים</target>
|
||||
<target>Assets</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">213</context>
|
||||
|
@ -2372,7 +2366,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="b885a96aa1a96bff3f603dab79746f90eef5cbdf">
|
||||
<source>Returns information about a Liquid asset.</source>
|
||||
<target>מאחזר את כל המידע על נכסים נזילים.</target>
|
||||
<target>Returns information about a Liquid asset.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.html</context>
|
||||
<context context-type="linenumber">223</context>
|
||||
|
@ -2470,7 +2464,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="f85c05147b720576e50336cf26f63d3b05601699">
|
||||
<source>This transaction saved <x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/>% on fees by using native SegWit-Bech32</source>
|
||||
<target>טרנזקציה זו חסכה %<x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/> בעמלות בשימוש של Native SegWit-Bech32</target>
|
||||
<target>טרנזקציה זו חסכה <x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/>% בעמלות בשימוש של Native SegWit-Bech32</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
|
@ -2497,7 +2491,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="975f46d122f2ca0a187308399a58b44d61ef08eb">
|
||||
<source>This transaction saved <x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/>% on fees by using SegWit and could save <x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION_1"/>% more by fully upgrading to native SegWit-Bech32</source>
|
||||
<target>טרנזקציה זו חסכה %<x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/> בעמלות בשימוש של SegWit ויכלה לחסוך %<x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION_1"/> יותר בשדרוג לNative SegWit-Bech32</target>
|
||||
<target>טרנזקציה זו חסכה <x equiv-text="ction saved {{ segwitGains.realizedGains * 100 | number:" id="INTERPOLATION"/>% בעמלות בשימוש של SegWit ויכלה לחסוך <x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION_1"/>% יותר בשדרוג לNative SegWit-Bech32</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">3</context>
|
||||
|
@ -2506,7 +2500,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1be04d5407059059b596f72696a3d1704ce9c0ef">
|
||||
<source>This transaction could save <x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION"/>% on fees by upgrading to native SegWit-Bech32 or <x equiv-text="t-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number:" id="INTERPOLATION_1"/>% by upgrading to SegWit-P2SH</source>
|
||||
<target>טנרזקציה זו יכלה לחסוך %<x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION"/> בעמלה בשדרוג לNative SegWit-Bech32 או %<x equiv-text="t-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number:" id="INTERPOLATION_1"/> בשדרוג לSegWit-P2SH</target>
|
||||
<target>טנרזקציה זו יכלה לחסוך <x equiv-text=" could save {{ segwitGains.potentialBech32Gains * 100 | number " id="INTERPOLATION"/>% בעמלה בשדרוג לNative SegWit-Bech32 או <x equiv-text="t-Bech32 or {{ segwitGains.potentialP2shGains * 100 | number:" id="INTERPOLATION_1"/>% בשדרוג לSegWit-P2SH</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/tx-features/tx-features.component.html</context>
|
||||
<context context-type="linenumber">5</context>
|
||||
|
|
|
@ -956,11 +956,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1012,7 +1012,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1060,7 +1060,7 @@
|
|||
<source>API</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1072,7 +1072,7 @@
|
|||
<source>About</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
<source>Layer 2 Networks</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1108,7 +1108,7 @@
|
|||
<source>Stats</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1116,7 +1116,7 @@
|
|||
<source>Dashboard</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1124,7 +1124,7 @@
|
|||
<source>Graphs</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<source>TV view</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
<source>Assets</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1156,50 +1156,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1207,7 +1183,7 @@
|
|||
<source>Become a sponsor ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1215,15 +1191,39 @@
|
|||
<source>Request invoice</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1240,7 +1240,7 @@
|
|||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1248,7 +1248,7 @@
|
|||
<source>Amount required</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1256,7 +1256,7 @@
|
|||
<source>Minimum amount is 0.001 BTC</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1264,7 +1264,7 @@
|
|||
<source>If you donate 0.01 BTC or more, your profile photo will be added to the list of sponsors above :)</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1272,7 +1272,7 @@
|
|||
<source>Waiting for transaction... </source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1280,7 +1280,7 @@
|
|||
<source>Donation confirmed!</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1288,7 @@
|
|||
<source>Thank you!</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>Részletek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>Második Réteg Hálózatok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>Adatok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>Irányítópult</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>Grafikon</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>TV nézet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>Assetok</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Bővebben a projektről</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>A mempool egy nyílt fórráskódú projekt amelyel azt szeretnénk elérni, hogy kimagasló minőségű keresőt és vizualizációs webhelyet tartsunk fenn a teljes bitcoin ökoszitéma számára annélkül hogy figyelemelterelő szarpénzek, idegesítő hirdetések vagy más harmadik fél általi nyomkövetőket használnánk ehhez. </target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Fenntartók</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Fejlesztés</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operáció</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Támogatóink ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>Legyél te is támogatónk! ❤️ </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>Számla kérése</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Általános Szolgáltatási Feltételek</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>Navigálj a <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>-ra hogy támogasd a projektet</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>Összeg szükséges</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>A minimum mennyiség 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>Ha 0.01 BTC-t vagy többet adományozol, akkor a profilkéedet a támogatól listáján feltüntetjük :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>Tranzakcióra vár...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>Adomány megerősítve!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>Köszönjük! ❤️ </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>Su di noi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>Reti Layer 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>Statistiche</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>Dashboard</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>Grafici</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>Vista TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>Assets</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Sul progetto</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Il progetto open-source mempool si prefigge di sviluppare un explorer di alta qualità per l'intero ecosistema del Bitcoin, senza distrazioni quali altcoins, pubblicità e tracker esterni.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Manutentori</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Sviluppo</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operazioni</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsors ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>Diventa uno sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>Richiedi una fattura</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Condizioni d'uso</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>Visitate <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> per sponsorizzare</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>Importo richiesto</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>L'importo minimo è di 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>Se doni almeno 0.01 BTC la tua foto di profilo sarà aggiunta alla lista degli sponsors qui sopra :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>In attesa della transazione...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>Donazione confermata!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>Grazie!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>このアプリについて</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>レイヤー2のネットワーク</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>統計</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>ダッシュボード</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>グラフ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>テレビ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>資産</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>プロジェクトについて</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>mempoolオープンソースプロジェクトは、アルトコイン、広告、サードパーティのトラッカーなどの気が散るものなく、ビットコインエコシステム全体に高品質のエクスプローラーと視覚化Webサイトを実装することを目的としています。</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>メンテナー</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>開発</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>オペレーション</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>スポンサー❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>スポンサーになる❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>請求書を依頼する</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>利用規約</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>スポンサーになるには、<x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>に移動します。</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>必要な金額</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>最小額は0.001BTCです</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>0.01 BTC以上を寄付すると、プロフィール写真が上記のスポンサーリストに追加されます:)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>トランザクションを待ち...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>寄付が確定しました!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>ありがとうございました!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1003,11 +1003,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1062,7 +1062,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1112,7 +1112,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>ჩვენს შესახებ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1156,7 +1156,7 @@
|
|||
<target>ქსელის 2-ე ფენა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1165,7 +1165,7 @@
|
|||
<target>სტატისტიკა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1174,7 +1174,7 @@
|
|||
<target>დაფა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1183,7 +1183,7 @@
|
|||
<target>დიაგრამები</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>სატელევიზიო ხედვა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>აქტივები</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1217,56 +1217,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>პროექტის შესახებ</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>mempool open-source პროექტია, რომლის მიზანია მაღალი ხარისხის ექსპლორერის შექმნა და ბლოქჩეინის ვიზუალიზაცია ბიტკოინ ეკოსისტემისთვის, შემაწუხებელი ალტკოინების, რეკლამის, და third-party ტრეკერების გარეშე</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>შემნახველები</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>დეველოპერი</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>ოპერაცია</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>სპონსორები ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1275,7 +1245,7 @@
|
|||
<target>გახდი სპონსორი ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1284,16 +1254,40 @@
|
|||
<target>მოითხოვეთ ინვოისი</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Მომსახურების პირობები</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1311,7 +1305,7 @@
|
|||
<target>სპონსორობისთვის გადადით <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>- ზე</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1320,7 +1314,7 @@
|
|||
<target>საჭირო თანხა</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1329,7 +1323,7 @@
|
|||
<target>მინიმალური თანხაა 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1338,7 +1332,7 @@
|
|||
<target>თუ თქვენ გადარიცხავთ 0.01 BTC ან მეტს, თქვენი პროფილი დაემატება სპონსორების სიას :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1347,7 +1341,7 @@
|
|||
<target>ტრანსაქციის მოლოდინში...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1356,7 +1350,7 @@
|
|||
<target>გადარიცხვა დადასტურებულია!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1365,7 +1359,7 @@
|
|||
<target>დიდი მადლობა!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1011,11 +1011,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1119,7 +1119,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1132,7 +1132,7 @@
|
|||
<target>대하여</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1163,7 +1163,7 @@
|
|||
<target>레이어 2 네트워크들</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1172,7 +1172,7 @@
|
|||
<target>통계</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1181,7 +1181,7 @@
|
|||
<target>대시보드</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1190,7 +1190,7 @@
|
|||
<target>그래프</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1203,7 +1203,7 @@
|
|||
<target>TV 뷰</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1216,7 +1216,7 @@
|
|||
<target>자산</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1224,56 +1224,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>프로젝트에 대하여</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>mempool은 오픈소스 프로젝트이며 비트코인 생태계에 고품질 탐색기와 시각화 웹사이트의 제공을 목표로 두고 있습니다. 알트코인, 광고 또는 웹트래킹 같이 불필요한 요소는 일절 포함하지 않습니다.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>메인테이너들</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>개발</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>운영</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>후원 ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1282,7 +1252,7 @@
|
|||
<target>후원하기 ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1291,16 +1261,40 @@
|
|||
<target>인보이스 요청하기</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>이용약관</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1318,7 +1312,7 @@
|
|||
<target>후원은 <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>에서 하실 수 있습니다</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1327,7 +1321,7 @@
|
|||
<target>필요한 금액</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1336,7 +1330,7 @@
|
|||
<target>최소 금액은 0.001 BTC입니다</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1345,7 +1339,7 @@
|
|||
<target>0.01BTC 이상을 기부하시면 위의 후원 목록에 프로필 사진이 추가됩니다. :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1354,7 +1348,7 @@
|
|||
<target>트랜잭션을 기다리는 중...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1363,7 +1357,7 @@
|
|||
<target>후원이 완료되었습니다!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1372,7 +1366,7 @@
|
|||
<target>감사합니다!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>Om</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>Lag 2-nettverk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>Statistikk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>Dashbord</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>Grafer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>TV-modus</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>Ressurser</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Om prosjektet</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool er et åpen-kildekode prosjekt som prøver å implementere en utforsker og visualiserings webside av høy kvalitet for hele Bitcoin økosystemet, uten distraksjoner som altcoins, reklame eller tredjeparts trackere.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Vedlikeholdere</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Utvikling</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operasjoner</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsorer ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>Bli en sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>Be om faktura</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Bruksvilkår</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>Gå til <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> for å sponse</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>Beløp som kreves</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>Minimum beløp er 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>Hvis du donerer 0.01 BTC eller mer, så blir ditt profilbilde lagt til i listen av sponsorer ovenfor :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>Venter på transaksjon...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>Donasjon bekreftet!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>Tusen takk!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Over</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Laag-2-netwerken</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Statistieken</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Dashboard</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Grafieken</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>TV-weergave</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Activa</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Over het project</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Het (open source) mempool project heeft als doel om een hoge kwaliteit explorer en visaulisatie te bieden voor het gehele Bitcoin-ecosysteem, zonder afleidingen als altcoins, reclame of trackers.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Onderhouders</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Ontwikkeling</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operationeel</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsoren ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Wordt een sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Verzoek factuur</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Servicevoorwaarden</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Navigeer naar <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> om te sponsoren</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Bedrag vereist</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Minimumbedrag is 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Als je 0.01 BTC of meer doneert, wordt je profielfoto aan de bovenstaande lijst van sponsoren toegevoegd :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Wachten op transactie...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Donatie bevestigd!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Bedankt!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1010,11 +1010,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1069,7 +1069,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1119,7 +1119,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1132,7 +1132,7 @@
|
|||
<target>O stronie</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1163,7 +1163,7 @@
|
|||
<target>Sieci Warstwy 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1172,7 +1172,7 @@
|
|||
<target>Statystyki</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1181,7 +1181,7 @@
|
|||
<target>Dashboard</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1190,7 +1190,7 @@
|
|||
<target>Wykresy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1203,7 +1203,7 @@
|
|||
<target>Widok TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1216,7 +1216,7 @@
|
|||
<target>Zasoby</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1224,55 +1224,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>O projekcie</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Opiekunowie</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Rozwój</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operacje</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsorzy ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1281,7 +1252,7 @@
|
|||
<target>Zostań sponsorem ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1290,16 +1261,40 @@
|
|||
<target>Poproś o fakturę</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Warunki korzystania z usługi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1316,7 +1311,7 @@
|
|||
<source>Navigate to <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> to sponsor</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1325,7 +1320,7 @@
|
|||
<target>Wymagana ilość</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1334,7 +1329,7 @@
|
|||
<target>Minimalna ilość to 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1343,7 +1338,7 @@
|
|||
<target>Jeśli przekażesz 0.01 BTC lub więcej, Twoje zdjęcie profilowe zostanie dodane do listy sponsorów powyżej :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1352,7 +1347,7 @@
|
|||
<target>Oczekiwanie na transakcje...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1361,7 +1356,7 @@
|
|||
<target>Darowizna potwierdzona!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1370,7 +1365,7 @@
|
|||
<target>Dziękujemy!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Sobre</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Rede 2ª Camada</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Estatísticas</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Painel de controle</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Gráficos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>Visualização da TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Ativos</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Sobre o projeto</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>O projeto de código aberto mempool visa implementar um explorador de alta qualidade e um site de visualização para todo o ecossistema Bitcoin, sem distrações como altcoins, publicidade ou rastreadores de terceiros.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Mantenedores</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Desenvolvimento</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operação</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Patrocinadores ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Seja um patrocinador ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Solicitação de Pagamento</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Termos de Serviço</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Acesse <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> para patrocinar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Quantidade necessária</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Quantidade mínima é 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Se você doar 0,01 BTC ou mais, sua foto de perfil será adicionada na lista de patrocinadores acima :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Aguardando transação...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Doação confirmada!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Obrigado!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1138,7 +1138,7 @@
|
|||
<target>O projektu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
<target>Omrežja 2. plasti</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
<target>Statistika</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
<target>Pregledna plošča</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
<target>Grafi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1209,7 +1209,7 @@
|
|||
<target>TV pogled</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1222,7 +1222,7 @@
|
|||
<target>Sredstva</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1230,56 +1230,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>O projektu</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Cilj odprtokodnega projekta mempool, je ustvariti visokokakovostno spletno mesto za raziskovanje in vizualizacijo celotnega Bitcoin ekosistema, brez motečih vsebin, kot so alternativne kriptovalute, oglaševanje ali sledilci tretjih ponudnikov.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Vzdrževalci</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Razvoj</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operacije</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponzorji ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1288,7 +1258,7 @@
|
|||
<target>Postanite sponzor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1297,16 +1267,40 @@
|
|||
<target>Ustvari račun</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Pogoji storitve</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1324,7 +1318,7 @@
|
|||
<target>Pojdite na <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> za sponzorstvo.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1333,7 +1327,7 @@
|
|||
<target>Znesek je zahtevan</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1342,7 +1336,7 @@
|
|||
<target>Najmanjši znesek je 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1351,7 +1345,7 @@
|
|||
<target>Če prispevate 0.01 BTC ali več, bo vaša fotografija profila dodana na zgornji seznam sponzorjev :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1360,7 +1354,7 @@
|
|||
<target>Čakanje na transakcijo... </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1369,7 +1363,7 @@
|
|||
<target>Prispevek potrjen!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1378,7 +1372,7 @@
|
|||
<target>Hvala vam!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1104,6 +1104,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="31c09dcc0ab351767631539b208d5f7de4005473">
|
||||
<source>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></source>
|
||||
<target>Lightning <x equiv-text="{{ lightning }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">11</context>
|
||||
|
@ -1112,6 +1113,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit datatype="html" id="696ade981a05c12e10df38ba6218c76e318813b3">
|
||||
<source>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></source>
|
||||
<target>Liquid <x equiv-text="{{ liquid }}" id="INTERPOLATION"/></target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
|
||||
<context context-type="linenumber">17</context>
|
||||
|
@ -1123,7 +1125,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1138,7 @@
|
|||
<target>Om</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1169,7 @@
|
|||
<target>Lager 2-nätverk</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1178,7 @@
|
|||
<target>Stats</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1187,7 @@
|
|||
<target>Instrumentbräda</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1196,7 @@
|
|||
<target>Grafer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1209,7 @@
|
|||
<target>TV-vy</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1222,7 @@
|
|||
<target>Assets</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1230,29 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Om projektet</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<target>Open Source-projektet Mempool</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Öppen källkodsprojektet Mempool har som mål att implementera en högkvalitativ utforskare och visualiserare för hela Bitcoins ekosystem, utan distraktioner som altcoins, reklam eller tredjepartsspårare.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<target>En utforskare och API som utvecklas och drivs för Bitcoin-communityt, med fokus på den nya marknaden för transaktionsavgifter för att hjälpa vår övergång till ett ekosystem i flera lager, utan annonser, altcoins eller tredjepartsspårare.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Ansvariga</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<target>Communitysponsorer ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Utveckling</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Drift</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsorer ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1261,7 @@
|
|||
<target>Bli sponsor ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1270,43 @@
|
|||
<target>Begär faktura</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<target>Communityintegrationer</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<target>Communityallianser</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<target>Projektunderhållare</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Användarvillkor</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1324,7 @@
|
|||
<target>Navigera till <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> för att sponsra</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1333,7 @@
|
|||
<target>Belopp som krävs</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1342,7 @@
|
|||
<target>Lägsta belopp är 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1351,7 @@
|
|||
<target>Om du donerar 0,01 BTC eller mer läggs din profilbild till i listan över sponsorer ovan :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1360,7 @@
|
|||
<target>Väntar på transaktion... </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1369,7 @@
|
|||
<target>Donation bekräftad!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1378,7 @@
|
|||
<target>Tack!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Hakkında</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>2. Katman Ağlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Stat</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Panel</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Grafikler</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>TV görünümü</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Varlıklar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Proje hakkında</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Açık kaynak kodlu mempool projemiz ile Bitcoin ekosistemi tarafından tercih edildiği şekilde altcoinler, reklam ve 3. parti takipçiler olmayan, görsel olarak zengin bir blok gezgini yaratıyoruz. </target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Kahramanlar </target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Geliştirici</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Operasyonlar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Sponsorlar ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Sponsor olun ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Fatura isteyin</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Hizmet Koşulları</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Sponsorluk hakkındaya <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> yönlendir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Gereken miktar</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Minimum izin verilen miktar 0.001 BTC'dir.</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>0.01 BTC veya üstünde bağış yaparsanız, profil resminiz yukarıdaki listeye eklenecektir :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>İşlem bekleniyor...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Bağış onaylandı!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Teşekkürler!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1014,11 +1014,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1073,7 +1073,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1123,7 +1123,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<target>Про</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
<target>Мережі 2 шару</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
<target>Статистика</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
<target>Панель</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
<target>Графіки</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
<target>TV перегляд</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<target>Активи</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1228,56 +1228,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Про проект</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool це проект з відкритим кодом націлений на створення високоякісного експлореру та сайту з візуалізацією для всієї екосистеми Біткоїна, без відволікаючих фактів на кшталт альткоїнів, реклами чи сторонніх трекерів.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Розробники</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Розробка</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Операції</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Спонсори ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1286,7 +1256,7 @@
|
|||
<target>Стати спонсором ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1295,16 +1265,40 @@
|
|||
<target>Отримати рахунок</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Умови використання</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1322,7 +1316,7 @@
|
|||
<target>Перейдіть до <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/>https://mempool.space/about<x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> щоб спонсорувати</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1331,7 +1325,7 @@
|
|||
<target>Необхідна сума</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1340,7 +1334,7 @@
|
|||
<target>Мінімальна сума 0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1349,7 +1343,7 @@
|
|||
<target>Якщо ви пожертвуєте 0.01 BTC або більше, фото вашого профілю буде додане до списку спонсорів вище :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1358,7 +1352,7 @@
|
|||
<target>Очікуємо на транзакцію...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1367,7 +1361,7 @@
|
|||
<target>Пожертвування підтверджене!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1376,7 +1370,7 @@
|
|||
<target>Дякую вам!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1013,11 +1013,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1072,7 +1072,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
<target>API</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1135,7 +1135,7 @@
|
|||
<target>Về chúng tôi</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1166,7 +1166,7 @@
|
|||
<target>Mạng lớp 2</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1175,7 +1175,7 @@
|
|||
<target>Số liệu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1184,7 +1184,7 @@
|
|||
<target>bảng điều khiển</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1193,7 +1193,7 @@
|
|||
<target>Đồ thị</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1206,7 +1206,7 @@
|
|||
<target>Giao diện TV</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1219,7 +1219,7 @@
|
|||
<target>Tài sản</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1227,56 +1227,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>Về dự án</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Dự án mã nguồn mở mempool hướng đến triển khai một trang web trực quan và chất lượng cao cho toàn bộ hệ sinh thái Bitcoin, không có sự phiền nhiễu khác như altcoin, quảng cáo hoặc trình theo dõi của bên thứ ba.</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>Bảo trì</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>Phát triển</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>Vận hành</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>Nhà tài trợ ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1285,7 +1255,7 @@
|
|||
<target>Trở thành nhà tài trợ ❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1294,16 +1264,40 @@
|
|||
<target>Yêu cầu hoá đơn</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>Điều khoản Dịch vụ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1321,7 +1315,7 @@
|
|||
<target>Điều hướng đến <x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/> để tài trợ</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1330,7 +1324,7 @@
|
|||
<target>Số lượng yêu cầu</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1339,7 +1333,7 @@
|
|||
<target>Số lượng tối thiểu là 0,001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1348,7 +1342,7 @@
|
|||
<target>Nếu bạn quyên góp từ 0,01 BTC trở lên, ảnh hồ sơ của bạn sẽ được thêm vào danh sách các nhà tài trợ ở trên :)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1357,7 +1351,7 @@
|
|||
<target>Đang chờ giao dịch ...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1366,7 +1360,7 @@
|
|||
<target>Đã xác nhận tài trợ!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1375,7 +1369,7 @@
|
|||
<target>Cảm ơn bạn!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
|
@ -1011,11 +1011,11 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">34</context>
|
||||
<context context-type="linenumber">35</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">45</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/bisq/bisq-blocks/bisq-blocks.component.ts</context>
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">31</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/mempool-block/mempool-block.component.html</context>
|
||||
|
@ -1120,7 +1120,7 @@
|
|||
<target>应用程序接口</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">58</context>
|
||||
<context context-type="linenumber">59</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/api-docs/api-docs.component.ts</context>
|
||||
|
@ -1133,7 +1133,7 @@
|
|||
<target>关于</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">61</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.ts</context>
|
||||
|
@ -1164,7 +1164,7 @@
|
|||
<target>第2层网络</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">21</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.layer2-networks-header</note>
|
||||
</trans-unit>
|
||||
|
@ -1173,7 +1173,7 @@
|
|||
<target>统计</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">37</context>
|
||||
<context context-type="linenumber">38</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.stats</note>
|
||||
</trans-unit>
|
||||
|
@ -1182,7 +1182,7 @@
|
|||
<target>仪表板</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">42</context>
|
||||
<context context-type="linenumber">43</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">master-page.dashboard</note>
|
||||
</trans-unit>
|
||||
|
@ -1191,7 +1191,7 @@
|
|||
<target>图表</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">48</context>
|
||||
<context context-type="linenumber">49</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/statistics/statistics.component.ts</context>
|
||||
|
@ -1204,7 +1204,7 @@
|
|||
<target>TV模式</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">51</context>
|
||||
<context context-type="linenumber">52</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/television/television.component.ts</context>
|
||||
|
@ -1217,7 +1217,7 @@
|
|||
<target>资产</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
|
||||
<context context-type="linenumber">55</context>
|
||||
<context context-type="linenumber">56</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/assets/assets.component.ts</context>
|
||||
|
@ -1225,56 +1225,26 @@
|
|||
</context-group>
|
||||
<note from="description" priority="1">master-page.assets</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="de1392124ed7b6c274917f8049f2fbc9975f20b3">
|
||||
<source>About the project</source>
|
||||
<target>项目介绍</target>
|
||||
<trans-unit datatype="html" id="4b137ec8bf73a47063740b75c0c40d5fd3c48015">
|
||||
<source>The Mempool Open Source Project</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.about-the-project</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="489827bef9fd30645fd2a217aea141ac43bd01ef">
|
||||
<source>The mempool open-source project aims to implement a high quality explorer and visualization website for the entire Bitcoin ecosystem, without distractions like altcoins, advertising, or third-party trackers.</source>
|
||||
<target>Mempool开源项目旨在为整个比特币生态系统搭建一个高质量、可视化,但不会像其他加密货币、广告或第三方中介这些分散注意力的网站。</target>
|
||||
<trans-unit datatype="html" id="35183d36272d152e9b838a42bafbe6526a55f7ee">
|
||||
<source>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 ads, altcoins, or third-party trackers.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">16</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="def6d893b4c04ddb5f3aa01c150d587059738282">
|
||||
<source>Maintainers</source>
|
||||
<target>维护人员</target>
|
||||
<trans-unit datatype="html" id="a46e9bc519dc1c320d48635e924d444364845ca8">
|
||||
<source>Community Sponsors ❤️</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">22</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7f3f6a4fb2545cacf800f0623582b6d41d1f8791">
|
||||
<source>Development</source>
|
||||
<target>开发总工程师</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">32</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.development</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="7d9b2050c14256d89dfd7260e7fde4c17f77255d">
|
||||
<source>Operations</source>
|
||||
<target>首席运营官</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">40</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.operations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="3f9ef8d00399db6891b99155dfcda3e26da215e8">
|
||||
<source>Sponsors ❤️</source>
|
||||
<target>赞助商❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">47</context>
|
||||
<context context-type="linenumber">46</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsors.withHeart</note>
|
||||
</trans-unit>
|
||||
|
@ -1283,7 +1253,7 @@
|
|||
<target>成为赞助商❤️</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">63</context>
|
||||
<context context-type="linenumber">62</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.become-a-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1292,16 +1262,40 @@
|
|||
<target>请求开票</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">84</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.request-invoice</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="1405c5f1a9834338ff13442c550927ab7144fdc8">
|
||||
<source>Community Integrations</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">179</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.integrations</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="020cce975a5d7e0cc0f4578903358459d693e4bb">
|
||||
<source>Community Alliances</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">253</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.alliances</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="d177262e3a43b2a7221183812daf0ada97659436">
|
||||
<source>Project Maintainers</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">269</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.maintainers</note>
|
||||
</trans-unit>
|
||||
<trans-unit datatype="html" id="94731fb77c18c6d537337dddc3699f67a0587985">
|
||||
<source>Terms of Service</source>
|
||||
<target>服务条款</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">205</context>
|
||||
<context context-type="linenumber">293</context>
|
||||
</context-group>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
|
||||
|
@ -1319,7 +1313,7 @@
|
|||
<target>转到<x ctype="x-a" equiv-text="<a href="https://mempool.space/about" target="_blank">" id="START_LINK"/> https://mempool.space/about <x ctype="x-a" equiv-text="</a> " id="CLOSE_LINK"/>成为赞助人</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">65</context>
|
||||
<context context-type="linenumber">64</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.navigate-to-sponsor</note>
|
||||
</trans-unit>
|
||||
|
@ -1328,7 +1322,7 @@
|
|||
<target>所需金额</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
<context context-type="linenumber">81</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.amount-required</note>
|
||||
</trans-unit>
|
||||
|
@ -1337,7 +1331,7 @@
|
|||
<target>最低金额为0.001 BTC</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">82</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.minimum-amount</note>
|
||||
</trans-unit>
|
||||
|
@ -1346,7 +1340,7 @@
|
|||
<target>如果您捐赠超过0.01 BTC,您的个人资料与照片将被添加到赞助商列表中:)</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">92</context>
|
||||
<context context-type="linenumber">91</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.description</note>
|
||||
</trans-unit>
|
||||
|
@ -1355,7 +1349,7 @@
|
|||
<target>交易等待中...</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">170</context>
|
||||
<context context-type="linenumber">169</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.waiting-for-transaction</note>
|
||||
</trans-unit>
|
||||
|
@ -1364,7 +1358,7 @@
|
|||
<target>确认捐赠!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.donation-confirmed</note>
|
||||
</trans-unit>
|
||||
|
@ -1373,7 +1367,7 @@
|
|||
<target>感谢!</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/about/about.component.html</context>
|
||||
<context context-type="linenumber">175</context>
|
||||
<context context-type="linenumber">174</context>
|
||||
</context-group>
|
||||
<note from="description" priority="1">about.sponsor.thank-you</note>
|
||||
</trans-unit>
|
||||
|
|
BIN
frontend/src/resources/mempool-space-logo-bigger.png
Normal file
After Width: | Height: | Size: 15 KiB |
18
frontend/src/resources/profile/bisq.svg
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="246px" height="85px" viewBox="0 0 246 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch BISQ -->
|
||||
<title>bisq_logo_green</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="bisq_logo_green" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Group-3-Copy" transform="translate(88.000000, 2.000000)" fill="#25B135" fill-rule="nonzero">
|
||||
<g id="Group-2">
|
||||
<rect id="Rectangle-path" x="52.9067358" y="16.9949749" width="12.6943005" height="47.6984925"></rect>
|
||||
<path d="M92.1806975,35.7107637 L87.5413226,34.6952465 C84.5143473,34.0864822 82.9019477,32.6642122 82.9019477,30.630448 C82.9019477,28.5966838 85.3219021,26.9724023 88.5494111,26.9724023 C91.1559933,26.644834 93.6772918,28.0380255 94.8038955,30.4284365 L103.882112,24.3326036 C100.680293,19.1316165 95.0283057,15.9773269 88.9531885,16.000995 C84.7990548,15.9603927 80.7264894,17.1632324 77.2517745,19.4570292 C73.7476881,21.9372287 71.5859574,25.9163262 71.4010675,30.226425 C71.2005337,37.5425165 76.0404423,43.029585 84.714881,45.4673722 C86.1276502,45.8732151 87.7418564,46.2799679 89.5574996,46.6876307 C93.5925634,47.5065962 94.1968745,48.9234064 94.1968745,50.3456765 C94.1968745,52.988205 91.7769202,54.6124865 88.1456337,54.410475 C84.1686222,54.480577 80.4948807,52.2770068 78.6609304,48.721395 L71,55.4232623 C74.2428315,61.6848139 80.7356565,65.5463398 87.7445663,65.3818823 C97.4270934,65.5838938 105.497221,58.8792965 105.697755,50.5476879 C105.686915,43.0241253 101.05838,37.7417981 92.1806975,35.7107637 Z" id="Shape"></path>
|
||||
<path d="M24.5785755,16.2586058 C20.0867623,16.2392904 15.7250287,17.7650176 12.2255503,20.5796738 L12.2255503,0 L0.0772102062,0 L0.0772102062,38.0740553 C-0.0257367354,39.1691895 -0.0257367354,40.2715584 0.0772102062,41.3666925 L0.0772102062,41.9831981 C0.141606679,48.5232335 2.72175286,54.7876492 7.2826806,59.4775796 C11.1579139,63.2186321 16.1428623,65.6021495 21.4889362,66.2701989 L24.5785755,66.2701989 C31.0467211,66.3333165 37.2725652,63.8136037 41.8744705,59.2702347 C46.6134407,54.4461666 49.2103942,47.9187464 49.0799409,41.1593476 C49.113757,34.4178405 46.5308995,27.9258506 41.8744705,23.0484606 C37.1762355,18.6796541 30.9956948,16.2533574 24.5785755,16.2586058 Z M24.7832607,55.153747 C24.0907164,55.1981947 23.3955617,55.1290884 22.7253452,54.9491667 L22.3132089,54.9491667 C22.0817961,54.9803559 21.8489644,54.9027851 21.6825573,54.7390572 C16.7086255,53.7187863 12.9156928,49.6797876 12.2117202,44.6538006 C11.9609529,43.5032846 11.8229222,42.3310876 11.7995839,41.1538184 C11.6077257,37.6172003 12.8590981,34.1540127 15.2676028,31.5560356 C17.6761076,28.9580585 21.0358049,27.4474326 24.5785755,27.3695286 C33.8447275,27.3695286 37.139052,34.5713086 37.139052,41.1593476 C37.139052,47.951967 34.0494126,54.9491667 24.7860267,55.153747 L24.7832607,55.153747 Z" id="Shape"></path>
|
||||
<path d="M157.084629,40.2134289 C157.020131,33.6935232 154.43592,27.4483889 149.867806,22.7728937 C145.986468,19.0433558 140.993665,16.6671747 135.639169,16.0011814 L132.544662,16.0011814 C126.066724,15.9375257 119.831126,18.4484685 115.221518,22.9768443 C110.475081,27.7860643 107.874036,34.2933936 108.004695,41.0319875 C107.970826,47.7527449 110.557753,54.2247529 115.221518,59.0871308 C119.831126,63.6155065 126.066724,66.1264493 132.544662,66.0627936 C137.043552,66.0820496 141.412157,64.5610184 144.917149,61.7550255 L144.917149,82.2713568 L157.084629,82.2713568 L157.084629,40.2134289 Z M132.131876,54.5891925 C122.851126,54.5891925 119.551611,47.409579 119.551611,40.8418174 C119.551611,34.2740557 122.851126,27.0944422 131.924098,27.0944422 C132.617734,27.0501313 133.313984,27.1190249 133.985256,27.2983929 L134.398042,27.2983929 C134.62435,27.2702289 134.851349,27.3451675 135.015835,27.5023435 C140.878627,28.8150269 145.011156,34.0400653 144.914379,40.0177465 L144.914379,40.8445734 C145.179686,44.3858228 143.953597,47.8774656 141.529483,50.4840383 C139.105369,53.0906111 135.701333,54.5775953 132.131876,54.5891925 Z" id="Shape"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M62.5608336,18.188908 C65.1717172,23.8660536 65.726235,25.0385385 67.7281942,30.8117984 C68.8776612,34.4388409 66.5752334,39.8109082 57.0825229,35.2444879 C50.3219801,32.0218998 45.4306313,29.7386897 49.4590064,24.3666223 C51.4221958,21.7598842 53.6448268,19.3321537 56.0972655,17.1157992 C58.7070707,14.8364654 60.3232323,13.3999401 62.5608336,18.188908 Z M60.3099842,54.5520286 C65.2817274,49.6626759 72.1895383,55.1325928 67.3643101,61.6957779 C57.6424244,74.9861618 40.6701845,80.2860724 25.4623094,74.9458778 C10.2544344,69.6056833 -0.00268709882,55.004203 0.000328179635,38.3010702 C-0.0379988635,28.2940622 3.28138,19.9437454 9.62375417,12.4219687 C15.7287246,5.59064349 24.8172744,0.116885638 33.7809966,0 C46.3812889,0 52.0107218,11.0222204 47.5729445,17.1686415 C42.6142248,24.0028926 36.8480445,23.4472073 32.560038,20.5163064 C32.560038,20.5163064 26.6603663,16.3317253 24.9184654,14.9357355 C22.2356124,12.8451391 19.2857766,12.8451391 18.2145889,16.192804 C16.3391966,22.1901388 15.4015004,25.957956 13.9265825,31.9552908 C13.2404232,34.9727506 12.8811217,38.0606851 12.8553948,41.1613691 C12.8861913,46.8693634 15.400362,52.255484 19.6927628,55.8090971 C22.6566387,58.5929695 25.8401722,61.1125918 29.2097277,63.341343 C31.9226976,65.1922618 35.0828024,66.2082179 38.3262183,66.2722439 L38.5932012,66.2722439 C41.8366172,66.2082179 44.9967219,65.1922618 47.7096918,63.341343 C52.0915221,60.7040781 56.3008192,57.7678894 60.3099842,54.5520286 Z M24.8619208,47.6404135 C23.0737929,46.9853919 19.025911,43.452727 20.2151029,40.8326406 C20.6925157,39.392229 24.1472483,39.0011239 25.2178104,39.0011239 C31.5341264,38.8707555 31.7713861,50.1301315 24.8619208,47.6404135 Z M35.9709188,59.6364846 C35.1641481,58.9132151 33.6845241,57.4666762 32.3388175,56.2602511 C31.9661523,55.8557439 31.8944367,55.2923324 32.1558666,54.8229554 C32.4172966,54.3535784 32.9627461,54.0664377 33.5473404,54.0904427 C35.9211094,53.9698524 38.3005905,53.9698524 40.6743594,54.0904427 C41.2250988,54.1309633 41.7017225,54.4497615 41.9019064,54.9115093 C42.1020903,55.3732572 41.9907107,55.8969375 41.6150475,56.2602511 C40.2726072,57.4666762 38.7929832,58.9132151 38.1201299,59.6364846 C37.8281825,59.8781281 37.4427521,60.0083613 37.0455244,59.9995834 C36.6482966,60.0083613 36.2628662,59.8781281 35.9709188,59.6364846 Z M50.1380792,47.6404135 C43.2286139,50.1301315 43.4658736,38.8707555 49.7821896,39.0011239 C50.8527517,39.0011239 54.1888545,39.392229 54.7848971,40.8326406 C55.974089,43.452727 51.9262071,46.9853919 50.1380792,47.6404135 Z" id="Combined-Shape" fill="#25B135" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
BIN
frontend/src/resources/profile/bisq_network.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
frontend/src/resources/profile/blixt.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
frontend/src/resources/profile/blw.png
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
frontend/src/resources/profile/copa.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
frontend/src/resources/profile/electrum.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
51
frontend/src/resources/profile/gnuagplv3.svg
Normal file
After Width: | Height: | Size: 76 KiB |
39
frontend/src/resources/profile/liquid.svg
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="400px" height="125px" viewBox="0 0 400 125" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>brand/logo-products/liquid</title>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0 0.649692716 52.8225298 0.649692716 52.8225298 106.004141 0 106.004141"></polygon>
|
||||
</defs>
|
||||
<g id="Unified-Headers" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Assets" transform="translate(-190.000000, -200.000000)">
|
||||
<g id="brand/products/logos/liquid" transform="translate(190.000000, 200.000000)">
|
||||
<g id="Group-38" transform="translate(0.000000, -0.000000)">
|
||||
<path d="M23.1161265,84.4720497 C20.9217995,84.4720497 18.8355937,83.190767 17.9227679,81.0564707 C14.8209325,73.8058557 13.2505176,66.1022975 13.2505176,58.160812 C13.2505176,28.6260995 35.4507963,3.63844273 64.8916448,0.0413340043 C67.9881627,-0.330537599 70.7975393,1.84781928 71.178622,4.92325031 C71.5597046,7.99691891 69.3600602,10.7956493 66.2688597,11.1728081 C42.4733515,14.0825713 24.5305634,34.2817203 24.5305634,58.160812 C24.5305634,64.5866123 25.8014296,70.8132586 28.3041676,76.6662709 C29.523632,79.5161116 28.1871841,82.8118457 25.3210883,84.0226314 C24.59969,84.3275309 23.8517046,84.4720497 23.1161265,84.4720497" id="Fill-1" fill="#2CCCBF"></path>
|
||||
<path d="M35.3026907,53.8302277 C34.9875568,53.8302277 34.6653808,53.791147 34.3467259,53.7076562 C32.2974754,53.1765128 31.0651083,51.0697032 31.5915051,49.0037509 C36.4646368,29.9003529 53.5346821,16.563147 73.1064326,16.563147 C83.0921274,16.563147 92.8137435,20.1017344 100.480828,26.5305234 C102.107552,27.8912453 102.331139,30.3284651 100.979056,31.9680817 C99.6304943,33.6094746 97.2150547,33.8350773 95.5883301,32.4725791 C89.2926946,27.1948968 81.3087161,24.2869311 73.1064326,24.2869311 C57.0293232,24.2869311 43.0085063,35.2419856 39.0068342,50.9275913 C38.563182,52.6737918 37.0068784,53.8302277 35.3026907,53.8302277" id="Fill-3" fill="#9EF2ED"></path>
|
||||
<path d="M70.2960951,99.2782606 C65.7440202,98.9692101 61.3042321,97.9493436 57.1014942,96.2404763 C55.1124121,95.4314912 54.1428237,93.1317921 54.9341789,91.1029667 C55.7290988,89.0759592 57.981966,88.0869978 59.9710481,88.8941649 C63.4198597,90.2976176 67.0665102,91.1356897 70.811189,91.3902019 C75.981733,91.741065 81.0382078,90.9738927 85.8415915,89.1068643 C87.8431499,88.3324202 90.0817584,89.3559226 90.8428141,91.3956557 C91.6038697,93.4353888 90.600417,95.7205443 88.6006409,96.4986243 C82.7456815,98.7710542 76.5895081,99.7054774 70.2960951,99.2782606" id="Fill-5" fill="#9EF2ED"></path>
|
||||
<g id="Group-9" transform="translate(0.000000, 18.219462)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-8"></g>
|
||||
<path d="M48.9808033,106.004671 C48.6097888,106.004671 48.2317074,105.949902 47.8589262,105.835064 C19.6812588,97.2416618 -0.000176673568,69.6717516 -0.000176673568,39.142559 C-0.000176673568,26.0704817 3.71526846,13.3711856 10.7451097,2.41742443 C11.8881877,0.631254658 14.2644472,0.111834369 16.0523837,1.26021256 C17.8385535,2.40505728 18.3579738,4.78308351 17.2113623,6.56925328 C10.9783188,16.2809993 7.6833568,27.545706 7.6833568,39.142559 C7.6833568,66.3220207 25.1263382,90.870813 50.1009137,98.4854438 C52.130893,99.105568 53.273971,101.252152 52.6538468,103.282131 C52.1485604,104.937562 50.627401,106.004671 48.9808033,106.004671" id="Fill-7" fill="#9EF2ED" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
<path d="M72.4972871,114.285714 C55.7249457,114.285714 40.4087071,107.985296 30.1336329,96.7687076 C28.493546,94.9775315 28.6267155,92.2090341 30.4297597,90.5795855 C32.2328039,88.953615 35.0241056,89.0840404 36.6659447,90.8752165 C45.7407417,100.778855 59.7007546,106.112386 74.9066028,105.474171 C77.350963,105.359397 79.3975672,107.253174 79.4991965,109.670393 C79.6008258,112.085872 77.7084179,114.129204 75.2710665,114.230066 C74.3441371,114.266585 73.4154554,114.285714 72.4972871,114.285714" id="Fill-10" fill="#2CCCBF"></path>
|
||||
<path d="M177.585459,12.4223602 C176.017471,12.4223602 174.741201,13.6665439 174.741201,15.1951123 L174.741201,51.3457557 L182.194617,51.3457557 L182.194617,12.4223602 L177.585459,12.4223602 Z" id="Fill-12" fill="#2CCCBF"></path>
|
||||
<path d="M237.942976,12.4223602 C236.427782,12.4223602 235.196687,13.6595342 235.196687,15.1822098 L235.196687,37.8549202 C235.196687,45.6709693 241.117167,51.3457557 249.275362,51.3457557 C257.433558,51.3457557 263.354037,45.6709693 263.354037,37.8549202 L263.354037,12.4223602 L258.985579,12.4223602 C257.470386,12.4223602 256.239291,13.6595342 256.239291,15.1822098 L256.239291,37.5799927 C256.239291,42.1321583 253.570165,44.9607398 249.275362,44.9607398 C245.01388,44.9607398 242.367552,42.1321583 242.367552,37.5799927 L242.367552,12.4223602 L237.942976,12.4223602 Z" id="Fill-14" fill="#2CCCBF"></path>
|
||||
<path d="M279.45246,12.4223602 C277.880825,12.4223602 276.604555,13.6665439 276.604555,15.1986671 L276.604555,51.3457557 L284.057971,51.3457557 L284.057971,12.4223602 L279.45246,12.4223602 Z" id="Fill-16" fill="#2CCCBF"></path>
|
||||
<path d="M305.401473,18.8601217 L311.408106,18.8601217 C314.020458,18.8601217 315.897087,19.6546218 317.311667,21.3644856 L317.311667,21.366263 C318.768897,23.1596648 319.015916,25.525391 319.015916,31.7160932 C319.015916,37.7734899 318.77956,40.5960093 317.311667,42.4000756 C315.898864,44.1117167 314.022236,44.9062168 311.408106,44.9062168 L305.401473,44.9062168 L305.401473,18.8601217 Z M298.136646,51.3457557 L312.126059,51.3457557 C316.407118,51.3457557 319.947122,50.0695788 322.363992,47.648753 C326.353604,43.6602558 326.321616,38.5786545 326.287851,33.1948943 C326.284297,32.7043304 326.28252,32.2119892 326.28252,31.7160932 C326.28252,31.2201971 326.284297,30.7278559 326.287851,30.2372921 C326.319839,25.029495 326.353604,20.1060827 322.363992,16.1175856 C319.947122,13.7003146 316.407118,12.4223602 312.126059,12.4223602 L300.923155,12.4223602 C299.385955,12.4223602 298.136646,13.6718761 298.136646,15.2093315 L298.136646,51.3457557 Z" id="Fill-18" fill="#2CCCBF"></path>
|
||||
<path d="M143.784276,44.9062168 L143.784276,12.4223602 L139.369977,12.4223602 C137.86653,12.4223602 136.645963,13.6665439 136.645963,15.1951123 L136.645963,51.3457557 L160.929848,51.3457557 L163.975155,44.9062168 L143.784276,44.9062168 Z" id="Fill-20" fill="#2CCCBF"></path>
|
||||
<path d="M202.558533,31.8831842 C202.558533,24.5713947 202.894357,22.6193706 204.448192,20.8840439 C205.620964,19.5314328 207.449722,18.7520212 209.466402,18.7520212 C211.477862,18.7520212 213.2405,19.5104621 214.432411,20.8840439 C215.911426,22.5389829 216.374271,24.2743096 216.374271,31.8831842 C216.374271,39.4955539 215.911426,41.229133 214.430671,42.884072 C213.2405,44.2576539 211.477862,45.0143472 209.466402,45.0143472 C207.449722,45.0143472 205.620964,44.2366832 204.446452,42.8805769 C202.894357,41.1487453 202.558533,39.1967212 202.558533,31.8831842 L202.558533,31.8831842 Z M220.612953,46.1030768 C223.457881,42.4908711 223.489202,38.0730404 223.489202,32.1523084 L223.489202,31.61406 C223.489202,25.1026529 223.490942,20.3999699 219.708144,16.6007753 C216.910196,13.7889519 213.558923,12.4223602 209.466402,12.4223602 C205.337341,12.4223602 201.968667,13.7889519 199.170719,16.6007753 C195.440122,20.3457956 195.441862,24.9628481 195.445135,31.3519261 L195.445135,32.4144423 C195.441862,38.8035203 195.440122,43.4205728 199.170719,47.1690882 C201.970407,49.9774165 205.339081,51.3457557 209.466402,51.3457557 L225.258799,51.3457557 L225.258799,46.1030768 L220.612953,46.1030768 Z" id="Fill-22" fill="#2CCCBF"></path>
|
||||
<path d="M201.242236,79.3141248 L201.242236,72.8778468 L178.370003,72.8778468 C176.825622,72.8778468 175.569358,74.1238647 175.569358,75.6560579 L175.569358,111.801242 L201.242236,111.801242 L201.242236,105.363187 L182.885037,105.363187 L182.885037,95.393266 L198.516752,95.393266 L198.516752,88.9552106 L182.885037,88.9552106 L182.885037,79.3141248 L201.242236,79.3141248 Z" id="Fill-24" fill="#FFFFFF"></path>
|
||||
<path d="M317.197691,103.341306 C316.002786,104.71314 314.233138,105.471581 312.215425,105.471581 C310.190724,105.471581 308.352946,104.69217 307.173763,103.337811 C305.615495,101.604232 305.278336,99.6522077 305.278336,92.3386707 C305.278336,85.0286288 305.615495,83.0748572 307.177257,81.3395305 C308.352946,79.9869193 310.190724,79.2092553 312.215425,79.2092553 C314.233138,79.2092553 316.002786,79.9659486 317.199438,81.341278 C318.686082,82.996217 319.149021,84.7315437 319.149021,92.3386707 C319.149021,99.952788 318.686082,101.686367 317.197691,103.341306 M312.215425,72.8778468 C308.068195,72.8778468 304.686124,74.246186 301.877048,77.0580094 C298.131614,80.8030297 298.133361,85.4200822 298.136646,91.8074126 L298.136646,92.8699289 C298.133361,99.2590068 298.131614,103.876059 301.877048,107.624575 C304.687871,110.434651 308.069942,111.801242 312.215425,111.801242 C316.322476,111.801242 319.685331,110.434651 322.4979,107.622827 C326.295743,103.823633 326.293996,99.1192021 326.293996,92.6077949 L326.293996,92.0712941 C326.293996,85.5581394 326.295743,80.8554565 322.496153,77.0580094 C319.687078,74.246186 316.324223,72.8778468 312.215425,72.8778468" id="Fill-26" fill="#FFFFFF"></path>
|
||||
<path d="M400,111.801242 L387.470054,90.9868774 L387.532154,90.8802282 L397.995067,72.8778468 L391.282976,72.8778468 C390.285832,72.8778468 389.364982,73.4164251 388.875282,74.2891709 L379.924053,90.2438881 L379.924053,72.8778468 L375.445777,72.8778468 C373.914576,72.8778468 372.670807,74.1238647 372.670807,75.6542804 L372.670807,111.801242 L379.924053,111.801242 L379.924053,91.6925395 L391.675091,111.801242 L400,111.801242 Z" id="Fill-28" fill="#FFFFFF"></path>
|
||||
<path d="M163.975155,111.801242 L163.975155,72.8778468 L159.587186,72.8778468 C158.086862,72.8778468 156.868174,74.1238647 156.868174,75.6560579 L156.868174,97.5315821 L143.02799,72.8778468 L139.366712,72.8778468 C137.866389,72.8778468 136.645963,74.1238647 136.645963,75.6560579 L136.645963,111.801242 L143.754682,111.801242 L143.754682,87.0888499 L157.594867,111.801242 L163.975155,111.801242 Z" id="Fill-30" fill="#FFFFFF"></path>
|
||||
<path d="M240.165631,72.8778468 L216.062155,72.8778468 C212.522521,72.8778468 209.632344,75.7449322 209.52381,79.3141248 L221.264823,79.3141248 L221.264823,111.801242 L228.422867,111.801242 L228.422867,79.3141248 L233.625535,79.3141248 C237.16517,79.3141248 240.057097,76.4452618 240.165631,72.8778468" id="Fill-32" fill="#FFFFFF"></path>
|
||||
<path d="M343.340151,79.3138308 L350.61878,79.3138308 C353.95127,79.3138308 356.277232,81.5338099 356.277232,84.7135877 C356.277232,87.8933655 353.95127,90.1133446 350.61878,90.1133446 L343.340151,90.1133446 L343.340151,79.3138308 Z M355.4063,111.801242 L363.561077,111.801242 L353.956485,95.5095466 L354.23115,95.4491148 C355.067314,95.2695969 355.807868,95.0723049 356.501484,94.8501293 C360.809209,93.2540195 363.387238,89.4645917 363.387238,84.7135877 C363.387238,77.7443821 358.335483,72.8778468 351.103791,72.8778468 L338.86728,72.8778468 C337.413988,72.8778468 336.231884,74.0882597 336.231884,75.572393 L336.231884,111.801242 L343.340151,111.801242 L343.340151,96.112087 L346.420574,96.112087 L355.4063,111.801242 Z" id="Fill-34" fill="#FFFFFF"></path>
|
||||
<path d="M285.426135,73.7043402 L279.389798,98.2716342 L272.720847,75.1049354 C272.340925,73.7861008 271.139312,72.8778468 269.773361,72.8778468 L268.972875,72.8778468 C267.610458,72.8778468 266.41238,73.782546 266.034225,75.0978258 L259.36174,98.275189 L253.176969,72.8778468 L247.034607,72.8778468 C246.33131,72.8778468 245.818857,73.5479285 245.999099,74.2304521 L255.965417,111.801242 L262.030027,111.801242 L269.375769,87.4312402 L269.571915,88.0817705 L276.723278,111.801242 L282.786121,111.801242 L293.167702,72.8778468 L286.475779,72.8778468 C285.977463,72.8778468 285.544529,73.2191086 285.426135,73.7043402" id="Fill-36" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
BIN
frontend/src/resources/profile/mynodebtc.jpg
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
frontend/src/resources/profile/phoenix.jpg
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
frontend/src/resources/profile/raspiblitz.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
frontend/src/resources/profile/ronindojo.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
frontend/src/resources/profile/satpile.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
BIN
frontend/src/resources/profile/sparrow.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
frontend/src/resources/profile/specter.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
frontend/src/resources/profile/umbrel.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
frontend/src/resources/profile/warden.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
@ -81,9 +81,6 @@ body {
|
|||
.box {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
.ct-legend {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-nav.liquid > .active {
|
||||
|
|
|
@ -40,6 +40,12 @@
|
|||
location /api/v1/donations/images {
|
||||
proxy_pass https://mempool.space;
|
||||
}
|
||||
location /api/v1/contributors {
|
||||
proxy_pass https://mempool.space;
|
||||
}
|
||||
location /api/v1/contributors/images {
|
||||
proxy_pass https://mempool.space;
|
||||
}
|
||||
location /api/v1/ws {
|
||||
proxy_pass http://127.0.0.1:8999/;
|
||||
proxy_http_version 1.1;
|
||||
|
|
|
@ -12,6 +12,7 @@ do
|
|||
-- \
|
||||
-vvv \
|
||||
--address-search \
|
||||
--cors '*' \
|
||||
--network liquid \
|
||||
--daemon-dir /elements \
|
||||
--http-addr '[::]:3001' \
|
||||
|
|
|
@ -11,6 +11,7 @@ do
|
|||
-- \
|
||||
-vvvv \
|
||||
--address-search \
|
||||
--cors '*' \
|
||||
--db-dir /electrs \
|
||||
--daemon-dir $HOME \
|
||||
--http-addr '[::]:3000' \
|
||||
|
|
|
@ -11,6 +11,7 @@ do
|
|||
-- \
|
||||
-vv \
|
||||
--network signet \
|
||||
--cors '*' \
|
||||
--db-dir /electrs \
|
||||
--daemon-rpc-addr '127.0.0.1:38332' \
|
||||
--daemon-dir /bitcoin \
|
||||
|
|
|
@ -11,6 +11,7 @@ do
|
|||
-- \
|
||||
-vvvv \
|
||||
--network testnet \
|
||||
--cors '*' \
|
||||
--db-dir /electrs \
|
||||
--daemon-dir $HOME \
|
||||
--http-addr '[::]:3002' \
|
||||
|
|
|
@ -34,6 +34,13 @@
|
|||
# fallback for all URLs i.e. /address/foo /tx/foo /block/000
|
||||
location / {
|
||||
try_files /$lang/$uri /$lang/$uri/ $uri $uri/ /en-US/$uri @index-redirect;
|
||||
add_header Cache-Control "public, no-transform";
|
||||
expires 10m;
|
||||
}
|
||||
location /resources {
|
||||
try_files /$lang/$uri /$lang/$uri/ $uri $uri/ /en-US/$uri @index-redirect;
|
||||
add_header Cache-Control "public, no-transform";
|
||||
expires 1h;
|
||||
}
|
||||
location @index-redirect {
|
||||
add_header vary accept-language;
|
||||
|
@ -102,16 +109,37 @@
|
|||
try_files $uri $uri/ /en-US/index.html =404;
|
||||
}
|
||||
|
||||
# mainnet API
|
||||
location /api/v1/donations {
|
||||
proxy_pass https://node220.bitcoin.wiz.biz;
|
||||
# serivces API
|
||||
location /api/v1/contributors {
|
||||
# don't rate limit this API prefix
|
||||
proxy_pass https://node220.bitcoin.wiz.biz;
|
||||
proxy_hide_header onion-location;
|
||||
proxy_hide_header strict-transport-security;
|
||||
proxy_hide_header content-security-policy;
|
||||
proxy_hide_header x-frame-options;
|
||||
}
|
||||
location /api/v1/donations {
|
||||
# don't rate limit this API prefix
|
||||
proxy_pass https://node220.bitcoin.wiz.biz;
|
||||
proxy_hide_header onion-location;
|
||||
proxy_hide_header strict-transport-security;
|
||||
proxy_hide_header content-security-policy;
|
||||
proxy_hide_header x-frame-options;
|
||||
}
|
||||
location /api/v1/donations/images {
|
||||
# don't rate limit this API prefix
|
||||
proxy_pass https://node220.bitcoin.wiz.biz;
|
||||
proxy_cache services;
|
||||
proxy_cache_valid 200 1d;
|
||||
expires 7d;
|
||||
add_header Cache-Control "public, no-transform";
|
||||
proxy_hide_header onion-location;
|
||||
proxy_hide_header strict-transport-security;
|
||||
proxy_hide_header content-security-policy;
|
||||
proxy_hide_header x-frame-options;
|
||||
}
|
||||
|
||||
# mainnet API
|
||||
location /api/v1/ws {
|
||||
proxy_pass http://127.0.0.1:8999/;
|
||||
proxy_http_version 1.1;
|
||||
|
|